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
Yves Senn 6d10d64cba fixture setup does not rely on AR::Base.configurations.
As you can also configure your database connection using `ENV["DATABASE_URL"]`,
the fixture setup can't reply on the `.configurations` Hash.

As the fixtures are only loaded when ActiveRecord is actually used
(`rails/test_help.rb`) it should be safe to drop the check for an existing configuration.
2013-06-15 14:58:38 +02:00
..
active_record fixture setup does not rely on AR::Base.configurations. 2013-06-15 14:58:38 +02:00
rails/generators copy edits[ci skip] 2013-05-19 21:38:23 +05:30
active_record.rb Set the inverse when association queries are refined 2013-05-10 10:36:26 +02:00