aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Revert "Allow `:precision` option for time type columns"Sean Griffin2015-02-171-4/+0
* | Deprecated passing of `start` value to `find_in_batches` and `find_each` in f...Vipul A M2015-02-171-0/+5
* | Merge pull request #18662 from estum/foreign-key-existsYves Senn2015-02-161-0/+4
|\ \
* | | remove CHANGELOG entry for Rails 5.0 only feature. #18918Yves Senn2015-02-131-7/+0
* | | Do not overwrite secret token value when already present.Wojciech Wnętrzak2015-02-121-0/+7
* | | Optimize none? and one? relation query methods to use LIMIT and COUNT.Eugene Gilburg2015-02-121-0/+22
* | | Allow `:precision` option for time type columnsRyuta Kamizono2015-02-121-0/+4
* | | Refactor enum to be defined in terms of the attributes APISean Griffin2015-02-111-0/+5
* | | `current_scope` shouldn't pollute sibling STI classesSean Griffin2015-02-111-0/+11
* | | fix `remove_reference` with `foreign_key: true` on MySQL. #18664.Yves Senn2015-02-111-0/+8
* | | Merge pull request #18877 from prathamesh-sonpatki/ar-changelog-typos-2Rafael Mendonça França2015-02-101-2/+2
|\ \ \
| * | | Fixed typos in ActiveRecord CHANGELOG [ci skip]Prathamesh Sonpatki2015-02-111-2/+2
* | | | Add an option `end_at` to `find_in_batches`Vipul A M2015-02-091-0/+5
|/ / /
* | | Fix rounding problem for PostgreSQL timestamp columnRyuta Kamizono2015-02-081-0/+7
* | | Respect the database default charset for `schema_migrations` table.Ryuta Kamizono2015-02-081-0/+8
* | | Raise ArgumentError when passing nil to Relation#mergeRafael Mendonça França2015-02-061-0/+7
* | | Merge pull request #18399 from kommen/unify-structure-file-envvar-namesRafael Mendonça França2015-02-051-0/+6
|\ \ \
| * | | Use `SCHEMA` instead of `DB_STRUCTURE` for specifiying structure file.Dieter Komendera2015-01-081-0/+6
* | | | Respect custom primary keys for associations in `Relation#where`Sean Griffin2015-02-041-0/+6
| |_|/ |/| |