aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Fixes issue with parsing whitespace content back from database - fixes #13907Mauricio Linhares2014-02-011-0/+11
* | | | | | | Minor changelog improvements [ci skip]Carlos Antonio da Silva2014-01-311-4/+4
* | | | | | | Associations now raise `ArgumentError` on name conflicts.Lauro Caetano2014-01-311-0/+16
* | | | | | | Fix regression on `.select_*` methods.Arthur Neves2014-01-301-0/+8
* | | | | | | AestheticRafael Mendonça França2014-01-291-1/+1
* | | | | | | Fixing issue with activerecord serialization not being able to dump a record ...Mauricio Linhares2014-01-291-0/+12
* | | | | | | Merge pull request #13201 from marcandre/find_in_batch_enumeratorRafael Mendonça França2014-01-291-0/+5
|\ \ \ \ \ \ \
| * | | | | | | `find_in_batches` now returns an `Enumerator` when called without a block, so...Marc-Andre Lafortune2013-12-061-0/+5
* | | | | | | | `enum` now raises on "dangerous" name conflictsGodfrey Chan2014-01-291-0/+11
* | | | | | | | `scope` now raises on "dangerous" name conflictsGodfrey Chan2014-01-291-0/+10
* | | | | | | | Correctly send the string given to lock! and reload(:lock) to the lock scope ...Mauricio Linhares2014-01-291-0/+10
* | | | | | | | Handle aliased attributes in AR::Relation#select, #order, etc.Tsutomu Kuroda2014-01-291-0/+4
* | | | | | | | Improve the CHANGELOG entry [ci skip]Rafael Mendonça França2014-01-221-2/+14
* | | | | | | | Calling reset on a collection association should unload the assocationKelsey Schlarman2014-01-211-0/+6
* | | | | | | | Merge pull request #13776 from rails/dirty-enumRafael Mendonça França2014-01-211-0/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | Make enum feature work with dirty methodsRafael Mendonça França2014-01-211-0/+18
* | | | | | | | | `has_one` and `belongs_to` accessors don't add ORDER BY to the queries anymore.Rafael Mendonça França2014-01-211-0/+11
* | | | | | | | | prepend table name for `Relation#select` columns.Yves Senn2014-01-211-0/+10
* | | | | | | | | Active Record changelog wording and formatting. [ci skip]Yves Senn2014-01-211-5/+6
* | | | | | | | | Fail early with "Primary key not included in the custom select clause" in fin...Alexander Balashov2014-01-211-0/+8
|/ / / / / / / /
* | | | | | | | Ensure #second acts like #first AR finderJason Meller2014-01-201-0/+31
* | | | | | | | Restore ActiveRecord states after a rollback for models w/o callbacksGodfrey Chan2014-01-181-0/+8
* | | | | | | | Make AR::Base#touch fire the after_commit and after_rollback callbacksHarry Brundage2014-01-161-0/+4
* | | | | | | | sqlite >= 3.8.0 supports partial indexesCody Cutrer2014-01-141-0/+6
* | | | | | | | Don't try to get the subclass if the inheritance column doesn't existUjjwal Thaakar2014-01-141-0/+9
* | | | | | | | Enum mappings are now exposed via class methods instead of constants.Godfrey Chan2014-01-141-0/+18
* | | | | | | | quick pass through Active Record CHANGELOG. [ci skip]Yves Senn2014-01-141-7/+9
* | | | | | | | Set NameError#nameChulki Lee2014-01-131-0/+4
* | | | | | | | fix bug in becomes! when changing from base to subclass. Closes #13272.Yves Senn2014-01-131-0/+6
| |/ / / / / / |/| | | | | |
* | | | | | | Ensure Active Record connection consistencyschneems2014-01-091-0/+61
* | | | | | | Minor typos fix [ci skip]Robin Dupret2014-01-081-3/+3
* | | | | | | make `change_column_null` reversible. Closes #13576.Yves Senn2014-01-081-0/+4
* | | | | | | create/drop test and development databases only if RAILS_ENV is nilDamien Mathieu2014-01-081-0/+10
* | | | | | | Merge pull request #13355 from dylanahsmith/migration-versionRafael Mendonça França2014-01-071-0/+6
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | activerecord: Initialize Migration with version from MigrationProxy.Dylan Thacker-Smith2014-01-061-0/+5
* | | | | | | Make change_table use object of current database adapterNishant Modak2014-01-071-0/+8
|/ / / / / /
* | | | | | Merge pull request #13593 from oliveiraethales/store_yaml_coderYves Senn2014-01-061-0/+7
|\ \ \ \ \ \
| * | | | | | Fix: ActiveRecord::Store TypeError conversion when using YAML coderThales Oliveira2014-01-061-0/+7
* | | | | | | 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
|/ / / / / /