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-06-04 12:07:03 -07:00
..
associations Add ActiveRecord::Base.sti_name that checks ActiveRecord::Base#store_full_sti_class? and returns either the full or demodulized name. [rick] [#114 state:resolved] 2008-05-31 17:13:11 -07:00
connection_adapters Give a nice message if there are duplicate migrations instead of raising a strange insert error 2008-06-04 12:07:03 -07:00
locking Merge docrails. 2008-05-25 12:29:00 +01:00
serializers Merge docrails. 2008-05-25 12:29:00 +01:00
vendor Remove deprecated object transactions. People relying on this functionality should install the object_transactions plugin at http://code.bitsweat.net/svn/object_transactions. Closes #5637 [Koz, Jeremy Kemper] 2007-03-16 22:39:01 +00:00
aggregations.rb Merge docrails. 2008-05-25 12:29:00 +01:00
association_preload.rb When preloading group by reflection rather than by class [#125 state:resolved] 2008-05-11 22:14:07 +01:00
associations.rb Merge docrails. 2008-05-25 12:29:00 +01:00
attribute_methods.rb Merge docrails. 2008-05-25 12:29:00 +01:00
base.rb Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveSupport [#238 state:resolved] 2008-06-03 13:32:53 -05:00
calculations.rb Ensure AR#sum result is typecasted properly 2008-06-02 20:41:11 +01:00
callbacks.rb Callbacks fire before notifying observers [#230 state:resolved] 2008-06-03 13:38:00 -05:00
dirty.rb Enable partial updates by default 2008-05-30 04:16:57 -07:00
fixtures.rb Merge docrails. 2008-05-25 12:29:00 +01:00
migration.rb Merge docrails. 2008-05-25 12:29:00 +01:00
named_scope.rb Ensure named_scope#empty? uses count query. [#262 state:resolved] 2008-05-28 11:02:07 +01:00
observer.rb Merge docrails. 2008-05-25 12:29:00 +01: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 Merge docrails: 2008-05-09 10:40:50 +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 options missing from earlier changeset 2008-01-22 01:29:10 +00:00
timestamp.rb Partial updates play nice with updated_at/on timestamps 2008-03-31 01:49:57 +00:00
transactions.rb Merge docrails. 2008-05-25 12:29:00 +01:00
validations.rb Substitute value into validates_format_of message 2008-05-31 16:59:03 -07:00
version.rb Making ready for release of 2.1 2008-05-31 17:03:03 -07:00