aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* Tweaks CHANGELOGs [ci skip]Ryuta Kamizono2017-12-011-2/+2
* Add support for PostgreSQL operator classes to add_indexGreg Navis2017-11-301-0/+8
* Merge pull request #31179 from kinnrot/scoping-reserved-namesRafael Mendonça França2017-11-281-0/+7
|\
| * Prevent scope named same as a ActiveRecord::Relation instance method.Chen Kinnrot2017-11-281-0/+6
* | Preparing for 5.2.0.beta2 releaseRafael Mendonça França2017-11-281-0/+5
|/
* Preparing for 5.2.0.beta1 releaseRafael Mendonça França2017-11-271-0/+2
* Add new error class `QueryCanceled` which will be raised when canceling state...Ryuta Kamizono2017-11-271-0/+5
* Rename `TransactionTimeout` to more descriptive `LockWaitTimeout` (#31223)Ryuta Kamizono2017-11-271-1/+1
* Fix typo s/only_up/up_only/ [ci skip]Ryuta Kamizono2017-11-151-1/+1
* Add a #populate method to migrations (#31082)Rich2017-11-141-0/+5
* Merge pull request #27947 from mastahyeti/unsafe_raw_sqlMatthew Draper2017-11-141-0/+30
|\
* | Properly cast input in `update_all`Sean Griffin2017-11-131-0/+6
* | Add new error class `StatementTimeout` which will be raised when statement ti...Ryuta Kamizono2017-11-131-0/+5
* | Raise `TransactionTimeout` when lock wait timeout exceeded for PG adapterRyuta Kamizono2017-11-111-2/+2
|/
* Fix `bin/rails db:migrate` with specified `VERSION`bogdanvlviv2017-11-061-0/+8
* Remove CHANGELOG entry for PR #28681 [ci skip]Prathamesh Sonpatki2017-10-271-4/+0
* Save index order :desc to schema.rb (sqlite). Fixes #30902Paul Kuruvilla2017-10-241-0/+7
* Remove deprecated method `#sanitize_conditions`Rafael Mendonça França2017-10-231-0/+4
* Remove deprecated methd `#scope_chain`Rafael Mendonça França2017-10-231-0/+4
* Remove deprecated configuration `.error_on_ignored_order_or_limit`Rafael Mendonça França2017-10-231-0/+4
* Remove deprecated arguments from `#verify!`Rafael Mendonça França2017-10-231-0/+4
* Remove deprecated argument `name` from `#indexes`Rafael Mendonça França2017-10-231-0/+4
* Remove deprecated method `ActiveRecord::Migrator.schema_migrations_table_name`Rafael Mendonça França2017-10-231-0/+4
* Remove deprecated method `supports_primary_key?`Rafael Mendonça França2017-10-231-0/+4
* Remove deprecated method `supports_migrations?`Rafael Mendonça França2017-10-231-0/+4
* Remove deprecated methods `initialize_schema_migrations_table` and `initializ...Rafael Mendonça França2017-10-231-0/+4
* Rase when calling `lock!` in a dirty recordRafael Mendonça França2017-10-231-0/+4
* Remove deprecated support to passing a class to `:class_name` on associationsRafael Mendonça França2017-10-231-0/+4
* Remove deprecated argument `default` from `index_name_exists?`Rafael Mendonça França2017-10-231-0/+4
* Remove deprecated support to `quoted_id` when typecasting an Active Record ob...Rafael Mendonça França2017-10-231-0/+4
* Fix `bin/rails db:setup` and `bin/rails db:test:prepare` create wrong ar_int...bogdanvlviv2017-10-151-0/+23
* Fix longer sequence name detection for serial columns (#28339)Ryuta Kamizono2017-10-151-0/+6
* MySQL: Don't lose `auto_increment: true` in the `db/schema.rb`Ryuta Kamizono2017-10-151-0/+6
* Fix `COUNT(DISTINCT ...)` for `GROUP BY` with `ORDER BY` and `LIMIT`Ryuta Kamizono2017-10-141-0/+6
* Cleanup CHANGELOGs [ci skip]Ryuta Kamizono2017-10-041-11/+11
* `Postgres::OID::Range` serializes to a `Range`, quote in `Quoting`Thomas Cannon2017-09-261-0/+20
* Treat `Set` as an `Array` in `Relation#where`Sean Griffin2017-09-261-0/+5
* Use algorithm while removing index with db:rollbackMehmet Emin İNAÇ2017-09-211-0/+6
* Update payload names for `sql.active_record` to be more descriptive.Jeremy Green2017-09-201-0/+7
* Added CHANGELOG for #30360 [ci skip]Prathamesh Sonpatki2017-08-281-0/+5
* Remove deprecated `#migration_keys`Ryuta Kamizono2017-08-221-0/+4
* 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