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-03-19 09:56:22 -07:00
..
associations fisting uninitialized ivar warnings. [#4198 state:resolved] 2010-03-16 15:11:00 -07:00
attribute_methods fisting uninitialized ivar warnings. [#4198 state:resolved] 2010-03-16 15:11:00 -07:00
connection_adapters ActiveRecord should raise an error on invalid migration types. 2010-02-28 11:53:48 +01:00
locale Drop AR I18n deprecation and simple use errors.messages as fallback. 2010-01-30 13:12:12 +01:00
locking Dont delegate Relation#update to arel 2010-01-20 19:01:26 +05:30
railties squelching more warnings in the AR tests. [#4218 state:resolved] 2010-03-18 10:24:16 -07:00
relation kill where / having method redefine warnings. [#4225 state:resolved] 2010-03-18 13:30:59 -07:00
serializers Break up concerns for choosing what attributes should be serialized and the actual serializer 2009-08-13 22:27:36 -05:00
validations Rename Model.active_relation to Model.unscoped 2010-01-17 03:00:56 +05:30
aggregations.rb fisting uninitialized ivar warnings. [#4198 state:resolved] 2010-03-16 15:11:00 -07:00
association_preload.rb no more warning interpreted as argument prefix on association_preload.rb 2010-02-26 14:54:10 -08:00
associations.rb cleaning up some test warnings 2010-03-14 17:28:27 -06:00
attribute_methods.rb No need to check for generated method, just redispatch 2009-11-14 01:51:52 -08:00
autosave_association.rb save(false) is gone, use save(:validate => false) instead. 2010-01-17 14:22:34 +01:00
base.rb Move require closer to home 2010-03-17 10:11:38 -07:00
callbacks.rb Ensure deprecated validate methods are invoked when they are private [#3214 status:resolved] 2010-01-18 09:56:36 +01: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 Merge docrails 2010-01-17 03:26:20 +05:30
migration.rb switching migrations to use require cleans up many warnings [#4234 state:resolved] 2010-03-19 09:56:22 -07:00
named_scope.rb removing spawn from SpawnMethods 2010-03-10 13:29:00 -08:00
nested_attributes.rb cleaning up a bunch of method already defined warnings [#4209 state:resolved] 2010-03-17 13:56:33 -07:00
observer.rb Convert to class_attribute 2010-02-01 02:02:42 -08:00
query_cache.rb
railtie.rb Make many parts of Rails lazy. In order to facilitate this, 2010-03-07 06:24:30 -08:00
reflection.rb cleaning up some test warnings 2010-03-14 17:28:27 -06:00
relation.rb cleaning up many more warnings in activerecord [#4180 state:resolved] 2010-03-15 08:57:41 -07:00
schema.rb Allow AR::Schema's migrations_path to be overwritten by subclasses. Defaults to 'db/migrate' 2010-01-08 13:08:23 -08:00
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
test_case.rb Autoload AS test case 2010-01-04 16:22:46 -06: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 save(false) is gone, use save(:validate => false) instead. 2010-01-17 14:22:34 +01:00
validations.rb Drop AR I18n deprecation and simple use errors.messages as fallback. 2010-01-30 13:12:12 +01:00
version.rb Update versions of all components to normalize them to new format 2010-03-02 00:32:48 -05:00