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
Tom Lea 3724dafe71 Fix incorrect signature for NamedScope#respond_to? [#852 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
2008-08-21 16:39:27 +01:00
..
associations Fix has_many#count_records. [#865 state:resolved] 2008-08-21 15:48:04 +01:00
connection_adapters Fix postgres bug when change_column is called with invalid parameters. [#861 state:resolved] 2008-08-21 16:22:14 +01:00
locale Renamed lang/ to locale/ because that's what we seem to 2008-06-21 11:35:02 +02:00
locking Partial updates don't update lock_version if nothing changed. [#426 state:resolved] 2008-06-22 20:33:43 -07:00
serializers Merge docrails. 2008-05-25 12:29:00 +01:00
aggregations.rb Merge docrails. 2008-05-25 12:29:00 +01:00
association_preload.rb Make sure association preloading works with full STI class name [#465 state:Resolved] 2008-07-18 03:44:44 +01:00
associations.rb Fixed STI type condition for eager loading of associations 2008-08-16 20:41:19 +01:00
attribute_methods.rb Merge docrails. 2008-05-25 12:29:00 +01:00
base.rb Fix generated WHERE IN query for named scopes. [#583 state:resolved] 2008-08-21 16:11:28 +01:00
calculations.rb Alias subquery used in calculations, to provide better compatibility with databases such as MonetDB 2008-08-11 16:48:45 +02:00
callbacks.rb Fix file permissions 2008-07-31 16:36:23 -05:00
dirty.rb Serialized attributes will now always be saved even with partial_updates turned on. 2008-08-12 18:15:50 +02:00
fixtures.rb Fix file permissions 2008-07-31 16:36:23 -05:00
migration.rb Added MigrationProxy to defer loading of Migration classes until they are actually required by the migrator 2008-08-06 12:46:52 +02:00
named_scope.rb Fix incorrect signature for NamedScope#respond_to? [#852 state:resolved] 2008-08-21 16:39:27 +01:00
observer.rb Make observers define #after_find in the model only if needed. 2008-07-26 16:26:08 +02:00
query_cache.rb
reflection.rb Don't raise exception when comparing ActiveRecord::Reflection. [#842 state:resolved] 2008-08-16 20:21:36 +01:00
schema.rb Merge docrails. 2008-05-25 12:29:00 +01:00
schema_dumper.rb Merge docrails. 2008-05-25 12:29:00 +01:00
serialization.rb Improve documentation coverage and markup 2008-05-02 14:45:23 +01:00
test_case.rb Add assert_sql helper method to check for specific SQL output in Active Record test suite. [#325 state:resolved] 2008-07-14 23:22:39 +01:00
timestamp.rb
transactions.rb Merge docrails changes 2008-07-28 12:33:24 +01:00
validations.rb Fixed validates_uniqueness_of with decimal columns 2008-08-15 15:44:11 -07:00
version.rb Making ready for release of 2.1 2008-05-31 17:03:03 -07:00