I''m upgrading from rails 1.2.3 to 2.1.0. I got all my 1.2.3 tests to pass in 2.1.0 with no deprecation warnings, renamed my views, replaced all the config files with a fresh "rails --force /path/to/app" and fired up mongrel. Problem is when I visit the homepage of my app, rails serves that default page that says "Ruby on Rails: Welcome Aboard". It acts like it''s a brand new empty rails install, but all my code is right there inside of ./app. Anyone fixed this before? Systems are Fedora & Ubuntu Linuxes. Thanks for any insights! -Jason --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 30 Aug 2008, at 21:56, jfrankov <jfrankov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > > I''m upgrading from rails 1.2.3 to 2.1.0. I got all my 1.2.3 tests to > pass in 2.1.0 with no deprecation warnings, renamed my views, replaced > all the config files with a fresh "rails --force /path/to/app" and > fired up mongrel. Problem is when I visit the homepage of my app, > rails serves that default page that says "Ruby on Rails: Welcome > Aboard". It acts like it''s a brand new empty rails install, but all my > code is right there inside of ./app. Anyone fixed this before? Systems > are Fedora & Ubuntu Linuxes. >I imagine it will have recreated the default index.html file, removing it should do the trick. It might also have overwritten routes.rb or things like that. Fred> Thanks for any insights! > > -Jason > >--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Seemingly Similar Threads
- rspec, Rails 2.1.0, rubygems, Mac OS X Leopard - rubygems does not recognize latest version
- Help installing Rails app on server
- first app on Dreamhost with Passenger : "rails needs to know your username and password" ?
- Upgrade 1.0 => 1.1.2 Broke My App (environment.rb ?)
- Rails 2.1.0 - find with :include and missing JOIN in SQL query