aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Passing in no arguments to the dynamic fixture accessor method returns all fi...Kevin McPhillips2017-04-071-0/+6
|/
* Remove CHANGELOG.md entry that appears in 5-1-stableJon Moss2017-04-011-9/+0
* Load only needed records on ActiveRecord::Relation#inspectHendy Tanata2017-03-281-0/+9
* Start Rails 5.2 developmentMatthew Draper2017-03-221-771/+1
* Fix changelog entry about transaction error classes [ci skip]yuuji.yaginuma2017-03-201-1/+1
* Merge pull request #28154 from aripollak/remove-comments-from-structure-sqlRafael Mendonça França2017-03-171-0/+7
|\
| * Drop comments from structure.sql in postgresqlAri Pollak2017-02-241-0/+7
* | Merge pull request #28318 from bogdanvlviv/remove-ability-update-locking_colu...Rafael França2017-03-171-5/+0
|\ \
| * | Remove ability update locking_column valuebogdanvlviv2017-03-161-5/+0
* | | Add :default option to belongs_to (#28453)George Claghorn2017-03-171-0/+14
|/ /
* | Add missing credit [ci skip]Ryuta Kamizono2017-03-101-0/+2
* | Merge pull request #28351 from kamipo/deprecate_schema_migrations_table_nameRafael Mendonça França2017-03-091-0/+4
|\ \
| * | Deprecate `Migrator.schema_migrations_table_name`Ryuta Kamizono2017-03-091-0/+4
* | | Fix select with block doesn't return newly built records in has_many associationRyuta Kamizono2017-03-091-0/+6
|/ /
* | Check whether `Rails.application` defined before calling itAndrew White2017-03-071-0/+10
* | Fix `deserialize` with JSON arrayRyuta Kamizono2017-03-061-0/+6
* | Fix `rake db:schema:load` with subdirectoriesRyuta Kamizono2017-03-051-0/+4
* | Fix `rake db:migrate:status` with subdirectoriesRyuta Kamizono2017-03-041-0/+4
* | [ci skip] Add CHANGELOG entry for #28282Andrew White2017-03-041-0/+10
* | Use `max_identifier_length` for `index_name_length` in PostgreSQL adapterRyuta Kamizono2017-02-271-0/+4
* | Deprecate `supports_migrations?` on connection adaptersRyuta Kamizono2017-02-271-0/+4
* | [ci skip] Add CHANGELOG entry for #28183Andrew White2017-02-261-0/+4
|/
* Deprecate using `#quoted_id` in quotingRyuta Kamizono2017-02-241-0/+4
* Fix `wait_timeout` to configurable for mysql2 adapterRyuta Kamizono2017-02-241-0/+7
* Preparing for 5.1.0.beta1 releaseRafael Mendonça França2017-02-231-0/+2
* Correctly dump native timestamp types for MySQLRyuta Kamizono2017-02-231-0/+33