Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the released gem | Rafael Mendonça França | 2015-03-10 | 1 | -2/+0 |
| | |||||
* | Let strip_tags leave HTML escaping to Rails. | Kasper Timm Hansen | 2015-03-10 | 1 | -0/+2 |
| | | | | Prevents double escaping errors, such as "&" becoming "&". | ||||
* | [ci skip] Fix `AS` and `AR` to full name | yui-knk | 2015-03-07 | 1 | -2/+2 |
| | |||||
* | Fixed ActiveJob integration tests | Cristian Bica | 2015-03-05 | 1 | -1/+1 |
| | |||||
* | Test against the mail gem's edge | Robin Dupret | 2015-03-02 | 1 | -0/+1 |
| | | | | | | | | | | The edge version ships with a patch that uses composition over inheritance for the Mail::PartsList object (see mikel/mail#782). Let's test Action Mailer against it to prevent eventual regressions and experience it. Moreover, this branch makes the Action Mailer suite green against Rubinius. | ||||
* | Format the time string according to the precision of the time column | Ryuta Kamizono | 2015-02-20 | 1 | -1/+1 |
| | | | | It is also necessary to format a time column like a datetime column. | ||||
* | Remove most PG specific type subclasses | Sean Griffin | 2015-02-11 | 1 | -1/+1 |
| | | | | | | | | | The latest version of the PG gem can actually convert the primitives for us in C code, which gives a pretty substantial speed up. A few cases were only there to add the `infinity` method, which I just put on the range type (which is the only place it was used). Floats also needed to parse `Infinity` and `NaN`, but it felt reasonable enough to put that on the generic form. | ||||
* | Update queue_classic gem to use latest | Alex Grover | 2015-01-31 | 1 | -1/+1 |
| | | | | | | Remove '<3.0.0' requirement for queue_classic gem. This fixes the issue that the gem was attempting to parse the queue name as a URI, causing all of the tests to fail. | ||||
* | fix kindlerb version [ci skip] | Xavier Noria | 2015-01-31 | 1 | -1/+1 |
| | | | | | This means we know generation works with this version, it does not mean it does not work with the last releases (should be tested). | ||||
* | Include stackprof on ruby 2.2 as well as 2.1 | Sean Griffin | 2015-01-18 | 1 | -1/+1 |
| | |||||
* | Remove debugger support | Rafael Mendonça França | 2015-01-04 | 1 | -2/+2 |
| | | | | | bebugger doesn't work with Ruby 2.2 so we don't need to support it anymore | ||||
* | Update Redcarpet to version 3.2.2 | Robin Dupret | 2015-01-03 | 1 | -1/+1 |
| | |||||
* | Add branch to gems pointing to github so that we can use local checkouts | Carlos Antonio da Silva | 2015-01-02 | 1 | -2/+2 |
| | |||||
* | Use arel master | Sean Griffin | 2014-11-29 | 1 | -0/+1 |
| | |||||
* | Use jquery-rails master to resolve dependencies | Rafael Mendonça França | 2014-11-28 | 1 | -2/+2 |
| | | | | delayed_job_active_record doesn't allow Rails 5 yet | ||||
* | Revert "Test against rack master" | Santiago Pastorino | 2014-11-27 | 1 | -2/+0 |
| | | | | This reverts commit 2a4e14db981e38611667d407a975600ee720ada7. | ||||
* | Test against rack master | Rafael Mendonça França | 2014-11-26 | 1 | -0/+2 |
| | |||||
* | Use jquery-rails 4.0.0 | Rafael Mendonça França | 2014-11-25 | 1 | -1/+1 |
| | |||||
* | Use released arel | Rafael Mendonça França | 2014-11-25 | 1 | -1/+0 |
| | |||||
* | Use released rails-dom-testing | Rafael Mendonça França | 2014-11-25 | 1 | -1/+0 |
| | |||||
* | Use GitHub, not my local fork :sweat_smile: | Rafael Mendonça França | 2014-11-17 | 1 | -1/+1 |
| | |||||
* | document_root_element need to be public | Rafael Mendonça França | 2014-11-17 | 1 | -0/+1 |
| | |||||
* | Add StackProf to the test group for 2.1 | Sean Griffin | 2014-11-17 | 1 | -0/+4 |
| | | | | Makes life easier for people profiling on master. | ||||
* | exec_prepared is GVL friendly, so lets use it. | Aaron Patterson | 2014-11-13 | 1 | -1/+1 |
| | | | | | also increase the version of pg required so that people will get the GVL friendly version | ||||
* | Correctly cast calculation results on PG | Sean Griffin | 2014-11-01 | 1 | -1/+1 |
| | | | | | MySQL reports the column name as `"MAX(developer_id)"`. PG will report it as `"max"` | ||||
* | Use released arel | Godfrey Chan | 2014-10-30 | 1 | -1/+1 |
| | |||||
* | Use `#between`, rather than `#in` for passing Ranges to Arel | Sean Griffin | 2014-10-30 | 1 | -0/+1 |
| | | | | Passing ranges to `#in` has been deprecated in Arel. | ||||
* | Use released rails-dom-testing | Rafael Mendonça França | 2014-10-16 | 1 | -2/+0 |
| | |||||
* | Always use latest turbolinks | Rafael Mendonça França | 2014-10-13 | 1 | -1/+1 |
| | |||||
* | Default generated Gemfile to coffee-rails ~> 4.1.0 | Joshua Peek | 2014-10-12 | 1 | -1/+1 |
| | |||||
* | Parse HTML as document fragment. | Kasper Timm Hansen | 2014-09-29 | 1 | -0/+2 |
| | | | | This is to match the changes in Rails Dom Testing rails/rails-dom-testing#20. | ||||
* | No need to install the deprecated_sanitizer gem | Rafael Mendonça França | 2014-09-25 | 1 | -1/+0 |
| | | | | It is not being used in our tests | ||||
* | rails-html-sanitizer is now the default | Rafael Mendonça França | 2014-09-25 | 1 | -1/+0 |
| | | | | Also add to upgrading guide a notice about the deprecated sanitizers | ||||
* | Use released rails-html-sanitizer and rails-deprecated_sanitizer | Godfrey Chan | 2014-09-26 | 1 | -4/+2 |
| | |||||
* | Use released rails-dom-testing | Rafael Mendonça França | 2014-09-25 | 1 | -2/+0 |
| | |||||
* | Pare down and simplify Active Job's rake tasks | Jeremy Kemper | 2014-09-14 | 1 | -0/+3 |
| | |||||
* | Globalid was released | Rafael Mendonça França | 2014-09-12 | 1 | -2/+0 |
| | |||||
* | Use latest globalid | Rafael Mendonça França | 2014-09-12 | 1 | -1/+2 |
| | |||||
* | Remove version. No longer using Celluloid 0.16. | Brandon Hilkert | 2014-09-12 | 1 | -1/+1 |
| | |||||
* | lock suckerpunch version to 1.1 | Abdelkader Boudih | 2014-09-12 | 1 | -1/+1 |
| | |||||
* | ActiveJob Integration Tests | Cristian Bica | 2014-09-11 | 1 | -1/+3 |
| | |||||
* | Dependencies: bump to jquery-rails 4.0.0.beta2 | Godfrey Chan | 2014-09-05 | 1 | -1/+1 |
| | |||||
* | Use the released jquery-rails gem | Godfrey Chan | 2014-09-05 | 1 | -1/+1 |
| | |||||
* | Add TODO to release the gems before the next Rails release | Rafael Mendonça França | 2014-09-05 | 1 | -0/+5 |
| | |||||
* | Move implementation to the gems | Rafael Mendonça França | 2014-09-01 | 1 | -0/+1 |
| | | | | Now we keep only the common code and move the specific code to the gems | ||||
* | Add test to assert the right sanitizer vendor is being used | Rafael Mendonça França | 2014-09-01 | 1 | -1/+1 |
| | |||||
* | Use jquery-rails master | Rafael Mendonça França | 2014-09-01 | 1 | -1/+1 |
| | |||||
* | Create a group to active job gems | Rafael Mendonça França | 2014-08-19 | 1 | -11/+13 |
| | |||||
* | Use the released turbolinks gem | Carlos Antonio da Silva | 2014-08-19 | 1 | -3/+1 |
| | |||||
* | Require sprockets-rails 3.0.0.beta1 | Rafael Mendonça França | 2014-08-19 | 1 | -1/+0 |
| |