aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* [ci skip] config.active_record.errors_in_transactional_callbacks -> config.ac...yuuji.yaginuma2014-08-191-1/+1
* Fixes the `Relation#exists?` to work with polymorphic associations.Kassio Borges2014-08-181-0/+6
* Add option to stop swallowing errors on callbacks.Arthur Neves2014-08-181-0/+14
* Merge pull request #16458 from chancancode/ar_fix_reserved_inheritanceGodfrey Chan2014-08-171-0/+8
|\
| * Fixed issue w/custom accessors + reserved name + inheritanceGodfrey Chan2014-08-111-0/+8
* | Don't expose these new APIs yet (added in 877ea78 / #16189)Godfrey Chan2014-08-161-0/+5
* | Fix regression on after_commit in nested transactions.Arthur Neves2014-08-151-0/+6
* | Merge pull request #8813 from greyblake/dont_write_timestamps_if_they_are_not...Yves Senn2014-08-141-0/+6
|\ \
| * | Do not try to write timestamps if they are missing #8813Potapov Sergey2014-02-161-0/+6
* | | `index_exists?` with `:name` checks specified columns.Yves Senn2014-08-131-0/+16
* | | update error message to reflect that the record could have been destroyedlsylvester2014-08-111-0/+6
| |/ |/|
* | Define id_was to get the previous value of the primary keyRafael Mendonça França2014-08-061-0/+11
* | schema rake tasks are specific about the configuration to act on.Yves Senn2014-08-061-8/+14
* | Revert "Revert "Merge pull request #15394 from morgoth/fix-automatic-maintain...Yves Senn2014-08-061-1/+8
* | Merge pull request #16333 from joker1007/fix_decimal_cast_from_float_with_lar...Yves Senn2014-08-041-0/+4
|\ \
| * | Fix type casting to Decimal from Float with ...joker10072014-08-011-0/+4
* | | Deprecate source_macroeileencodes2014-08-021-0/+8
|/ /
* | No verbose backtrace by db:drop when database does not exist.Kenn Ejima2014-07-271-0/+6
* | Merge pull request #16220 from pcreux/postgresql-jsonb-supportYves Senn2014-07-251-0/+10
|\ \
| * | Add support for Postgresql JSONBPhilippe Creux2014-07-241-0/+10
|/ /
* | fix, mysql `db:purge` respects `Rails.env`.Yves Senn2014-07-241-0/+4
* | clenaup, unify CHANGELOG format. [ci skip]Yves Senn2014-07-241-5/+7
* | pg, `change_column_default, :table, :column, nil` issues `DROP DEFAULT`.Yves Senn2014-07-241-0/+7
* | Merge pull request #16231 from Envek/type_in_referencesYves Senn2014-07-221-0/+11
|\ \
| * | Allow to specify a type for foreign key column in migrationsAndrey Novikov2014-07-221-0/+11
|/ /
* | create_join_table uses same logic as HABTM reflectionsStefan Kanev2014-07-181-0/+7
* | Merge pull request #15762 from arthurnn/better_error_on_bad_alias_methodMatthew Draper2014-07-181-0/+5
|\ \
| * | Dont swallow errors when bad alias_methodArthur Neves2014-06-241-0/+5
* | | Merge pull request #15944 from seuros/uuidRafael Mendonça França2014-07-161-0/+4
|\ \ \
| * | | Treat invalid uuid as nilAbdelkader Boudih2014-07-141-0/+4
* | | | Merge branch 'master' of git://github.com/rails/railsGodfrey Chan2014-07-151-0/+6
|\ \ \ \
| * \ \ \ Merge branch 'jbrowning-fix_mariadb_rename_index'Rafael Mendonça França2014-07-151-0/+6
| |\ \ \ \
| | * | | | Fix version detection for RENAME INDEX support. Fixes #15931.Jeff Browning2014-07-151-0/+6
| | |/ / /
* | / / / Revert "Revert "Merge pull request #16059 from jenncoop/json-serialized-attr""Godfrey Chan2014-07-151-0/+41
|/ / / /
* / / / Add CHANGELOG entry for #15266Godfrey Chan2014-07-151-0/+5
|/ / /
* | | Merge pull request #16127 from Envek/fix_16111Matthew Draper2014-07-141-0/+7
|\ \ \
| * | | Dump PostgreSQL primary key with custom function as a default.Andrey Novikov2014-07-111-0/+7
* | | | Synced 4.2 release notes with the latest commits.Godfrey Chan2014-07-111-1/+1
|/ / /
* | | [ci skip] Add changelog for PR #14899eileencodes2014-07-081-0/+15
* | | active_record: Type cast booleans and durations for string columns.Dylan Thacker-Smith2014-07-061-0/+11
* | | Revert "Merge pull request #16059 from jenncoop/json-serialized-attr"Godfrey Chan2014-07-051-41/+0
* | | Merge pull request #16059 from jenncoop/json-serialized-attrGodfrey Chan2014-07-051-0/+41
* | | CHANGELOG and release notes entry for #16056Sean Griffin2014-07-041-0/+5
* | | Merge pull request #16028 from cade/fix_counter_cache_count_with_association_...Rafael Mendonça França2014-07-041-0/+5
|\ \ \
| * | | Add `:all` argument to `count` in `reset_counters`Cade Truitt2014-07-021-0/+5
* | | | After find-via-reload, the record is not newMatthew Draper2014-07-051-0/+6
|/ / /
* | | Revert "Merge pull request #15394 from morgoth/fix-automatic-maintaining-test...Rafael Mendonça França2014-07-021-8/+1
* | | Merge pull request #15934 from seuros/renameRafael Mendonça França2014-06-271-0/+4
|\ \ \
| * | | rename sequence only if it existsAbdelkader Boudih2014-06-271-0/+4
|/ / /
* | | Merge pull request #12450 from iantropov/masterRafael Mendonça França2014-06-271-0/+7
|\ \ \