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
2009-06-02 12:27:26 -03:00
..
associations Ensure HasManyThroughAssociation#destroy delete orphan records [#2251 state:resolved] 2009-05-18 22:30:43 +02:00
connection_adapters Refactors to work with latest Arel implementation. 2009-06-02 11:40:01 -03:00
locale Merge docrails 2009-01-18 18:10:58 +00:00
locking Merge commit 'rails/master' 2009-05-12 16:13:00 -03:00
serializers Cherry-pick core extensions 2009-05-13 12:00:15 -07:00
aggregations.rb Use DependencyModule for included hooks in ActiveRecord 2009-05-11 22:23:47 -04:00
association_preload.rb Use DependencyModule for included hooks in ActiveRecord 2009-05-11 22:23:47 -04:00
associations.rb Merge commit 'rails/master' 2009-05-18 11:18:46 -03:00
attribute_methods.rb Merge commit 'origin/master' 2009-05-14 17:38:30 -07:00
autosave_association.rb Use DependencyModule for included hooks in ActiveRecord 2009-05-11 22:23:47 -04:00
base.rb Refactors to work with latest Arel implementation. 2009-06-02 11:40:01 -03:00
batches.rb Use DependencyModule for included hooks in ActiveRecord 2009-05-11 22:23:47 -04:00
calculations.rb Refactors to work with latest Arel implementation. 2009-06-02 11:40:01 -03:00
callbacks.rb Use DependencyModule for included hooks in ActiveRecord 2009-05-11 22:23:47 -04:00
dirty.rb Cherry-pick core extensions 2009-05-13 12:00:15 -07:00
dynamic_finder_match.rb
dynamic_scope_match.rb Introduce dynamic scopes for ActiveRecord: you can now use class methods like scoped_by_user_name(user_name) and scoped_by_user_name_and_password(user_name, password) that will use the scoped method with attributes you supply. [#1648 state:committed] 2008-12-28 20:52:46 +01:00
fixtures.rb Reimplement Fixtures.identify so that it consistently generates identities across ruby versions. 2009-05-18 13:40:45 -07:00
migration.rb No need to specify the engine now that it is in active_record.rb 2009-06-02 12:27:26 -03:00
named_scope.rb Implement #many? for NamedScope and AssociationCollection using #size [#1500 state:resolved] 2009-05-17 18:56:06 +02:00
nested_attributes.rb Cherry-pick core extensions 2009-05-13 12:00:15 -07:00
observer.rb Use DependencyModule for included hooks in ActiveRecord 2009-05-11 22:23:47 -04:00
query_cache.rb
reflection.rb Use DependencyModule for included hooks in ActiveRecord 2009-05-11 22:23:47 -04:00
schema.rb
schema_dumper.rb Cherry-pick core extensions 2009-05-13 12:00:15 -07:00
serialization.rb Cherry-pick core extensions 2009-05-13 12:00:15 -07:00
session_store.rb Fix reset_session with ActiveRecord store [#2200 state:resolved] 2009-05-17 14:42:36 -05:00
test_case.rb Calculations now use Arel to construct the query. 2009-04-29 19:39:53 -03:00
timestamp.rb Use DependencyModule for included hooks in ActiveRecord 2009-05-11 22:23:47 -04:00
transactions.rb Use DependencyModule for included hooks in ActiveRecord 2009-05-11 22:23:47 -04:00
validations.rb Missing 1.8.7 backport extensions 2009-05-18 13:20:04 -07:00
version.rb Prepare for final 2.3 release 2009-03-15 22:06:50 -05:00