Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Bundle update to fix tests locally | Rafael Mendonça França | 2016-01-28 | 1 | -27/+26 | |
* | Remove celluloid from the Gemfile | Rafael Mendonça França | 2016-01-27 | 1 | -21/+0 | |
* | Merge pull request #23284 from maclover7/suckerpunch-2 | Eileen M. Uchitelle | 2016-01-27 | 1 | -5/+5 | |
|\ | ||||||
| * | Update ActiveJob adapter for sucker_punch 2.0 | Jon Moss | 2016-01-27 | 1 | -5/+5 | |
* | | Revert "Eliminate the EventMachine dependency" | David Heinemeier Hansson | 2016-01-27 | 1 | -2/+5 | |
|/ | ||||||
* | Update `Gemfile.lock` | Ryuta Kamizono | 2016-01-26 | 1 | -32/+32 | |
* | Import the relevant portions of faye-websocket | Matthew Draper | 2016-01-24 | 1 | -12/+1 | |
* | Using a hacked faye-websocket, drop EventMachine | Matthew Draper | 2016-01-24 | 1 | -4/+12 | |
* | Add tests for the ActionCable adapters | Matthew Draper | 2016-01-24 | 1 | -0/+6 | |
* | Fix code review comments | Jon Moss | 2016-01-18 | 1 | -0/+1 | |
* | All Redis deps are now optional, Postgres --> PostgreSQL adapter | Jon Moss | 2016-01-18 | 1 | -6/+0 | |
* | Checked in changes to Gemfile.lock on latest master | Prathamesh Sonpatki | 2016-01-17 | 1 | -2/+1 | |
* | Revert "Merge pull request #22977 from rails/revert-22934-master" | David Heinemeier Hansson | 2016-01-16 | 1 | -1/+1 | |
* | Revert "Move async execution from celluloid to concurrent-ruby" | David Heinemeier Hansson | 2016-01-08 | 1 | -1/+1 | |
* | Merge pull request #22934 from mperham/master | David Heinemeier Hansson | 2016-01-08 | 1 | -1/+1 | |
|\ | ||||||
| * | Move async execution from celluloid to concurrent-ruby | Mike Perham | 2016-01-05 | 1 | -1/+1 | |
* | | remove activemodel dependency on builder | Lachlan Sylvester | 2016-01-06 | 1 | -1/+0 | |
|/ | ||||||
* | Updated Gemfile.lock with latest change related to sucker_punch dependency | Prathamesh Sonpatki | 2016-01-03 | 1 | -1/+1 | |
* | Change `alpha` to `beta1` to prep for release of Rails 5 | eileencodes | 2015-12-18 | 1 | -32/+32 | |
* | Use released rack | Rafael Mendonça França | 2015-12-18 | 1 | -9/+2 | |
* | Install jquery-rails | Rafael Mendonça França | 2015-12-18 | 1 | -0/+5 | |
* | Merge pull request #22642 from seuros/remove-mysql-adapter | Matthew Draper | 2015-12-18 | 1 | -3/+0 | |
|\ | ||||||
| * | Remove legacy mysql adapter | Abdelkader Boudih | 2015-12-17 | 1 | -3/+0 | |
* | | Use released GlobalID now that it provides URI::GID::MissingModelIdError for ... | Jeremy Daer | 2015-12-17 | 1 | -10/+3 | |
* | | Require Nokogiri >= 1.6.7.1 | Jon Moss | 2015-12-17 | 1 | -1/+1 | |
* | | Use release sprockets-rails | Rafael Mendonça França | 2015-12-17 | 1 | -14/+7 | |
* | | Use released jquery-rails | Rafael Mendonça França | 2015-12-17 | 1 | -11/+0 | |
* | | Use released arel | Rafael Mendonça França | 2015-12-17 | 1 | -9/+2 | |
* | | Use released mail gem | Rafael Mendonça França | 2015-12-17 | 1 | -9/+2 | |
|/ | ||||||
* | Use released turbolinks in the test suite | Rafael Mendonça França | 2015-12-17 | 1 | -9/+3 | |
* | Merge pull request #22586 from rails/merge-action-cable | David Heinemeier Hansson | 2015-12-17 | 1 | -0/+22 | |
|\ | ||||||
| * | Merge branch 'master' into merge-action-cable | Rafael Mendonça França | 2015-12-16 | 1 | -48/+37 | |
| |\ | ||||||
| * | | Update Gemfile.lock | Rafael Mendonça França | 2015-12-14 | 1 | -5/+0 | |
| * | | Initial stab at adding Action Cable to rails/master | David Heinemeier Hansson | 2015-12-14 | 1 | -1/+32 | |
| |\ \ | ||||||
| | * | | Get ready to merge into Rails | David Heinemeier Hansson | 2015-12-14 | 1 | -132/+0 | |
| | * | | Don't ask an yanked celluloid version | Rafael Mendonça França | 2015-10-23 | 1 | -4/+4 | |
| | * | | Test against Rails edge by default. CI against 4.2 also. | Jeremy Daer | 2015-10-16 | 1 | -34/+59 | |
| | * | | Fix the gem version in Gemfile.lock | Kasper Timm Hansen | 2015-07-29 | 1 | -1/+1 | |
| | * | | Use Celluloid 0.16.0 until termination issue in 0.17.0 is resolved | Javan Makhmali | 2015-07-24 | 1 | -44/+2 | |
| | * | | Update gems and requires | Thomas Walpole | 2015-07-22 | 1 | -9/+50 | |
| | * | | Remove version requirements. | constXife | 2015-07-20 | 1 | -3/+3 | |
| | * | | Add coffee-rails as a dependency. | constXife | 2015-07-20 | 1 | -0/+15 | |
| | * | | Move dev dependencies from Gemfile to the gemspec: rake, puma, mocha | Jeremy Kemper | 2015-07-13 | 1 | -1/+1 | |
| | * | | Updated Gemfile.lock | Pratik Naik | 2015-07-12 | 1 | -8/+8 | |
| | * | | Add actionpack as a dependency | Pratik Naik | 2015-07-12 | 1 | -1/+32 | |
| | * | | Load mocha for tests | Pratik Naik | 2015-07-12 | 1 | -0/+4 | |
| | * | | Freshen Gemfile.lock | Jeffrey Hardy | 2015-07-08 | 1 | -3/+4 | |
| | * | | Use latest Bundler | David Heinemeier Hansson | 2015-07-07 | 1 | -1/+4 | |
| | * | | Latest dependencies | David Heinemeier Hansson | 2015-06-19 | 1 | -6/+8 | |
| | * | | Add connection identifier and an internal redis channel | Pratik Naik | 2015-04-06 | 1 | -2/+7 |