aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | Remove action cable gems that are already in the gemspecRafael Mendonça França2015-12-141-6/+0
| |
* | Initial stab at adding Action Cable to rails/masterDavid Heinemeier Hansson2015-12-141-0/+11
|\ \ | |/ |/|
| * Get ready to merge into RailsDavid Heinemeier Hansson2015-12-141-8/+0
| |
| * Test against Rails edge by default. CI against 4.2 also.Jeremy Daer2015-10-161-0/+6
| | | | | | | | * Don't deep-require to AD::Http::Request since it misses Mime autoload
| * Move dev dependencies from Gemfile to the gemspec: rake, puma, mochaJeremy Kemper2015-07-131-8/+1
| |
| * Load mocha for testsPratik Naik2015-07-121-0/+1
| |
| * No cramp and use celluloid workers to run callbacksPratik Naik2015-02-051-2/+0
| |
| * Latest gems and fix a callback bugPratik Naik2015-01-151-0/+6
| |
| * Action Cable take#1Pratik Naik2015-01-141-0/+4
|
* lazy load listen in coreXavier Noria2015-12-131-1/+1
| | | | See the rationale in the comment present in this patch.
* Update nokogiri to 1.6.7Tamir Duberstein2015-12-101-1/+1
| | | | | This picks up https://github.com/sparklemotion/nokogiri/pull/1218 which allows nokogiri to compile on Xcode-only OS X systems.
* Revert "Add prepared statements support for `Mysql2Adapter`"Sean Griffin2015-11-261-1/+1
|
* Upgrade to listen 3.0.5, re-enable testsGodfrey Chan2015-11-261-1/+1
| | | | | | | | | | In listen 3.0.4 and below, the `#stop` method on the notification backends are a no-op, meaning that we are leaking them per test. This ended up triggering another bug in Ruby that causes our builds to fail randomly on CI. listen bug: https://github.com/guard/listen/issues/353 ruby bug: https://bugs.ruby-lang.org/issues/11744
* Add prepared statements support for `Mysql2Adapter`Ryuta Kamizono2015-11-261-1/+1
|
* upgrade listen to 3.0.4Xavier Noria2015-11-081-1/+1
| | | | 3.0.3 has a bug in OS X.
* implements an evented file update checker [Puneet Agarwal]Xavier Noria2015-11-081-0/+1
| | | | | | | | | | | | This is the implementation of the file update checker written by Puneet Agarwal for GSoC 2015 (except for the tiny version of the listen gem, which was 3.0.2 in the original patch). Puneet's branch became too out of sync with upstream. This is the final work in one single clean commit. Credit goes in the first line using a convention understood by the contrib app.
* edit pass over the project Gemfile [ci skip]Xavier Noria2015-10-121-18/+17
| | | | | | | | | | * Revises the name of Rails components (they have a space). * Uniform word wrap at column 80.. * Uniform punctuation, according to our guidelines. * Minor edits of details seen in passing.
* update to ruby-oci8 - 2.2.0Gaurav Sharma2015-10-101-1/+1
| | | It stopped `ruby 1.8` support, we already switched to `ruby >= 2.2.2`
* Missed Gemfile change in f849cfe36c585fbc58c4a5fd91b0ae1571d38bcbJeremy Daer2015-10-031-4/+0
|
* run against edge sass to eliminate circular require warningsAaron Patterson2015-09-301-1/+3
|
* Fixed concurrent-ruby warnings.Jerry D'Antonio2015-09-291-1/+1
| | | | | Bumped version of concurrent-ruby to 1.0.0.pre3, which fixes all interpreter warnings.
* Eliminate overlapping `app/assets` load pathJeremy Daer2015-09-291-2/+6
| | | | | | | | | | * Move `app/assets/manifest.js` to `app/assets/config/manifest.js`. Avoid the suggestion that you can/should deep-link `stylesheets/foo`. * Pull in all toplevel stylesheets and JavaScripts, not just `application.js` and `.css`. Demonstrate how to use `link_directory` with a specified `.js`/`.css` type. * Fix RAILS_ENV handling in assets tests. * Shush warnings spam from third-party libs that distract from tests.
* Use master version of Turbolinks gemAndrew White2015-09-211-1/+1
| | | | | Since `alias_method_chain` is deprecated we need to use the master version of the Turbolinks gem as it has support for using `Module#prepend`.