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
2011-08-16 15:24:42 -07:00
..
active_record prevent sql injection attacks by escaping quotes in column names 2011-08-16 15:24:42 -07:00
rails/generators Use change in place of up and down in sessions table migration 2011-05-28 21:59:54 +05:30
active_record.rb In 1efd88283e, ConnectionAdapters was put under eager_autoload. Due to the requires in that file, this caused ConnectionSpecification to be loaded, which references ActiveRecord::Base, which means the database connection is established. We do not want to connect to the database when Active Record is loaded, only when ActiveRecord::Base is first referenced by the user. 2011-08-16 16:40:16 +01:00