aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Add `#views` and `#view_exists?` methods on connection adaptersRyuta Kamizono2015-09-131-0/+4
| | |/ / / / / | |/| | | | |
* | | | | | | Correctly dump composite primary keyRyuta Kamizono2015-09-201-0/+11
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #21581 from ronakjangir47/restrict_with_errorYves Senn2015-09-171-0/+5
|/ / / / /
* | | | | Correct query for PostgreSQL 8.2Matthew Draper2015-09-081-0/+4
* | | | | Merge pull request #21527 from rngtng/fix-migrator-path-setupYves Senn2015-09-071-0/+6
|\ \ \ \ \
| * | | | | Allow global migrations_path configuration with using value from database_tas...Tobias Bielohlawek2015-09-071-0/+11
|/ / / / /
* | | | | changelog, minor formatting changes.Yves Senn2015-09-071-9/+9
* | | | | Merge pull request #21317 from greysteil/support-postgres-drop-index-concurre...Matthew Draper2015-09-071-0/+7
|\ \ \ \ \
| * | | | | Support dropping indexes concurrently in PostgresGrey Baker2015-09-051-0/+7
* | | | | | Deprecate passing conditions to AR::Relation destroy_all and delete_all methodsWojciech Wnętrzak2015-09-061-0/+5
|/ / / / /
* | | | | pg, `create_schema`, `drop_schema` and `rename_table` quote schema name.Yves Senn2015-08-281-0/+12
* | | | | PostgreSQL, add `:if_exists` to `#drop_schema`.Yves Senn2015-08-281-0/+6
* | | | | Only nullify persisted has_one target associationsAgis-2015-08-241-0/+6
* | | | | uniqueness validation raises error for persisted record without pk.Yves Senn2015-08-201-0/+7
* | | | | Add a native JSON data type support in MySQLRyuta Kamizono2015-08-181-0/+10
* | | | | descriptive error message when fixtures contian a missing column.Yves Senn2015-08-131-0/+6
* | | | | Merge pull request #17885 from starbelly/patch-1Yves Senn2015-08-111-0/+5
|\ \ \ \ \
| * | | | | Add run_cmd class method to ActiveRecord::Tasks::DatabaseTasksstarbelly2015-08-011-0/+8
* | | | | | Remove XML Serialization from core.Zachary Scott2015-08-071-0/+4
* | | | | | Add ActiveRecord::Relation#in_batchesSina Siadat2015-08-071-0/+19
* | | | | | Merge pull request #20459Sean Griffin2015-08-061-0/+15
|\ \ \ \ \ \
| * | | | | | Add missing data types for ActiveRecord migrationsMehmet Emin İNAÇ2015-06-081-0/+15
* | | | | | | Merge pull request #20884Sean Griffin2015-08-011-0/+10
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Add #cache_key to ActiveRecord::Relation.Alberto F. Capel2015-07-201-0/+10
* | | | | | | minor AR changelog edits. [ci skip]Yves Senn2015-08-011-9/+8
* | | | | | | Properly allow uniqueness validations on primary keys.Sean Griffin2015-07-251-0/+6
* | | | | | | `destroy` shouldn't raise when child associations fail to saveSean Griffin2015-07-241-0/+7
* | | | | | | Rename the enum_{prefix,suffix} options to _{prefix,suffix}Robin Dupret2015-07-231-1/+1
* | | | | | | Extra caller details added to ActiveRecord::RecordNotFoundSameer Rahmani2015-07-211-0/+16
* | | | | | | Deprecate and rename the keys for association restrict_dependent_destroyRoque Pinel2015-07-201-0/+16
* | | | | | | Fix state being carried over from previous transactionRoque Pinel2015-07-201-0/+14
* | | | | | | Correctly ignore `mark_for_destruction` without `autosave`Sean Griffin2015-07-201-0/+7
|/ / / / / /
* | | | | | Fix counter_cache for polymorphic associationsStefan Kanev2015-07-191-0/+7
* | | | | | Ensure cyclic associations w/ autosave don't cause duplicate errorsSean Griffin2015-07-181-0/+7
* | | | | | Ensure that `ActionController::Parameters` can still be passed to ARSean Griffin2015-07-181-0/+7
* | | | | | Deprecate force association reload by passing truePrem Sichanugrist2015-07-151-0/+18
* | | | | | Replaced `ActiveSupport::Concurrency::Latch` with concurrent-ruby.Jerry D'Antonio2015-07-131-0/+5
* | | | | | Update CHANGELOG.mdDmitry Zudochkin2015-07-071-1/+1
* | | | | | Correct through associations using scopesSean Griffin2015-06-301-0/+8
* | | | | | `dump_schema_after_migration` applies migration tasks other than db:migrateYves Senn2015-06-301-0/+7
* | | | | | Add reversible syntax for change_column_defaultPrem Sichanugrist2015-06-261-0/+12
* | | | | | Merge pull request #20552 from jamesdabbs/belongs-to-polymorphic-force-reloadYves Senn2015-06-231-0/+7
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge pull request #20545 from dcrec1/20541Yves Senn2015-06-231-0/+7
|\ \ \ \ \ \ \
| * | | | | | | thrown ActiveRecord::AssociationTypeMismatch when assigning a wrong value for...Diego Carrion2015-06-221-0/+7
|/ / / / / / /
* | | | | | | AR absence validator respects `marked_for_destruction?`. Closes #20449.Yves Senn2015-06-221-0/+6
* | | | | | | Include `Enumerable` in `ActiveRecord::Relation`Sean Griffin2015-06-191-0/+4
* | | | | | | Use `Enumerable#sum` on `ActiveRecord::Relation` when a block is givenSean Griffin2015-06-191-0/+4
* | | | | | | Merge pull request #19843 from marshall-lee/explain_cte_queriesYves Senn2015-06-191-0/+4
|\ \ \ \ \ \ \
| * | | | | | | Let WITH (CTE) queries be explainableVladimir Kochnev2015-05-281-0/+4
* | | | | | | | make `remove_index :table, :column` reversible.Yves Senn2015-06-151-0/+4