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
Rafael Mendonça França 70b931f846 Merge pull request #15429 from sgrif/sg-rm-cached-attributes
rm cached attributes
2014-06-11 12:54:58 -03:00
..
associations reuse available collection? check instead of macro 2014-06-09 19:27:08 -04:00
attribute_methods rm cached attributes 2014-06-11 08:01:33 -06:00
coders
connection_adapters Remove YAML serialization workaround for columns 2014-06-11 07:59:29 -06:00
fixture_set
locale
locking Remove deprecated method ActiveRecord::Base.quoted_locking_column 2014-06-10 22:36:00 +05:30
migration
railties bin/rake db:migrate:status works with legacy migration numbers. 2014-06-06 12:16:48 +02:00
relation ActiveRecord::FinderMethods.find passes proc parameter #15382 2014-06-10 08:46:07 +02:00
scoping Revert "Merge pull request #14544 from jefflai2/named_scope_sti" 2014-05-21 12:15:57 -03:00
serializers Refactor XML serializer to not depend on serialized_attributes 2014-06-01 12:01:29 -06:00
tasks
type Keep the types of virtual columns after yaml serialization 2014-06-10 08:42:47 -06:00
validations Remove most code related to serialized properties 2014-06-01 11:33:58 -06:00
aggregations.rb Merge pull request #15542 from Gaurav2728/gaurav-remove_shutdown_link 2014-06-06 19:50:54 -05:00
association_relation.rb
associations.rb Use HasAndBelongsToMany instead of HABTM 2014-06-09 22:58:28 -04:00
attribute_assignment.rb Remove composed_of special case from multi-parameter attributes 2014-06-06 14:24:16 -06:00
attribute_decorators.rb Don't query the database schema when calling serialize 2014-06-07 07:03:42 -06:00
attribute_methods.rb have an actual NullColumn object and update docs accordingly. 2014-06-04 22:22:45 +02:00
attributes.rb Rename property to attribute 2014-06-07 07:20:25 -06:00
autosave_association.rb add has_one? method and reuse instead of checking macro 2014-06-09 19:12:43 -04:00
base.rb Timestamp values should be present on callbacks 2014-06-09 17:27:32 -03:00
callbacks.rb
connection_handling.rb
core.rb Keep the types of virtual columns after yaml serialization 2014-06-10 08:42:47 -06:00
counter_cache.rb Refactoring .reflections public method. 2014-05-26 17:05:21 -04:00
dynamic_matchers.rb
enum.rb Do not type cast twice on attribute assignment 2014-06-07 11:46:58 -06:00
errors.rb Formatting of content from b1db615 [ci skip] 2014-05-28 10:43:05 -07:00
explain.rb
explain_registry.rb
explain_subscriber.rb
fixtures.rb Remove deprecation warning 2014-06-11 19:19:46 +05:30
gem_version.rb
inheritance.rb
integration.rb
log_subscriber.rb
migration.rb bin/rake db:migrate:status works with legacy migration numbers. 2014-06-06 12:16:48 +02:00
model_schema.rb Ensure column_types returns a type object, and not a column 2014-06-11 07:54:39 -06:00
nested_attributes.rb Rename type_cast to type_cast_from_database 2014-06-09 13:39:51 -06:00
no_touching.rb
null_relation.rb
persistence.rb No need to decorate columns twice 2014-06-10 14:52:14 -06:00
query_cache.rb
querying.rb No need to decorate columns twice 2014-06-10 14:52:14 -06:00
railtie.rb
readonly_attributes.rb
reflection.rb Add has_one? docs [skip ci] 2014-06-11 11:27:31 -04:00
relation.rb Merge pull request #14971 from versioncontrol/#14785 2014-06-06 08:56:29 +02:00
result.rb Use an actual identity type in AR::Result#identity_type 2014-06-09 13:28:26 -06:00
runtime_registry.rb
sanitization.rb
schema.rb
schema_dumper.rb
schema_migration.rb ActiveRecord::SchemaMigration has no primary key. 2014-06-06 15:53:33 +02:00
scoping.rb Revert "Merge pull request #14544 from jefflai2/named_scope_sti" 2014-05-21 12:15:57 -03:00
serialization.rb
statement_cache.rb
store.rb
timestamp.rb
transactions.rb Merge pull request #15564 from sgrif/sg-remove-dead-code 2014-06-07 14:33:59 -03:00
translation.rb
type.rb Refactor serialized types to be partially defined as custom properties 2014-05-29 12:12:44 -07:00
validations.rb
version.rb