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-12-30 17:50:17 +00:00
..
associations Fix HasManyAssociation#create ignoring the :primary_key option [#1633 state:resolved] 2008-12-27 01:10:29 +00:00
connection_adapters Add transaction check to SQLite2 adapter to fix test_sqlite_add_column_in_transaction_raises_statement_invalid [#1669 state:resolved] 2008-12-30 03:07:30 +00:00
locale use :en as a default locale (in favor of :en-US) 2008-11-18 14:23:53 +01:00
locking Partial updates don't update lock_version if nothing changed. [#426 state:resolved] 2008-06-22 20:33:43 -07:00
serializers Added a :camelize option to ActiveRecord and Hash to_xml serialization and from_xml deserialization 2008-12-10 20:28:05 +01:00
aggregations.rb Merge docrails 2008-10-05 22:16:26 +01:00
association_preload.rb Fix :include of has_one with :primary_key option 2008-12-26 23:26:37 +00:00
associations.rb Merge commit 'fred/pullable' 2008-12-30 17:50:17 +00:00
attribute_methods.rb "raise NoMethodError" raises NoMethodError. Raise it with NoMethodError.new instead. 2008-10-25 14:52:44 +05:30
base.rb Merge branch 'master' of git@github.com:rails/rails 2008-12-28 20:53:58 +01:00
calculations.rb Make sure any Fixnum returned by a DB sum is type cast to a Float before standard converstion to a BigDecimal [#8994 state:resolved] 2008-11-13 10:45:57 -06:00
callbacks.rb Merge docrails 2008-10-16 22:13:06 +02:00
dirty.rb Inline code comments for class_eval/module_eval [#1657 state:resolved] 2008-12-28 19:49:28 +00:00
dynamic_finder_match.rb Dynamic finders should use the ActiveRecord::Base::find method instead of ::find_initial, :find_last, and ::find_all. 2008-10-03 21:28:11 +02:00
dynamic_scope_match.rb Introduce dynamic scopes for ActiveRecord: you can now use class methods like scoped_by_user_name(user_name) and scoped_by_user_name_and_password(user_name, password) that will use the scoped method with attributes you supply. [#1648 state:committed] 2008-12-28 20:52:46 +01:00
fixtures.rb Rename use_transactional_fixtures? so it doesn't collide with the superclass_delegating_accessor's query method 2008-11-25 23:50:57 -08:00
i18n_interpolation_deprecation.rb I18n: move old-style interpolation syntax deprecation to Active Record. [#1044 state:resolved] 2008-09-20 19:13:50 +01:00
migration.rb Merge with docrails 2008-12-07 03:27:53 +01:00
named_scope.rb Merge docrails 2008-09-03 17:58:47 +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 ActiveRecord::QueryCache middleware 2008-12-22 11:31:18 -06:00
reflection.rb Remove HasManyAssociationStrategy and move the logic to ActiveRecord::Reflection::ThroughReflection. 2008-10-04 17:49:39 +01:00
schema.rb Merge docrails. 2008-05-25 12:29:00 +01:00
schema_dumper.rb Merge with docrails 2008-12-07 03:27:53 +01:00
serialization.rb require json lib when serialization is loaded 2008-11-24 11:52:29 -06:00
session_store.rb Switch to Rack based session stores. 2008-12-15 16:33:31 -06:00
test_case.rb Remove SQL Server cases from tests for latest adapter work to pass rails expected behavior. 2008-11-19 18:00:56 +01:00
timestamp.rb Ensure of Model#create support custom updated_at and updated_on attributes [#1612 state:resolved] 2008-12-22 15:19:33 +00:00
transactions.rb Don't use the transaction instance method so that people with has_one/belongs_to :transaction aren't fubared 2008-12-10 15:11:42 -08:00
validations.rb Remove dead commented out code [#1467 state:resolved] 2008-12-21 15:55:42 +00:00
version.rb Assume that the next version is going to be 2.3 for now 2008-11-19 14:12:38 +01:00