rails--rails/activerecord/lib/active_record
Marcel Molina 0e0e774085 Protect id attribute from mass assigment even when the primary key is set to something else. Closes #2438.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2541 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-10-12 19:59:13 +00:00
..
acts Add ability to get all siblings, including the current child, with acts_as_tree. Recloses #2140. 2005-10-09 18:51:30 +00:00
associations r3653@asus: jeremy | 2005-09-28 00:23:49 -0700 2005-09-28 03:52:57 +00:00
connection_adapters Optimization for Mysql selects using mysql-ruby extension greater than 2.6.3. Closes #2426. 2005-10-11 03:10:07 +00:00
vendor Fixed "connection lost" issue with the bundled Ruby/MySQL driver (would kill the app after 8 hours of inactivity) #2163, #428 [kajism@yahoo.com] 2005-09-11 05:43:46 +00:00
wrappers
aggregations.rb Refactored away all the legacy validate_options calls and replaced them with Hash#assert_valid_keys 2005-09-09 08:32:47 +00:00
associations.rb Association validation does not belong in a before_save callback: move it into a validation method. Restores the expected model.valid? == model.save. Add tests for cancelling save by returning false from a before_save callback. Remove assumption that before_destroy's return value indicates whether the record was destroyed. 2005-10-02 02:00:50 +00:00
base.rb Protect id attribute from mass assigment even when the primary key is set to something else. Closes #2438. 2005-10-12 19:59:13 +00:00
callbacks.rb Returning false in before_destroy should cancel action. Closes #1829. 2005-09-28 00:09:50 +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 Oops, swapped order of params to COALESCE! Upcoming patch has test cases. 2005-09-27 20:24:52 +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 migrations honor table name prefixes and suffixes. 2005-09-26 21:30:12 +00:00
observer.rb Use assignment instead of call 2005-09-25 08:50:47 +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
schema.rb Refactored the AbstractAdapter to be a lot less scary. Cleaned up the docs and style for the OSS adapters 2005-09-25 17:56:03 +00:00
schema_dumper.rb PostgreSQL returns the path type wrapped in quotes. 2005-10-09 01:22:47 +00:00
timestamp.rb Speed up timestamping a tad #1227 [skaen] 2005-05-19 19:05:12 +00:00
transactions.rb Added AbstractAdapter#select_value and AbstractAdapter#select_values as convenience methods for selecting single values, instead of hashes, of the first column in a SELECT #2283 2005-09-24 19:50:57 +00:00
validations.rb Association validation does not belong in a before_save callback: move it into a validation method. Restores the expected model.valid? == model.save. Add tests for cancelling save by returning false from a before_save callback. Remove assumption that before_destroy's return value indicates whether the record was destroyed. 2005-10-02 02:00:50 +00:00
version.rb move lib/version.rb to lib/active_record/version.rb 2005-10-10 14:28:41 +00:00
wrappings.rb Removed broken attempt to DRY module ClassMethod #970 2005-04-02 09:29:43 +00:00