[Rails] Re: Installing Rails

2016-06-29 Thread John Ivanoff
if it fails after you installed Xcode you might need to run $ xcode-select --install John On Tuesday, June 21, 2016 at 10:09:00 AM UTC-5, Eugeniu Tambur wrote: > > Hello, > You have installed Xcode ?? > P.S. why not rvm ?? :) > > Br, > Eugeniu T. > > El martes, 21 de junio de 2016, 6:58:53 (UT

[Rails] Re: Installing Rails

2016-06-21 Thread Eugeniu Tambur
Hello, You have installed Xcode ?? P.S. why not rvm ?? :) Br, Eugeniu T. El martes, 21 de junio de 2016, 6:58:53 (UTC+2), Bryan Singh escribió: > > I am trying to install Rails onto a new computer, running OS X El Capitan. > > I run > >> rbenv install 2.3.1 > > and then it errors out and I g

[Rails] Re: Installing rails app on apache

2013-12-12 Thread Frederick Cheung
On Wednesday, December 11, 2013 7:15:42 PM UTC, Gift Mfugale wrote: > > Hello friend! > I want to install a rails app on apache webserver, my application uses > rails 2.3.5 and i want to know the installation on both platform windows > and linux > Any help please! thank you in advance. > On lin

[Rails] Re: Installing rails on Ubuntu

2012-01-21 Thread Felipe Pieretti Umpierre
Thank for all the people that help me, I see another tutorial, and I was having a huge mistake, I wasn't restart the terminal, that was the problem... Thank's again... -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby

[Rails] Re: Installing rails on Ubuntu

2012-01-21 Thread Felipe Pieretti Umpierre
> $ ruby list known # this will show all available rubies > # pick one of them, best is ruby 1.9.3 to start felipe@Felipe:~$ ruby list know ruby: No such file or directory -- list (LoadError) felipe@Felipe:~$ > That's gibberish ... sorry > > $ rvm install ruby-1.9.3 felipe@Felipe:~$ rvm install

Re: [Rails] Re: Installing rails on Ubuntu

2012-01-21 Thread Peter Vandenabeele
On Sun, Jan 22, 2012 at 1:27 AM, Peter Vandenabeele wrote: > > > On Sun, Jan 22, 2012 at 1:09 AM, Felipe Pieretti Umpierre < > li...@ruby-forum.com> wrote: > >> Ok, I try, but, look what happen when I put rvm get stable >> >> felipe@Felipe:~$ rvm get stable >> felipe@Felipe:~$ >> >> nothing... >>

Re: [Rails] Re: Installing rails on Ubuntu

2012-01-21 Thread Peter Vandenabeele
On Sun, Jan 22, 2012 at 1:09 AM, Felipe Pieretti Umpierre < li...@ruby-forum.com> wrote: > Ok, I try, but, look what happen when I put rvm get stable > > felipe@Felipe:~$ rvm get stable > felipe@Felipe:~$ > > nothing... > > I'm brazilian, so, the language is portuguese, but I guess is easy to > kn

[Rails] Re: Installing rails on Ubuntu

2012-01-21 Thread Felipe Pieretti Umpierre
Ok, I try, but, look what happen when I put rvm get stable felipe@Felipe:~$ rvm get stable felipe@Felipe:~$ nothing... I'm brazilian, so, the language is portuguese, but I guess is easy to know the error messages. felipe@Felipe:~$ rvm get stable felipe@Felipe:~$ ruby -v ruby 1.9.2p290 (2011-07

Re: [Rails] Re: Installing rails on Ubuntu

2012-01-21 Thread Peter Vandenabeele
On Sat, Jan 21, 2012 at 11:55 PM, Felipe Pieretti Umpierre < li...@ruby-forum.com> wrote: > felipe@Felipe:~/Downloads/rubygems-1.8.15$ ruby -v > ruby 1.9.2p290 (2011-07-09 revision 32553) [i686-linux] > felipe@Felipe:~/Downloads/rubygems-1.8.15$ which ruby > /usr/local/bin/ruby > felipe@Felipe:~/D

[Rails] Re: Installing rails on Ubuntu

2012-01-21 Thread Felipe Pieretti Umpierre
felipe@Felipe:~/Downloads/rubygems-1.8.15$ ruby -v ruby 1.9.2p290 (2011-07-09 revision 32553) [i686-linux] felipe@Felipe:~/Downloads/rubygems-1.8.15$ which ruby /usr/local/bin/ruby felipe@Felipe:~/Downloads/rubygems-1.8.15$ gem -v 1.8.15 felipe@Felipe:~/Downloads/rubygems-1.8.15$ which gem /usr/loc

Re: [Rails] Re: Installing rails on Ubuntu

2012-01-21 Thread jason white
On Sat, Jan 21, 2012 at 4:30 PM, Felipe Pieretti Umpierre < li...@ruby-forum.com> wrote: > Ok, but, when I try with 'gem install rails' > > felipe@Felipe:~$ gem install rails > ERROR: Loading command: install (LoadError) >no such file to load -- zlib > ERROR: While executing gem ... (NameErr

Re: [Rails] Re: Installing rails on Ubuntu

2012-01-21 Thread Peter Vandenabeele
On Sat, Jan 21, 2012 at 11:30 PM, Felipe Pieretti Umpierre < li...@ruby-forum.com> wrote: > Ok, but, when I try with 'gem install rails' > > felipe@Felipe:~$ gem install rails > ERROR: Loading command: install (LoadError) >no such file to load -- zlib > ERROR: While executing gem ... (NameEr

[Rails] Re: Installing rails on Ubuntu

2012-01-21 Thread Felipe Pieretti Umpierre
Ok, but, when I try with 'gem install rails' felipe@Felipe:~$ gem install rails ERROR: Loading command: install (LoadError) no such file to load -- zlib ERROR: While executing gem ... (NameError) uninitialized constant Gem::Commands::InstallCommand felipe@Felipe:~$ some lib are missing

[Rails] Re: Installing rails on Ubuntu

2012-01-21 Thread CavalryJim
On Jan 21, 3:53 pm, Felipe Pieretti Umpierre wrote: > CavalryJim wrote in post #1041969: > > > Also - in general, it is not a good idea to install gems using sudo. > > CavalryJim, what is the best way to install ? > > -- > Posted viahttp://www.ruby-forum.com/. As Colin stated, a best practice f

[Rails] Re: Installing rails on Ubuntu

2012-01-21 Thread Felipe Pieretti Umpierre
I'm following the tutorial, but when I try put the commando 'rvm install 1.8.7' shows felipe@Felipe:~$ rvm install 1.8.7 bash: /usr/bin/rvm: File or folder not found felipe@Felipe:~$ -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Googl

[Rails] Re: Installing rails on Ubuntu

2012-01-21 Thread Felipe Pieretti Umpierre
CavalryJim wrote in post #1041969: > Also - in general, it is not a good idea to install gems using sudo. CavalryJim, what is the best way to install ? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"

[Rails] Re: Installing rails on Ubuntu

2012-01-21 Thread CavalryJim
On Jan 21, 3:39 pm, Felipe Pieretti Umpierre wrote: > Hello, I'm trying to install the rails on ubuntu 11.10, but when I put > the command > > felipe@Felipe:~/Downloads/rubygems-1.8.15$ sudo gem install rails > --no-r1 --no-rdoc > ERROR:  Loading command: install (LoadError) >     no such file t

Re: [Rails] Re: Installing Rails Help!

2011-09-19 Thread Viaduct Productions
Hi there. I too am having the same issues. I've done everything that I know of to make sure things are all up to date. Using RVM, Rails 3.1 on Snow Leopard. Upon this command, I still get the following error: $ bundle exec rake db:migrate /System/Library/Frameworks/Ruby.framework/Versions/

[Rails] Re: Installing Rails Help!

2011-09-19 Thread venkata reddy
Dear ben, trust google and do the related search like installing mysql libraries to your environment. Do it first. Thats the problem, your system is missing mysql libraries for sure. If it is windows i could have definitely helped you! On Sep 19, 5:29 pm, ben_hawk wrote: > Still not got this wor

Re: [Rails] Re: Installing Rails Help!

2011-09-19 Thread Rajarshi
do you know google search you do not know mysql installation plese see goggole On Mon, Sep 19, 2011 at 5:48 PM, Rajarshi wrote: > development: > adapter: mysql2 > encoding: utf8 > reconnect: false > database: depot_development > pool: 5 > username: root > password: root > host: localhost

Re: [Rails] Re: Installing Rails Help!

2011-09-19 Thread Rajarshi
development: adapter: mysql2 encoding: utf8 reconnect: false database: depot_development pool: 5 username: root password: root host: localhost Please use adapter:mysql On Mon, Sep 19, 2011 at 5:43 PM, venkata reddy wrote: > I am working on windows 7 32 bit. I came across the same proble

[Rails] Re: Installing Rails Help!

2011-09-19 Thread venkata reddy
I am working on windows 7 32 bit. I came across the same problem. But for me the below procedure worked great! 1. edit Gemfile => gem 'mysql2', '0.2.6' 2. download mysql-noinstall-5.1.50-win32.zip at http://downloads.mysql.com/archives/mysql-5.1/mysql-noinstall-5.1.50-... ,unzip 3. ge

Re: [Rails] Re: Installing Rails Help!

2011-09-19 Thread Rajarshi
why mysql2 just install mysql-server mysql clint and libmysqldev other libraries then install mysql gem 2.8.1 it will run no required mysql2 On Mon, Sep 19, 2011 at 5:26 PM, venkata reddy wrote: > > That might be because of the mysql2 adapter is missing > let me know your environment details

[Rails] Re: Installing Rails Help!

2011-09-19 Thread venkata reddy
That might be because of the mysql2 adapter is missing let me know your environment details including os.. On Sep 19, 4:52 pm, ben_hawk wrote: > :( nope dint work, this gives me the error > > Bens-MacBook-Pro:sharebox bengibson$ bundle install > Fetching source index forhttp://rubygems.org/ > Us

Re: [Rails] Re: Installing Rails Help!

2011-09-19 Thread Rajarshi
Do not Use gem 'ruby-mysql' Please use gem 'mysql' for rails 3 gem 'mysql', '2.8.1' On Mon, Sep 19, 2011 at 5:17 PM, Rajarshi wrote: > Use gem 'mysql' > > > > On Mon, Sep 19, 2011 at 5:13 PM, Rajarshi wrote: > >> TRY rake fuck >> >> >> On Mon, Sep 19, 2011 at 5:01 PM, venkata reddy > > wrot

Re: [Rails] Re: Installing Rails Help!

2011-09-19 Thread Rajarshi
Use gem 'mysql' On Mon, Sep 19, 2011 at 5:13 PM, Rajarshi wrote: > TRY rake fuck > > > On Mon, Sep 19, 2011 at 5:01 PM, venkata reddy > wrote: > >> Try "bundle exec rake db:migrate" >> >> On Sep 19, 4:17 pm, ben_hawk wrote: >> > Hi, >> > >> > I followed a Tutorial on Nettuts to install Ruby w

Re: [Rails] Re: Installing Rails Help!

2011-09-19 Thread Rajarshi
TRY rake fuck On Mon, Sep 19, 2011 at 5:01 PM, venkata reddy wrote: > Try "bundle exec rake db:migrate" > > On Sep 19, 4:17 pm, ben_hawk wrote: > > Hi, > > > > I followed a Tutorial on Nettuts to install Ruby with RVM and this went > > well. I then tried to install Rails to follow the 'How to bu

[Rails] Re: Installing Rails Help!

2011-09-19 Thread venkata reddy
Try "bundle exec rake db:migrate" On Sep 19, 4:17 pm, ben_hawk wrote: > Hi, > > I followed a Tutorial on Nettuts to install Ruby with RVM and this went > well. I then tried to install Rails to follow the 'How to build a dropbox > live service' from Netttus but appear to get errors can anybody hel

[Rails] Re: Installing Rails and Ruby Mine

2011-03-10 Thread krishnau2
Sorry for the delayed response. http://rubykoans.com/ This will help you for learning Ruby language by your self. I have learned most of Ruby through this. I think you should first go through http://guides.rubyonrails.org/getting_started.html and work out the example blog application they have ill

[Rails] Re: Installing Rails in RoR

2011-01-18 Thread Miral kumar P.
anon_comp wrote in post #913092: > Success, it was merely my server blocking gem. Thanks for the help! @anon_comp: How did you solve it? Pls give detailed steps. Thanks in advance. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google

[Rails] Re: Installing Rails in RoR

2011-01-18 Thread Miral kumar P.
anon_comp wrote in post #913092: > Success, it was merely my server blocking gem. Thanks for the help! @anon_comp: How did you solved it? Pls give detailed steps. Thanks in advance. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google

[Rails] Re: Installing Rails in RoR

2010-05-18 Thread anon_comp
Success, it was merely my server blocking gem. Thanks for the help! On May 18, 7:55 am, anon_comp wrote: > How would I do that? > > On May 18, 5:35 am, ChenJie|抽屉 wrote: > > > > > > > On Tue, May 18, 2010 at 05:18, anon_comp wrote: > > > I'm trying to install RoR on Windows XP x32 > > > > I've

[Rails] Re: Installing Rails in RoR

2010-05-18 Thread anon_comp
How would I do that? On May 18, 5:35 am, ChenJie|抽屉 wrote: > On Tue, May 18, 2010 at 05:18, anon_comp wrote: > > I'm trying to install RoR on Windows XP x32 > > > I've tried different variations of installing Rails such as > > -

[Rails] Re: Installing Rails problem

2009-09-11 Thread Sijo Kg
Hi Hva you tried sudo gem install rails Sijo -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonr

[Rails] Re: Installing Rails problem

2009-09-10 Thread Miro Kosecek
I forgot, the system is portable Ubuntu (Pubuntu) 8.04 -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to ruby

[Rails] Re: Installing Rails on Mac Leopard - Best Approach?

2009-04-19 Thread Brad
Thanks to everyone for their input. I decided to just use the default install of ruby and upgrade the rails gem, plus install mysql, http://bit.ly/Z1xJA. Still leaves open using macports or a new complete install in the future. I downloaded the 30 day trial of textmate and have started working w

[Rails] Re: Installing Rails on Mac Leopard - Best Approach?

2009-04-18 Thread Billee D.
Not sure if this helps, but Dan from Thoughtbot has a great guide for getting a decent Ruby dev environment set up on Mac OS X Leopard: http://giantrobots.thoughtbot.com/2009/3/30/2009-rubyist-guide-mac-os-x-development-environment I'm personally not that big on vim/vi, and I only use Git for tr

[Rails] Re: Installing Rails on Mac Leopard - Best Approach?

2009-04-17 Thread Robert Walker
Marnen Laibow-Koser wrote: > Robert Walker wrote: > [...] >> As for the comment earlier about "blowing" your money on TextMate, I am >> in complete disagreement. That's the best €39 I think I've ever spent on >> software. > > Um, I meant "blow" in the sense of "spend irreversibly", not in the

[Rails] Re: Installing Rails on Mac Leopard - Best Approach?

2009-04-17 Thread Marnen Laibow-Koser
Robert Walker wrote: [...] > As for the comment earlier about "blowing" your money on TextMate, I am > in complete disagreement. That's the best €39 I think I've ever spent on > software. Um, I meant "blow" in the sense of "spend irreversibly", not in the sense of "waste". I know that TextMat

[Rails] Re: Installing Rails on Mac Leopard - Best Approach?

2009-04-17 Thread Robert Walker
Brad wrote: > I suppose the only real reason I have for not using the Ruby version > that is already available is that it's 1.8.6 and my deployment > environment (my hosting service), uses 1.8.7. Not too sure if there > are any changes between versions that would be significant to me. If that's

[Rails] Re: Installing Rails on Mac Leopard - Best Approach?

2009-04-17 Thread Hassan Schroeder
On Fri, Apr 17, 2009 at 12:06 PM, Brad wrote: > I suppose the only real reason I have for not using the Ruby version > that is already available is that it's 1.8.6 and my deployment > environment (my hosting service), uses 1.8.7.  Not too sure if there > are any changes between versions that wou

[Rails] Re: Installing Rails on Mac Leopard - Best Approach?

2009-04-17 Thread Brad
Thanks for the input. I actually used jEdit for a few years when I first started developing in java, but have used Eclipse now for the last 3 or 4 years. The main reason for choosing Textmate over XCode is that there seems to be a lot of contributions from the rails community, as far as snippets,

[Rails] Re: Installing Rails on Mac Leopard - Best Approach?

2009-04-17 Thread Marnen Laibow-Koser
Brad A wrote: > I know this has been asked often over the years, looking for the > latest best practice.. > > I'm a total mac noob, have been using windows/cygwin up until now. Welcome to the Mac community! Check out http://www.apple.com/support/switch101/ for some useful tips. > > Looks lik

[Rails] Re: Installing rails in a subfolder

2009-04-08 Thread Neo
capistrano also can do it for you its has a video in www.railscasts.com best 2009/4/9 Kevin Elliott > > You certainly can. You'll want to look into mod_rails (Passenger), as > it would be the easiest to set up in this fashion. The old school way > would be to use FastCGI, but it's been generall

[Rails] Re: Installing rails in a subfolder

2009-04-08 Thread Kevin Elliott
You certainly can. You'll want to look into mod_rails (Passenger), as it would be the easiest to set up in this fashion. The old school way would be to use FastCGI, but it's been generally depricated for some time now. -Kevin On Apr 8, 2009, at 12:25 PM, amichelins wrote: > > Hi: > > I am

[Rails] Re: Installing Rails 1.2.6 gem doesn't pull dependencies

2009-02-03 Thread Wes Gamble
Jeff Cohen wrote: > > What version of RubyGems are you using to do the install? If it's > before 1.2.1 (I think), you need to add the --include-dependencies > switch to the gem install command. > > Jeff > switchingtorails.com 1.3.1 That's kind of why I'm asking. I know that 1.3.1 is supposed

[Rails] Re: Installing Rails 1.2.6 gem doesn't pull dependencies

2009-02-03 Thread Jeff
On Feb 3, 12:50 pm, Wes Gamble wrote: > I recently had a need to install the Rails 1.2.6 gem (for support > reasons).  When I did it, the dependencies were not installed > automatically, so I had to find and get the correct versions of > actinomailer, actionpack, etc. > > Anybody seen this behavi

[Rails] Re: Installing Rails 1.2.6 gem doesn't pull dependencies

2009-02-03 Thread Craig White
On Tue, 2009-02-03 at 19:50 +0100, Wes Gamble wrote: > I recently had a need to install the Rails 1.2.6 gem (for support > reasons). When I did it, the dependencies were not installed > automatically, so I had to find and get the correct versions of > actinomailer, actionpack, etc. > > Anybody s

[Rails] Re: Installing Rails - Problem with zlib

2008-11-18 Thread Christopher Adams
Frederick Cheung wrote: > Christopher Adams wrote: >> The result is this: >> >> >> I understood that zlib was built into Ruby 1.8.7. Apparently not. So, I > It is in that it is in the core ruby repository. It isn't in that the > packages distributions like centos or debian create often carve ruby

[Rails] Re: Installing Rails - Problem with zlib

2008-11-18 Thread Frederick Cheung
Christopher Adams wrote: > This is installed on CentOS 5.2. > > I have installed Ruby 1.8.7 > > I downloaded and expanded Gem Manager 1.3.1 and Rails 2.1.2 > > I tried to install Rails using this: > > gem install rails --include-dependencies > > The result is this: > > > I understood that zlib w