rails--rails/activerecord/lib/active_record
Will bf6af5f719 When passing force_reload = true to an association, don't use the query cache [#1827 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
2009-12-16 10:49:53 -06:00
..
associations Revert "Fix instance_eval calls to association proxies" 2009-12-12 19:58:54 -06:00
attribute_methods Object#tap is not needed for Ruby >= 1.8.7 2009-11-09 22:16:51 +01:00
attributes Fixed: #without_typecast should only disable typecasting on the duplicated attributes [#3387 state:resolved] 2009-10-18 10:22:22 -05:00
connection_adapters Add support for Mysql column positioning via #add_column and #change_column 2009-12-03 23:09:57 -08:00
locale allow ActiveRecord#RecordInvalid exception message to be localized 2009-08-26 11:29:16 -07:00
locking Revert "Ensure Model#destroy respects optimistic locking" 2009-11-17 15:35:35 -08:00
serializers Break up concerns for choosing what attributes should be serialized and the actual serializer 2009-08-13 22:27:36 -05:00
types Refactoring attributes/types [#3348 state:resolved] 2009-10-17 12:37:15 -05:00
validations validate uniqueness with limit in utf8 2009-08-09 12:50:04 -07:00
aggregations.rb Break up DependencyModule's dual function of providing a "depend_on" DSL and "included" block DSL into separate modules. But, unify both approaches under AS::Concern. 2009-05-28 11:35:36 -05:00
association_preload.rb Ruby 1.9.2: avoid #flatten 2009-11-13 09:52:53 -08:00
associations.rb When passing force_reload = true to an association, don't use the query cache [#1827 state:resolved] 2009-12-16 10:49:53 -06:00
attribute_methods.rb No need to check for generated method, just redispatch 2009-11-14 01:51:52 -08:00
attributes.rb Refactoring attributes/types [#3348 state:resolved] 2009-10-17 12:37:15 -05:00
autosave_association.rb Removed some superfluous conditionals from the autosave association validation methods. 2009-09-12 16:04:47 +02:00
base.rb Replace reset_counter_cache with reset_counters that has API inline with existing update_counters method 2009-12-03 23:25:11 -08:00
batches.rb Break up DependencyModule's dual function of providing a "depend_on" DSL and "included" block DSL into separate modules. But, unify both approaches under AS::Concern. 2009-05-28 11:35:36 -05:00
calculations.rb Revert "Split arel_table into method to get a relation and another to memoize the default relation." 2009-11-13 15:30:51 -08:00
callbacks.rb Callbacks, DeprecatedCallbacks = NewCallbacks, Callbacks 2009-10-12 22:15:43 -05:00
dynamic_finder_match.rb
dynamic_scope_match.rb
fixtures.rb Don't use AR::Base.connection for fixture column quoting. Use the connection given to Fixtures.new 2009-08-26 14:53:09 -07:00
migration.rb Merge commit 'rails/master' 2009-08-10 10:40:11 -03:00
named_scope.rb Revert "Methods invoked within named scope Procs should respect the scope stack. [#1267 state:resolved]" 2009-07-29 16:54:54 -07:00
nested_attributes.rb Define autosave association callbacks when using accepts_nested_attributes_for. 2009-11-07 00:42:42 +01:00
notifications.rb Update AR logger subscriber for Notifications subscriber args change 2009-11-11 01:43:58 -08:00
observer.rb Changed ActiveRecord to use new callbacks and speed up observers by only notifying events that are actually being consumed. 2009-09-08 10:26:39 -05:00
query_cache.rb
reflection.rb Enable has_many :through for going through a has_one association on the join model [#2719 state:resolved] 2009-08-10 00:30:44 +01:00
relation.rb Ruby 1.9: fix Relation respond_to? and method_missing 2009-11-10 11:00:50 -08:00
schema.rb
schema_dumper.rb Don't define a default primary key in the schema dumper. 2009-08-08 19:31:35 -07:00
serialization.rb Break up concerns for choosing what attributes should be serialized and the actual serializer 2009-08-13 22:27:36 -05:00
session_store.rb Fix reset_session with ActiveRecord store [#2200 state:resolved] 2009-05-17 14:42:36 -05:00
state_machine.rb Add simple support for ActiveModel's StateMachine for ActiveRecord 2009-08-04 11:03:57 -05:00
test_case.rb Calculations now use Arel to construct the query. 2009-04-29 19:39:53 -03:00
timestamp.rb Break up DependencyModule's dual function of providing a "depend_on" DSL and "included" block DSL into separate modules. But, unify both approaches under AS::Concern. 2009-05-28 11:35:36 -05:00
transactions.rb Break up DependencyModule's dual function of providing a "depend_on" DSL and "included" block DSL into separate modules. But, unify both approaches under AS::Concern. 2009-05-28 11:35:36 -05:00
types.rb Refactoring attributes/types [#3348 state:resolved] 2009-10-17 12:37:15 -05:00
validations.rb Integer#even? and Integer#odd? are not needed for Ruby >= 1.8.7 2009-11-09 22:16:51 +01:00
version.rb Bump up the version to 3.0.pre 2009-06-30 14:37:12 -07:00