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
Chris Oliver 015192560b Fixed a bug when empty? was called on a grouped Relation that wasn't loaded
[#5829 state:resolved]

Signed-off-by: Andrew White <andyw@pixeltrix.co.uk>
2011-03-12 22:31:21 +00:00
..
associations Add additional text to NotImplementedErrors [#6328 state:resolved] 2011-03-12 13:43:23 -02:00
attribute_methods Merge remote branch 'rails/master' into identity_map 2011-02-15 12:01:04 -03:00
coders Make serialized columns with explicit object_type return a new instance of the object instead of nil 2011-02-03 09:08:45 -08:00
connection_adapters implements ActiveRecord::Base.connection_config to be able to check the configuration of the current connection at runtime 2011-03-05 01:35:02 +01:00
locale
locking fixed broken link to postgresql docs 2011-02-15 12:01:15 -02:00
migration Add :bulk => true option to change_table 2011-01-31 13:21:25 +00:00
railties fix db:fixtures:load with FIXTURES specified [#6061 state:resolved] 2011-02-06 18:45:42 -02:00
relation use Arel::Table#alias rather than passing the :as parameter 2011-03-05 11:56:24 -08:00
serializers dry up compute type in attribute 2010-12-15 14:02:30 -08:00
validations copy-edits 8d96b89 2011-02-21 11:37:08 +01:00
aggregations.rb remove unnecessary module_eval 2011-01-18 09:36:33 -08:00
associations.rb Move JoinDependency and friends from ActiveRecord::Associations::ClassMethods to just ActiveRecord::Associations 2011-02-28 22:12:43 +00:00
attribute_methods.rb Move ActiveModel::AttributeMethods#attribute_methods_generated? to ActiveRecord, so it's flexible now 2011-03-01 20:22:45 +01:00
autosave_association.rb Active Record typos. 2011-03-05 11:56:34 +01:00
base.rb use Arel::Table#alias rather than passing the :as parameter 2011-03-05 11:56:24 -08:00
callbacks.rb Active Record typos. 2011-03-05 11:56:34 +01:00
counter_cache.rb Merge remote branch 'rails/master' into identity_map 2010-12-20 11:23:07 -03:00
dynamic_finder_match.rb be kind to the garbage collector: only instantiate objects when absolutely necessary 2010-09-27 18:07:35 -07:00
dynamic_scope_match.rb constructor should not do so much work; avoid allocating object if possible 2010-09-27 17:38:49 -07:00
errors.rb
fixtures.rb Merge remote branch 'rails/master' into identity_map 2011-02-18 15:29:33 -03:00
identity_map.rb No need to have reinit_with inside an InstanceMethods module. 2011-02-18 16:04:47 -03:00
log_subscriber.rb fixing tests on 1.8, using a list of lists because order is important 2011-02-10 14:17:09 -08:00
migration.rb require core_ext/array/wrap in active_record/migration 2010-12-10 08:33:48 +01:00
named_scope.rb fixes: ActiveRecord::Base.scopes includes all scopes defined in all subclasses 2011-02-24 11:17:06 -08:00
nested_attributes.rb Merge remote branch 'rails/master' into identity_map 2011-02-18 15:29:33 -03:00
observer.rb Fix observer callbacks firing multiple times on descendant instances 2011-02-22 16:25:19 -08:00
persistence.rb Merge remote branch 'rails/master' into identity_map 2011-02-15 12:01:04 -03:00
query_cache.rb
railtie.rb Merge remote branch 'rails/master' into identity_map 2011-02-15 12:01:04 -03:00
reflection.rb Rewrote AssociationPreload. 2011-02-28 22:12:34 +00:00
relation.rb Fixed a bug when empty? was called on a grouped Relation that wasn't loaded 2011-03-12 22:31:21 +00:00
result.rb adjust query counts to be consistent across databases, make sure database log the same things 2011-02-04 18:14:59 -08:00
schema.rb Allow to run migrations from more than one directory 2010-12-09 00:04:36 +01:00
schema_dumper.rb kill unused variable warnings 2011-01-11 15:29:35 -08:00
serialization.rb Merge branch 'master' of git://github.com/lifo/docrails 2010-10-06 23:16:13 +02:00
session_store.rb almost fisted 2011-02-04 18:14:59 -08:00
test_case.rb removing limits and offsets from COUNT queries unless both are specified. [#6268 state:resolved] 2011-02-25 15:38:59 -08:00
timestamp.rb Updates to ActiveRecord::Timestamp documentation. 2011-02-05 09:07:00 -08:00
transactions.rb Merge remote branch 'rails/master' into identity_map 2011-02-15 12:01:04 -03:00
validations.rb copy-edits 8d96b89 2011-02-21 11:37:08 +01:00
version.rb Update the version.rb files to include a PRE part 2010-11-16 17:19:46 -08:00