aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'master' into active-storage-importDavid Heinemeier Hansson2017-08-021-2/+1
|\
| * Merge remote-tracking branch 'origin/master' into unlock-minitestRafael Mendonça França2017-08-011-1/+6
| |\
| * | Bump minitest; Use double quotesKasper Timm Hansen2017-07-151-1/+1
| | |
| * | Merge branch 'master' into unlock-minitestKasper Timm Hansen2017-07-151-3/+1
| |\ \
| * \ \ Merge branch 'master' into unlock-minitestRafael Mendonça França2017-06-021-4/+0
| |\ \ \
| * \ \ \ Merge branch 'master' into unlock-minitestKasper Timm Hansen2017-05-291-4/+8
| |\ \ \ \
| * | | | | Add minitest-bisect as part of the gemfileRafael Mendonça França2017-04-261-0/+2
| | | | | |
| * | | | | Release minitest lock so we can fix the order dependent testsRafael Mendonça França2017-04-261-3/+0
| | | | | |
* | | | | | Don't depend on HTTPartyclaudiob2017-08-011-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "httparty" is only added in #30020 to write two tests to make PUT requests against S3 and GCS. The same requests can be made with net/http, removing a dependency from the Gemfile.
* | | | | | Bring activestorage dependencies into the general GemfileDavid Heinemeier Hansson2017-07-311-0/+13
| |_|_|_|/ |/| | | |
* | | | | Fix warnings in railties testsDavid Rodríguez2017-07-241-1/+1
| | | | | | | | | | | | | | | | | | | | This warning has been fixed in sass-rails. This change picks up the fix.
* | | | | Move back to @matthewd's close io fixed rb-inotify.Kasper Timm Hansen2017-07-191-0/+2
| | | | |
* | | | | Add bootsnap to default Gemfile:Burke Libbey2017-07-171-0/+3
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | Bootsnap precomputes load path resolution and caches ruby ISeq and YAML parsing/compilation, reducing application boot time by approximately 50% on supported configurations.
* | | | Test thor masterRafael Mendonça França2017-07-071-0/+1
| | | |
* | | | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
| | | | | | | | | | | | | | | | | | | | This reverts commit 3420a14590c0e6915d8b6c242887f74adb4120f9, reversing changes made to afb66a5a598ce4ac74ad84b125a5abf046dcf5aa.
* | | | Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
| | | |
* | | | Merge pull request #29488 from utilum/update_gemfileMatthew Draper2017-06-181-3/+0
|\ \ \ \ | |_|_|/ |/| | | | | | | Fixes FIXME: rb-inotify 0.99 has been released
| * | | Fixes FIXME: rb-inotify 0.99 has been releasedutilum2017-06-171-2/+1
|/ / /
* | | Merge pull request #29187 from robin850/remove-mathnRafael França2017-05-301-4/+0
|\ \ \ | |_|/ |/| | Remove requirement on mathn
| * | Remove requirement on mathnRobin Dupret2017-05-301-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The test using mathn was first introduced in f1d9179 to check that the `distance_of_time_in_words` properly doesn't use the `Fixnum#/` method by explicitly requiring this library as it redefines this method. Given that `mathn` has been gemified in Ruby 2.5 and is deprecated since version 2.2, we can certainly safely assume that people will most-likely not require this library in their application. However, to make sure that we don't regress, let's add a test similar to the one before f1d9179.
* | | Switch to rb-inotify masterMatthew Draper2017-05-271-2/+2
| | | | | | | | | | | | https://github.com/guard/rb-inotify/pull/49 has been merged.
* | | Define path with __dir__bogdanvlviv2017-05-231-1/+1
|/ / | | | | | | | | | | ".. with __dir__ we can restore order in the Universe." - by @fxn Related to 5b8738c2df003a96f0e490c43559747618d10f5f
* | mathn has been gemified in ruby 2.5Akira Matsuda2017-05-191-0/+4
| |
* | Allow capybara minor releasesJustin Coyne2017-05-051-1/+1
|/ | | | | | Capybara 2.14.0 was released. Loosen the tight constraint in the generated Gemfile, so that Rails applications can take advantage of the new version
* Ask for a sane version of SDocZachary Scott2017-04-231-1/+1
| | | | | This will allow me to push a release, including bug fixes, without having to update Rails everytime.
* Revert "Avoid broken faraday 0.12.0 release"Matthew Draper2017-04-021-1/+0
| | | | This reverts commit 82a7593e3ac427215a280dae5bd6cd42f9404650.
* Avoid broken faraday 0.12.0 releaseMatthew Draper2017-04-021-0/+1
|
* Start Rails 5.2 developmentMatthew Draper2017-03-221-0/+2
|
* Bump Capybara and include Minitest::Assertionseileencodes2017-03-171-1/+1
| | | | | | | | | | | | | | | | | | | | | Capybara was updated in teamcapybara/capybara#1841 to use Minitest style assertions so that system test output shows x number of assertions, x numbe of failures, etc. Before: ``` 6 runs, 0 assertions, 0 failures, 0 errors, 0 skips ``` After: ``` 6 runs, 7 assertions, 1 failures, 0 errors, 0 skips ``` This change bumps Capybara from 2.7.0 to 2.13.0 and includes the required minitest assertion file in the test case. :tada:
* Restore action_cable.js UMD module support. Fixes #28366Javan Makhmali2017-03-111-0/+1
|
* Use released arelRafael Mendonça França2017-02-211-2/+0
|
* Move and rename system testseileencodes2017-02-201-0/+2
| | | | | | | | | | * Move system tests back into Action Pack * Rename `ActionSystemTest` to `ActionDispatch::SystemTestCase` * Remove private base module and only make file for public `SystemTestCase` class, name private module `SystemTesting` * Rename `ActionSystemTestCase` to `ApplicationSystemTestCase` * Update corresponding documentation and guides * Delete old `ActionSystemTest` files
* Use released resqueyuuji.yaginuma2017-02-101-1/+1
|
* delayed_job and delayed_job_active_record gems with AR5 support are availableAkira Matsuda2017-01-291-2/+2
|
* Change ActionView ERB Handler from Erubis to ErubiJeremy Evans2017-01-251-0/+3
| | | | | | | | | | | | | | | | | | | | | | | Erubi offers the following advantages for Rails: * Works with ruby's --enable-frozen-string-literal option * Has 88% smaller memory footprint * Does no freedom patching (Erubis adds a method to Kernel) * Has simpler internals (1 file, <150 lines of code) * Has an open development model (Erubis doesn't have a public source control repository or bug tracker) * Is not dead (Erubis hasn't been updated since 2011) Erubi is a simplified fork of Erubis that contains just the parts that are generally needed (which includes the parts that Rails uses). The only intentional difference in behavior is that it does not include support for <%=== tags for debug output. That could be added to the ActionView ERB handler if it is desired. The Erubis template handler remains in a deprecated state so that code that accesses it directly does not break. It can be removed after Rails 5.1.
* Revert "I guess we're ready for the randomized tests now"Akira Matsuda2017-01-181-1/+2
| | | | | | This reverts commit 8c155c932f37fd2de5b530bc076ed60a03bc926c. Not really :cry:
* I guess we're ready for the randomized tests nowAkira Matsuda2017-01-181-2/+1
|
* update rubocop to 0.47toshimaru2017-01-161-1/+1
|
* Revert "bundle u mocha"Akira Matsuda2017-01-161-1/+1
| | | | | | This reverts commit 66e5b9d3f47cd52143be0e6a216ade34bb52b9cc. We're seeing some test failures in AR postgresql tests
* bundle u mochaAkira Matsuda2017-01-151-1/+1
| | | | I see no reason not to use the newest stable version.
* Remove deprecated support to passing a column to #quoteRafael Mendonça França2016-12-291-0/+2
|
* bundle updateMatthew Draper2016-12-261-3/+0
|
* Bump sdoc to rc1 which includes zzak/sdoc#98Zachary Scott2016-12-251-1/+1
|
* Fix rake guides:generate:kindle errorBian Jiaping2016-12-181-1/+1
|
* rails-ujs is now shipped with Action ViewGuillermo Iguaran2016-11-291-1/+0
|
* Merge pull request #27196 from kirs/rubocop-gemRafael França2016-11-281-0/+2
|\ | | | | Add rubocop to Gemfile
| * Add rubocop to GemfileKir Shatrov2016-11-281-0/+2
| |
* | Add rails-ujs as dependency in the rails GemfileGuillermo Iguaran2016-11-211-0/+1
|/
* Install libxml-ruby gem so full XMLMini test suite can be runJon Moss2016-11-191-0/+1
|
* Make sure to bundle json 2.x on CIAkira Matsuda2016-11-151-0/+3
| | | | | Without this, bundler tries to bundle json 1.8 on Ruby 2.4 in some cases https://travis-ci.org/rails/rails/jobs/175874852