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
Kasper Timm Hansen 2c1ac375c0 Revert "Switch has_secure_token to before_save."
Mistakenly interpreted the test case as a sign that we should switch to
before_save, when the original pitch use case was intended as before_create.

Revert a3ab6ad008.
2016-01-09 23:28:34 +01:00
..
associations Revert "Merge pull request #22486 from methyl/fix-includes-for-groupped-association" 2015-12-21 12:31:52 +01:00
attribute nodoc ActiveRecord::Attribute::UserProvidedDefault. [ci skip] 2015-10-13 13:24:07 +02:00
attribute_methods Fix the broken build 2016-01-08 17:43:37 -07:00
attribute_set Implement equality comparison on AttributeSet and friends 2015-10-06 08:52:28 -06:00
coders Clean up the implementation of AR::Dirty 2015-09-24 14:06:59 -06:00
connection_adapters Refactor tz aware types, add support for PG ranges 2016-01-08 14:11:45 -07:00
fixture_set Merge pull request #20574 from repinel/fix-db-fixtures-load 2015-09-30 11:06:41 +02:00
locale Deprecate and rename the keys for association restrict_dependent_destroy 2015-07-20 23:19:43 -04:00
locking Fix ActiveRecord::Locking doc [ci skip] 2015-09-24 00:33:43 +03:00
migration fix remove_index for postgresql when running legacy migrations 2016-01-06 19:20:11 +11:00
railties Merge pull request #22967 from schneems/schneems/generic-metadata 2016-01-08 13:42:48 -07:00
relation activerecord: reuse immutable objects 2016-01-04 12:09:37 -05:00
scoping Do not omit parentheses [ci skip] 2015-10-25 01:49:37 +09:00
tasks match the environment variable name that actually checking and error message 2016-01-09 13:37:40 +09:00
type Require only necessary concurrent-ruby classes. 2015-11-04 21:12:28 -05:00
type_caster docs, ActiveRecord::TypeCaster is not part of the public API. 2015-11-07 12:26:09 -05:00
validations Refactor case_{sensitive|insensitive}_comparison 2016-01-01 07:33:54 +09:00
aggregations.rb applies new doc guidelines to Active Record. 2015-10-14 17:40:00 +02:00
association_relation.rb
associations.rb Expanding the documentation for collection=objects for has_many :through [ci-skip] 2015-12-17 12:00:30 -07:00
attribute.rb Further encapsulate dirty checking on Attribute 2015-10-02 08:03:11 -04:00
attribute_assignment.rb applies new doc guidelines to Active Record. 2015-10-14 17:40:00 +02:00
attribute_decorators.rb
attribute_methods.rb add ActiveRecord::Base.has_attribute? 2015-12-02 16:57:29 +01:00
attribute_mutation_tracker.rb Add Singleton in NullMutationTracker class 2015-10-03 16:11:02 +02:00
attribute_set.rb Implement equality comparison on AttributeSet and friends 2015-10-06 08:52:28 -06:00
attributes.rb applies new doc guidelines to Active Record. 2015-10-14 17:40:00 +02:00
autosave_association.rb Fixed setting errors details on autosaved associations 2015-10-28 20:18:29 +01:00
base.rb fix typo in method name [ci skip] 2015-12-17 13:49:01 +09:00
callbacks.rb Deprecate passing string to define callback. 2015-12-16 19:56:20 +09:00
collection_cache_key.rb Fix test failures caused by #20884 2015-08-01 18:15:46 -06:00
connection_handling.rb Remove legacy mysql adapter 2015-12-21 08:46:55 +09:00
core.rb Deprecate exception#original_exception in favor of exception#cause 2015-11-03 06:54:34 -08:00
counter_cache.rb applies new doc guidelines to Active Record. 2015-10-14 17:40:00 +02:00
dynamic_matchers.rb Revert "Merge pull request #20080 from robertjlooby/fix_overwriting_by_dynamic_finders" 2015-09-09 06:08:57 -03:00
enum.rb value has the right type here 2015-12-31 19:46:05 -03:00
errors.rb Remove legacy mysql adapter 2015-12-21 08:46:55 +09:00
explain.rb
explain_registry.rb applies new doc guidelines to Active Record. 2015-10-14 17:40:00 +02:00
explain_subscriber.rb typo 2015-10-20 22:58:50 -07:00
fixtures.rb Refer to rails command instead of rake in a bunch of places 2015-12-18 13:01:10 +01:00
gem_version.rb Change alpha to beta1 to prep for release of Rails 5 2015-12-18 12:14:09 -05:00
inheritance.rb Remove old comment about AC::Parameters>subclasses 2015-12-02 18:05:01 -08:00
integration.rb fixes #21815 2015-10-16 15:09:45 +02:00
internal_metadata.rb Use hash like syntax for InternalMetadata 2016-01-08 09:27:25 -06:00
legacy_yaml_adapter.rb
log_subscriber.rb Merge pull request #20921 from pboling/fix-sql-colors-in-log-subscriber 2015-09-09 04:48:25 -03:00
migration.rb Merge pull request #22967 from schneems/schneems/generic-metadata 2016-01-08 13:42:48 -07:00
model_schema.rb Merge pull request #22967 from schneems/schneems/generic-metadata 2016-01-08 13:42:48 -07:00
nested_attributes.rb Extra caller details added to ActiveRecord::RecordNotFound 2015-07-21 19:19:14 +04:30
no_touching.rb
null_relation.rb File encoding is defaulted to utf-8 in Ruby >= 2.1 2015-09-18 17:05:05 +09:00
persistence.rb ActiveRecord::Base#becomes should copy the errors 2015-12-14 19:02:20 +03:00
query_cache.rb
querying.rb Alias left_joins to left_outer_joins 2015-10-31 01:37:35 +09:00
railtie.rb Ensure config.active_record.time_zone_aware_types is always set 2016-01-07 09:55:44 -07:00
readonly_attributes.rb
reflection.rb [ci skip] automatic_inverse_of returns false not nil (document fix) 2016-01-09 10:41:28 +09:00
relation.rb Fix user name in doc [ci skip] 2015-12-31 19:48:54 +09:00
result.rb applies new doc guidelines to Active Record. 2015-10-14 17:40:00 +02:00
runtime_registry.rb applies new doc guidelines to Active Record. 2015-10-14 17:40:00 +02:00
sanitization.rb quoted_id is not public API. 2016-01-01 15:19:23 -02:00
schema.rb Use hash like syntax for InternalMetadata 2016-01-08 09:27:25 -06:00
schema_dumper.rb Prevent destructive action on production database 2016-01-07 18:01:05 -06:00
schema_migration.rb Get update_attributes working with SchemaMigration 2016-01-08 14:29:31 -06:00
scoping.rb applies new doc guidelines to Active Record. 2015-10-14 17:40:00 +02:00
secure_token.rb Revert "Switch has_secure_token to before_save." 2016-01-09 23:28:34 +01:00
serialization.rb applies new doc guidelines to Active Record. 2015-10-14 17:40:00 +02:00
statement_cache.rb applies new doc guidelines to Active Record. 2015-10-14 17:40:00 +02:00
store.rb applies new doc guidelines to Active Record. 2015-10-14 17:40:00 +02:00
suppressor.rb Apply Active Record suppression to all saves 2015-06-04 00:11:38 -04:00
table_metadata.rb Reduce allocation in resolve_column_aliases. 2015-09-08 09:28:58 +08:00
timestamp.rb applies new doc guidelines to Active Record. 2015-10-14 17:40:00 +02:00
touch_later.rb Make sure we touch all the parents when touch_later. 2015-12-06 16:53:00 -05:00
transactions.rb Introduce after_{create,update,delete}_commit callbacks 2015-12-06 20:33:36 +02:00
translation.rb
type.rb applies new doc guidelines to Active Record. 2015-10-14 17:40:00 +02:00
type_caster.rb docs, ActiveRecord::TypeCaster is not part of the public API. 2015-11-07 12:26:09 -05:00
validations.rb applies new doc guidelines to Active Record. 2015-10-14 17:40:00 +02:00
version.rb