aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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
* update kindlerb gemGaurav Sharma2016-10-211-1/+1
| | | Ruby Kindle periodical-format ebook generator
* Include sdoc 1.0.0.beta2 which includes updated rdoc w/o hard json depZachary Scott2016-10-071-1/+1
|
* Bump sdoc to 1.0.0.beta1 which includes fix to support Ruby 2.4Zachary Scott2016-10-071-1/+1
|
* Use a branch of websocket-client-simple, to work around read/close raceMatthew Draper2016-10-061-1/+1
|
* Allow the use of listen's 3.1.x branch.Esteban Santana Santana2016-10-031-1/+1
| | | | | | When the initial evented monitor feature was written, the latest version of listen was the 3.0.x series. Since then the listen project has moved on to the 3.1.x series. This patch allows the use of the new versions.
* Use websocket-client-simple instead of Faye as a websockets clientMatthew Draper2016-10-021-4/+1
| | | | | | Mostly, this is just to avoid EventMachine. But there's also an argument to be made that we're better off using a different protocol library for our test suite than the one we use to implement the server.
* Override the github git source instead of changing manually all entriesRafael Mendonça França2016-09-141-10/+15
|
* Use :git for specifying dependencies from github with https protocolPrathamesh Sonpatki2016-09-101-10/+10
| | | | | | - This is required for bundler 1.13.0 because of which lot of specs are failing on Travis CI. - Similar to https://travis-ci.org/rails/rails/jobs/158905576#L559
* applies new string literal convention in GemfileXavier Noria2016-08-061-61/+61
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* Don't require C dependencies on Windows/JRubySean Griffin2016-08-031-2/+2
|
* Do not require rb-inotifyRafael Mendonça França2016-07-271-1/+1
|
* Use a form of rb-inotify to fix broken tests with Ruby 2.2.5Rafael Mendonça França2016-07-271-0/+3
| | | | See https://github.com/nex3/rb-inotify/pull/49
* test with latest resqueyuuji.yaginuma2016-07-051-1/+1
| | | | | | | | | | | | | | | | | | | When run test of Active Job with resque 1.26, occurs following error. ``` QueuingTest#test_current_locale_is_kept_while_running_perform_later: NoMethodError: undefined method `current_tags' for #<Resque::QuietFormatter:0x0055b44f63ed50> /home/yaginuma/program/rails/master_y_yagi/rails/activejob/lib/active_job/logging.rb:51:in `logger_tagged_by_active_job?' ``` This was happening for the formatter class of resque not the formatter class of Rails is they've been used to logger.formatter. This was happening because become fomatter is changed during the instantiation of worker in the resque 1.26. In the master, unless the environment variable is set, fomatter is so as not to be changed, test will pass. Ref: https://github.com/resque/resque/pull/1439
* Use sass-rails in our test suiteRafael Mendonça França2016-06-301-0/+1
|
* Merge pull request #25607 from sstephenson/turbolinks-5-finalRafael Mendonça França2016-06-301-1/+1
|\ | | | | | | Update to Turbolinks 5.0.0 final
| * Update to Turbolinks 5.0.0 finalSam Stephenson2016-06-301-1/+1
| |
* | Point to released coffee-railsRafael Mendonça França2016-06-301-1/+1
|/
* Require Nokogiri >= 1.6.8Jon Moss2016-06-061-1/+1
| | | | per security release today --> https://groups.google.com/forum/#!topic/ruby-security-ann/RCHyF5K9Lbc
* Update Blade and its Sauce Labs plugin for EventMachine 1.2 compatibilityJavan Makhmali2016-06-041-2/+2
|
* Lock Faye version to avoid bug with its Promise polyfill, use mainline ↵Javan Makhmali2016-05-311-1/+4
| | | | blade-sauce_labs_plugin gem