[Rails] Re: installing ruby on rails 1.9.3 on windows 7

2012-10-03 Thread Claudia B.
My hero too!!! =) -- 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 rubyonrails-talk@googlegroups.com. To unsubscribe from this group, send email to rubyonrai

[Rails] Re: installing ruby on rails 1.9.3 on windows 7

2012-07-27 Thread nishant g.
Luis Lavena wrote in post #1064505: > On Monday, June 11, 2012 4:49:39 PM UTC-3, Ruby-Forum.com User wrote: >> >> did everything. >> used the rubyracer and copied the source in my gemfile. ran the bundle >> install again but no use. >> >> maybe i'm doing the process of adding the rubyracer wrong. >

[Rails] Re: installing ruby on rails 1.9.3 on windows 7

2012-06-13 Thread Luis Lavena
On Monday, June 11, 2012 4:49:39 PM UTC-3, Ruby-Forum.com User wrote: > > did everything. > used the rubyracer and copied the source in my gemfile. ran the bundle > install again but no use. > > maybe i'm doing the process of adding the rubyracer wrong. > i would be very thankful if you please

Re: [Rails] Re: installing ruby on rails 1.9.3 on windows 7

2012-06-12 Thread Colin Law
On 12 June 2012 08:48, nishant g. wrote: > this is the gemfile without the source of the ruby racer added. Please quote the previous reply so we know what you are talking about without having to go back over previous posts to find the context. Remember this is a mailing list (though you may be po

[Rails] Re: installing ruby on rails 1.9.3 on windows 7

2012-06-12 Thread nishant g.
this is the gemfile without the source of the ruby racer added. thanks for the help. Attachments: http://www.ruby-forum.com/attachment/7481/Gemfile -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" gr

Re: [Rails] Re: installing ruby on rails 1.9.3 on windows 7

2012-06-11 Thread Colin Law
On 11 June 2012 20:49, nishant g. wrote: > did everything. > used the rubyracer and copied the source in my gemfile. ran the bundle > install again but no use. > > maybe i'm doing the process of adding the rubyracer wrong. > i would be very thankful if you please guide me through the process. > th

[Rails] Re: installing ruby on rails 1.9.3 on windows 7

2012-06-11 Thread nishant g.
did everything. used the rubyracer and copied the source in my gemfile. ran the bundle install again but no use. maybe i'm doing the process of adding the rubyracer wrong. i would be very thankful if you please guide me through the process. thanks. -- Posted via http://www.ruby-forum.com/. --

[Rails] Re: installing Ruby On Rails on Centos

2012-01-12 Thread djangst
For the base install I recommend the Slicehost guides: http://articles.slicehost.com/2010/5/15/centos-5-5-setup-part-1 http://articles.slicehost.com/2010/5/15/centos-5-5-setup-part-2 Part 2 includes: sudo yum groupinstall 'Development Tools' They also have guides for installing RoR and other so

[Rails] Re: Installing ruby on Rails piecemeal

2011-04-06 Thread Bruce Wilson
On Apr 6, 9:28 pm, Bruce Wilson wrote: > I had originally downloaded RoR using RailsInstaller.org.  Got > everything going.  It was great, but I wanted Ruby 1.9.2 instead of > what comes with the installer, Ruby 1.8.7.  So I uninstalled it and > downloaded Ruby 1.9.2 and ran: > $ gem update --syst

[Rails] Re: Installing Ruby on Rails

2011-03-06 Thread Fakir Baba Consultancy
hi thanks a lot everybody followed the procedure through http://toranbillups.com/blog/archive/2010/09/01/How-to-install-Rails-3.0-and-Ruby-1.9.2-on-Ubuntu working fine Thanks F.Kabir On Sat, Mar 5, 2011 at 12:01 PM, Fakir Baba Consultancy < fkbconsulta...@gmail.com> wrote: > Hi > I am new to r

[Rails] Re: Installing Ruby on Rails

2011-03-05 Thread Manuele Dones
You could try my tutorial: http://cicolin.blogspot.com/2010/10/how-to-install-ruby-rails-and.html let us know if something's working ;-) -- 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 rubyonrails-ta

[Rails] Re: Installing Ruby on Rails

2011-03-05 Thread dana tassler
Would you happen to be using Ubuntu? If so, this is a good set of instructions. http://toranbillups.com/blog/archive/2010/09/01/How-to-install-Rails-3.0-and-Ruby-1.9.2-on-Ubuntu On Mar 4, 9:51 pm, fkb wrote: > Hi > I am new to ruby on rails. > I had tried to install ror through the RaislReady s

[Rails] Re: Installing Ruby on Rails on ubuntu server

2010-10-11 Thread Marnen Laibow-Koser
julianomoreira wrote: > Hi, I'm a newbie in the Rubo on Rails world. I'm trying to install > ruby on rails on a ubuntu server I have at home. The installation > seems to be successful except that I'm getting this error when I go to > public folder > http://julianomoreira.kicks-ass.org/rails/myrail

[Rails] Re: Installing Ruby on Rails on ubuntu server

2010-10-10 Thread julianomoreira
Yea, I think it was successful but it says "THe requested URL properties was not found." What does that mean? On Oct 10, 4:50 am, sunny wrote: > All I see is the index.html page that comes with Rails. So the > installation was successful. > > -sunnyhttp://ezror.com > > On Oct 9, 12:51 pm, juliano

[Rails] Re: Installing Ruby on Rails on ubuntu server

2010-10-10 Thread sunny
All I see is the index.html page that comes with Rails. So the installation was successful. -sunny http://ezror.com On Oct 9, 12:51 pm, julianomoreira wrote: > Hi, I'm a newbie in the Rubo on Rails world. I'm trying to install > ruby on rails on a ubuntu server I have at home. The installation >

[Rails] Re: Installing Ruby on Rails on Snow Leopard

2010-07-23 Thread xgretsch
Thanks (and the stupid questions are worth asking!) but mysql is definitely OK and running (by the way, it launches at startup - Jeff, I can point out how if you're interested). I kind of wonder whether there's an incompatibility in the mysql password mechanism between "old passwords" and "new pas

Re: [Rails] Re: Installing Ruby on Rails on Snow Leopard

2010-07-23 Thread David Kahn
Also if mysql is running, log on to mysql in the terminal using the user and password in your conf and make sure you can get in -- mysql -u [user_name] -p On Fri, Jul 23, 2010 at 10:36 AM, Jeff wrote: > On Jul 23, 4:25 am, xgretsch wrote: > > I'm trying to use Ruby and Rails and getting very d

[Rails] Re: Installing Ruby on Rails on Snow Leopard

2010-07-23 Thread Jeff
On Jul 23, 4:25 am, xgretsch wrote: > I'm trying to use Ruby and Rails and getting very disheartened after a > day of failure with a variety of errors. I've tried various approaches > from the suggestions on this and other forums, so far all without > success. These include three separate ways of

[Rails] Re: Installing Ruby on Rails on Snow Leopard

2010-07-23 Thread Marnen Laibow-Koser
Jerome Fillioux wrote: > Hi, > > you can try using VirtualRails : http://www.virtualrails. org > But you shouldn't have to. Apple's Ruby plus a working MySQL installation should be fine; search the list archives for ideas on why your setup isn't working. Better yet, switch to PostgreSQL, which

[Rails] Re: Installing Ruby on Rails on Snow Leopard

2010-07-23 Thread Jerome Fillioux
Hi, you can try using VirtualRails : http://www.virtualrails.org it's a free virtual linux-based Ruby on Rails development environment, all fully configured. It runs under virtualbox, and takes 5 mins to install. nonetheless you OSX won't suffer from the "rails-conf process" :) On 23 juil, 11:

[Rails] Re: installing ruby on rails

2010-07-20 Thread Jerome Fillioux
Hi Rich, you can learn developping Rails very simply by using our virtual development environment : VirtualRails this is free, very easy and fast : 1) download and install virtualbox (see www.virtualbox.org, graphic wizard, 5 minutes for total newbie) 2) download and install virtualrails (instr

[Rails] Re: installing ruby on rails

2010-07-20 Thread Rich d
I am looking at the site now...it looks like this might help me a great deal...thank you very much On Jul 20, 2:36 pm, jason white wrote: > you may want to look into using the Ruby Stack provided by BitNami, it > simplifies the process when you are just starting out. > > Jason > > On Tue, Jul 20,

Re: [Rails] Re: installing ruby on rails

2010-07-20 Thread jason white
you may want to look into using the Ruby Stack provided by BitNami, it simplifies the process when you are just starting out. Jason On Tue, Jul 20, 2010 at 4:26 PM, Rich d wrote: > i am running windows vista and am working on the download of ruby and > rails..so heres what i just did ..

[Rails] Re: installing ruby on rails

2010-07-20 Thread Rich d
i am running windows vista and am working on the download of ruby and rails..so heres what i just did ..I downloaded and installed ruby 1.9.1-p429 then I downloaded and installed rubygems 1.3.7 ..my next question: would it be better to install rails through the command line? or to dow

[Rails] Re: installing ruby on rails

2010-07-20 Thread Rich d
i am running windows vista and am working on the download of ruby and rails..so heres what i just did ..I downloaded and installed ruby 1.9.1-p429 then I downloaded and installed rubygems 1.3.7 ..my next question: would it be better to install rails through the command line? or to dow

[Rails] Re: installing ruby on rails

2010-07-20 Thread Rich d
i am running windows vista and am working on the download of ruby and rails..so heres what i just did ..I downloaded and installed ruby 1.9.1-p429 then I downloaded and installed rubygems 1.3.7 ..my next question: would it be better to install rails through the command line? or to dow

[Rails] Re: installing ruby on rails

2010-07-20 Thread Fernando Perez
Rich d wrote: > i am trying to install ruby on rails. is ruby gems the best way to go > before installing rails since it is a package manager or do I need to > install ruby 1.8.7? First install Ruby 1.8.7, then install rubygems, then install rails with: "sudo gem install rails" -- Posted via ht

Re: [Rails] Re: installing ruby on rails

2010-07-20 Thread Colin Law
On 20 July 2010 21:10, Rich d wrote: > ok so i know ruby code already and now that im ready to learn rails i > will need to install rubygems and rails to get started. is this > correct? Basically yes. Exactly how to do it depends on your OS. Try googling for install rails and your OS, or perhap

[Rails] Re: installing ruby on rails

2010-07-20 Thread Rich d
ok so i know ruby code already and now that im ready to learn rails i will need to install rubygems and rails to get started. is this correct? On Jul 20, 12:52 pm, Frederick Cheung wrote: > On 20 Jul 2010, at 20:44, Rich d wrote: > > > i am trying to install ruby on rails.  is ruby gems the best

[Rails] Re: Installing Ruby on Rails

2010-05-17 Thread Raghu Maddali
> It's not an "extension" that's it's name. The file lives in your home > folder. > > From a terminal prompt: > > vi ~/.bashrc > > or if you prefer gui: > > gedit ~/.bashrc Thanks for the quick reply. I've one more question for you... Apache + Mongrel You have to start Mongrel Cluster

[Rails] Re: Installing Ruby on Rails

2009-01-09 Thread crazy canuck
I am using CentOS and if possible it would be appreciated to have links to PostgreSQL as well, thanks. thank you for all of your input. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To p

[Rails] Re: Installing Ruby on Rails

2009-01-09 Thread Sazima
I agree RoR is hot, but if you are a good developer, you can get a job in 1 month even without learning RoR... Cheers, Sazima On Jan 8, 10:19 pm, crazy canuck wrote: > I am completely new to all of this. I was told by a potential employer > if I learned Ruby on Rails and PostgreSQL I would have

[Rails] Re: Installing Ruby on Rails

2009-01-08 Thread Bobnation
I'll add http://articles.slicehost.com/ to the list as well. On Jan 8, 8:26 pm, "jason white" wrote: > Windows, Mac, Linux? > > some > resourceswww.learningrails.comwww.railscast.comwww.envycast.comwww.railsinside.com > > there are quite a few more, but i know those off the top. > > Jason > > O

[Rails] Re: Installing Ruby on Rails

2009-01-08 Thread jason white
Windows, Mac, Linux? some resources www.learningrails.com www.railscast.com www.envycast.com www.railsinside.com there are quite a few more, but i know those off the top. Jason On Thu, Jan 8, 2009 at 7:53 PM, Johny ben wrote: > > crazy canuck wrote: > > I am completely new to all of this. I wa

[Rails] Re: Installing Ruby on Rails

2009-01-08 Thread Johny ben
crazy canuck wrote: > I am completely new to all of this. I was told by a potential employer > if I learned Ruby on Rails and PostgreSQL I would have a job in 6-9 > months. My dilemma is that I cant even seem to install it properly > lol. Please can someone give me the prompts and whether I have t

[Rails] Re: Installing Ruby on Rails

2009-01-08 Thread Ryan Bigg
http://guides.rubyonrails.org/getting_started_with_rails.html - Ryan Bigg Freelancer http://frozenplague.net On 09/01/2009, at 10:49 AM, crazy canuck wrote: > > I am completely new to all of this. I was told by a potential employer > if I learned Ruby on Rails and PostgreSQL I would hav