aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
|/ / / / /
* | | | | fix, mysql `db:purge` respects `Rails.env`.Yves Senn2014-07-241-0/+4
* | | | | clenaup, unify CHANGELOG format. [ci skip]Yves Senn2014-07-241-5/+7
* | | | | pg, `change_column_default, :table, :column, nil` issues `DROP DEFAULT`.Yves Senn2014-07-241-0/+7
* | | | | Merge pull request #16231 from Envek/type_in_referencesYves Senn2014-07-221-0/+11
|\ \ \ \ \
| * | | | | Allow to specify a type for foreign key column in migrationsAndrey Novikov2014-07-221-0/+11
|/ / / / /
* | | | | create_join_table uses same logic as HABTM reflectionsStefan Kanev2014-07-181-0/+7
* | | | | Merge pull request #15762 from arthurnn/better_error_on_bad_alias_methodMatthew Draper2014-07-181-0/+5
|\ \ \ \ \
| * | | | | Dont swallow errors when bad alias_methodArthur Neves2014-06-241-0/+5
* | | | | | Merge pull request #15944 from seuros/uuidRafael Mendonça França2014-07-161-0/+4
|\ \ \ \ \ \