Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Fix warnings in railties tests | David Rodríguez | 2017-07-24 | 1 | -10/+20 | |
| |/ / / / / | ||||||
* / / / / / | Refactor Active Record to let Arel manage bind params | Sean Griffin | 2017-07-24 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Move back to @matthewd's close io fixed rb-inotify. | Kasper Timm Hansen | 2017-07-19 | 1 | -2/+11 | |
* | | | | | Add bootsnap to default Gemfile: | Burke Libbey | 2017-07-17 | 1 | -0/+4 | |
| |_|_|/ |/| | | | ||||||
* | | | | Test thor master | Rafael Mendonça França | 2017-07-07 | 1 | -1/+7 | |
* | | | | Commit gemfile.lock | Rafael Mendonça França | 2017-07-04 | 1 | -1/+1 | |
* | | | | Use bulk INSERT to insert fixtures | Kir Shatrov | 2017-06-20 | 1 | -1/+1 | |
* | | | | Merge pull request #29488 from utilum/update_gemfile | Matthew Draper | 2017-06-18 | 1 | -9/+2 | |
|\ \ \ \ | ||||||
| * | | | | Fixes FIXME: rb-inotify 0.99 has been released | utilum | 2017-06-17 | 1 | -11/+3 | |
|/ / / / | ||||||
* | | | | Bundle capybara 2.14.1 that includes fix for Ruby warnings | yuuji.yaginuma | 2017-06-08 | 1 | -2/+2 | |
* | | | | Let's test nokogiri 1.8 against edge Rails, and vice versa | Akira Matsuda | 2017-06-06 | 1 | -8/+8 | |
| |_|/ |/| | | ||||||
* | | | Merge pull request #29187 from robin850/remove-mathn | Rafael França | 2017-05-30 | 1 | -2/+0 | |
|\ \ \ | ||||||
| * | | | Remove requirement on mathn | Robin Dupret | 2017-05-30 | 1 | -2/+0 | |
* | | | | Bump RuboCop to 0.49.1 | Koichi ITO | 2017-05-30 | 1 | -1/+1 | |
| |_|/ |/| | | ||||||
* | | | Bump `delayed_job_active_record` gem | yuuji.yaginuma | 2017-05-28 | 1 | -4/+4 | |
* | | | Switch to rb-inotify master | Matthew Draper | 2017-05-27 | 1 | -5/+5 | |
* | | | Bump rubocop and dependent gem versions | Koichi ITO | 2017-05-24 | 1 | -2/+5 | |
|/ / | ||||||
* | | bundle up sidekiq to the one with safer integration with Rails 5 | Akira Matsuda | 2017-05-21 | 1 | -3/+3 | |
* | | bundle up redis to the one that does not warn about ::Fixnum deprecation | Akira Matsuda | 2017-05-21 | 1 | -2/+2 | |
* | | mathn has been gemified in ruby 2.5 | Akira Matsuda | 2017-05-19 | 1 | -0/+2 | |
* | | bundle mail 2.6.5 that includes fix for ::Fixnum warning | Akira Matsuda | 2017-05-19 | 1 | -1/+1 | |
* | | Bump rack version | yuuji.yaginuma | 2017-05-16 | 1 | -1/+1 | |
* | | Allow capybara minor releases | Justin Coyne | 2017-05-05 | 1 | -6/+6 | |
* | | Don't pass `arel.engine` to `Arel::SelectManager.new` | Ryuta Kamizono | 2017-05-05 | 1 | -1/+1 | |
* | | Use mysql2 0.4.6 to suport MySQL 8.0.1 | Yasuo Honda | 2017-05-04 | 1 | -3/+3 | |
|/ | ||||||
* | Ask for a sane version of SDoc | Zachary Scott | 2017-04-23 | 1 | -4/+4 | |
* | Fix all style guides violations | Rafael Mendonça França | 2017-04-19 | 1 | -2/+2 | |
* | Bump the bundled GlobalID version. | Kasper Timm Hansen | 2017-04-16 | 1 | -5/+5 | |
* | Revert "Avoid broken faraday 0.12.0 release" | Matthew Draper | 2017-04-02 | 1 | -1/+0 | |
* | Avoid broken faraday 0.12.0 release | Matthew Draper | 2017-04-02 | 1 | -1/+2 | |
* | Start Rails 5.2 development | Matthew Draper | 2017-03-22 | 1 | -35/+41 | |
* | Bump Capybara and include Minitest::Assertions | eileencodes | 2017-03-17 | 1 | -2/+2 | |
* | Restore action_cable.js UMD module support. Fixes #28366 | Javan Makhmali | 2017-03-11 | 1 | -0/+2 | |
* | Preparing for 5.1.0.beta1 release | Rafael Mendonça França | 2017-02-23 | 1 | -33/+33 | |
* | Use released arel | Rafael Mendonça França | 2017-02-21 | 1 | -8/+2 | |
* | Move and rename system tests | eileencodes | 2017-02-20 | 1 | -5/+1 | |
* | Turn system testing into it's own gem and rename | eileencodes | 2017-02-20 | 1 | -2/+6 | |
* | Add tests for system testing | eileencodes | 2017-02-20 | 1 | -0/+10 | |
* | Test with the newest i18n | Akira Matsuda | 2017-02-11 | 1 | -1/+1 | |
* | Use released resque | yuuji.yaginuma | 2017-02-10 | 1 | -12/+7 | |
* | Fix rubocop violations | Rafael Mendonça França | 2017-02-09 | 1 | -1/+3 | |
* | delayed_job and delayed_job_active_record gems with AR5 support are available | Akira Matsuda | 2017-01-29 | 1 | -17/+7 | |
* | bundle update some gems | Akira Matsuda | 2017-01-29 | 1 | -3/+3 | |
* | Change ActionView ERB Handler from Erubis to Erubi | Jeremy Evans | 2017-01-25 | 1 | -2/+4 | |
* | Revert "I guess we're ready for the randomized tests now" | Akira Matsuda | 2017-01-18 | 1 | -3/+1 | |
* | I guess we're ready for the randomized tests now | Akira Matsuda | 2017-01-18 | 1 | -1/+3 | |
* | Fix all rubocop violations | Rafael Mendonça França | 2017-01-17 | 1 | -15/+13 | |
* | update rubocop to 0.47 | toshimaru | 2017-01-16 | 1 | -5/+5 | |
* | Revert "bundle u mocha" | Akira Matsuda | 2017-01-16 | 1 | -2/+2 | |
* | bundle u mocha | Akira Matsuda | 2017-01-15 | 1 | -2/+2 |