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
Pratik Naik 6d30002a52 Revert "Refactoring attributes/types" [#3348 state:open]
This reverts commit f936a1f100.

Conflicts:

	activerecord/lib/active_record.rb
	activerecord/lib/active_record/base.rb

Revert "Fixed: #without_typecast should only disable typecasting on the duplicated attributes" [#3387 state:open]

This reverts commit 2831996483.

Reason :

  It's not generating attribute methods properly, making object.column 5x slower.
2010-01-22 02:37:07 +05:30
..
associations Get rid of construct_count_options_from_args 2010-01-19 20:43:03 +05:30
attribute_methods Revert "Refactoring attributes/types" [#3348 state:open] 2010-01-22 02:37:07 +05:30
connection_adapters Revert "Fix #microseconds conversion and #fast_string_to_time" 2010-01-17 03:04:11 +05:30
locale
locking Dont delegate Relation#update to arel 2010-01-20 19:01:26 +05:30
railties Rake tasks should load generators from new paths. 2010-01-18 18:22:55 +01:00
relation Simplify finder method definitions 2010-01-21 22:29:21 +05:30
serializers
validations Rename Model.active_relation to Model.unscoped 2010-01-17 03:00:56 +05:30
aggregations.rb
association_preload.rb Use unscoped instead of with_exclusive_scope for preloading 2010-01-20 16:11:14 +05:30
associations.rb Remove find_with_associations and related code from associations now that Relation handles that stuff 2010-01-20 01:20:20 +05:30
attribute_methods.rb
autosave_association.rb save(false) is gone, use save(:validate => false) instead. 2010-01-17 14:22:34 +01:00
base.rb Revert "Refactoring attributes/types" [#3348 state:open] 2010-01-22 02:37:07 +05:30
batches.rb
callbacks.rb Ensure deprecated validate methods are invoked when they are private [#3214 status:resolved] 2010-01-18 09:56:36 +01:00
dynamic_finder_match.rb
dynamic_scope_match.rb
fixtures.rb Merge docrails 2010-01-17 03:26:20 +05:30
migration.rb Merge docrails 2010-01-17 03:26:20 +05:30
named_scope.rb Fix AP's AR integration tests warning 2010-01-20 20:40:20 +05:30
nested_attributes.rb Merge docrails 2010-01-17 03:26:20 +05:30
observer.rb
query_cache.rb
railtie.rb Move Dispatcher setup to Railties and add instrumentation hook. 2010-01-15 12:24:30 +01:00
reflection.rb
relation.rb Supplying Arel::SqlLiteral is much faster 2010-01-21 17:52:09 +05:30
schema.rb
schema_dumper.rb
serialization.rb
session_store.rb
state_machine.rb
test_case.rb
timestamp.rb
transactions.rb save(false) is gone, use save(:validate => false) instead. 2010-01-17 14:22:34 +01:00
validations.rb save(false) is gone, use save(:validate => false) instead. 2010-01-17 14:22:34 +01:00
version.rb