| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Update to latest turbolinks | Andrew White | 2015-09-21 | 1 | -1/+1 |
* | Use master version of Turbolinks gem | Andrew White | 2015-09-21 | 1 | -3/+9 |
* | Replaced `ThreadSafe::Map` with successor `Concurrent::Map`. | Jerry D'Antonio | 2015-09-19 | 1 | -3/+2 |
* | Do not use conditionals at Gemfile | Rafael Mendonça França | 2015-09-14 | 1 | -5/+5 |
* | Ruby 2.2.3 in windows need nokogiri 1.6.7.rc3 as it's the only version having... | Eric Guo | 2015-09-12 | 1 | -28/+31 |
* | Use released mysql2 | Rafael Mendonça França | 2015-09-08 | 1 | -7/+2 |
* | Support mysql2 0.4.0, first release with prepared statements support | Jeremy Daer | 2015-09-07 | 1 | -2/+7 |
* | stop using deprecated Abstract::ID class | Aaron Patterson | 2015-09-04 | 1 | -1/+1 |
* | stop inheriting from Rack::Request | Aaron Patterson | 2015-09-04 | 1 | -1/+1 |
* | use `Rack::Utils.unescape_path` to unescape paths | Aaron Patterson | 2015-09-04 | 1 | -1/+1 |
* | Add windows version of nokogiri | Rafael Mendonça França | 2015-09-01 | 1 | -0/+4 |
* | Require sprockets-rails >= 2 | claudiob | 2015-09-01 | 1 | -1/+1 |
* | Add master branch to github gems to be able to use local clones | Carlos Antonio da Silva | 2015-09-01 | 1 | -4/+8 |
* | implement the API required by the abstract Rack request. | Aaron Patterson | 2015-08-27 | 1 | -1/+1 |
* | use the non-hash dependent Rack utils API | Aaron Patterson | 2015-08-27 | 1 | -1/+1 |
* | Initial implementation of ActiveJob AsyncAdapter. | Jerry D'Antonio | 2015-08-25 | 1 | -1/+1 |
* | use a request object in the session middleware | Aaron Patterson | 2015-08-22 | 1 | -3/+3 |
* | dup the request and mutate its headers object. | Aaron Patterson | 2015-08-21 | 1 | -3/+3 |
* | point at rack master | Aaron Patterson | 2015-08-20 | 1 | -27/+27 |
* | Migrate to Sprockets 4. | Andrei Istratii | 2015-08-19 | 1 | -3/+23 |
* | Merge pull request #20647 from twalpole/method_source_dependency | Rafael Mendonça França | 2015-08-14 | 1 | -0/+1 |
|\ |
|
| * | Add method_source dependency to activesupport | Thomas Walpole | 2015-07-29 | 1 | -0/+1 |
* | | implement `provider_job_id` for `queue_classic`. | Yves Senn | 2015-08-13 | 1 | -3/+8 |
* | | Update Gemfile.lock | Rafael Mendonça França | 2015-08-10 | 1 | -53/+48 |
|/ |
|
* | Fix Gemfile.lock | Rafael Mendonça França | 2015-07-14 | 1 | -1/+0 |
* | Replaced `ActiveSupport::Concurrency::Latch` with concurrent-ruby. | Jerry D'Antonio | 2015-07-13 | 1 | -0/+3 |
* | Add gemfile entry for GlobalID until a new release is cut. | Kasper Timm Hansen | 2015-07-05 | 1 | -3/+9 |
* | Update bundler to v1.10.4 | Tim Rogers | 2015-06-17 | 1 | -1/+1 |
* | let's use the latest bundler version. | Yves Senn | 2015-06-13 | 1 | -1/+1 |
* | Ensure symbols passed to `select` are always quoted | Sean Griffin | 2015-05-30 | 1 | -1/+1 |
* | Generate Bundler 1.10.1 lockfile | Samuel E. Giddins | 2015-05-28 | 1 | -0/+3 |
* | Unlock sneakers adapter version | Semyon Pupkov | 2015-04-28 | 1 | -7/+7 |
* | Use latest sprockets-rails on internal dev | Arthur Neves | 2015-04-26 | 1 | -7/+14 |
* | Uncomment byebug in framework Gemfile | Godfrey Chan | 2015-04-24 | 1 | -0/+4 |
* | Gemfile: temporay pin "bcrypt" version and run "bundle update bcrypt" on Linux | Toshi MARUYAMA | 2015-04-09 | 1 | -1/+10 |
* | redcarpet 3.2.2 has an XSS vulnerability | Akira Matsuda | 2015-04-09 | 1 | -2/+2 |
* | Remove old mri platform entries from our Gemfile | Carlos Antonio da Silva | 2015-04-01 | 1 | -2/+0 |
* | Test using sprockets 3 | Rafael Mendonça França | 2015-03-29 | 1 | -6/+3 |
* | method_source needs to be a hard dependency on railties | Arthur Neves | 2015-03-19 | 1 | -1/+1 |
* | Add method_source to gemfile | Arthur Neves | 2015-03-18 | 1 | -0/+2 |
* | Use the released gem | Rafael Mendonça França | 2015-03-10 | 1 | -8/+2 |
* | Let strip_tags leave HTML escaping to Rails. | Kasper Timm Hansen | 2015-03-10 | 1 | -4/+10 |
* | Fixed ActiveJob integration tests | Cristian Bica | 2015-03-05 | 1 | -0/+4 |
* | Test against the mail gem's edge | Robin Dupret | 2015-03-02 | 1 | -2/+8 |
* | Bump rack-test to fix nil values being sent to `parse_nested_query` | eileencodes | 2015-03-01 | 1 | -1/+1 |
* | Format the time string according to the precision of the time column | Ryuta Kamizono | 2015-02-20 | 1 | -1/+1 |