1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib
Grace Liu 148c50b49a fixed support for DATABASE_URL for rake db tasks
- added tests to confirm establish_connection uses DATABASE_URL and
  Rails.env correctly even when no arguments are passed in.
- updated rake db tasks to support DATABASE_URL, and added tests to
  confirm correct behavior for these rake tasks.  (Removed
  establish_connection call from some tasks since in those cases
  the :environment task already made sure the function would be called)
- updated Resolver so that when it resolves the database url, it
  removes hash values with empty strings from the config spec (e.g.
  to support connection to postgresql when no username is specified).
2012-09-11 20:40:13 -07:00
..
active_record fixed support for DATABASE_URL for rake db tasks 2012-09-11 20:40:13 -07:00
rails/generators add mini-validator on creating migration 2012-09-06 23:34:10 +04:00
active_record.rb Extract ActiveRecord::SessionStore from Rails 2012-08-24 15:24:19 -04:00