rails--rails/activerecord/lib/active_record
David Heinemeier Hansson 046a87a855 Fixed rename_column for SQLite when using symbols for the column names (closes #8616) [drodriguez]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7563 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-09-22 18:23:30 +00:00
..
associations Removed unused @join_sql reference (closes #9174) [danger] 2007-09-22 17:53:39 +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 Associations macros accept extension blocks alongside modules. Closes #9346. 2007-09-17 21:19:44 +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 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 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
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