.. |
associations
|
Fix has_many :through a polymorphic has_many. Closes #10529 [Aleksey Kondratenko]
|
2008-02-02 03:27:31 +00:00 |
connection_adapters
|
MySQL: omit text/blob defaults from the schema instead of using an empty string. Closes #10963.
|
2008-01-30 23:22:58 +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
|
Support aggregations in finder conditions. Closes #10572.
|
2008-01-19 03:45:24 +00:00 |
association_preload.rb
|
Fixed preloading belongs_to associations which reference a custom foreign key. References #9640.
|
2008-01-31 07:50:15 +00:00 |
associations.rb
|
Make sure count works on has_many :through associations using :group. Closes #10480 [remvee]
|
2008-01-27 02:41:55 +00:00 |
attribute_methods.rb
|
Ruby 1.9 compat: attribute methods
|
2007-12-27 11:16:39 +00:00 |
base.rb
|
When multiparameter date assignment fails due to an invalid date, fall back to create a Time and convert to_date. Closes #10556 [leikind]
|
2008-02-02 03:37:25 +00:00 |
calculations.rb
|
Fix calculations on associations with custom :foreign_key. Closes #8117 [kamal, jack]
|
2008-02-02 04:28:42 +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
|
Reshuffle load order so that routes and observers are initialized after plugins and app initializers. Closes #10980 [rick, fxn]
|
2008-02-02 20:18:18 +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 |
test_case.rb
|
Add options missing from earlier changeset
|
2008-01-22 01:29:10 +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
|
Add tests and documentation for allow_blank. Closes #10651 [blj]
|
2008-01-26 05:08:20 +00:00 |
version.rb
|
Prepare for 2.0.2 release
|
2007-12-16 23:30:30 +00:00 |