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
2010-06-08 17:05:29 -04:00
..
associations Properly cache association_collection#scopes calls having arguments 2010-06-04 00:53:45 +01:00
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 Configure generators before invoking. 2010-06-02 09:37:38 +02: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 cleaning up many more warnings in activerecord [#4180 state:resolved] 2010-03-15 08:57:41 -07:00
dynamic_scope_match.rb
errors.rb Make many parts of Rails lazy. In order to facilitate this, 2010-03-07 06:24:30 -08:00
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 improve how ActiveRecord::Observer defines callbacks on observed models 2010-04-16 13:12:53 -07: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 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
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