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 on my browser.
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 17 August 2011 17:45, Murtuza [email protected] 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 using? rails -v
Colin