| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure we are using a working version of thor locally | Rafael Mendonça França | 2018-11-09 | 1 | -3/+3 |
* | bundle update | Rafael Mendonça França | 2018-11-09 | 1 | -54/+55 |
* | Upgrade thor to 0.20.1 | Rafael Mendonça França | 2018-11-09 | 1 | -8/+1 |
* | Use the same version of Rubocop as Code Climate | yuuji.yaginuma | 2018-11-09 | 1 | -3/+3 |
* | Bump mail to `2.7.1` | yuuji.yaginuma | 2018-10-14 | 1 | -1/+1 |
* | Add test retries for railties | Gannon McGibbon | 2018-10-11 | 1 | -1/+4 |
* | update nokogiri | Greg Molnar | 2018-10-05 | 1 | -4/+4 |
* | Remove unnecessary `coffee-rails` | yuuji.yaginuma | 2018-10-02 | 1 | -4/+0 |
* | Make Webpacker the default JavaScript compiler for Rails 6 (#33079) | David Heinemeier Hansson | 2018-09-30 | 1 | -0/+12 |
* | Update backburner to the latest version | utilum | 2018-09-28 | 1 | -2/+2 |
* | update mini_magick to the latest version | utilum | 2018-09-24 | 1 | -2/+2 |
* | Bump `chromedriver-helper` to 2.0 | yuuji.yaginuma | 2018-09-16 | 1 | -1/+1 |
* | Unlock pg verson | yuuji.yaginuma | 2018-09-15 | 1 | -4/+4 |
* | Bump marcel for significant gem size reduction | George Claghorn | 2018-09-14 | 1 | -1/+1 |
* | Merge pull request #33574 from lsylvester/change-i18n-defaults-behaviour-to-m... | Rafael França | 2018-09-06 | 1 | -2/+1 |
|\ |
|
| * | update I18n fallbacks configuration to be compatible with i18n 1.1.0 | Lachlan Sylvester | 2018-08-23 | 1 | -2/+1 |
* | | Unlock ffi version | Rafael Mendonça França | 2018-09-05 | 1 | -5/+4 |
* | | Upgrade all the gems | Rafael Mendonça França | 2018-09-05 | 1 | -75/+70 |
* | | Avoid `pg` 1.1.0 for now | yuuji.yaginuma | 2018-08-25 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #33162 from utilum/stop_using_mocha | Kasper Timm Hansen | 2018-08-22 | 1 | -4/+0 |
|\ |
|
| * | Remove Mocha from Gemfile | utilum | 2018-08-13 | 1 | -4/+0 |
* | | Update image_processing to the latest version | utilum | 2018-08-16 | 1 | -4/+4 |
|/ |
|
* | Avoid i18n 1.1.0 for now | Yasuo Honda | 2018-08-09 | 1 | -0/+1 |
* | Bump RuboCop to 0.58.2 | Koichi ITO | 2018-07-26 | 1 | -5/+8 |
* | Update sprockets to Security release for CVE-2018-3760 | utilum | 2018-06-27 | 1 | -1/+1 |
* | Update raabro to latest version | utilum | 2018-06-23 | 1 | -1/+1 |
* | Update fugit to latest version | utilum | 2018-06-21 | 1 | -2/+2 |
* | Bundle update | Rafael Mendonça França | 2018-05-30 | 1 | -100/+106 |
* | Update et-orbi to latest version | utilum | 2018-05-28 | 1 | -2/+2 |
* | Bump minimum version of Thor to 0.19.0 | Guillermo Iguaran | 2018-05-22 | 1 | -1/+1 |
* | Support streaming downloads from Google Cloud Storage | George Claghorn | 2018-05-01 | 1 | -6/+6 |
* | Make Railties CI log for Ruby 2.6 accessible again | utilum | 2018-04-29 | 1 | -1/+8 |
* | Merge pull request #32713 from utilum/max_ffi_version | Rafael França | 2018-04-25 | 1 | -4/+5 |
|\ |
|
| * | Fix segmentation fault in EventedFileUpdateChecker | utilum | 2018-04-24 | 1 | -4/+5 |
* | | Merge pull request #32097 from matthewd/arel | Matthew Draper | 2018-04-25 | 1 | -2/+0 |
|\ \
| |/
|/| |
|
| * | Merge Arel into Active Record | Matthew Draper | 2018-02-24 | 1 | -2/+0 |
* | | Merge pull request #32471 from janko-m/use-image_processing-gem | George Claghorn | 2018-04-23 | 1 | -5/+10 |
|\ \ |
|
| * | | Use ImageProcessing gem for ActiveStorage variants | Janko Marohnić | 2018-04-18 | 1 | -5/+10 |
* | | | Rubocop 0.54 | Bart de Water | 2018-04-21 | 1 | -4/+4 |
|/ / |
|
* | | Unlock dalli version | yuuji.yaginuma | 2018-04-11 | 1 | -2/+2 |
* | | Merge pull request #32496 from yhirano55/fix_turbolinks_warning_in_railties | Rafael França | 2018-04-10 | 1 | -3/+3 |
|\ \ |
|
| * | | Fix turbolinks warning in railties test | Yoshiyuki Hirano | 2018-04-11 | 1 | -3/+3 |
* | | | Remove upper bound on Capybara | eileencodes | 2018-04-10 | 1 | -1/+1 |
|/ / |
|
* | | Upgrade Mocha from v1.3.0 to v1.5.0 | James Mead | 2018-04-07 | 1 | -1/+1 |
* | | Upgrade capybara to 3.0.1 to make sure our tests are passing | Rafael Mendonça França | 2018-04-06 | 1 | -1/+3 |
* | | Fix broken `ServerTest` with Capybara 3.0.0 | yuuji.yaginuma | 2018-04-06 | 1 | -9/+9 |
* | | Merge pull request #32065 from sikachu/move-SourceAnnotationExtractor-under-r... | Kasper Timm Hansen | 2018-04-02 | 1 | -7/+5 |
|\ \ |
|
| * | | Run `bundle update` on bootsnap | Prem Sichanugrist | 2018-03-23 | 1 | -7/+5 |
* | | | Bump rack-test to 1.0.0 | Yuji Yaginuma | 2018-03-28 | 1 | -1/+1 |
|/ / |
|
* | | Fix `test_config_another_database` failure | Ryuta Kamizono | 2018-03-22 | 1 | -3/+3 |