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 88714deb67 Merge pull request #15759 from sgrif/sg-extract-type-decorator
Refactor application of type decorators into an object
2014-06-16 17:57:48 -03:00
..
associations Merge pull request #15701 from zzak/issue_15496 2014-06-13 19:34:20 -03:00
attribute_methods Refactor in-place dirty checking to use the attribute object 2014-06-16 11:20:55 -06:00
coders
connection_adapters /mysql/i -> MySQL, Spell correct in continuation to #15555 2014-06-14 17:11:08 +05:30
fixture_set Introduce a context for rendering fixtures ERB. 2013-12-03 02:52:26 -05:00
locale
locking Remove deprecated method ActiveRecord::Base.quoted_locking_column 2014-06-10 22:36:00 +05:30
migration Drop the correct index after reverting a migration 2014-02-13 17:18:16 +01:00
railties bin/rake db:migrate:status works with legacy migration numbers. 2014-06-06 12:16:48 +02:00
relation [ci skip] add API doc for AR Group. 2014-06-17 01:20:36 +05:30
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 /mysql/i -> MySQL, Spell correct in continuation to #15555 2014-06-14 17:11:08 +05:30
type Remove serialized? from the type interface 2014-06-13 17:04:04 -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 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 Refactor in-place dirty checking to use the attribute object 2014-06-16 11:20:55 -06:00
attribute_assignment.rb Remove composed_of special case from multi-parameter attributes 2014-06-06 14:24:16 -06:00
attribute_decorators.rb Refactor application of type decorators into an object 2014-06-16 14:52:05 -06:00
attribute_methods.rb Remove unused method_missing definition 2014-06-13 14:01:20 -06: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 [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 Remove unused column types override 2014-06-13 13:34:31 -06: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 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 add #no_touching on ActiveRecord models 2013-11-13 08:42:38 +01:00
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 unused column types override 2014-06-13 13:34:31 -06:00
query_cache.rb
querying.rb No need to decorate columns twice 2014-06-10 14:52:14 -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 Merge pull request #15343 from dontfidget/fix_polymorphic_automatic_inverse_of 2014-06-13 18:19:18 -03:00
relation.rb Merge pull request #14971 from versioncontrol/#14785 2014-06-06 08:56:29 +02:00
result.rb Introduce an Attribute object to handle the type casting dance 2014-06-13 10:20:54 -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 Fix inheritance of stored_attributes (fixes #14672) 2014-05-14 22:32:13 +09:30
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