Re: [Rails] Getting Started problems - How can I get a report of errors

2012-08-22 Thread Colin Law
On 22 August 2012 10:23, Bruce Whealton wrote: > Hello all, >I started trying to learn Ruby on Rails from a course on Lynda.com. > Unfortunately, I got stuck early on after installing things. First, I got an > error trying to install a first application called simple_cms. I read a bit

[Rails] Getting Started problems - How can I get a report of errors

2012-08-22 Thread Bruce Whealton
Hello all, I started trying to learn Ruby on Rails from a course on Lynda.com. Unfortunately, I got stuck early on after installing things. First, I got an error trying to install a first application called simple_cms. I read a bit about the error (after doing a web search) and found d

Re: [Rails] Getting started problems

2011-08-18 Thread Colin Law
On 17 August 2011 17:45, Murtuza wrote: > I am a newbie to Ruby on Rails. > I created a new rails project, but when i go to that directory and do > rails server to start the server, it asks me whether i want to > overwrite config/initializations/session_store.rb Which version of rails are you usi

Re: [Rails] Getting started problems

2011-08-17 Thread Chirag Singhal
Maybe your load paths aren't updated properly after Rails installation. If 'rails server' is not working, then try 'ruby script/rails server' Chirag http://sumeruonrails.com On Wed, Aug 17, 2011 at 10:15 PM, Murtuza wrote: > I am a newbie to Ruby on Rails. > I created a new rails project, bu

[Rails] Getting started problems

2011-08-17 Thread Murtuza
I am a newbie to Ruby on Rails. I created a new rails project, but when i go to that directory and do rails server to start the server, it asks me whether i want to overwrite config/initializations/session_store.rb Due to which I am unable to see the normal index.html, when I type localhost:3000 o