aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Fix bug, when ':dependent => :destroy' option violates foreign key constraint...Ivan Antropov2013-10-261-0/+7
* | | Merge pull request #15788 from sgrif/sg-mutable-stringsRafael Mendonça França2014-06-271-0/+22
|\ \ \
* \ \ \ Merge pull request #8639 from bogdan/valid-with-bangRafael Mendonça França2014-06-271-0/+5
|\ \ \ \
* | | | | credit Matthew Higgins for the integration of foreign keys. [ci skip]Yves Senn2014-06-271-0/+3
* | | | | fk: add docsYves Senn2014-06-261-0/+12
* | | | | Move writing unknown column exception to null attributeSean Griffin2014-06-261-0/+5
* | | | | Deprecate automatic counter caches on has_many :throughSean Griffin2014-06-261-0/+5
* | | | | synchronize Active Record deprecations / removals with 4.2 release notesYves Senn2014-06-251-2/+1
* | | | | `preload` preserves readonly flag on associations. #15853Yves Senn2014-06-251-0/+6
| |_|_|/ |/| | |
* | | | Always assume strings with non-numeric characters change numeric typesSean Griffin2014-06-241-0/+14
* | | | Add a deprecation cycle for `NullColumn` from `column_for_attribute`Sean Griffin2014-06-231-1/+2
|/ / /