aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | 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
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add support for Set to Relation#whereYuki Nishijima2015-04-131-0/+4
|/ / / /
* | | | Merge branch 'fix_uniqueness_validation_when_value_is_out_of_range'Sean Griffin2015-04-081-0/+5
|\ \ \ \
| * | | | Fix uniqueness validation with out of range valueAndrey Voronkov2015-04-081-0/+4
|/ / / /
* | | | Merge pull request #17574 from kamipo/charset_collation_optionsJeremy Kemper2015-04-071-0/+11
|\ \ \ \
| * | | | Add `:charset` and `:collation` options support for MySQL string and text col...Ryuta Kamizono2015-03-061-0/+11
* | | | | Merge pull request #19652 from vngrs/pluralize_foreign_key_table_name_bugYves Senn2015-04-061-0/+7
* | | | | Reduce memory usage when loading types in PGSean Griffin2015-03-291-0/+6
| |/ / / |/| | |
* | | | Add `config.active_record.warn_on_records_fetched_greater_than` optionJason Nochlin2015-03-251-0/+7
* | | | Merge pull request #19503 from jasoncodes/no-psqlrcYves Senn2015-03-251-0/+4
* | | | Merge pull request #19452 from pinglamb/fix-referencing-wrong-alias-when-join...Carlos Antonio da Silva2015-03-241-0/+7
|\ \ \ \