rails/railties/lib
Prathamesh Sonpatki e33defcec8 Removed information about creating database[ci skip]
- As default index page is no longer in public folder, rails hits the
  welcome controller in railties for index action
- If the database is not created or username and password are
  incorrect in database.yml, those errors are first shown before index
  action succeeds
- welcome#index succeeds iff the database is created with correct
  details in database.yml
- So this information about creating database is not required in the
  index template
2013-07-20 20:22:09 +05:30
..
rails Removed information about creating database[ci skip] 2013-07-20 20:22:09 +05:30
rails.rb Removed unused deprecation requires. 2013-07-03 23:21:23 +03:00