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
Yaroslav Markin 28347d889b Refactor ActiveRecord::Base#new_record? [#1647 state:committed]
Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
2008-12-27 15:25:39 +01:00
..
associations Fix has many through not quoting table names [#1163 state:resolved] 2008-12-20 21:08:51 +00:00
connection_adapters Merge docrails 2008-12-19 14:27:43 +00:00
locale use :en as a default locale (in favor of :en-US) 2008-11-18 14:23:53 +01:00
locking
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 Preload uses exclusive scope [#643 state:resolved] 2008-12-26 18:25:55 +00:00
associations.rb Fix configure_dependency_for_has_many not quoting conditions properly [#1461 state:resolved] 2008-12-21 15:57:48 +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 Refactor ActiveRecord::Base#new_record? [#1647 state:committed] 2008-12-27 15:25:39 +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 Change field_changed? method to handle the case where a nullable integer column is changed from 0 to '0' 2008-12-08 15:42:13 -08:00
dynamic_finder_match.rb
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
migration.rb Merge with docrails 2008-12-07 03:27:53 +01:00
named_scope.rb
observer.rb
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
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