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
2006-03-09 17:23:57 +00:00
..
acts Don't hardcode id in acts_as_list. Closes #3370 2006-01-14 09:26:14 +00:00
associations Make counter cache work when replacing an association (closes #3245). Thanks for the patch! 2006-03-04 19:42:41 +00:00
connection_adapters fix unreplaced class var 2006-03-02 22:04:38 +00:00
vendor Fixed db2 connection with empty user_name and auth options (closes #3622) [phurley@gmail.com] 2006-02-26 00:01:13 +00:00
wrappers
aggregations.rb Reloading an instance refreshes its aggregations as well as its associations. References #3024. 2005-12-08 04:46:57 +00:00
associations.rb Allow counter_cache to accept a column name 2006-03-09 17:23:57 +00:00
base.rb Doc fixes 2006-03-05 21:37:12 +00:00
calculations.rb Doc fix (closes #4014) [thijs@fngtps.com] 2006-03-02 02:53:57 +00:00
callbacks.rb doc fix (closes #3972) [robby] 2006-02-27 05:10:04 +00:00
deprecated_associations.rb
deprecated_finders.rb
fixtures.rb Allow set_fixture_class to take Classes instead of strings for a class in a module. Raise FixtureClassNotFound if a fixture can't load. [Rick Olson] closes #4095 2006-03-06 23:03:35 +00:00
locking.rb format fix for locking [Michael Koziarski] 2006-03-09 08:40:34 +00:00
migration.rb Make migrations verbose 2006-03-04 18:46:51 +00:00
observer.rb More docs for observers (closes #3996) [Robby Russel] 2006-03-02 03:02:51 +00:00
query_cache.rb r3616@asus: jeremy | 2005-09-26 23:09:28 -0700 2005-10-16 03:45:39 +00:00
reflection.rb Make counter cache work when replacing an association (closes #3245). Thanks for the patch! 2006-03-04 19:42:41 +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 PostgreSQL: smarter schema dumps using pk_and_sequence_for(table). Closes #2920. 2006-02-09 22:09:17 +00:00
timestamp.rb Closes #3784. 2006-02-09 19:47:13 +00:00
transactions.rb Fix docs (closes #2491) 2005-10-26 13:05:48 +00:00
validations.rb Fixed that Base.save should always return false if the save didn't succeed, including if it has halted by before_save's (closes #1861, #2477) [DHH] 2006-02-28 20:37:21 +00:00
version.rb Update versions to match latest from stable 2006-02-05 00:59:57 +00:00
wrappings.rb