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
2005-09-02 14:20:20 +00:00
..
acts Make acts_as_list work for insert_at(1) #1966 [hensleyl@papermountain.org] 2005-08-14 08:35:08 +00:00
associations Dont be ambigious about the condition key 2005-07-22 20:22:55 +00:00
connection_adapters Allow add_column and create_table to specify NOT NULL #1712 [emptysands@gmail.com] 2005-07-30 10:16:21 +00:00
vendor r2933@asus: jeremy | 2005-07-08 14:22:58 -0700 2005-07-08 16:36:35 +00:00
wrappers Initial 2004-11-24 01:04:44 +00:00
aggregations.rb Removed broken attempt to DRY module ClassMethod #970 2005-04-02 09:29:43 +00:00
associations.rb Revert [2040], caused assignment of belongs_to associations to fail in some cases 2005-08-24 16:45:46 +00:00
base.rb Modify read_attribute to allow a symbol argument #2024 [Ken Kunz] 2005-09-02 08:31:11 +00:00
callbacks.rb Mark ticket # in changelog. Snip some trailing whitespace. 2005-07-03 09:04:52 +00:00
deprecated_associations.rb Moved build_association and create_association for has_one and belongs_to out of deprecation as they work when the association is nil unlike association.build and association.create, which require the association to be already in place #864 2005-04-12 05:34:10 +00:00
deprecated_finders.rb Move nodoc to the individual methods 2005-04-18 07:40:27 +00:00
fixtures.rb Fixtures ignore table name prefix and suffix #1987 [Jakob S] 2005-09-02 10:51:23 +00:00
locking.rb r1607@asus: jeremy | 2005-07-02 23:36:52 -0700 2005-07-03 08:32:07 +00:00
migration.rb Make sure the schema_info table is created before querying the current version #1903 2005-09-02 14:20:20 +00:00
observer.rb Doc changes 2005-04-10 17:47:04 +00:00
query_cache.rb A bit more work on the still unfinished query cache #1722 2005-07-22 06:25:32 +00:00
reflection.rb r2979@asus: jeremy | 2005-07-10 01:51:00 -0700 2005-07-10 04:22:08 +00:00
timestamp.rb Speed up timestamping a tad #1227 [skaen] 2005-05-19 19:05:12 +00:00
transactions.rb Added rollbacks of transactions if they're active as the dispatcher is killed gracefully (TERM signal) #1054 [Leon Bredt] 2005-04-10 17:34:29 +00:00
validations.rb Fix typo in validations documentation #1938 [court3nay] 2005-08-14 08:50:51 +00:00
wrappings.rb Removed broken attempt to DRY module ClassMethod #970 2005-04-02 09:29:43 +00:00