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
2008-05-01 14:32:50 -05:00
..
associations best solution? 2008-05-01 14:22:55 -05:00
connection_adapters Fixed that change_column should be able to use :null => true on a field that formerly had false [Nate Wiger] [#26 state:resolved] 2008-04-29 16:52:52 -05:00
locking Fixed that pessimistic locking you reference the quoted table name (Josh Susser) [#67 state:resolved] 2008-04-30 15:04:08 -05:00
serializers
vendor
aggregations.rb
association_preload.rb Fixed AssociationsPreload such that it doesnt require foreign keys to be integers (fcheung) [#33 state:resolved] 2008-04-30 23:30:50 -05:00
associations.rb Revert "Ensure that save on child object fails for invalid belongs_to association. Closes #11555. [rubyruy]" 2008-04-11 16:04:11 +12:00
attribute_methods.rb
base.rb Added block-setting of attributes for Base.create like Base.new already has (Adam Meehan) [#39 state:resolved] 2008-04-30 23:14:32 -05:00
calculations.rb Avoid adding two DISTINCT statements to queries in sqlite 2. 2008-04-21 11:47:15 +12:00
callbacks.rb
dirty.rb
fixtures.rb Fixed fixture caching with prefixed or suffixed tables. 2008-04-30 16:59:22 -05:00
migration.rb Fix migrations when migrating to a specified version number with a fresh database [#1 state:resolved] 2008-04-17 13:43:47 -05:00
named_scope.rb Let Base.all use conditions etc like first/last 2008-04-28 13:27:52 -05:00
observer.rb
query_cache.rb
reflection.rb
schema.rb
schema_dumper.rb
serialization.rb
test_case.rb
timestamp.rb
transactions.rb
validations.rb Added block-setting of attributes for Base.create like Base.new already has (Adam Meehan) [#39 state:resolved] 2008-04-30 23:14:32 -05:00
version.rb