aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
...
* | | quick formatting pass through CHANGELOGS. [ci skip].Yves Senn2014-01-061-1/+1
|/ /
* | Fix mergefail in changelogJon Leighton2014-01-041-2/+0
* | Change all "can not"s to the correct "cannot".T.J. Schuck2014-01-031-1/+1
* | Deprecate unused `symbolized_base_class` and `symbolized_sti_name`.Yves Senn2014-01-031-0/+5
* | Automatically maintain test database schemaJon Leighton2014-01-021-0/+11
* | Add CHANGELOG entry for #13557 [ci skip]Rafael Mendonça França2014-01-011-0/+4
* | Merge pull request #13550 from vipulnsward/13437-fixRafael Mendonça França2014-01-011-0/+7
|\ \
| * | https://github.com/rails/rails/commit/2075f39d726cef361170218fd16421fc52bed5a...Vipul A M2013-12-311-0/+7
* | | Add the ability to nullify the `enum` columnAmr Tamimi2014-01-011-0/+22
* | | Allow "url" sub key in database.yml configurationschneems2013-12-301-0/+6
* | | tidy AR CHANGELOG. [ci skip]Yves Senn2013-12-301-4/+7
* | | Add a missing changelog entry for #13534 [ci skip]Robin Dupret2013-12-301-0/+12
|/ /
* | Raise NoDatabaseError when db does not existschneems2013-12-241-2/+2
* | Deprecate use of string in establish_connection as connection lookupJosé Valim2013-12-241-0/+4
* | Tidy up fix for PG extensions quotingCarlos Antonio da Silva2013-12-231-2/+2
* | Serialize postgres' hstore, json and array types correctly in AR update methods.Tadas Tamosauskas2013-12-231-0/+7
* | Do not consider PG array columns as number or text columnsCarlos Antonio da Silva2013-12-231-0/+18
* | Tell how to Create a Database in Error Messageschneems2013-12-231-0/+7
* | On destroying do not touch destroyed belongs to association.Paul Nikitochkin2013-12-231-0/+13
* | CHANGELOG entry for #13451. [ci skip]Yves Senn2013-12-221-0/+13
* | Improve CHANGELOG entry [ci skip]Rafael Mendonça França2013-12-191-8/+6
* | fix default select when from is usedCody Cutrer2013-12-191-0/+18
* | Fix PostgreSQL insert to properly extract table name from multiline string SQL.Kuldeep Aggarwal2013-12-191-0/+15
* | Create a blacklist to disallow mutator methods to be delegated to `Array`.Lauro Caetano2013-12-171-15/+17
* | Better support for `where()` conditions that use an association name.Martin Emde2013-12-161-0/+55
* | Improve CHANGELOG entry with examples [ci skip]Rafael Mendonça França2013-12-151-0/+10
* | Merge pull request #13313 from ccutrer/temp-tablesRafael Mendonça França2013-12-151-0/+10
|\ \
| * | support creating temporary tables from queriesCody Cutrer2013-12-141-0/+10
* | | Improve the CHANGELOG entry [ci skip]Rafael Mendonça França2013-12-151-3/+3
* | | db:test:clone and prepare must load environmentArthur Neves2013-12-141-0/+7
|/ /
* | Add changeloglaurocaetano2013-12-121-6/+15
* | Changelog improvements [ci skip]Carlos Antonio da Silva2013-12-121-7/+7
* | Fix type cast on group sum with custom expressionPaul Nikitochkin2013-12-101-0/+16
* | Improve AR changelog [ci skip]Carlos Antonio da Silva2013-12-051-1/+1
|/
* polymorphic belongs_to association with touch: true updates old record correctlySeverin Schoepke2013-12-051-0/+14
* end sentences with a `.`. [ci skip]Yves Senn2013-12-051-3/+3
* Improve AR changelog, add entry for migration error improvements #12462 [ci s...Carlos Antonio da Silva2013-12-031-2/+12
* Fix offset with last.Lauro Caetano2013-12-031-0/+6
* `connection.type_to_sql` returns a `String` for unmapped types.Yves Senn2013-12-031-0/+11
* Currently, we clear query_cache in cache block finish, even if we may already...Vipul A M2013-12-031-0/+5
* Introduce a context for rendering fixtures ERB.Victor Costan2013-12-031-0/+6
* Improve AR changelog [ci skip]Carlos Antonio da Silva2013-11-301-9/+8
* Raise `ArgumentError` when `has_one` is used with `counter_cache`Godfrey Chan2013-11-291-0/+7
* fix mysql version check in rename_indexCody Cutrer2013-11-281-1/+1
* implement rename_index natively for MySQL > 5.7Cody Cutrer2013-11-281-0/+4
* first pass through CHANGELOGS to extract 4_1_release_notes. [ci skip]Yves Senn2013-11-281-3/+2
* Merge pull request #13061 from laurocaetano/fix-uniqueness-validation-for-ali...Rafael Mendonça França2013-11-261-0/+6
* changed update counter to act on unscoped modelheruku2013-11-261-0/+6
* `rename_index`: add the new index before removing the old one.Yves Senn2013-11-261-0/+8
* move changelog entry to the topBrian Thomas Storti2013-11-251-6/+6