| Commit message (Expand) | Author | Age | Files | Lines |
* | Support beginless ranges in hash conditions. | Josh Goodall | 2019-07-17 | 1 | -0/+4 |
* | Fix indentation 💇♀️ | Roberto Miranda | 2019-07-08 | 1 | -1/+1 |
* | Merge branch 'master' into add_database_exist_method | Guillermo Iguaran | 2019-07-08 | 1 | -0/+4 |
|\ |
|
| * | Better error message for calling columns_hash | Guilherme Mansur | 2019-06-19 | 1 | -0/+4 |
* | | Add database_exists? method to connection adapters | Guilherme Mansur | 2019-06-17 | 1 | -0/+4 |
|/ |
|
* | PostgreSQL: Fix GROUP BY with ORDER BY virtual count attribute | Ryuta Kamizono | 2019-06-17 | 1 | -0/+6 |
* | Make ActiveRecord `ConnectionPool.connections` thread-safe. (#36473) | jeffdoering | 2019-06-13 | 1 | -0/+6 |
* | Convert the db:abort_if_pending_migrations task to be multi-DB aware | Mark Lee | 2019-06-10 | 1 | -0/+4 |
* | Unify to use 4 spaces indentation in CHANGELOGs [ci skip] | Ryuta Kamizono | 2019-06-05 | 1 | -4/+5 |
* | Fix sqlite3 collation parsing when using decimal columns. | Martin Schuster | 2019-06-04 | 1 | -0/+4 |
* | Fix invalid schema dump when primary key column has a comment | Guilherme Goettems Schneider | 2019-06-03 | 1 | -0/+6 |
* | Fix table comment also being applied to the primary key column | Guilherme Goettems Schneider | 2019-05-31 | 1 | -0/+4 |
* | [skip ci] Fix missing punctuation mark and formatting | Vishal Telangre | 2019-05-13 | 1 | -1/+1 |
* | Merge branch 'migration-timestamp-fix' | Gannon McGibbon | 2019-05-10 | 1 | -0/+2 |
|\ |
|
| * | Add class option timestamps to migration generator | Michael Duchemin | 2019-02-09 | 1 | -0/+4 |
* | | Start Rails 6.1 development | Rafael Mendonça França | 2019-04-24 | 1 | -945/+1 |
* | | Adds touch option to has_one association | Abhay Nikam | 2019-04-25 | 1 | -0/+4 |
* | | Deprecate `where.not` working as NOR and will be changed to NAND in Rails 6.1 | Ryuta Kamizono | 2019-04-19 | 1 | -0/+41 |
* | | Merge pull request #35987 from kamipo/fix_dirty_tracking_after_rollback | Ryuta Kamizono | 2019-04-17 | 1 | -0/+6 |
|\ \ |
|
| * | | Fix dirty tracking after rollback. | Ryuta Kamizono | 2019-04-16 | 1 | -0/+6 |
* | | | Add collection cache versioning | Lachlan Sylvester | 2019-04-16 | 1 | -0/+11 |
|/ / |
|
* | | Add CHANGELOG entry for d1107f4d1e2573948d4941ac44511a0af6241f80 | Ryuta Kamizono | 2019-04-16 | 1 | -1/+7 |
* | | make change_column_comment and change_table_comment invertible | Yoshiyuki Kinjo | 2019-04-15 | 1 | -0/+5 |
* | | Don't call after_commit callbacks despite a record isn't saved | Ryuta Kamizono | 2019-04-12 | 1 | -0/+6 |
* | | Merge pull request #28155 from lcreid/belongs_to | Ryuta Kamizono | 2019-04-10 | 1 | -0/+14 |
|\ \ |
|
| * | | Fix circular `autosave: true` | Larry Reid | 2018-07-23 | 1 | -0/+17 |
* | | | Raise `ArgumentError` for invalid `:limit` and `:precision` like as other opt... | Ryuta Kamizono | 2019-04-07 | 1 | -0/+22 |
* | | | Association loading isn't to be affected by scoping consistently | Ryuta Kamizono | 2019-04-05 | 1 | -0/+27 |
* | | | [ci skip] Touch up `db:prepare` changelog entry | Kasper Timm Hansen | 2019-04-03 | 1 | -1/+3 |
* | | | Add rake db:prepare entry to the CHANGELOG.md | Roberto Miranda | 2019-04-03 | 1 | -0/+4 |
* | | | Use official database name [ci skip] | Ryuta Kamizono | 2019-04-03 | 1 | -1/+1 |
* | | | Remove duplicated CHANGELOG entry [ci skip] | Ryuta Kamizono | 2019-04-03 | 1 | -2/+0 |
* | | | Add `after_save_commit` callback as shortcut for `after_commit :hook, on: [ :... | David Heinemeier Hansson | 2019-04-02 | 1 | -0/+6 |
* | | | url -> URL where apt except inside actionpack/ | Sharang Dashputre | 2019-04-01 | 1 | -2/+2 |
* | | | Follow up tweaks b89a3e7e638a50c648a17d09c48b49b707e1d90d [ci skip] | Ryuta Kamizono | 2019-03-31 | 1 | -5/+5 |
* | | | Merge pull request #35799 from leboshi/master | Ryuta Kamizono | 2019-03-31 | 1 | -0/+7 |
|\ \ \ |
|
| * | | | Fix callbacks on has_many :through associations (#33249) | Ryan Kerr | 2019-03-30 | 1 | -0/+7 |
|/ / / |
|
* | | | Add `ActiveRecord::Relation#extract_associated` for extracting associated rec... | David Heinemeier Hansson | 2019-03-29 | 1 | -0/+9 |
* | | | [ci skip] Fixed typo | Chirag Shah | 2019-03-25 | 1 | -1/+1 |
* | | | Add Relation#annotate for SQL commenting | Matt Yoho | 2019-03-21 | 1 | -0/+13 |
* | | | Support Optimizer Hints | Ryuta Kamizono | 2019-03-16 | 1 | -0/+25 |
* | | | Merge tag 'v6.0.0.beta3' | eileencodes | 2019-03-13 | 1 | -0/+5 |
|\ \ \ |
|
| * | | | Prep release | eileencodes | 2019-03-11 | 1 | -0/+5 |
* | | | | Merge pull request #35320 from kamille-gz/fix_query_method_when_given_Date_da... | Ryuta Kamizono | 2019-03-11 | 1 | -0/+14 |
|\ \ \ \ |
|
| * | | | | Fix query attribute method on user-defined attribute to be aware of typecaste... | kamille-321 | 2019-03-11 | 1 | -0/+14 |
|/ / / / |
|
* | | | | Quote empty ranges like other empty enumerables | Patrick Rebsch | 2019-03-07 | 1 | -0/+4 |
* | | | | Add insert_all to ActiveRecord models (#35077) | Bob Lail | 2019-03-05 | 1 | -0/+10 |
* | | | | Allow `truncate` for SQLite3 adapter and add `rails db:seed:replant` (#34779) | Bogdan | 2019-03-04 | 1 | -0/+9 |
* | | | | Fix typo in CHANGELOG.md [ci skip] | Sharang Dashputre | 2019-03-04 | 1 | -1/+1 |
* | | | | Deprecate mismatched collation comparison for uniquness validator | Ryuta Kamizono | 2019-03-04 | 1 | -0/+8 |