aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
Commit message (Collapse)AuthorAgeFilesLines
* 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
* CI: run Action Cable browser tests in Sauce LabsJon Moss2016-05-251-0/+2
| | | | | | | | Allow failures until test runs are consistently stable, not hanging. Closes #24943. Signed-off-by: Jeremy Daer <jeremydaer@gmail.com>
* Build action_cable.js with BladeJavan Makhmali2016-05-241-1/+1
|
* Remove Blade gem dependencyVipul A M2016-05-211-0/+1
| | | | | | | | | Apps that depend on Action Cable don't need Blade for app development, so we can remove the gem dependency. We do need Blade for Action Cable dev, so we bundle it in the Gemfile. Signed-off-by: Jeremy Daer <jeremydaer@gmail.com>
* Start Rails 5.1 development :tada:Rafael Mendonça França2016-05-101-4/+5
|
* Merge pull request #23461 from kamipo/prepared_statements_for_mysql2_adapterJeremy Daer2016-04-231-1/+1
|\ | | | | | | Add prepared statements support for `Mysql2Adapter`
| * Add prepared statements support for `Mysql2Adapter`Ryuta Kamizono2016-04-211-1/+1
| |
* | Make file update checker tests more resilient on WindowsSean Griffin2016-04-211-0/+1
|/ | | | | | | | | Without the `wdm` gem, it appears that `listen` keeps an open handle to each of these files, causing them not to be removed when the tempdir tries to clean iteslf up, and then directory to fail to unlink. In addition to fixing that particular failure, we now construct OS agnostic paths, and capture exceptions if the directory fails to unlink so that minitest will report it rather than crash
* Run latest precompiled JRuby on CI only against ActionPackBenjamin Fleischer2016-03-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Uses latest precompiled JRuby so that we don't spend time downloading versions Travis has not already compiled. http://rubies.travis-ci.org/ Uses latest jdk: oraclejdk8 per https://docs.travis-ci.com/user/build-environment-updates/2015-02-03/#Ruby-VM and https://docs.travis-ci.com/user/languages/ruby/#Supported-Ruby-Versions-and-RVM Follows on work in https://github.com/rails/rails/pull/23927 which was reverted https://github.com/rails/rails/commit/26fe5fa08d52384bcea09c4210e3b3baaf5e9b95 JRUBY_OPTS minimize GC, disable JIT, for max test speed - https://github.com/rails/rails/pull/16613 - https://github.com/rails/rails/pull/17088 Have Rails use JRuby-compatible Rake 11.1 - The Rake task was passing --verbose, an invalid option, to contemporary JRuby - https://github.com/ruby/rake/pull/120 - https://github.com/rails-api/active_model_serializers/pull/1585 - https://github.com/jruby/jruby/issues/3653#issuecomment-195883717 No advantage to directly mounting JRuby over installing from cache; both on S3 - https://github.com/rails/rails/pull/23499/commits/b2d5b336b5a812009444571b22eed90777cd9a8c - https://github.com/rails/rails/pull/23499/commits/f4fad041b2755d81e82ee3fc66d96f334b4653db
* Ping the resque version while we can't investigate the failureRafael Mendonça França2016-03-111-1/+1
|
* Version 3.1.11 works on Windows againT.J. Schuck2016-03-101-7/+1
| | | | | | This undoes https://github.com/rails/rails/commit/7241498e51120b9847a8bc16cf48551db0f3e216 https://github.com/codahale/bcrypt-ruby/issues/128 is fixed and closed.
* Update GemfileSarah A2016-03-031-1/+1
| | | Changes "as has to be loaded" to "as it has to be loaded"
* Update turbolinks-rails for passing railties testPrathamesh Sonpatki2016-02-051-1/+1
| | | | Ref - https://github.com/turbolinks/turbolinks-rails/pull/3
* Test with Turbolinks 5Rafael Mendonça França2016-02-041-1/+1
|
* Remove json gem dependencyMike Perham2016-02-031-1/+0
| | | All modern Rubies ship JSON as part of stdlib. Using the gem actually hurts multi-platform support due to build difficulties on Windows.
* Switch the default redis adapter to a single-stream modelMatthew Draper2016-02-011-0/+1
| | | | | | This new adapter does get a little more intimate with the redis-rb gem's implementation than I would like, but it's the least bad of the approaches I've come up with.
* Add a couple of tests that connect with a WS clientMatthew Draper2016-01-301-0/+2
|
* Remove celluloid from the GemfileRafael Mendonça França2016-01-271-1/+0
|
* Update ActiveJob adapter for sucker_punch 2.0Jon Moss2016-01-271-1/+2
| | | | | | | | This PR includes two changes for 2.0.0: - Breaking API change around `async.perform` --> `perform_async` - New addition of `perform_in`, which now allows end users of the adapter to use the `enqueued_at` public API method.
* Add tests for the ActionCable adaptersMatthew Draper2016-01-241-0/+3
|
* Ensure sucker_punch < v2 is installed due to the change in public APIBrandon Hilkert2016-01-021-1/+1
|
* Use released rackRafael Mendonça França2015-12-181-3/+0
|
* Install jquery-railsRafael Mendonça França2015-12-181-0/+1
| | | | | It will make sure that the generated application in the tests get the gem.
* Merge pull request #22642 from seuros/remove-mysql-adapterMatthew Draper2015-12-181-1/+0
|\ | | | | | | Remove legacy mysql adapter
| * Remove legacy mysql adapterAbdelkader Boudih2015-12-171-1/+0
| |
* | Use released GlobalID now that it provides URI::GID::MissingModelIdError for ↵Jeremy Daer2015-12-171-2/+1
| | | | | | | | Active Job
* | Require Nokogiri >= 1.6.7.1Jon Moss2015-12-171-1/+1
| | | | | | | | Many CVEs released: https://groups.google.com/forum/#!topic/ruby-security-ann/aSbgDiwb24s
* | Use release sprockets-railsRafael Mendonça França2015-12-171-2/+0
| |
* | Use released jquery-railsRafael Mendonça França2015-12-171-1/+0
| |
* | Use released arelRafael Mendonça França2015-12-171-1/+0
| |
* | Use released mail gemRafael Mendonça França2015-12-171-1/+0
|/
* Use released turbolinks in the test suiteRafael Mendonça França2015-12-171-1/+1
|
* Merge branch 'master' into merge-action-cableRafael Mendonça França2015-12-161-4/+8
|\
| * Merge branch 'sprockets-3'Rafael Mendonça França2015-12-161-2/+0
| |\
| | * Use sprockets 3 in the Rails 5 releaseRafael Mendonça França2015-12-161-2/+0
| | |
| * | Avoid conditionals in the GemfileSean Griffin2015-12-161-2/+4
| |/ | | | | | | | | "conditionals in the gemfile creates conditional code in the Gemfile.lock. Since it is checked in the repository I think it is better to avoid it"
| * Require a version of bcrypt that works on Windows when neededSean Griffin2015-12-161-1/+5
| | | | | | | | | | | | bcrypt 3.1.0 doesn't load on Windows. See https://github.com/codahale/bcrypt-ruby/issues/128 for details.
| * Add additional platforms for WindowsSean Griffin2015-12-161-1/+1
| | | | | | | | | | It appears that MRI on Windows can also appear as `:mingw`, if it was installed via RubyInstaller.
| * Ensure we install the database backend gems on WindowsSean Griffin2015-12-161-1/+1
| | | | | | | | | | | | | | platform `:ruby` is only MRI on Linux or Mac. Windows MRI shows up as `:mswin` or `:mswin64` depending on if it was installed as 32 or 64 bit. I am unsure if this will cause conflicts with JRuby on Windows, but I don't have the means to test this at the moment.