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
José Valim b67ec8ba20 class_attribute is not a direct replacement of class_inheritable_*.
If you are setting a hash or an array in class_attribute or you need
to freeze it, to ensure people won't modify it in place or you need
to dup it on inheritance.
2010-06-10 19:39:09 +02:00
..
associations Don't overwrite unsaved updates when loading an association but preserve the order of the loaded records. [#4642 state:resolved] 2010-06-09 18:17:52 +05:30
attribute_methods Make sure timestamp is properly referenced 2010-05-11 20:06:26 +02:00
connection_adapters Revert "Temporarily revert "Update after_commit and after_rollback docs and tests to use new style API with an :on options instead of on_* suffix." and "Add after_commit and after_rollback callbacks to ActiveRecord that are called after transactions either commit or rollback on all records saved or destroyed in the transaction."" 2010-06-08 17:05:29 -04:00
locale Use %{} syntax in I18n (faster) instead of {{}}. 2010-05-01 12:54:52 +02:00
locking Use arel instead of sql strings 2010-05-11 15:32:41 +01:00
railties Cut down even further on rake -T noise 2010-06-09 17:14:53 -04:00
relation Special treatement for Relation#select { with block } 2010-06-02 14:42:25 +01:00
serializers to_xml with :include should skip_instruct on the included records [#4506 state:resolved] 2010-04-30 14:22:57 +02:00
validations Revert "Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options hash and make various Validators pass their (filtered) options." 2010-05-15 21:55:16 +02:00
aggregations.rb eliminate alias_method_chain from ActiveRecord 2010-05-09 02:37:52 +03:00
association_preload.rb refactor evals and adds some __FILE__ and __LINE__ 2010-05-20 15:18:57 +02:00
associations.rb Fix multiple self-referencing eager loads failing to join multiple times 2010-06-08 01:02:19 -04:00
attribute_methods.rb eliminate alias_method_chain from ActiveRecord 2010-05-09 02:37:52 +03:00
autosave_association.rb Make the logic for nested_records_changed_for_autosave? simpler. 2010-06-07 11:01:10 +02:00
base.rb Fix ActiveRecord::Base.compute_type swallowing NoMethodError. [#4751 state:resolved] 2010-06-08 15:34:47 -04:00
callbacks.rb update docs before_validation_on_create => before_validation(:on => :create) 2010-06-07 22:21:28 -03:00
counter_cache.rb fix reset_counters to work even with complex class names 2010-05-24 11:44:53 +02:00
dynamic_finder_match.rb
dynamic_scope_match.rb
errors.rb
fixtures.rb Clarify Fixture#key_ and value_list 2010-06-08 17:05:29 -04:00
migration.rb making rake:migrate VERSION=0 a noop called in succession. [#2137 state:resolved] 2010-04-29 13:41:35 +02:00
named_scope.rb STI should not ignore type condition while applying scopes from parent class scopes 2010-05-15 09:48:49 +02:00
nested_attributes.rb Use primary key in conditions, not 'id' [#4395 state:resolved] 2010-05-04 22:45:08 +01:00
observer.rb class_attribute is not a direct replacement of class_inheritable_*. 2010-06-10 19:39:09 +02:00
persistence.rb eliminate alias_method_chain from ActiveRecord 2010-05-09 02:37:52 +03:00
query_cache.rb adds missing requires for Object#blank? and Object#present? 2010-03-28 14:15:02 +02:00
railtie.rb Reorganized initializers a bit to enable better hooks for common cases without the need for Railtie. Specifically, the following hooks were added: 2010-05-15 06:09:07 -07:00
reflection.rb Bring back +extra_conditions+. This effectively reverts 386b7bfd9d 2010-04-03 09:54:15 -07:00
relation.rb ignore raw_sql_ table alias that is used by Oracle adapter 2010-06-04 22:44:04 +03:00
schema.rb adds missing requires for Object#blank? and Object#present? 2010-03-28 14:15:02 +02:00
schema_dumper.rb Make sure schema dumper doesnt throw up when there are no index lengths 2010-05-09 12:43:06 +01:00
serialization.rb
session_store.rb Cut the fat and make session stores rely on request.cookie_jar and change set_session semantics to return the cookie value instead of a boolean. 2010-05-18 03:18:23 +02:00
test_case.rb
timestamp.rb eliminate alias_method_chain from ActiveRecord 2010-05-09 02:37:52 +03:00
transactions.rb Make logic for after_commit and after_rollback :on option work like it does for validation callbacks. 2010-06-08 17:05:29 -04:00
validations.rb Remove undocumented save_without_validation! 2010-05-11 15:39:29 +01:00
version.rb Get ready for beta 4 2010-06-08 14:47:02 -04:00