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
David Heinemeier Hansson 1acd54a5b4 Make ready for 2.0.1
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8330 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-12-07 13:37:13 +00:00
..
associations Fixed that habtm associations should be able to set :select as part of their definition and have that honored [DHH] 2007-12-05 21:53:53 +00:00
connection_adapters Reveal that the type option in migrations can be any supported column type for your database but also include caveat about agnosticism. Closes #7531 [adamwiggins, mikong] 2007-12-05 20:20:37 +00:00
locking attr_readonly behaves well with optimistic locking. Closes #10188. 2007-11-16 20:31:24 +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
aggregations.rb Fix typos (closes #10378) 2007-12-05 18:54:41 +00:00
associations.rb Fix typo in documentation for polymorphic associations w/STI. Closes #7461 [johnjosephbachir] 2007-12-05 20:24:41 +00:00
attribute_methods.rb Fix typos (closes #10378) 2007-12-05 18:54:41 +00:00
base.rb Fixed that the truncation of strings longer than 50 chars should use inspect so newlines etc are escaped (closes #10385) [norbert] 2007-12-06 00:01:11 +00:00
calculations.rb Document how the :include option can be used in Calculations::calculate. Closes #7446 [adamwiggins, ultimoamore] 2007-12-05 20:51:03 +00:00
callbacks.rb Fix typos (closes #10378) 2007-12-05 18:54:41 +00:00
fixtures.rb Foxy fixtures: support single-table inheritance. Closes #10234. 2007-11-26 22:46:11 +00:00
migration.rb The test task stops with a warning if you have pending migrations. Closes #10377. 2007-12-06 18:57:19 +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 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 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
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 Removed documentation for the removed rollback! method on transactions and mention ActiveRecord::Rollback [cody] 2007-11-29 22:25:42 +00:00
validations.rb Add documentation about the virtual attribute added by validates_confirmation_of and its behavior. Closes #8815 [JEG2, matt, kampers] 2007-12-05 15:04:06 +00:00
version.rb Make ready for 2.0.1 2007-12-07 13:37:13 +00:00