aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | Fix the gem version in Gemfile.lockKasper Timm Hansen2015-07-291-1/+1
| | | |
| | * | Use Celluloid 0.16.0 until termination issue in 0.17.0 is resolvedJavan Makhmali2015-07-241-44/+2
| | | | | | | | | | | | | | | | The issue: https://github.com/celluloid/celluloid/issues/637
| | * | Update gems and requiresThomas Walpole2015-07-221-9/+50
| | | |
| | * | Remove version requirements.constXife2015-07-201-3/+3
| | | |
| | * | Add coffee-rails as a dependency.constXife2015-07-201-0/+15
| | | |
| | * | Move dev dependencies from Gemfile to the gemspec: rake, puma, mochaJeremy Kemper2015-07-131-1/+1
| | | |
| | * | Updated Gemfile.lockPratik Naik2015-07-121-8/+8
| | | |
| | * | Add actionpack as a dependencyPratik Naik2015-07-121-1/+32
| | | |
| | * | Load mocha for testsPratik Naik2015-07-121-0/+4
| | | |
| | * | Freshen Gemfile.lockJeffrey Hardy2015-07-081-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Generated from a fresh `bundle install` * Add websocket-driver * Update activesupport * Rename `actioncable` -> `action_cable`
| | * | Use latest BundlerDavid Heinemeier Hansson2015-07-071-1/+4
| | | |
| | * | Latest dependenciesDavid Heinemeier Hansson2015-06-191-6/+8
| | | |
| | * | Add connection identifier and an internal redis channelPratik Naik2015-04-061-2/+7
| | | |
| | * | Support Rails 5Jeremy Kemper2015-02-161-3/+3
| | | |
| | * | New Gemfile.lockPratik Naik2015-02-131-14/+7
| | | |
| | * | Latest gems and fix a callback bugPratik Naik2015-01-151-0/+54
| | /
* | / Add mysql back to the GemfileSean Griffin2015-12-161-1/+1
| |/ |/| | | | | I didn't mean to commit that!
* | Merge branch 'sprockets-3'Rafael Mendonça França2015-12-161-48/+33
|\ \
| * | Use sprockets 3 in the Rails 5 releaseRafael Mendonça França2015-12-161-47/+39
| |/
* / Avoid conditionals in the GemfileSean Griffin2015-12-161-4/+12
|/ | | | | "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"
* Update nokogiri to 1.6.7Tamir Duberstein2015-12-101-4/+4
| | | | | 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-2/+2
|
* Upgrade to listen 3.0.5, re-enable testsGodfrey Chan2015-11-261-2/+2
| | | | | | | | | | 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-2/+2
|
* Use latest byebugTakashi Kokubun2015-11-181-1/+1
|
* Using released concurrent-rubyRafael Mendonça França2015-11-161-2/+2
|
* upgrade listen to 3.0.4Xavier Noria2015-11-081-2/+2
| | | | 3.0.3 has a bug in OS X.
* implements an evented file update checker [Puneet Agarwal]Xavier Noria2015-11-081-0/+10
| | | | | | | | | | | | 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.
* Require only necessary concurrent-ruby classes.Jerry D'Antonio2015-11-041-2/+2
|
* Upgrade all the gemsRafael Mendonça França2015-10-201-36/+47
|
* use methods for accessing the cache control headersAaron Patterson2015-10-061-1/+1
| | | | | Use the methods rack provides so we don't have to worry about the exact header key.
* etag header is in Rack, so use it's response methodsAaron Patterson2015-10-061-1/+1
| | | | | Rack implements the Etag header manipulation methods, so we can use those instead of ours.
* Introduce `Headers#add`. Move `Response#add_header` upstream.Jeremy Daer2015-10-031-1/+1
| | | | | | | * Introduce `ActionDispatch::Http::Headers#add` to add a value to a multivalued header. * Move `Response#add_header` upstream: https://github.com/rack/rack/pull/957 * Match upstream `Response#have_header?` -> `#has_header?` name change.
* YAGNI concurrent-ruby master branch now that 1.0.0.pre3 is released with ↵Jeremy Daer2015-10-031-7/+1
| | | | fixes for warnings and circular require
* run against edge sass to eliminate circular require warningsAaron Patterson2015-09-301-2/+8
|
* Fixed concurrent-ruby warnings.Jerry D'Antonio2015-09-291-4/+4
| | | | | Bumped version of concurrent-ruby to 1.0.0.pre3, which fixes all interpreter warnings.
* Bump concurrent-ruby to shush circular require warningJeremy Daer2015-09-291-1/+1
|
* Eliminate overlapping `app/assets` load pathJeremy Daer2015-09-291-5/+11
| | | | | | | | | | * 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.
* Update to latest turbolinksAndrew White2015-09-211-1/+1
|
* Use master version of Turbolinks gemAndrew White2015-09-211-3/+9
| | | | | 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`.
* Replaced `ThreadSafe::Map` with successor `Concurrent::Map`.Jerry D'Antonio2015-09-191-3/+2
| | | | | | | The thread_safe gem is being deprecated and all its code has been merged into the concurrent-ruby gem. The new class, Concurrent::Map, is exactly the same as its predecessor except for fixes to two bugs discovered during the merge.
* Do not use conditionals at GemfileRafael Mendonça França2015-09-141-5/+5
| | | | This will make the Gemfile.lock be dirty in some environments
* Ruby 2.2.3 in windows need nokogiri 1.6.7.rc3 as it's the only version ↵Eric Guo2015-09-121-28/+31
| | | | having correct pre-compiled so
* Use released mysql2Rafael Mendonça França2015-09-081-7/+2
|
* Support mysql2 0.4.0, first release with prepared statements supportJeremy Daer2015-09-071-2/+7
| | | | Known failure on Ruby 2.3/trunk: brianmario/mysql2#671
* stop using deprecated Abstract::ID classAaron Patterson2015-09-041-1/+1
|
* stop inheriting from Rack::RequestAaron Patterson2015-09-041-1/+1
| | | | | | Just include the modules necessary in the Request object to implement the things we need. This should make it easier to build delegate request objects because the API is smaller
* use `Rack::Utils.unescape_path` to unescape pathsAaron Patterson2015-09-041-1/+1
| | | | | | Escaping and unescaping paths is different than query parameters, and we need to respect that. This commit uses the new method in Rack to escape and unescape paths. Fixes #11816
* Add windows version of nokogiriRafael Mendonça França2015-09-011-0/+4
|
* Require sprockets-rails >= 2claudiob2015-09-011-1/+1
| | | | | | | | | | Fixes https://github.com/rails/rails/commit/4d157ea8c15186c4903fa83f2dc51a5f78d13a37 Without any specification about the version of sprockets-rails, running a `bundle install` on a brand new app might result in sprockets 0.0.1 being installed. However, the minimum requirement is sprockets-rails 2 (see https://github.com/rails/rails/pull/17752/files)