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-06-07 17:00:43 +00:00
..
acts Fixed acts_as_list where deleting an item that was removed from the list would ruin the positioning of other list items #1197 [Jamis Buck] 2005-04-25 16:11:31 +00:00
associations Replace the in-memory object, but dont orphan the existing one 2005-06-07 12:48:37 +00:00
connection_adapters Added encoding and min_messages options for PostgreSQL #1205 [shugo] 2005-04-30 13:21:47 +00:00
vendor Fixed that column aliases didn't work as expected with the new MySql411 driver #507 [Demetrius] 2005-01-20 14:36:39 +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 Added a second parameter to the build and create method for has_one that controls whether the existing association should be replaced (which means nullifying its foreign key as well). By default this is true, but false can be passed to prevent it. 2005-06-06 21:10:59 +00:00
base.rb Fixed use of construct_finder_sql when using :join #1288 [dwlt@dwlt.net] 2005-05-19 17:23:28 +00:00
callbacks.rb Changed the callbacks such that observers are notified before the in-object callbacks are triggered. Without this change, it wasn't possible to act on the whole object in something like a before_destroy observer without having the objects own callbacks (like deleting associations) called first. 2005-05-02 16:46:30 +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 Using transactional fixtures now causes the data to be loaded only once, for BIG speed improvements 2005-06-03 16:06:38 +00:00
locking.rb Finished polishing API docs 2005-02-23 23:51:34 +00:00
migration.rb Sort the migration files explicitly so that they are always ordered correctly. 2005-06-07 17:00:43 +00:00
observer.rb Doc changes 2005-04-10 17:47:04 +00:00
query_cache.rb Started work on a per-request query cache 2005-05-02 07:04:20 +00:00
reflection.rb Speeded up eager loading a whole bunch 2005-04-18 18:49:34 +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 Added Errors#add_on_blank which works like Errors#add_on_empty, but uses Object#blank? instead. CHANGED: validates_presence_of now uses Errors#add_on_blank, which will make " " fail the validation where it didnt before #1309. Added that " " is now also blank? (using strip if available) 2005-05-21 18:12:36 +00:00
wrappings.rb Removed broken attempt to DRY module ClassMethod #970 2005-04-02 09:29:43 +00:00