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
2007-09-20 23:22:30 +00:00
..
associations Added ActiveRecord::Base#to_json/from_json (currently does not support :include like to_xml) [DHH]. Added ActiveRecord::Base#from_xml [DHH] 2007-09-20 23:22:30 +00:00
connection_adapters Don't worry about retrieving the last inserted id. [tarmo_t] 2007-09-17 20:43:02 +00:00
locking Optimistic locking: revert the lock version when an update fails. Closes #7840. Also return the number of affected rows instead of true. 2007-05-25 21:31:44 +00:00
serializers Added ActiveRecord::Base#to_json/from_json (currently does not support :include like to_xml) [DHH]. Added ActiveRecord::Base#from_xml [DHH] 2007-09-20 23:22:30 +00:00
vendor
aggregations.rb Formatting, grammar and spelling fixes for the associations documentation. [seanhussey] Closes #8899 2007-08-28 23:18:57 +00:00
associations.rb Associations macros accept extension blocks alongside modules. Closes #9346. 2007-09-17 21:19:44 +00:00
attribute_methods.rb Ensure that custom mutators aren't redefined by define_attribute_methods. [Koz] 2007-09-17 09:29:02 +00:00
base.rb Define dynamic finders as real methods after first usage. Close #9317 2007-09-18 10:04:11 +00:00
calculations.rb Fix and properly document/test count(column_name) usage. Closes #8999 [lifofifo] 2007-07-17 20:16:35 +00:00
callbacks.rb Performance: absorb instantiate and initialize_with_callbacks into the Base methods. 2007-08-31 01:56:39 +00:00
fixtures.rb Fixtures: correctly delete and insert fixtures in a single transaction. Closes #8553. 2007-06-05 04:37:05 +00:00
migration.rb Migrations: report the number of rows affected when calling insert, update, delete, etc. 2007-06-05 08:21:55 +00:00
observer.rb Deprecation: removed Reloadable. 2007-09-14 00:25:59 +00:00
query_cache.rb Speed up and simplify query caching. 2007-09-17 06:15:58 +00:00
reflection.rb Change belongs_to so that the foreign_key assumption is taken from the association name, not the class name. Closes #8992 [hasmanyjosh] 2007-07-16 20:21:36 +00:00
schema.rb
schema_dumper.rb minor speedups + forward-compat syntax 2007-09-13 23:13:34 +00:00
serialization.rb Added ActiveRecord::Base#to_json/from_json (currently does not support :include like to_xml) [DHH]. Added ActiveRecord::Base#from_xml [DHH] 2007-09-20 23:22:30 +00:00
timestamp.rb Revert [4706] which added incorrect docs. References #5684. 2007-05-19 22:15:28 +00:00
transactions.rb Change the implementation of ActiveRecord's attribute reader and writer methods: 2007-08-14 08:53:02 +00:00
validations.rb minor speedups + forward-compat syntax 2007-09-13 23:13:34 +00:00
version.rb Run with the latest versions so beta gems will work 2007-04-21 17:06:16 +00:00