aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* unify PG spelling in CHANGELOGs. [ci skip]Yves Senn2014-10-061-1/+1
* Fix typo in AR changelogPrathamesh Sonpatki2014-09-271-1/+1
* ar/connection_pool: honor overriden rack.test in middlewareSimon Eskildsen2014-09-231-0/+5
* Update changelog with tenderlove's entryPrathamesh Sonpatki2014-09-231-1/+5
* add a truncate method to the connectionAaron Patterson2014-09-221-0/+2
* Merge pull request #16987 from jonatack/patch-8Yves Senn2014-09-201-13/+15
|\
| * ActiveRecord CHANGELOG improvements [skip ci]Jon Atack2014-09-201-13/+15
|/
* [ci skip] ActionRecord CHANGELOG docs fixeslethalbrains2014-09-191-18/+18
* Merge pull request #16875 from alan/dont_autosave_has_one_through_recordRafael Mendonça França2014-09-171-0/+4
|\
| * Don't autosave unchanged has_one through recordsAlan Kennedy2014-09-151-0/+4
* | do not dump foreign keys for ignored tables.Yves Senn2014-09-171-0/+2
* | unify wording in Active Record CHANGELOG. [ci skip]Yves Senn2014-09-171-1/+1
* | pg, correctly dump foreign keys targeting tables in a different schema.Yves Senn2014-09-171-0/+7
|/
* Merge pull request #13656 from chanks/rollback_transactions_in_killed_threadsMatthew Draper2014-09-141-0/+8
|\
* | A `NullRelation` should represent nothing. Closes #15176.Yves Senn2014-09-111-0/+7
* | Include default column limits in schema.rbJeremy Kemper2014-09-101-0/+5
* | MySQL: schema.rb now includes TEXT and BLOB column limits.Jeremy Kemper2014-09-101-0/+4
* | MySQL: correct LONGTEXT and LONGBLOB limits from 2GB to their true 4GBJeremy Kemper2014-09-101-0/+4
* | Merge pull request #14056 from girishso/14041Yves Senn2014-09-091-0/+4
|\ \
| * | SQLite3Adapter now checks for views in table_exists? fixes: 14041Girish S2014-02-141-0/+6
* | | introduce `connection.supports_views?` and basic view tests.Yves Senn2014-09-091-0/+5
* | | Allow included modules to override association methods.Yves Senn2014-09-091-0/+6
* | | Remove CHANGELOG entry [ci skip]Rafael Mendonça França2014-09-051-8/+0
* | | cover all cases of `For not` --> `Do not`, related to #16804Akshay Vishnoi2014-09-051-1/+1
* | | schema loading rake tasks maintain database connection for current env.Yves Senn2014-09-031-0/+7
* | | MySQL: set connection collation along with the charsetJeremy Kemper2014-08-301-0/+12
* | | minor changelog formatting changes.Yves Senn2014-08-271-2/+3
* | | pg, `default_sequence_name` needs to return a string.Yves Senn2014-08-251-0/+4
* | | CHANGELOG & improvements to #16649Godfrey Chan2014-08-231-0/+7
| |/ |/|
* | Only merge scopes with zero arity in has_many throughAgis-2014-08-201-0/+7
* | [ci skip] config.active_record.errors_in_transactional_callbacks -> config.ac...yuuji.yaginuma2014-08-191-1/+1
* | Fixes the `Relation#exists?` to work with polymorphic associations.Kassio Borges2014-08-181-0/+6
* | Add option to stop swallowing errors on callbacks.Arthur Neves2014-08-181-0/+14
* | Merge pull request #16458 from chancancode/ar_fix_reserved_inheritanceGodfrey Chan2014-08-171-0/+8
|\ \
| * | Fixed issue w/custom accessors + reserved name + inheritanceGodfrey Chan2014-08-111-0/+8
* | | Don't expose these new APIs yet (added in 877ea78 / #16189)Godfrey Chan2014-08-161-0/+5
* | | Fix regression on after_commit in nested transactions.Arthur Neves2014-08-151-0/+6
* | | Merge pull request #8813 from greyblake/dont_write_timestamps_if_they_are_not...Yves Senn2014-08-141-0/+6
|\ \ \
| * | | Do not try to write timestamps if they are missing #8813Potapov Sergey2014-02-161-0/+6
* | | | `index_exists?` with `:name` checks specified columns.Yves Senn2014-08-131-0/+16
* | | | update error message to reflect that the record could have been destroyedlsylvester2014-08-111-0/+6
| |/ / |/| |
* | | Define id_was to get the previous value of the primary keyRafael Mendonça França2014-08-061-0/+11
* | | schema rake tasks are specific about the configuration to act on.Yves Senn2014-08-061-8/+14
* | | Revert "Revert "Merge pull request #15394 from morgoth/fix-automatic-maintain...Yves Senn2014-08-061-1/+8
* | | Merge pull request #16333 from joker1007/fix_decimal_cast_from_float_with_lar...Yves Senn2014-08-041-0/+4
|\ \ \
| * | | Fix type casting to Decimal from Float with ...joker10072014-08-011-0/+4
* | | | Deprecate source_macroeileencodes2014-08-021-0/+8
|/ / /
* | | No verbose backtrace by db:drop when database does not exist.Kenn Ejima2014-07-271-0/+6
* | | Merge pull request #16220 from pcreux/postgresql-jsonb-supportYves Senn2014-07-251-0/+10
|\ \ \
| * | | Add support for Postgresql JSONBPhilippe Creux2014-07-241-0/+10
|/ / /