Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
| | * | | Support Rails 5 | Jeremy Kemper | 2015-02-16 | 1 | -3/+3 | |
| | * | | New Gemfile.lock | Pratik Naik | 2015-02-13 | 1 | -14/+7 | |
| | * | | Latest gems and fix a callback bug | Pratik Naik | 2015-01-15 | 1 | -0/+54 | |
| | / | ||||||
* | / | Add mysql back to the Gemfile | Sean Griffin | 2015-12-16 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | Merge branch 'sprockets-3' | Rafael Mendonça França | 2015-12-16 | 1 | -48/+33 | |
|\ \ | ||||||
| * | | Use sprockets 3 in the Rails 5 release | Rafael Mendonça França | 2015-12-16 | 1 | -47/+39 | |
| |/ | ||||||
* / | Avoid conditionals in the Gemfile | Sean Griffin | 2015-12-16 | 1 | -4/+12 | |
|/ | ||||||
* | Update nokogiri to 1.6.7 | Tamir Duberstein | 2015-12-10 | 1 | -4/+4 | |
* | Revert "Add prepared statements support for `Mysql2Adapter`" | Sean Griffin | 2015-11-26 | 1 | -2/+2 | |
* | Upgrade to listen 3.0.5, re-enable tests | Godfrey Chan | 2015-11-26 | 1 | -2/+2 | |
* | Add prepared statements support for `Mysql2Adapter` | Ryuta Kamizono | 2015-11-26 | 1 | -2/+2 | |
* | Use latest byebug | Takashi Kokubun | 2015-11-18 | 1 | -1/+1 | |
* | Using released concurrent-ruby | Rafael Mendonça França | 2015-11-16 | 1 | -2/+2 | |
* | upgrade listen to 3.0.4 | Xavier Noria | 2015-11-08 | 1 | -2/+2 | |
* | implements an evented file update checker [Puneet Agarwal] | Xavier Noria | 2015-11-08 | 1 | -0/+10 | |
* | Require only necessary concurrent-ruby classes. | Jerry D'Antonio | 2015-11-04 | 1 | -2/+2 | |
* | Upgrade all the gems | Rafael Mendonça França | 2015-10-20 | 1 | -36/+47 | |
* | use methods for accessing the cache control headers | Aaron Patterson | 2015-10-06 | 1 | -1/+1 | |
* | etag header is in Rack, so use it's response methods | Aaron Patterson | 2015-10-06 | 1 | -1/+1 | |
* | Introduce `Headers#add`. Move `Response#add_header` upstream. | Jeremy Daer | 2015-10-03 | 1 | -1/+1 | |
* | YAGNI concurrent-ruby master branch now that 1.0.0.pre3 is released with fixe... | Jeremy Daer | 2015-10-03 | 1 | -7/+1 | |
* | run against edge sass to eliminate circular require warnings | Aaron Patterson | 2015-09-30 | 1 | -2/+8 | |
* | Fixed concurrent-ruby warnings. | Jerry D'Antonio | 2015-09-29 | 1 | -4/+4 | |
* | Bump concurrent-ruby to shush circular require warning | Jeremy Daer | 2015-09-29 | 1 | -1/+1 | |
* | Eliminate overlapping `app/assets` load path | Jeremy Daer | 2015-09-29 | 1 | -5/+11 |