rails--rails/activerecord/lib/active_record
Jeremy Kemper 1370d15787 Make the record_timestamps class-inheritable so it can be set per model. References #10004.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8217 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-11-26 22:45:03 +00:00
..
associations Dynamic finders on association collections respect association :limit. Closes #10227 [Jack Danger Canty] 2007-11-21 07:32:44 +00:00
connection_adapters Honor Ruby's default calendar reform setting when creating DateTime objects via ActiveRecord's Time -> DateTime overflow, Time#time_with_datetime_fallback, Time#to_datetime, Date#to_datetime and String#to_datetime. Closes #10201 2007-11-24 04:59:21 +00:00
locking attr_readonly behaves well with optimistic locking. Closes #10188. 2007-11-16 20:31:24 +00:00
serializers Base#to_xml supports the nil="true" attribute like Hash#to_xml. Closes #8268. 2007-11-14 10:33:25 +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 Assigning an instance of a foreign class to a composed_of aggregate calls an optional conversion block. Refactor and simplify composed_of implementation. Closes #6322. 2007-10-23 17:39:35 +00:00
associations.rb Ensure that column names are quoted. Closes #10134 [wesley.moxam] 2007-11-10 21:33:13 +00:00
attribute_methods.rb eval with __FILE__ and __LINE__ 2007-10-10 23:01:18 +00:00
base.rb Kill the whiny_protected_attributes setting and kill the exception raised. Instead, just log the mass-assignment misalignment as a debug warning (closes #9966) 2007-11-09 19:57:24 +00:00
calculations.rb Smattering of grammatical fixes to documentation. Closes #10083 [BobSilva] 2007-11-08 03:37:16 +00:00
callbacks.rb Change plings to the more conventional quotes in the documentation. Closes #10104 [danger] 2007-11-12 18:36:42 +00:00
fixtures.rb Fixed that create table with :id => false and fixtures don't play nice together (closes #10154) [jbarnette] 2007-11-25 22:08:38 +00:00
migration.rb Improve documentation for IrreversibleMigrations. Closes #9636 [toolmantim] 2007-11-11 21:31:59 +00:00
observer.rb Observers can observe model names as symbols properly now. Closes #9869 [queso] 2007-10-14 05:20:24 +00:00
query_cache.rb Speed up and simplify query caching. 2007-09-17 06:15:58 +00:00
reflection.rb Docfix (closes #10252) 2007-11-25 22:25:21 +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 Smattering of grammatical fixes to documentation. Closes #10083 [BobSilva] 2007-11-08 03:37:16 +00:00
validations.rb Allow validates_acceptance_of to use a real attribute instead of only virtual (so you can record that the acceptance occured) (closes #7457) [ambethia] 2007-11-25 22:34:46 +00:00
version.rb Prepare versions for RC1 2007-11-09 20:02:29 +00:00