aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
|/ / / / /
* | | | | changelog entries for #15866 and #15848Yves Senn2014-06-221-0/+11
* | | | | Merge pull request #15728 from sgrif/sg-double-save-hm-tRafael Mendonça França2014-06-191-0/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Don't save through records twiceSean Griffin2014-06-171-0/+8
* | | | | Detect mutations of arrays and array membersSean Griffin2014-06-171-0/+4
|/ / / /
* | | | add `bin/rake db:purge` task to empty the current database.Yves Senn2014-06-171-0/+4
* | | | Merge pull request #15723 from akshay-vishnoi/sql-correctionZachary Scott2014-06-151-2/+2
|\ \ \ \
| * | | | [ci skip] Use `an` for SQLAkshay Vishnoi2014-06-141-2/+2
* | | | | Deprecate `serialized_attributes` without replacementSean Griffin2014-06-141-0/+5
|/ / / /
* | | | Parsing DATABASE_URI, use URI#hostname: it's smarter about IPv6Matthew Draper2014-06-141-0/+7