.. |
associations
|
Ensure that modifying has_and_belongs_to_many actions clear the query cache. Closes #10840 [john.andrews]
|
2008-01-18 01:55:11 +00:00 |
connection_adapters
|
Remove dead code. Closes #10698 [garru]
|
2008-01-19 03:23:45 +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
|
Support aggregations in finder conditions. Closes #10572.
|
2008-01-19 03:45:24 +00:00 |
associations.rb
|
Document that .build doesn't apply to has_many :through associations. Closes #10707 [GMFlash]
|
2008-01-05 02:21:25 +00:00 |
attribute_methods.rb
|
Ruby 1.9 compat: attribute methods
|
2007-12-27 11:16:39 +00:00 |
base.rb
|
Support aggregations in finder conditions. Closes #10572.
|
2008-01-19 03:45:24 +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
|
Extract ActiveSupport::Callbacks from Active Record, test case setup and teardown, and ActionController::Dispatcher. Closes #10727.
|
2008-01-19 02:44:45 +00:00 |
fixtures.rb
|
Fixtures: removed support for the ancient pre-YAML file format. Closes #10736.
|
2008-01-08 03:54:40 +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
|
observed_subclasses gives [] if there are no observed classes
|
2008-01-09 01:33:15 +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
|
More thoroughly quote table names. Exposes some issues with sqlite2 adapter. Closes #10698.
|
2008-01-05 14:58:28 +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
|
Remove leaky unused signal handler for transactions.
|
2007-12-22 19:05:26 +00:00 |
validations.rb
|
Extract ActiveSupport::Callbacks from Active Record, test case setup and teardown, and ActionController::Dispatcher. Closes #10727.
|
2008-01-19 02:44:45 +00:00 |
version.rb
|
Prepare for 2.0.2 release
|
2007-12-16 23:30:30 +00:00 |