aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Fix referencing wrong aliases while joining tables of has many throughpinglamb2015-03-221-0/+7
* | | Make sure to persist a newly-nil serialized valueMatthew Draper2015-03-231-0/+7
* | | Move #19447 changelog to the top and reword it a bit [ci skip]Carlos Antonio da Silva2015-03-221-6/+8
|/ /
* | Delegate limit to subtypewallerjake2015-03-211-0/+6
* | Merge pull request #19406 from larskanis/add_changelog_entry_for_17680Yves Senn2015-03-191-0/+7
* | Active Record changelog pass [skip ci]Jon Atack2015-03-191-35/+38
* | Merge pull request #19348 from Empact/null-scopeYves Senn2015-03-181-0/+5
|\ \
| * | Reuse the CollectionAssociation#reader proxy cache if the foreign key is pres...Ben Woosley2015-03-151-0/+5
* | | Add config.active_record.dump_schemas.Ryan Wallace2015-03-171-0/+7
* | | Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-161-0/+6
|/ /
* / Require pg~>0.18 to ensure Ruby 2.2 compatibilityMatt Brictson2015-03-111-0/+5
|/
* Correctly dump `serial` and `bigserial`Ryuta Kamizono2015-03-041-0/+4
* add CHANGELOG entry for #19176. [ci skip]Yves Senn2015-03-041-0/+4