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
2008-04-09 16:20:15 +00:00
..
associations Remove duplicate code from associations. [Pratik] 2008-04-06 02:18:42 +00:00
connection_adapters Add support for interleaving migrations by storing which migrations have run in the new schema_migrations table. Closes #11493 [jordi] 2008-04-09 16:20:15 +00:00
locking Partial updates include only unsaved attributes. Off by default; set YourClass.partial_updates = true to enable. 2008-03-31 01:10:04 +00:00
serializers Tweak ActiveRecord::Base#to_json to include a root value in the returned hash: {post: {title: ...}} [rick] 2008-04-01 20:09:45 +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 Partial updates include only unsaved attributes. Off by default; set YourClass.partial_updates = true to enable. 2008-03-31 01:10:04 +00:00
association_preload.rb More efficient association preloading code that compacts a through_records array in a central location. Closes #11427 [danger] 2008-03-26 15:26:59 +00:00
associations.rb Ensure that save on parent object fails for invalid has_one association. Closes #10518. [Pratik] 2008-04-06 02:32:51 +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 Ensure that respond_to? considers dynamic finder methods. Closes #11538. [floehopper] 2008-04-06 22:26:15 +00:00
calculations.rb ActiveRecord::Base#sum defaults to 0 if no rows are returned. Closes #11550 [kamal] 2008-04-08 05:20:33 +00:00
callbacks.rb Partial updates include only unsaved attributes. Off by default; set YourClass.partial_updates = true to enable. 2008-03-31 01:10:04 +00:00
dirty.rb Partial updates off by default 2008-04-01 15:48:46 +00:00
fixtures.rb Ruby 1.9 compat: delete DEFAULTS key from Hash not Omap array 2008-04-01 06:33:16 +00:00
migration.rb Add support for interleaving migrations by storing which migrations have run in the new schema_migrations table. Closes #11493 [jordi] 2008-04-09 16:20:15 +00:00
named_scope.rb Merge the has_finder gem, renamed as 'named_scope'. Closes #11404 [nkallen] 2008-03-24 02:50:02 +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 Improve documentation. 2008-04-05 03:52:58 +00:00
schema.rb Add support for interleaving migrations by storing which migrations have run in the new schema_migrations table. Closes #11493 [jordi] 2008-04-09 16:20:15 +00:00
schema_dumper.rb Add support for interleaving migrations by storing which migrations have run in the new schema_migrations table. Closes #11493 [jordi] 2008-04-09 16:20:15 +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 Partial updates play nice with updated_at/on timestamps 2008-03-31 01:49:57 +00:00
transactions.rb Improve documentation. 2008-04-05 03:52:58 +00:00
validations.rb Improve documentation. 2008-04-05 03:52:58 +00:00
version.rb Prepare for 2.0.2 release 2007-12-16 23:30:30 +00:00