aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
...
* | Automatically guess the inverse associations for STIyui-knk2017-08-221-0/+4
* | Formatting CHANGELOGs [ci skip]Ryuta Kamizono2017-08-151-2/+2
* | Merge pull request #30169 from awortham/awortham/awortham/fix-sql-distinct-bugRafael Mendonça França2017-08-141-0/+6
|\ \
| * | Ensure sum honors distinct on has_many throughAaron Wortham2017-08-141-0/+6
* | | Merge pull request #30073 from yalab/fixture_binary_helperRafael França2017-08-141-0/+4
|\ \ \ | |/ / |/| |
| * | Add `binary` helper method to fixtures.yalab2017-08-121-0/+4
* | | Lint activerecord/CHANGELOG.mdJon Moss2017-08-061-4/+4
|/ /
* | Add backticks around method [ci skip]Ryuta Kamizono2017-08-011-1/+1
* | Avoid duplicate clauses when using #orMaxime Lapointe2017-07-251-0/+4
* | Allow `Relation#or` to accept a relation with different `references`Sean Griffin2017-07-251-0/+7
* | Stop creating ApplicationRecord on model generationLisa Ugray2017-07-241-0/+5
* | Fix `COUNT(DISTINCT ...)` with `ORDER BY` and `LIMIT`Ryuta Kamizono2017-07-221-0/+4
* | Match destroyed_by_association for has_one to has_manyLisa Ugray2017-07-211-0/+6
* | Merge branch 'master' into fix_unscope_where_column_with_orSean Griffin2017-07-181-0/+12
|\ \
| * | Allow multiparameter assigned attributes to be used with `text_field`Sean Griffin2017-07-171-0/+5
| * | Post.joins(:users) should not be affected by `User.current_scope`Sean Griffin2017-07-171-0/+7
* | | Bugfix: unscope(where: [columns]) would not remove the correct binds sometimesMaxime Lapointe2017-07-131-0/+15
|/ /
* | Change sqlite3 boolean serialization to use 1 and 0Lisa Ugray2017-07-111-0/+11
* | Add backticks [ci skip]Ryuta Kamizono2017-07-091-2/+2
* | Merge pull request #28867 from eugeneius/skip_query_cache_in_batchesMatthew Draper2017-07-091-0/+8
|\ \
* | | Fix changelog wording as suggested.Dennis Taylor2017-07-071-2/+2
* | | Don't translate non-database exceptions.Dennis Taylor2017-07-051-0/+5
|/ /
* | Fix eager loading association with scope including joinsRyuta Kamizono2017-07-041-0/+6
* | Add backticks [ci skip]Ryuta Kamizono2017-07-031-2/+2
* | Apply record state based on parent transaction stateeileencodes2017-07-011-0/+10
* | Deprecate and replace `set_state` methodeileencodes2017-07-011-0/+8
* | Deprecate delegating to `arel` in `Relation`Ryuta Kamizono2017-06-291-0/+4
* | Merge pull request #29601 from kamipo/fix_eager_loading_to_respect_store_full...Rafael Mendonça França2017-06-281-0/+4
|\ \
| * | Fix eager loading to respect `store_full_sti_class` settingRyuta Kamizono2017-06-291-0/+4
* | | Enable query cache if set a configurationsTsukasa OISHI2017-06-291-0/+5
|/ /
* | ActiveRecord: do not create "has many through" records that have been removedTobias Kraze2017-06-281-0/+7
* | Keep INNER JOIN when merging relationsMaxime Lapointe2017-06-201-0/+16
* | Fix ActiveRecord::Persistence#touch with lockingbogdanvlviv2017-06-211-0/+5
* | Fix destroy with locking_column value nullbogdanvlviv2017-06-201-0/+5
* | Use bulk INSERT to insert fixturesKir Shatrov2017-06-201-0/+4
* | Prevent making bind param if casted value is nilRyuta Kamizono2017-05-311-0/+4
* | Deprecate passing arguments and block at the same time to `count` and `sum` i...Ryuta Kamizono2017-05-291-0/+4
* | Add a Monitor to ModelSchema#load_schemaMatthew Draper2017-05-251-0/+6
* | Cleanup CHANGELOGs [ci skip]Ryuta Kamizono2017-05-191-7/+7
* | Use recyclable cache keys (#29092)David Heinemeier Hansson2017-05-181-0/+9
* | Changelog entry [ci-skip]Guillermo Iguaran2017-05-151-0/+4
* | Add type caster to `RuntimeReflection#alias_name`Jon Moss2017-05-021-0/+6
* | Deprecate `supports_statement_cache?`Ryuta Kamizono2017-05-011-0/+4
* | Cleanup CHANGELOGs [ci skip]Ryuta Kamizono2017-04-301-1/+1
* | Merge pull request #28681 from runephilosof/fix-mysql-grantRafael Mendonça França2017-04-201-0/+4
|\ \
| * | Fix quoting in db:create grant all statement.Rune Schjellerup Philosof2017-04-201-0/+4
* | | Add additional raise UnknownMigrationVersionErrorbogdanvlviv2017-04-191-0/+5
* | | Fix `bin/rails db:forward` first migrationbogdanvlviv2017-04-191-0/+4
* | | Support Descending Indexes for MySQLRyuta Kamizono2017-04-161-0/+7
* | | Fix inconsistency with changed attributes when overriding AR attribute readerbogdanvlviv2017-04-121-0/+4