Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pass symbol as an argument instead of a block | Erik Michaels-Ober | 2014-11-29 | 1 | -1/+1 |
| | |||||
* | Skip isolated tests for PRs | Matthew Draper | 2014-09-20 | 1 | -0/+1 |
| | | | | | They're valuable, but the types of errors they catch are fairly rare: we can address them post-merge when they show up. | ||||
* | ActiveJob Integration Tests | Cristian Bica | 2014-09-11 | 1 | -1/+12 |
| | |||||
* | Added ActiveJob configuration for travis | Cristian Bica | 2014-08-14 | 1 | -1/+2 |
| | |||||
* | Reorganize ActiveRecord tasks [Arun Agrawal & Abd ar-Rahman Hamidi] | Arun Agrawal | 2014-05-16 | 1 | -1/+1 |
| | |||||
* | Revert "Merge pull request #14940 from arunagw/hbakhtiyor-test-db-namespaces-ar" | Yves Senn | 2014-05-03 | 1 | -1/+1 |
| | | | | | This reverts commit fe9859600824268ff614cb3eb48b62c7165a1fbd, reversing changes made to add9560643ef79830febf47fa1228752d1df3502. | ||||
* | Reorganize ActiveRecord tasks [Arun Agrawal & Abd ar-Rahman Hamidi] | Arun Agrawal | 2014-05-03 | 1 | -1/+1 |
| | |||||
* | Add ActionView to CI | Łukasz Strzałkowski | 2013-06-20 | 1 | -1/+2 |
| | |||||
* | Fix copy table index test; Change == to ! on false in travis.rb | Vipul A M | 2013-03-21 | 1 | -2/+2 |
| | |||||
* | remove duplicate build runs in travis. These extra runs were used to | Grace Liu | 2012-07-24 | 1 | -3/+0 |
| | | | | test identity map and not fully removed when the feature was removed. | ||||
* | Remove IdentityMap | Carlos Antonio da Silva | 2012-03-13 | 1 | -8/+1 |
| | |||||
* | Remove Active Resource source files from the repository | Prem Sichanugrist | 2012-03-13 | 1 | -1/+0 |
| | | | | | | | | | | Dear Active Resource, It's not that I hate you or anything, but you didn't get much attention lately. There're so many alternatives out there, and I think people have made their choice to use them than you. I think it's time for you to have a big rest, peacefully in this Git repository. I will miss you, @sikachu. | ||||
* | fixed a typo in a message when there is no failuresin a build | Sergey Parizhskiy | 2011-11-28 | 1 | -1/+1 |
| | |||||
* | Added a .travis.yml config and travis specific ci script. | Josh Kalderimis | 2011-07-15 | 1 | -0/+142 |
Don't install ruby-debug if running the test suite on Travis, linecache19 is the main offender, very very slow. And do not install pg if Travis is bundling the gems, pg will be setup on Travis soon. |