Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | | | | Merge pull request #33925 from rafaelfranca/rm-fix-column_defaults | Sean Griffin | 2018-09-20 | 2 | -1/+15 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Make a deep copy of the _default_attributes in column_defaults | Rafael Mendonça França | 2018-09-20 | 2 | -1/+15 | |
* | | | | | | | | | | | | | | | Merge pull request #33929 from yahonda/update_utf8mb4_railsguide | Ryuta Kamizono | 2018-09-20 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Update MySQL server version and character set in Rails Guide [skip ci] | Yasuo Honda | 2018-09-20 | 1 | -1/+2 | |
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge pull request #33928 from freeletics/fix-key-env | Yuji Yaginuma | 2018-09-20 | 4 | -12/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Fixed to RAILS_MASTER_KEY as a default env key for decrypting. | Wojciech Wnętrzak | 2018-09-20 | 4 | -12/+8 | |
|/ / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Fix deprecation hash warning - activerecord test | Vitor Oliveira | 2018-09-20 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | Merge pull request #33927 from bogdanvlviv/follow-up-33912 | Ryuta Kamizono | 2018-09-20 | 1 | -5/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Make `ActiveRecord::Result#to_a` as alias to `ActiveRecord::Result#to_ary` | bogdanvlviv | 2018-09-20 | 1 | -5/+2 | |
|/ / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Merge pull request #33913 from kamipo/counter_cache | Ryuta Kamizono | 2018-09-20 | 5 | -29/+43 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Don't update counter cache unless the record is actually saved | Ryuta Kamizono | 2018-09-19 | 5 | -29/+43 | |
* | | | | | | | | | | | | | | | | Merge pull request #33912 from gmcgibbon/ar_result_to_hash_deprecate | Rafael França | 2018-09-19 | 4 | -5/+27 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Deprecate ActiveRecord::Result#to_hash in favor of #to_a | Kevin Cheng | 2018-09-18 | 4 | -5/+27 | |
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Fix env name for master key | yuuji.yaginuma | 2018-09-20 | 3 | -3/+3 | |
* | | | | | | | | | | | | | | | | Merge pull request #32932 from y-yagi/fixes_32920 | Yuji Yaginuma | 2018-09-20 | 2 | -1/+16 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Add CSP nonce to `style-src` directive | yuuji.yaginuma | 2018-05-19 | 2 | -1/+16 | |
* | | | | | | | | | | | | | | | | | Support environment specific credentials file. (#33521) | Wojciech Wnętrzak | 2018-09-19 | 7 | -29/+163 | |
| |_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Don't return the same object when using find with an empty array | Rafael Mendonça França | 2018-09-19 | 2 | -2/+5 | |
| |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge pull request #33897 from bogdanvlviv/follow-up-33751 | Rafael França | 2018-09-18 | 4 | -12/+24 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | `retry_job` should publish `enqueue_retry.active_job` notification | bogdanvlviv | 2018-09-16 | 3 | -12/+23 | |
| * | | | | | | | | | | | | | | | Payload of `enqueue_retry.active_job` includes `:wait` | bogdanvlviv | 2018-09-16 | 1 | -0/+1 | |
* | | | | | | | | | | | | | | | | Avoid the same `foreign_key` and `counter_cache` associations on `SillyReply` | Ryuta Kamizono | 2018-09-19 | 3 | -7/+7 | |
| |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge pull request #33909 from andrewr224/patch-1 | Matthew Draper | 2018-09-18 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Fix a typo in AR Query Interface [ci skip] | Andrew | 2018-09-18 | 1 | -1/+1 | |
|/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | Merge pull request #33902 from bogdanvlviv/related-to-31727 | Ryuta Kamizono | 2018-09-17 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Fix deprecation warning of `ActiveRecord::Migrator.migrations_path=` | bogdanvlviv | 2018-09-17 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | Remove meaningless `ActiveRecord::MigrationContext.new(old_path)` in ensure b... | Ryuta Kamizono | 2018-09-17 | 2 | -16/+0 | |
* | | | | | | | | | | | | | | | Merge pull request #33898 from tkoyama1988/form_helpers_readable | Ryuta Kamizono | 2018-09-17 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Improve readability in form helpers guide [ci skip] | tkoyama1988 | 2018-09-17 | 1 | -2/+2 | |
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge pull request #33901 from bogdanvlviv/fix-output-when-run-aj-integration... | Ryuta Kamizono | 2018-09-17 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Print correct rake command on running AJ integration tests | bogdanvlviv | 2018-09-17 | 1 | -1/+1 | |
| |/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | Merge pull request #33899 from bogdanvlviv/follow-up-33405 | George Claghorn | 2018-09-16 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Raise `ActiveRecord::InvalidForeignKey` in `before_destroy` for a blob if att... | bogdanvlviv | 2018-09-16 | 1 | -0/+4 | |
| |/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | Merge pull request #33188 from larskanis/pg-1.1 | Yuji Yaginuma | 2018-09-17 | 2 | -2/+16 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Return empty array when casting malformed array strings | Lars Kanis | 2018-06-23 | 1 | -1/+7 | |
| * | | | | | | | | | | | | | PostgreSQL: Prepare for pg-1.1.0 | Lars Kanis | 2018-05-27 | 1 | -1/+9 | |
* | | | | | | | | | | | | | | Merge pull request #33895 from faucct/bugfix/preload_multiple_instances_of_sa... | Ryuta Kamizono | 2018-09-16 | 2 | -1/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | ActiveRecord::Associations::Preloader should preload all instances of the sam... | Nikita Sokolov | 2018-09-16 | 2 | -1/+9 | |
| | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge pull request #33893 from y-yagi/fix-av-ujs-build-chromedriver | Yuji Yaginuma | 2018-09-16 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Load `chromedriver-helper.rb` | yuuji.yaginuma | 2018-09-16 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | Bump `chromedriver-helper` to 2.0 | yuuji.yaginuma | 2018-09-16 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | Use table name qualified column name for update counters | Ryuta Kamizono | 2018-09-16 | 2 | -9/+15 | |
|/ / / / / / / / / / / / / / | ||||||
* | | | / / / / / / / / / / | Extract `{update,delete}_all_test.rb` from `persistence_test.rb` and `relatio... | Ryuta Kamizono | 2018-09-16 | 4 | -335/+347 | |
| |_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Unlock pg verson | yuuji.yaginuma | 2018-09-15 | 2 | -5/+5 | |
* | | | | | | | | | | | | | Bump marcel for significant gem size reduction | George Claghorn | 2018-09-14 | 1 | -1/+1 | |
* | | | | | | | | | | | | | Merge pull request #33878 from kamipo/fallback_to_unprepared_statement | Ryuta Kamizono | 2018-09-15 | 5 | -7/+19 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Fallback to unprepared statement only when bind params limit is exceeded | Ryuta Kamizono | 2018-09-14 | 5 | -7/+19 | |
* | | | | | | | | | | | | | Add test for `config.active_storage.routes_prefix` | yuuji.yaginuma | 2018-09-15 | 1 | -0/+18 | |
| |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge pull request #33883 from cbisnett/active_storage_route_prefix_configura... | George Claghorn | 2018-09-14 | 5 | -12/+27 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Configure Active Storage route prefix | Chris Bisnett | 2018-09-14 | 5 | -12/+27 |