aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* Preserve user supplied joins order as much as possibleRyuta Kamizono2019-07-301-0/+6
* Expand CHANGELOG for #36800 [ci skip]Ryuta Kamizono2019-07-301-2/+2
* Enabled matches_regex for MySqlJames Pearson2019-07-291-0/+4
* Allow specify fixtures to be ignoredTongfei Gao2019-07-271-0/+4
* Allow separate database env variables per-connectionJohn Crepezzi2019-07-261-1/+4
* Merge pull request #36380 from edudepetris/ed/36272-better-negative-scope-war...Rafael Mendonça França2019-07-251-0/+8
|\
| * Add a warning for enum elements with 'not_' prefix.Edu Depetris2019-06-301-0/+8
* | Merge pull request #36665 from jmschneider/masterRafael Mendonça França2019-07-231-0/+4
|\ \
| * | Make currency symbols optional for money column type in PostgreSQLJoel Schneider2019-07-121-0/+4
* | | Support beginless ranges in hash conditions.Josh Goodall2019-07-171-0/+4
|/ /
* | Fix indentation 💇‍♀️Roberto Miranda2019-07-081-1/+1
* | Merge branch 'master' into add_database_exist_methodGuillermo Iguaran2019-07-081-0/+4
|\|
| * Better error message for calling columns_hashGuilherme Mansur2019-06-191-0/+4
* | Add database_exists? method to connection adaptersGuilherme Mansur2019-06-171-0/+4
|/
* PostgreSQL: Fix GROUP BY with ORDER BY virtual count attributeRyuta Kamizono2019-06-171-0/+6
* Make ActiveRecord `ConnectionPool.connections` thread-safe. (#36473)jeffdoering2019-06-131-0/+6
* Convert the db:abort_if_pending_migrations task to be multi-DB awareMark Lee2019-06-101-0/+4
* Unify to use 4 spaces indentation in CHANGELOGs [ci skip]Ryuta Kamizono2019-06-051-4/+5
* Fix sqlite3 collation parsing when using decimal columns.Martin Schuster2019-06-041-0/+4
* Fix invalid schema dump when primary key column has a commentGuilherme Goettems Schneider2019-06-031-0/+6
* Fix table comment also being applied to the primary key columnGuilherme Goettems Schneider2019-05-311-0/+4
* [skip ci] Fix missing punctuation mark and formattingVishal Telangre2019-05-131-1/+1
* Merge branch 'migration-timestamp-fix'Gannon McGibbon2019-05-101-0/+2
|\
| * Add class option timestamps to migration generatorMichael Duchemin2019-02-091-0/+4
* | Start Rails 6.1 developmentRafael Mendonça França2019-04-241-945/+1
* | Adds touch option to has_one associationAbhay Nikam2019-04-251-0/+4
* | Deprecate `where.not` working as NOR and will be changed to NAND in Rails 6.1Ryuta Kamizono2019-04-191-0/+41
* | Merge pull request #35987 from kamipo/fix_dirty_tracking_after_rollbackRyuta Kamizono2019-04-171-0/+6
|\ \
| * | Fix dirty tracking after rollback.Ryuta Kamizono2019-04-161-0/+6
* | | Add collection cache versioningLachlan Sylvester2019-04-161-0/+11
|/ /
* | Add CHANGELOG entry for d1107f4d1e2573948d4941ac44511a0af6241f80Ryuta Kamizono2019-04-161-1/+7
* | make change_column_comment and change_table_comment invertibleYoshiyuki Kinjo2019-04-151-0/+5
* | Don't call after_commit callbacks despite a record isn't savedRyuta Kamizono2019-04-121-0/+6
* | Merge pull request #28155 from lcreid/belongs_toRyuta Kamizono2019-04-101-0/+14
|\ \
| * | Fix circular `autosave: true`Larry Reid2018-07-231-0/+17
* | | Raise `ArgumentError` for invalid `:limit` and `:precision` like as other opt...Ryuta Kamizono2019-04-071-0/+22
* | | Association loading isn't to be affected by scoping consistentlyRyuta Kamizono2019-04-051-0/+27
* | | [ci skip] Touch up `db:prepare` changelog entryKasper Timm Hansen2019-04-031-1/+3
* | | Add rake db:prepare entry to the CHANGELOG.mdRoberto Miranda2019-04-031-0/+4
* | | Use official database name [ci skip]Ryuta Kamizono2019-04-031-1/+1
* | | Remove duplicated CHANGELOG entry [ci skip]Ryuta Kamizono2019-04-031-2/+0
* | | Add `after_save_commit` callback as shortcut for `after_commit :hook, on: [ :...David Heinemeier Hansson2019-04-021-0/+6
* | | url -> URL where apt except inside actionpack/Sharang Dashputre2019-04-011-2/+2
* | | Follow up tweaks b89a3e7e638a50c648a17d09c48b49b707e1d90d [ci skip]Ryuta Kamizono2019-03-311-5/+5
* | | Merge pull request #35799 from leboshi/masterRyuta Kamizono2019-03-311-0/+7
|\ \ \
| * | | Fix callbacks on has_many :through associations (#33249)Ryan Kerr2019-03-301-0/+7
|/ / /
* | | Add `ActiveRecord::Relation#extract_associated` for extracting associated rec...David Heinemeier Hansson2019-03-291-0/+9
* | | [ci skip] Fixed typoChirag Shah2019-03-251-1/+1
* | | Add Relation#annotate for SQL commentingMatt Yoho2019-03-211-0/+13
* | | Support Optimizer HintsRyuta Kamizono2019-03-161-0/+25