aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | quick pass over changelogs. [ci skip]Yves Senn2015-06-151-3/+4
| |/ |/|
* | Don't crash when mutating attributes in a getterSean Griffin2015-06-121-0/+7
* | Merge pull request #20226 from EpicH0liday/reversible-remove-foreign-keyYves Senn2015-06-121-0/+5
|\ \
| * | Add an invert method for remove_foreign_keyAster Ryan2015-06-111-0/+5
* | | Add enum prefix/suffix option to enum definitionIgor Kapkov2015-06-121-0/+6
|/ /
* | Credit the author of #20515 in the previous commitSean Griffin2015-06-111-1/+1
* | Correctly handle array columns with defaults in the schema dumperSean Griffin2015-06-111-0/+6
* | Return a `Point` object from the PG Point typeSean Griffin2015-06-051-0/+5
* | minor formatting changes in changelogs. [ci skip]Yves Senn2015-05-311-6/+6
* | Ensure symbols passed to `select` are always quotedSean Griffin2015-05-301-0/+7
* | Add docs and changelog entry for 73aab03 [ci skip]Sean Griffin2015-05-301-0/+5
* | Add CHANGELOG entry for #17654 [ci skip]Ryuta Kamizono2015-05-301-0/+13
|/
* Give credit to extra contributor for Base.reload fixShane Hender2015-05-281-2/+2
* Add collation support for string and text columns in SQLite3Akshay Vishnoi2015-05-281-0/+15
* Merge pull request #20171 from georgeclaghorn/enums-in-fixturesRafael Mendonça França2015-05-271-0/+9
|\
| * Resolve enums in test fixturesGeorge Claghorn2015-05-271-0/+9
* | Merge pull request #19886 from henders/henders/reload_wipe_query_cacheRafael Mendonça França2015-05-271-0/+4
|\ \ | |/ |/|
* | Merge pull request #20269 from wojobucco/masterRafael Mendonça França2015-05-271-0/+4
|\ \
* | | add `extend` option on `has_and_belongs_to_many`.keepcosmos2015-05-261-0/+4
* | | deprecate `Relation#uniq` use `Relation#distinct` instead.Yves Senn2015-05-261-0/+6
|/ /
* | Pass over CHANGELOGS [ci skip]Prathamesh Sonpatki2015-05-161-2/+3
* | Merge branch 'sti-subclass-from-attributes' of https://github.com/agrobbin/ra...Yves Senn2015-05-131-0/+5
|\ \
| * | allow setting of a demodulized class name when using STIAlex Robbin2015-05-111-0/+4
* | | Add full set of MySQL CLI options to support SSL authentication when using db...Alex Coomans2015-05-121-0/+6
|/ /
* | Merge pull request #19994 from kamipo/dump_indexes_in_create_tableRafael Mendonça França2015-05-031-0/+7
|\ \
| * | Dump indexes in `create_table` instead of `add_index`Ryuta Kamizono2015-05-031-0/+7
* | | Merge pull request #17569 from kamipo/dump_table_optionsRafael Mendonça França2015-05-031-0/+4
|\ \ \
| * | | Correctly dump `:options` on `create_table` for MySQLRyuta Kamizono2015-05-031-0/+4
| |/ /
* / / PostgreSQL: `:collation` support for string and text columnsRyuta Kamizono2015-05-041-0/+11
|/ /
* | Improvement on Activerecord CHANGELOGthiagoaugusto2015-05-011-1/+1
* | Merge pull request #19546 from DianthuDia/fix_unscope_for_less_thanYves Senn2015-04-281-0/+4
|\ \
* \ \ Merge pull request #19718 from eagletmt/find_by-without-argYves Senn2015-04-281-0/+5
|\ \ \
* | | | Revert "Merge pull request #17920 from calebthompson/dont-rely-on-environment...Yves Senn2015-04-271-0/+7
| |_|/ |/| |
* | | Merge pull request #18880 from mudge/timestamp-index-bugRafael Mendonça França2015-04-231-0/+8
|\ \ \
| * | | Fix missing index when using timestamps with indexPaul Mucur2015-04-151-0/+12
* | | | pass over CHANGELOGs. [ci skip]Yves Senn2015-04-221-4/+6
* | | | Rename association option :class to :anonymous_classAndrew White2015-04-211-0/+6
* | | | Autosave existing records on HMT associations when the parent is newSean Griffin2015-04-181-0/+7
|/ / /
* | | Revert "Merge pull request #19755 from yuki24/activerecord/support-for-set"Yves Senn2015-04-151-4/+0
* | | Merge pull request #19755 from yuki24/activerecord/support-for-setYves Senn2015-04-141-0/+4
|\ \ \ | |/ / |/| |