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-29 05:06:06 +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
aggregations.rb Ruby 1.9 compat: workaround module_eval bug. Closes #10641 [Frederick Cheung] 2007-12-29 05:06:06 +00:00
associations.rb Don't unnecessarily load has_many associations in after_update callbacks. Closes #6822 [stopdropandrew, canadaduane] 2007-12-28 18:01:22 +00:00
attribute_methods.rb Ruby 1.9 compat: attribute methods 2007-12-27 11:16:39 +00:00
base.rb Use extract_options! rather than Hash test + pop. Closes #10628 [ssoroka] 2007-12-28 03:58:01 +00:00
calculations.rb Ruby 1.9 compat: calculations don't assume array implementation of ordered hash. References #1689 [Frederick Cheung] 2007-12-27 11:18:30 +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
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 Remove leaky unused signal handler for transactions. 2007-12-22 19:05:26 +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