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-03-31 01:10:04 +00:00
..
associations Fixed that has_many :through would ignore the hash conditions (closes #11447) [miloops] 2008-03-28 16:13:57 +00:00
connection_adapters Switched to UTC-timebased version numbers for migrations and the schema. This will as good as eliminate the problem of multiple migrations getting the same version assigned in different branches. Also added rake db:migrate:up/down to apply individual migrations that may need to be run when you merge branches (closes #11458) [jbarnette] 2008-03-28 21:21:01 +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 Improve documentation. 2008-03-26 12:27:52 +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 Fix duplicate table alias error when including an association with a has_many :through association on the same join table. Closes #7310 [cavalle] 2008-03-26 15:36:17 +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 Partial updates include only unsaved attributes. Off by default; set YourClass.partial_updates = true to enable. 2008-03-31 01:10:04 +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 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 include only unsaved attributes. Off by default; set YourClass.partial_updates = true to enable. 2008-03-31 01:10:04 +00:00
fixtures.rb Improve documentation. 2008-03-26 12:27:52 +00:00
migration.rb Fix new migration versions 2008-03-28 22:14:04 +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 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 Partial updates include only unsaved attributes. Off by default; set YourClass.partial_updates = true to enable. 2008-03-31 01:10:04 +00:00
transactions.rb Remove leaky unused signal handler for transactions. 2007-12-22 19:05:26 +00:00
validations.rb Fixed that validates_size_of :within works in associations (closes #11295, #10019) [cavalle] 2008-03-29 17:53:44 +00:00
version.rb Prepare for 2.0.2 release 2007-12-16 23:30:30 +00:00