.. |
associations
|
Allow association scoping for built/created records if :conditions is specified as a hash. Closes #11393 [miloops]
|
2008-03-21 18:21:56 +00:00 |
connection_adapters
|
Migrations: create_table supports primary_key_prefix_type. Closes #10314.
|
2008-03-18 18:23:14 +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
|
has_one :through supports :source_type. Fix up some tests. References #4756.
|
2008-03-22 02:20:37 +00:00 |
associations.rb
|
has_one :through supports :source_type. Fix up some tests. References #4756.
|
2008-03-22 02:20:37 +00:00 |
attribute_methods.rb
|
Time, DateTime and TimeWithZone #in_time_zone defaults to Time.zone. Removing now unneeded #in_current_time_zone. ActiveRecord time zone aware attributes updated to use #in_time_zone
|
2008-03-17 05:50:13 +00:00 |
base.rb
|
Migrations: create_table supports primary_key_prefix_type. Closes #10314.
|
2008-03-18 18:23:14 +00:00 |
calculations.rb
|
Ensure that you can still do expressions in calculations (closes #11355) [nbugajski/cavelle]
|
2008-03-17 04:02:34 +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
|
Only log if theres a logger
|
2008-03-17 22:07:54 +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
|
Fix observed_class. References #11099.
|
2008-02-17 22:52:55 +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
|
Refactor filters to use Active Support callbacks. Closes #11235.
|
2008-03-18 17:56:05 +00:00 |
version.rb
|
Prepare for 2.0.2 release
|
2007-12-16 23:30:30 +00:00 |