rails--rails/activerecord/lib/active_record
Tobias Lütke 5b2be62934 Make [7169] work as expected with indented XML.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7171 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-07-09 19:10:45 +00:00
..
acts acts_as_nested_set: direct_children is sorted correctly. Closes #4761. 2007-05-30 06:34:25 +00:00
associations Move from select * to select tablename.* to avoid clobbering IDs. Closes #8889 [dasil003] 2007-07-07 02:42:42 +00:00
connection_adapters Mock the beginning of the transaction also. References #8642. 2007-06-23 01:58:41 +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
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
wrappers
aggregations.rb
associations.rb Define collection singular ids method for has_many :through associations. Closes #8763. 2007-06-27 08:19:12 +00:00
attribute_methods.rb
base.rb Move from select * to select tablename.* to avoid clobbering IDs. Closes #8889 [dasil003] 2007-07-07 02:42:42 +00:00
calculations.rb Calculations support non-numeric foreign keys. Closes #8154. 2007-06-01 03:26:51 +00:00
callbacks.rb Consistent public/protected/private visibility for chained methods. Closes #7813. 2007-03-13 02:14:31 +00:00
deprecated_associations.rb Remove deprecated find_first and find_all. 2007-06-11 07:45:56 +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 Allow sweepers to be created solely for expiring after controller actions, not model changes [DHH] Added assigns method to ActionController::Caching::Sweeper to easily access instance variables on the controller [DHH] 2007-06-26 20:45:41 +00:00
query_cache.rb
reflection.rb Allow a polymorphic :source for has_many :through associations. Closes #7143 [protocool] 2007-03-13 05:23:18 +00:00
schema.rb
schema_dumper.rb Sexy dumper now has its groove on (closes #8281) [Chris Wanstrath] 2007-05-11 21:26:53 +00:00
timestamp.rb Revert [4706] which added incorrect docs. References #5684. 2007-05-19 22:15:28 +00:00
transactions.rb 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
validations.rb Fixed validates_associated should not stop on the first error (closes #4276) [mrj/manfred/josh] 2007-06-23 17:01:00 +00:00
version.rb Run with the latest versions so beta gems will work 2007-04-21 17:06:16 +00:00
wrappings.rb
xml_serialization.rb Make [7169] work as expected with indented XML. 2007-07-09 19:10:45 +00:00