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-07-27 16:06:51 -05:00
..
associations Add :accessible option to Associations for allowing mass assignments using hash. [#474 state:resolved] 2008-07-14 02:53:21 +01:00
connection_adapters Revert "Ensure adapater specific code is loaded on ActiveRecord::Base.establish_connection" 2008-07-27 16:06:51 -05: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 Use klass.sti_name to make sure associations take store_full_sti_class into account. [#671 state:resolved] 2008-07-22 01:24:47 +01:00
attribute_methods.rb Merge docrails. 2008-05-25 12:29:00 +01:00
base.rb Set config.active_record.timestamped_migrations = false to have migrations with numeric prefix instead of UTC timestamp. [#446 state:resolved] 2008-07-17 02:54:45 +01:00
calculations.rb Add :from option to calculations. [#397 state:resolved] 2008-06-11 18:07:57 -07:00
callbacks.rb Merge with docrails. 2008-07-16 13:01:23 +01:00
dirty.rb Merge with docrails. 2008-07-16 13:01:23 +01:00
fixtures.rb Move the transaction counter to the connection object rather than maintaining it on the current Thread. 2008-07-15 21:25:12 +02:00
migration.rb Set config.active_record.timestamped_migrations = false to have migrations with numeric prefix instead of UTC timestamp. [#446 state:resolved] 2008-07-17 02:54:45 +01:00
named_scope.rb Ensure NamedScope#any? uses COUNT query wherever possible. [#680 state:resolved] 2008-07-23 12:02:17 +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 Removed query cache rescue as it could cause code to be run twice (closes #10408) [DHH] 2007-12-07 13:34:06 +00:00
reflection.rb Cache sanitized conditions in reflection object for associations 2008-06-27 02:47:38 +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 Partial updates play nice with updated_at/on timestamps 2008-03-31 01:49:57 +00:00
transactions.rb Move the transaction counter to the connection object rather than maintaining it on the current Thread. 2008-07-15 21:25:12 +02:00
validations.rb Ensure checked value is a string when validating case-sensitive uniqueness [#361 state:resolved] 2008-07-19 16:14:39 +01:00
version.rb Making ready for release of 2.1 2008-05-31 17:03:03 -07:00