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/active_record
2007-12-22 11:26:03 +00:00
..
associations Ruby 1.9 compat: fix warnings, shadowed block vars, and unitialized instance vars 2007-12-22 11:26:03 +00:00
connection_adapters Ruby 1.9 compat: fix warnings, shadowed block vars, and unitialized instance vars 2007-12-22 11:26:03 +00:00
locking Ensure optimistic locking handles nil #lock_version values properly. Closes #10510 [rick] 2007-12-15 01:45:30 +00:00
serializers Fixed that to_xml should not automatically pass :procs to associations included with :include (closes #10162) [chuyeow] 2007-12-03 01:47:21 +00:00
vendor Remove deprecated object transactions. People relying on this functionality should install the object_transactions plugin at http://code.bitsweat.net/svn/object_transactions. Closes #5637 [Koz, Jeremy Kemper] 2007-03-16 22:39:01 +00:00
aggregations.rb Fix typos (closes #10378) 2007-12-05 18:54:41 +00:00
associations.rb Ruby 1.9 compat: fix warnings, shadowed block vars, and unitialized instance vars 2007-12-22 11:26:03 +00:00
attribute_methods.rb Ruby 1.9 compat: fix warnings, shadowed block vars, and unitialized instance vars 2007-12-22 11:26:03 +00:00
base.rb Ruby 1.9 compat: fix warnings, shadowed block vars, and unitialized instance vars 2007-12-22 11:26:03 +00:00
calculations.rb Remove references to nonexistent :joins documentation. Closes #10498 [tpope] 2007-12-13 19:51:44 +00:00
callbacks.rb Fix typos (closes #10378) 2007-12-05 18:54:41 +00:00
fixtures.rb Ruby 1.9 compat: Fixtures inherits Hash instead of YAML::Omap since it's now insertion-ordered. Work around a &:procname crash. 2007-12-22 08:28:57 +00:00
migration.rb Ruby 1.9 compat: fix warnings, shadowed block vars, and unitialized instance vars 2007-12-22 11:26:03 +00:00
observer.rb Ruby 1.9 compat: Class#subclasses is now protected 2007-12-22 04:50:12 +00:00
query_cache.rb Removed query cache rescue as it could cause code to be run twice (closes #10408) [DHH] 2007-12-07 13:34:06 +00:00
reflection.rb Docfix (closes #10252) 2007-11-25 22:25:21 +00:00
schema.rb Update Schema documentation to use updated sexy migration notation. Closes #10086 [sjgman9] 2007-11-06 18:26:54 +00:00
schema_dumper.rb Set the record straight on the purpose and utility of db/schema.rb 2007-11-09 22:08:52 +00:00
serialization.rb Added :include option to to_json (closes #9677) [chuyeow] 2007-09-28 14:07:23 +00:00
timestamp.rb Make the record_timestamps class-inheritable so it can be set per model. References #10004. 2007-11-26 22:45:03 +00:00
transactions.rb Ruby 1.9 compat: fix warnings, shadowed block vars, and unitialized instance vars 2007-12-22 11:26:03 +00:00
validations.rb Document what to pass the :accept option for validates_acceptance_of when mapping the attribute to an actual column (rather than a virtual one). Closes #10491 [xaviershay] 2007-12-13 03:33:54 +00:00
version.rb Prepare for 2.0.2 release 2007-12-16 23:30:30 +00:00