Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use released mail gem | Rafael Mendonça França | 2015-12-17 | 1 | -1/+0 |
| | |||||
* | Use released turbolinks in the test suite | Rafael Mendonça França | 2015-12-17 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into merge-action-cable | Rafael Mendonça França | 2015-12-16 | 1 | -4/+8 |
|\ | |||||
| * | Merge branch 'sprockets-3' | Rafael Mendonça França | 2015-12-16 | 1 | -2/+0 |
| |\ | |||||
| | * | Use sprockets 3 in the Rails 5 release | Rafael Mendonça França | 2015-12-16 | 1 | -2/+0 |
| | | | |||||
| * | | Avoid conditionals in the Gemfile | Sean Griffin | 2015-12-16 | 1 | -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 needed | Sean Griffin | 2015-12-16 | 1 | -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 Windows | Sean Griffin | 2015-12-16 | 1 | -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 Windows | Sean Griffin | 2015-12-16 | 1 | -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 gemspec | Rafael Mendonça França | 2015-12-14 | 1 | -6/+0 |
| | | |||||
* | | Initial stab at adding Action Cable to rails/master | David Heinemeier Hansson | 2015-12-14 | 1 | -0/+11 |
|\ \ | |/ |/| | |||||
| * | Get ready to merge into Rails | David Heinemeier Hansson | 2015-12-14 | 1 | -8/+0 |
| | | |||||
| * | Test against Rails edge by default. CI against 4.2 also. | Jeremy Daer | 2015-10-16 | 1 | -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, mocha | Jeremy Kemper | 2015-07-13 | 1 | -8/+1 |
| | | |||||
| * | Load mocha for tests | Pratik Naik | 2015-07-12 | 1 | -0/+1 |
| | | |||||
| * | No cramp and use celluloid workers to run callbacks | Pratik Naik | 2015-02-05 | 1 | -2/+0 |
| | | |||||
| * | Latest gems and fix a callback bug | Pratik Naik | 2015-01-15 | 1 | -0/+6 |
| | | |||||
| * | Action Cable take#1 | Pratik Naik | 2015-01-14 | 1 | -0/+4 |
| | |||||
* | lazy load listen in core | Xavier Noria | 2015-12-13 | 1 | -1/+1 |
| | | | | See the rationale in the comment present in this patch. | ||||
* | Update nokogiri to 1.6.7 | Tamir Duberstein | 2015-12-10 | 1 | -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 Griffin | 2015-11-26 | 1 | -1/+1 |
| | |||||
* | Upgrade to listen 3.0.5, re-enable tests | Godfrey Chan | 2015-11-26 | 1 | -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 Kamizono | 2015-11-26 | 1 | -1/+1 |
| | |||||
* | upgrade listen to 3.0.4 | Xavier Noria | 2015-11-08 | 1 | -1/+1 |
| | | | | 3.0.3 has a bug in OS X. | ||||
* | implements an evented file update checker [Puneet Agarwal] | Xavier Noria | 2015-11-08 | 1 | -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 Noria | 2015-10-12 | 1 | -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.0 | Gaurav Sharma | 2015-10-10 | 1 | -1/+1 |
| | | | It stopped `ruby 1.8` support, we already switched to `ruby >= 2.2.2` | ||||
* | Missed Gemfile change in f849cfe36c585fbc58c4a5fd91b0ae1571d38bcb | Jeremy Daer | 2015-10-03 | 1 | -4/+0 |
| | |||||
* | run against edge sass to eliminate circular require warnings | Aaron Patterson | 2015-09-30 | 1 | -1/+3 |
| | |||||
* | Fixed concurrent-ruby warnings. | Jerry D'Antonio | 2015-09-29 | 1 | -1/+1 |
| | | | | | Bumped version of concurrent-ruby to 1.0.0.pre3, which fixes all interpreter warnings. | ||||
* | Eliminate overlapping `app/assets` load path | Jeremy Daer | 2015-09-29 | 1 | -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 gem | Andrew White | 2015-09-21 | 1 | -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`. | ||||
* | Do not use conditionals at Gemfile | Rafael Mendonça França | 2015-09-14 | 1 | -7/+2 |
| | | | | 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 Guo | 2015-09-12 | 1 | -1/+7 |
| | | | | having correct pre-compiled so | ||||
* | Use released mysql2 | Rafael Mendonça França | 2015-09-08 | 1 | -1/+1 |
| | |||||
* | Support mysql2 0.4.0, first release with prepared statements support | Jeremy Daer | 2015-09-07 | 1 | -1/+1 |
| | | | | Known failure on Ruby 2.3/trunk: brianmario/mysql2#671 | ||||
* | Add master branch to github gems to be able to use local clones | Carlos Antonio da Silva | 2015-09-01 | 1 | -4/+4 |
| | |||||
* | point at rack master | Aaron Patterson | 2015-08-20 | 1 | -0/+1 |
| | |||||
* | Migrate to Sprockets 4. | Andrei Istratii | 2015-08-19 | 1 | -1/+3 |
| | |||||
* | implement `provider_job_id` for `queue_classic`. | Yves Senn | 2015-08-13 | 1 | -1/+1 |
| | | | | | | The latest, currently unreleased, version of queue_classic is required for this to work. See https://github.com/QueueClassic/queue_classic/pull/262 for more details. | ||||
* | Add gemfile entry for GlobalID until a new release is cut. | Kasper Timm Hansen | 2015-07-05 | 1 | -0/+3 |
| | |||||
* | Unlock sneakers adapter version | Semyon Pupkov | 2015-04-28 | 1 | -1/+1 |
| | |||||
* | Use latest sprockets-rails on internal dev | Arthur Neves | 2015-04-26 | 1 | -0/+1 |
| | |||||
* | Uncomment byebug in framework Gemfile | Godfrey Chan | 2015-04-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | History: 1. `debugger` was there until d2ed433b where it was commented out, and I couldn't figure out why 2. Since then we inherited that when switching to `byebug` in 93559da4 Reasons: 1. It's nice to have a debugger when working on framework bugs 2. It's an uncommented dependency in app Gemfiles since Rails 4.2 (see fbe38c9e) | ||||
* | Gemfile: temporay pin "bcrypt" version and run "bundle update bcrypt" on Linux | Toshi MARUYAMA | 2015-04-09 | 1 | -1/+1 |
| | | | | | | | Related: #19617, #19187, #19533, #19689, #19675. This is POC (Proof Of Concept) which bundler does not remove mingw lines. https://github.com/rails/rails/pull/19617#issuecomment-90293795 | ||||
* | redcarpet 3.2.2 has an XSS vulnerability | Akira Matsuda | 2015-04-09 | 1 | -1/+1 |
| | | | | see: http://www.openwall.com/lists/oss-security/2015/04/07/11 | ||||
* | Remove old mri platform entries from our Gemfile | Carlos Antonio da Silva | 2015-04-01 | 1 | -9/+2 |
| | | | | | | | | | | Since we now only support Ruby 2.2+, we can safely remove the old mri entries from the Gemfile. This also allows us not to lock to a specific bundler version, since :mri_22 was defined only on 1.7.11. Closes #19611. | ||||
* | Test using sprockets 3 | Rafael Mendonça França | 2015-03-29 | 1 | -0/+2 |
| | |||||
* | method_source needs to be a hard dependency on railties | Arthur Neves | 2015-03-19 | 1 | -1/+0 |
| | |||||
* | Add method_source to gemfile | Arthur Neves | 2015-03-18 | 1 | -0/+1 |
| |