aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Tell the user what to use instead of update_attributes/!Xavier Noria2019-01-231-2/+2
* activerecord: Fix statement cache for strictly cast attributesDylan Thacker-Smith2019-01-232-1/+7
* MySQL 8.0.14 adds `ER_FK_INCOMPATIBLE_COLUMNS`Yasuo Honda2019-01-221-1/+2
* Merge pull request #35006 from kddeisz/alias-case-nodesRyuta Kamizono2019-01-222-0/+12
|\
| * Alias case nodesKevin Deisz2019-01-212-0/+12
* | Fix year value when casting a multiparameter time hashAndrew White2019-01-211-0/+22
|/
* Fix type casting column default in `change_column`Ryuta Kamizono2019-01-204-28/+56
* Preparing for 6.0.0.beta1 releaseRafael Mendonça França2019-01-182-1/+3
* activerecord: Fix where nil condition on composed_of attributeDylan Thacker-Smith2019-01-182-4/+23
* Merge pull request #30000 from kamipo/all_of_queries_should_return_correct_re...Ryuta Kamizono2019-01-1814-37/+72
|\
| * Ensure `StatementCache#execute` never raises `RangeError`Ryuta Kamizono2019-01-187-19/+19
| * All of queries should return correct result even if including large numberRyuta Kamizono2019-01-187-18/+53
* | Merge pull request #34969 from eileencodes/fix-error-message-for-multi-db-appsEileen M. Uchitelle2019-01-181-1/+20
|\ \ | |/ |/|
| * Fix error message when adapter is not specifiedEileen Uchitelle2019-01-171-1/+20
* | Use `unboundable?` rather than `boundable?`Ryuta Kamizono2019-01-184-14/+19
* | Merge pull request #34963 from dylanahsmith/better-composed-of-single-field-q...Rafael França2019-01-172-8/+13
|\ \
| * | Use public_send instead since respond_to? doesn't include private/protected m...Ryuta Kamizono2019-01-171-1/+1
| * | Avoid using yield_self to make it easier to backportDylan Thacker-Smith2019-01-171-5/+4
| * | activerecord: Use a simpler query condition for aggregates with one mappingDylan Thacker-Smith2019-01-172-8/+14
| |/
* | Merge pull request #34966 from bogdanvlviv/ensure-ar-relation-exists-allows-p...Rafael Mendonça França2019-01-173-4/+14
|\ \
| * | Ensure that AR::Relation#exists? allows only permitted paramsbogdanvlviv2019-01-173-7/+17
| |/
* | Remove deprecated `#set_state` from the transaction objectRafael Mendonça França2019-01-173-29/+4
* | Remove deprecated `#supports_statement_cache?` from the database adaptersRafael Mendonça França2019-01-173-11/+4
* | Remove deprecated `#insert_fixtures` from the database adaptersRafael Mendonça França2019-01-175-43/+5
* | Remove deprecated `ActiveRecord::ConnectionAdapters::SQLite3Adapter#valid_alt...Rafael Mendonça França2019-01-173-9/+4
* | Do not allow passing the column name to `sum` when a block is passedRafael Mendonça França2019-01-173-9/+11
* | Do not allow passing the column name to `count` when a block is passedRafael Mendonça França2019-01-173-9/+11
* | Remove delegation of missing methods in a relation to arelRafael Mendonça França2019-01-173-20/+4
* | Remove delegation of missing methods in a relation to private methods of the ...Rafael Mendonça França2019-01-173-12/+4
* | Change `SQLite3Adapter` to always represent boolean values as integersRafael Mendonça França2019-01-175-63/+33
* | Remove ability to specify a timestamp name for `#cache_key`Rafael Mendonça França2019-01-174-31/+10
* | Remove deprecated `ActiveRecord::Migrator.migrations_path=`Rafael Mendonça França2019-01-173-17/+4
* | Remove deprecated `expand_hash_conditions_for_aggregates`Rafael Mendonça França2019-01-173-46/+7
|/
* Add foreign key to active_storage_attachments for `blob_id` via new migrationbogdanvlviv2019-01-161-0/+4
* Refs #28025 nullify *_type column on polymorphic associations on :nu… (#28...Laerti2019-01-159-4/+63
* Remove public `prevent_writes` writerRyuta Kamizono2019-01-151-5/+5
* Deprecate `connection.visitor = ...` which is not released internal usageRyuta Kamizono2019-01-151-2/+6
* Remove unused `Arel::Compatibility::Wheres`Ryuta Kamizono2019-01-152-36/+0
* Merge pull request #34891 from gmcgibbon/ac_params_existsRafael França2019-01-144-0/+31
|\
| * Merge branch 'master' into ac_params_existsAaron Patterson2019-01-1124-96/+111
| |\
| * | Allow strong params in ActiveRecord::Base#exists?Gannon McGibbon2019-01-074-0/+30
* | | More exercise test cases for `not_between`Ryuta Kamizono2019-01-122-31/+84
| |/ |/|
* | Merge pull request #34906 from gregnavis/add-endless-ranges-to-activerecordAaron Patterson2019-01-113-2/+18
|\ \
| * | Support endless ranges in whereGreg Navis2019-01-113-2/+18
* | | Remove `id_value` argument which is no longer passed to `sql_for_insert`Ryuta Kamizono2019-01-112-3/+3
* | | Fix `test_case_insensitiveness` to follow up eb5fef5Ryuta Kamizono2019-01-111-9/+8
* | | Refactor `bind_attribute` to expand an association to actual attributeRyuta Kamizono2019-01-112-5/+5
* | | Refactor `build_relation` in the uniqueness validator to avoid low level pred...Ryuta Kamizono2019-01-113-27/+29
* | | Merge pull request #34900 from gmcgibbon/fix_test_find_only_some_columnsEileen M. Uchitelle2019-01-091-2/+11
|\ \ \ | |/ / |/| |
| * | Reset column info on original Topic in serialized attr testGannon McGibbon2019-01-091-2/+11