aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #35071 from kamipo/text_without_limitRyuta Kamizono2019-01-297-13/+60
|\
| * Allow changing text and blob size without giving the `limit` optionRyuta Kamizono2019-01-297-13/+60
* | Pull `@template` in to a local variableAaron Patterson2019-01-281-2/+2
* | Remove `@view` instance variable from the partial rendererAaron Patterson2019-01-281-2/+2
|/
* PostgreSQL: Use native timestamp decoders of pg-1.1Lars Kanis2019-01-262-3/+33
* Make `t.timestamps` with precision by defaultRyuta Kamizono2019-01-2611-62/+198
* Fix `t.timestamps` missing `null: false` in `change_table bulk: true`Ryuta Kamizono2019-01-264-0/+36
* Allow `column_exists?` giving options without typeRyuta Kamizono2019-01-263-13/+13
* Merge pull request #35042 from eileencodes/fix-error-message-for-missing-handlerEileen M. Uchitelle2019-01-254-8/+21
|\
| * Fix error raised when handler doesn't existEileen Uchitelle2019-01-254-8/+21
* | Make `And` and `Case` into expression nodesKevin Deisz2019-01-243-4/+11
|/
* Allow `column_exists?` to be passed `type` argument as a stringRyuta Kamizono2019-01-242-10/+5
* 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