rails--rails/activerecord/lib/active_record
David Heinemeier Hansson 078bd0515e Added fixture caching thatll speed up a normal fixture-powered test suite between 50% and 100% (closes #9682) [frederick.cheung@gmail.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7662 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-09-28 14:05:03 +00:00
..
associations Removed unnecessary or statement (closes #7158) [richcollins] 2007-09-22 23:15:54 +00:00
connection_adapters Fixed rename_column for SQLite when using symbols for the column names (closes #8616) [drodriguez] 2007-09-22 18:23:30 +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 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 Formatting, grammar and spelling fixes for the associations documentation. [seanhussey] Closes #8899 2007-08-28 23:18:57 +00:00
associations.rb Correctly quote id list for limited eager loading. Closes #7482. 2007-09-22 23:51:03 +00:00
attribute_methods.rb Doc fix (closes #9323) [Henrik N] 2007-09-22 17:39:55 +00:00
base.rb Docfix (closes #8767) [kampers] 2007-09-22 18:17:53 +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 Added fixture caching thatll speed up a normal fixture-powered test suite between 50% and 100% (closes #9682) [frederick.cheung@gmail.com] 2007-09-28 14:05:03 +00:00
migration.rb Fixed that using version-targetted migrates would fail on loggers other than the default one (closes #7430) [valeksenko] 2007-09-22 22:18:55 +00:00
observer.rb Added the possibility of using symbols in addition to concrete classes with ActiveRecord::Observer#observe #3998 [robbyrussell/tarmo] 2007-09-22 17:05:15 +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 Makes ActiveRecord::Schema respect AR::Base.table_name_prefix (closes #3848) [rubyonrails@atyp.de] 2006-02-25 23:22:04 +00:00
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