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
Sean Griffin 14b1208dd3 Encapsulate the creation of Attribute objects
This will make it less painful to add additional properties, which
should persist across writes, such as `name`.

Conflicts:
	activerecord/lib/active_record/attribute_set.rb
2014-06-26 06:45:57 -03:00
..
associations Merge pull request #15847 from sgrif/sg-encapsulate-result-types 2014-06-26 06:33:18 -03:00
attribute_methods Encapsulate the creation of Attribute objects 2014-06-26 06:45:57 -03:00
attribute_set Encapsulate the creation of Attribute objects 2014-06-26 06:45:57 -03:00
coders
connection_adapters Merge pull request #15847 from sgrif/sg-encapsulate-result-types 2014-06-26 06:33:18 -03:00
fixture_set Introduce a context for rendering fixtures ERB. 2013-12-03 02:52:26 -05:00
locale
locking add missing :nodoc: for recent refactorings. [ci skip] 2014-06-24 12:30:21 +02:00
migration Drop the correct index after reverting a migration 2014-02-13 17:18:16 +01:00
railties add bin/rake db:purge task to empty the current database. 2014-06-17 09:20:58 +02:00
relation Encapsulate knowledge of type objects on ActiveRecord::Result 2014-06-22 09:00:15 -06:00
scoping Revert "Merge pull request #14544 from jefflai2/named_scope_sti" 2014-05-21 12:15:57 -03:00
serializers Remove serialized? from the type interface 2014-06-13 17:04:04 -06:00
tasks add bin/rake db:purge task to empty the current database. 2014-06-17 09:20:58 +02:00
type Doc pass for Type::Value [ci skip] 2014-06-24 08:51:55 -06:00
validations Don't rely on the column for type casting reflections 2014-06-18 06:29:17 -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 The Association Relation should use empty? and size from Relation. 2014-04-14 22:00:21 -03:00
associations.rb Use HasAndBelongsToMany instead of HABTM 2014-06-09 22:58:28 -04:00
attribute.rb Encapsulate the creation of Attribute objects 2014-06-26 06:45:57 -03:00
attribute_assignment.rb Silence warning in test 2014-06-24 07:11:54 -06:00
attribute_decorators.rb add missing :nodoc: for recent refactorings. [ci skip] 2014-06-24 12:30:21 +02:00
attribute_methods.rb Add a deprecation cycle for NullColumn from column_for_attribute 2014-06-23 09:54:06 -06:00
attribute_set.rb Encapsulate the creation of Attribute objects 2014-06-26 06:45:57 -03:00
attributes.rb add missing :nodoc: for recent refactorings. [ci skip] 2014-06-24 12:30:21 +02:00
autosave_association.rb Don't save through records twice 2014-06-17 10:27:02 -06:00
base.rb Don't mess with column_defaults when optimistic locking is enabled 2014-06-17 09:41:06 -06:00
callbacks.rb [Active Record] Renamed private methods create_record and update_record 2014-02-20 10:34:52 +05:30
connection_handling.rb Don't deprecate after all 2014-04-09 00:58:44 +09:30
core.rb Encapsulate the creation of Attribute objects 2014-06-26 06:45:57 -03:00
counter_cache.rb Refactoring .reflections public method. 2014-05-26 17:05:21 -04:00
dynamic_matchers.rb Fixed a bug in AR::Base#respond_to? 2014-01-29 10:53:48 -08:00
enum.rb Do not type cast twice on attribute assignment 2014-06-07 11:46:58 -06:00
errors.rb s/variable supplied/value supplied [ci skip] 2014-06-13 13:00:13 -07:00
explain.rb
explain_registry.rb
explain_subscriber.rb
fixtures.rb Revert code changes at "Copy edits and code font wrap for Active Record [ci skip]" 2014-06-13 16:47:15 -03:00
gem_version.rb Introduce Rails.gem_version 2014-03-05 12:37:38 -05:00
inheritance.rb Move changed_attributes into dirty.rb 2014-01-22 13:47:34 -05:00
integration.rb Fix to_param when attribute has multibyte character 2013-12-19 05:29:16 +09:00
log_subscriber.rb Invert the if/else clause 2014-05-04 18:21:36 -03:00
migration.rb Merge pull request #13963 from lucas-clemente/pending_migrations 2014-06-16 13:15:38 -03:00
model_schema.rb Merge pull request #15801 from sgrif/sg-column-defaults 2014-06-19 16:59:30 -03: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 Fixed a problem where sum, size, average, minimum and maximum used 2014-05-15 00:49:29 +05:30
persistence.rb Remove unneeded @column_types instance variable 2014-06-22 14:57:11 -06:00
query_cache.rb
querying.rb Remove old deprecation warning 2014-06-22 08:58:38 -06:00
railtie.rb Clarify 'database does not exist' message and implementation. 2014-04-01 16:49:52 -05:00
readonly_attributes.rb
reflection.rb Don't rely on the column for type casting reflections 2014-06-18 06:29:17 -06:00
relation.rb Merge pull request #14971 from versioncontrol/#14785 2014-06-06 08:56:29 +02:00
result.rb Encapsulate knowledge of type objects on ActiveRecord::Result 2014-06-22 09:00:15 -06:00
runtime_registry.rb
sanitization.rb [ci skip] Use an for SQL 2014-06-14 17:18:48 +05:30
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 use an array for bind params to simplify substitution 2014-04-12 18:40:29 -07:00
store.rb add missing :nodoc: to store.rb. [ci skip] 2014-06-24 13:58:07 +02:00
timestamp.rb Refactor determination of max updated timestamp 2014-06-09 08:31:14 -06:00
transactions.rb Merge pull request #15564 from sgrif/sg-remove-dead-code 2014-06-07 14:33:59 -03:00
translation.rb
type.rb Detect in-place changes on mutable AR attributes 2014-06-13 14:07:41 -06:00
validations.rb ActiveRecord/ActiveModel '#validate' alias for 'valid?' 2014-03-27 17:56:14 +01:00
version.rb Introduce Rails.gem_version 2014-03-05 12:37:38 -05:00