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. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
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 <murtuzafirst-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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 > > Due to which I am unable to see the normal index.html, when I type > localhost:3000 on my browser. > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 17 August 2011 17:45, Murtuza <murtuzafirst-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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.rbWhich version of rails are you using? rails -v Colin> > Due to which I am unable to see the normal index.html, when I type > localhost:3000 on my browser. > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.