aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #26089 from travisoneill/sqlite_rollback_fixRafael Mendonça França2016-08-191-3/+11
|\ \ \ \ | |/ / / |/| | |
| * | | Added nil case handling to allow rollback migration in case oftravis.h.oneill@gmail.com2016-08-171-3/+11
| |/ /
* / / Deprecate `sanitize_conditions`. Use `sanitize_sql` insteadRyuta Kamizono2016-08-181-0/+4
|/ /
* | Fix count which would sometimes force a DISTINCTMaxime Lapointe2016-08-161-0/+5
* | When calling association.find RecordNotFound is now raised with the same argu...Michel Pigassou2016-08-131-0/+5
* | Pass over changelogs [ci skip]Vipul A M2016-08-101-2/+5
* | Don't assume all hashes are from multiparameter assignment in `composed_of`Sean Griffin2016-08-051-0/+7
* | Add the TABLE_SCHEMA condition to the SELECT statement in table_comment (#25945)Takeshi AKIMA2016-07-271-0/+4
* | Whoops, forgot the changelog entry for the previous commitSean Griffin2016-07-251-0/+5
* | Merge pull request #25849 from suginoy/fix_merge_in_scopeRafael Mendonça França2016-07-201-0/+4
|\ \
| * | Fix the calling `merge` method at first in a scopesuginoy2016-07-191-0/+4
* | | Fixes multiparameter attributes conversion with time_zone_aware_attributes an...alpaca-tc2016-07-191-0/+4
|/ /
* | CHANGELOG for https://github.com/rails/rails/pull/25257 [ci skip]Prathamesh Sonpatki2016-07-171-2/+4
* | Add newline between each migration in `structure.sql`Grey Baker2016-07-141-0/+7
* | adds support for limits in batch processingXavier Noria2016-07-131-0/+15
* | Always prefer class types to query types when casting `group`Sean Griffin2016-07-111-0/+5
* | Cleanup CHANGELOGs [ci skip]Prathamesh Sonpatki2016-07-091-7/+7
* | fix to_param to maximize contentRob Biedenharn2016-07-081-0/+11
* | Re-check that the connection is still stale before we reap itMatthew Draper2016-07-061-0/+7
* | Do not specal case inspecting associated arrays of over 10 elements, preventi...Kevin McPhillips2016-06-291-0/+6
* | Remove unused `ActiveRecord::Base.connection_id`Sean Griffin2016-06-291-0/+5
* | Merge pull request #24773 from ralinc/fix-silent-fail-on-psql-commandArthur Nogueira Neves2016-06-161-0/+14
|\ \
| * | PostgreSQL: Fix db:structure:load silent failure on SQL errorRalin Chimev2016-05-101-0/+14
* | | Ensure hashes can be passed to attributes using `composed_of`Sean Griffin2016-05-311-0/+5
* | | Merge pull request #25093 from Erol/activerecord-transaction-serialization-errorRafael França2016-05-211-0/+5
|\ \ \
| * | | Add AR::TransactionSerializationError for transaction serialization failures ...Erol Fornoles2016-05-211-0/+5
* | | | Whitespaces [ci skip]Rafael Mendonça França2016-05-211-0/+1
* | | | Add CHANGELOG.md reference for #24958 (#25094)Jon Moss2016-05-211-0/+4
|/ / /
* | | Merge pull request #23810 from xijo/fix_json_coder_when_mysql_strict_is_disabledSean Griffin2016-05-161-0/+4
|\ \ \ | |/ / |/| |
| * | Fix bug in JSON deserialization when column default is an empty stringJohannes Opper2016-02-221-0/+5
* | | Start Rails 5.1 development :tada:Rafael Mendonça França2016-05-101-2114/+1
* | | Preparing for 5.0.0.rc1 releaseRafael Mendonça França2016-05-061-0/+5
* | | remove `empty?` from CHANGELOG [ci skip]yuuji.yaginuma2016-05-031-2/+1
* | | Prep Rails 5 beta 4eileencodes2016-04-271-0/+2
* | | Add Expression Indexes and Operator Classes support for PostgreSQLRyuta Kamizono2016-04-241-0/+13
* | | Merge pull request #23461 from kamipo/prepared_statements_for_mysql2_adapterJeremy Daer2016-04-231-0/+7
|\ \ \
| * | | Add prepared statements support for `Mysql2Adapter`Ryuta Kamizono2016-04-211-0/+4
|/ / /
* | | Merge pull request #23557 from kamipo/dump_indexes_in_create_for_generates_sq...Jeremy Daer2016-04-201-0/+10
|\ \ \
| * | | Dump indexes in `create_table` for generates SQL in one queryRyuta Kamizono2016-04-201-0/+7
|/ / /
* | | Merge pull request #23523 from kamipo/avoid_truncation_in_uniqueness_validationJeremy Daer2016-04-181-0/+17
|\ \ \
* \ \ \ Merge pull request #23522 from kamipo/add_value_too_long_exception_classJeremy Daer2016-04-181-0/+5
|\ \ \ \
* | | | | Merge pull request #24614 from kamipo/foreign_key_respects_table_name_prefix_...Jeremy Daer2016-04-181-0/+4
* | | | | Merge pull request #23622 from kamipo/primary_key_should_be_not_nullJeremy Daer2016-04-181-0/+17
|\ \ \ \ \
* | | | | | Move CHANGELOG entry about database notices at the top [ci skip]Prathamesh Sonpatki2016-04-181-23/+20
* | | | | | Merge pull request #24551 from bogdanvlviv/notice_for_tasksJeremy Daer2016-04-171-0/+22
|\ \ \ \ \ \
| * | | | | | Added notice when a database is successfully created or dropped.bogdanvlviv2016-04-171-0/+22
* | | | | | | Merge pull request #22911 from Envek/database_commentsJeremy Daer2016-04-161-0/+11
|\ \ \ \ \ \ \
| * | | | | | | Add support for specifying comments for tables, columns, and indexes.Andrey Novikov2016-04-161-0/+17
|/ / / / / / /
* / / / / / / Add changelog for #24542Vipul A M2016-04-151-0/+6
|/ / / / / /
* | | | | | Properly serialize all JSON primitives in the AR JSON typeSean Griffin2016-04-131-0/+6