aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | More friendly exception in nested attributesKir Shatrov2017-05-222-2/+2
| |/ / / / / / /
| * | | | | | | Merge pull request #29156 from kamipo/make_valid_directions_to_setAndrew White2017-05-201-3/+5
| |\ \ \ \ \ \ \
| | * | | | | | | Make `VALID_DIRECTIONS` to `Set`Ryuta Kamizono2017-05-201-3/+5
| * | | | | | | | Fix `warning: assigned but unused variable - timestamp`Ryuta Kamizono2017-05-201-1/+1
| |/ / / / / / /
| * | / / / / / Add cache_key_with_version and use it in ActiveSupport::Cache.expand_cache_keyDavid Heinemeier Hansson2017-05-193-24/+45
| | |/ / / / / | |/| | | | |
| * | | | | | Cleanup CHANGELOGs [ci skip]Ryuta Kamizono2017-05-191-7/+7
| * | | | | | Use recyclable cache keys (#29092)David Heinemeier Hansson2017-05-184-11/+117
| * | | | | | Merge pull request #29118 from kamipo/remove_respond_to_reset_scopeRafael França2017-05-171-1/+1
| |\ \ \ \ \ \
| | * | | | | | Remove unneeded `association.respond_to?(:reset_scope)`Ryuta Kamizono2017-05-171-1/+1
| * | | | | | | Set non 0 value to logger not to be affected by Ruby versionsYasuo Honda2017-05-171-23/+23
| |/ / / / / /
| * | | | | | Fix association documentationRafael Mendonça França2017-05-161-6/+5
| * | | | | | Changelog entry [ci-skip]Guillermo Iguaran2017-05-151-0/+4
| * | | | | | Improvements for SQLite rake task.Guillermo Iguaran2017-05-151-7/+18
| * | | | | | Update SchemaDumper.ignore_tables docsGuillermo Iguaran2017-05-151-2/+2
| * | | | | | Respect 'ignore_tables' in SQLite structure dumpGuillermo Iguaran2017-05-152-1/+30
| * | | | | | Respect 'ignore_tables' in MySQL structure dumpGuillermo Iguaran2017-05-152-0/+22
| * | | | | | Respect `ignore_tables` in Postgres structure dumpRusty Geldmacher2017-05-152-0/+14
| | |_|_|/ / | |/| | | |
| * | | | | Merge pull request #28919 from meinac/fix_ambigious_exception_message_of_sele...Kasper Timm Hansen2017-05-121-1/+1
| |\ \ \ \ \
| | * | | | | Fix ambigious error message of select query methodMehmet Emin INAC2017-05-081-1/+1
| * | | | | | Merge pull request #29043 from kamipo/dont_eager_loading_if_unneeded_for_existsAaron Patterson2017-05-113-4/+6
| |\ \ \ \ \ \
| | * | | | | | Don't eager loading if unneeded for `FinderMethods#exists?`Ryuta Kamizono2017-05-113-4/+6
| | | |/ / / / | | |/| | | |
| * / | | | | Defer loading each DB Tasks class from AR DatabaseTasksAkira Matsuda2017-05-111-6/+6
| |/ / / / /
| * | | / / Should escape meta characters in regexpRyuta Kamizono2017-05-0710-26/+26
| | |_|/ / | |/| | |
| * | | | Fix `warning: ambiguous first argument`Ryuta Kamizono2017-05-061-2/+2
| | |/ / | |/| |
| * | | Merge pull request #28989 from matthewd/quoted_id-deprecationMatthew Draper2017-05-062-2/+22
| |\ \ \
| | * | | Clarify deprecation message for #quoted_idMatthew Draper2017-05-052-2/+22
| * | | | Remove unused `DelegationTest#call_method`Ryuta Kamizono2017-05-061-27/+7
| * | | | Don't pass `arel.engine` to `Arel::SelectManager.new`Ryuta Kamizono2017-05-053-9/+6
| * | | | Remove useless `target_records_from_association`Ryuta Kamizono2017-05-041-11/+3
| |/ / /
| * | | Should test against `Relation#bound_attributes`Ryuta Kamizono2017-05-041-8/+12
| * | | Merge pull request #28974 from kamipo/extract_bind_param_and_bind_attributeRafael França2017-05-0311-51/+38
| |\ \ \
| | * | | Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase`Ryuta Kamizono2017-05-0411-51/+38
| * | | | Remove duplicated `test_merging_reorders_bind_params`Ryuta Kamizono2017-05-041-9/+0
| |/ / /
| * | | Add type caster to `RuntimeReflection#alias_name`Jon Moss2017-05-025-3/+13
| * | | Merge pull request #28938 from kamipo/deprecate_supports_statement_cacheRafael França2017-05-016-22/+12
| |\ \ \
| | * | | Deprecate `supports_statement_cache?`Ryuta Kamizono2017-05-016-22/+12
| * | | | Merge pull request #28930 from kamipo/use_flat_mapRafael França2017-05-011-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Use `flat_map` rather than `map(&:...).flatten`Ryuta Kamizono2017-04-291-1/+1
| * | | | Cleanup CHANGELOGs [ci skip]Ryuta Kamizono2017-04-301-1/+1
| |/ / /
| * | | Stop creating duplicate Struct instancesJon Moss2017-04-281-23/+15
| * | | Also raise error when VERSION is nilRafael Mendonça França2017-04-272-3/+4
| * | | Evaluate belongs_to :default option against the owner, not the associationGeorge Claghorn2017-04-272-1/+19
| |/ /
| * | Restore `fixtures :author_addresses`Ryuta Kamizono2017-04-2721-26/+26
* | | Explicitly create necessary data for testyuuji.yaginuma2017-05-131-0/+4
* | | Run ReloadModelTest in a different proccessRafael Mendonça França2017-04-271-1/+3
* | | Only clean the connection of the current connection poolRafael Mendonça França2017-04-261-1/+1
* | | Don't use same table between primary_keys tests and composite_primary_keys testsPrathamesh Sonpatki2017-04-261-7/+7
* | | Fix one more test randomly failing due to array ordering issue on PG adapterPrathamesh Sonpatki2017-04-261-2/+2
* | | Fix the random failure of `test_create_resets_cached_counters`Prathamesh Sonpatki2017-04-262-2/+7
* | | Fix random test failure of test_create_resets_cached_countersPrathamesh Sonpatki2017-04-261-2/+2