aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
* Add changelog for #15549 fix [skip ci]Arthur Neves2015-02-271-0/+7
* Properly create through records when called with `where`Sean Griffin2015-02-261-0/+7
* Add `SchemaMigration.create_table` support any unicode charsets for MySQL.Ryuta Kamizono2015-02-261-0/+4
* rework `disable_referential_integrity` for PostgreSQL.Yves Senn2015-02-241-0/+19
* Allow `:limit` option for MySQL bigint primary key supportRyuta Kamizono2015-02-241-0/+15
* some indenting and punctuation fixes. [ci skip]Yves Senn2015-02-231-5/+7
* Require `belongs_to` by default.Josef Šimánek2015-02-211-0/+7
* Merge pull request #17139 from mfazekas/fix_becomes_changed_attributesRafael Mendonça França2015-02-201-0/+6
|\
| * Always reset changed attributes in becomesMiklos Fazekas2015-02-041-0/+6
* | Format the time string according to the precision of the time columnRyuta Kamizono2015-02-201-0/+4
* | Allow `:precision` option for time type columnsRyuta Kamizono2015-02-201-0/+4
* | Copy edit the suppressor documentationRafael Mendonça França2015-02-191-13/+13
* | Add `ActiveRecord::Base.suppress`Michael Ryan2015-02-181-0/+29
* | Add `time` option to `#touch`Hyonjee Joo2015-02-181-0/+5