Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Doc fixes [ci skip] | Islam Wazery | 2015-03-07 | 4 | -4/+4 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #19246 from wazery/patch-1 | Robin Dupret | 2015-03-07 | 1 | -7/+7 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Doc fix [ci skip] | Islam Wazery | 2015-03-07 | 1 | -7/+7 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #19242 from y-yagi/integration_test_example | Kasper Timm Hansen | 2015-03-07 | 1 | -7/+8 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | update integration test example as is not output deprecation warning [ci skip] | yuuji.yaginuma | 2015-03-07 | 1 | -7/+8 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #19241 from yui-knk/fix/comment | Richard Schneeman | 2015-03-06 | 1 | -2/+2 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| * | | | | [ci skip] Fix `AS` and `AR` to full name | yui-knk | 2015-03-07 | 1 | -2/+2 | |
|/ / / / | ||||||
* | | | | Merge pull request #19234 from sivsushruth/doc_fix | Kasper Timm Hansen | 2015-03-07 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | Doc fix [ci skip] | Sushruth Sivaramakrishnan | 2015-03-07 | 1 | -1/+1 | |
* | | | | | Merge pull request #19231 from prathamesh-sonpatki/fix-url-for-documentation | Guillermo Iguaran | 2015-03-06 | 1 | -1/+4 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix documentation of url_for module [ci skip] | Prathamesh Sonpatki | 2015-03-06 | 1 | -1/+4 | |
* | | | | | | Merge pull request #19233 from sivsushruth/doc_fix | Abdelkader Boudih | 2015-03-06 | 1 | -1/+1 | |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| * | | | | | Doc fix [ci skip] | Sushruth Sivaramakrishnan | 2015-03-06 | 1 | -1/+1 | |
* | | | | | | Fix leaky `only: …` option for Active Job assertions | Jeremy Kemper | 2015-03-06 | 2 | -9/+23 | |
* | | | | | | Merge pull request #19230 from prathamesh-sonpatki/fix-clear-doc | Robin Dupret | 2015-03-06 | 1 | -0/+3 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Updated documentation of CollectionProxy#clear [ci skip] | Prathamesh Sonpatki | 2015-03-06 | 1 | -0/+3 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #19221 from matthewd/random-tests | Matthew Draper | 2015-03-06 | 10 | -37/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Revert "For now, we will keep sorting the tests." | Matthew Draper | 2015-03-06 | 4 | -7/+4 | |
| * | | | | | | Revert "Leave all our tests as order_dependent! for now" | Matthew Draper | 2015-03-06 | 6 | -30/+0 | |
* | | | | | | | tests, sequences are derived from the base class. | Yves Senn | 2015-03-06 | 1 | -7/+10 | |
* | | | | | | | Revert ":cut: remove unnecessary rescue Exceptions" | Yves Senn | 2015-03-06 | 3 | -3/+3 | |
* | | | | | | | replace `repair_validations` with a disposable subclass. | Yves Senn | 2015-03-06 | 1 | -32/+33 | |
* | | | | | | | Remove a duplicated changelog entry [ci skip] | Robin Dupret | 2015-03-06 | 1 | -7/+0 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | tests, remove side effects on `Joke` during `base_test.rb`. | Yves Senn | 2015-03-06 | 1 | -23/+28 | |
* | | | | | | Merge pull request #19225 from cristianbica/integration-tests | Yves Senn | 2015-03-06 | 4 | -3/+9 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fixed ActiveJob integration tests | Cristian Bica | 2015-03-05 | 4 | -3/+9 | |
* | | | | | | | put the changelog entry in the right file :sweat: [ci skip] | Yves Senn | 2015-03-06 | 1 | -0/+7 | |
* | | | | | | | `number_to_percentage` and `precision: 0` work with `NAN` and `INFINITY`. | Yves Senn | 2015-03-06 | 4 | -1/+16 | |
* | | | | | | | Merge pull request #19224 from davydovanton/doc-update-seconds-since-midnight | Abdelkader Boudih | 2015-03-06 | 1 | -1/+5 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | [ci skip] Update documentation for Time#seconds_since_midnight | Anton Davydov | 2015-03-06 | 1 | -1/+5 | |
| |/ / / / / / | ||||||
* | | | | | | | Change *args to arg in CallbackSequence#call | eileencodes | 2015-03-05 | 1 | -7/+7 | |
* | | | | | | | don't need to rescue Exception in this case | Aaron Patterson | 2015-03-05 | 2 | -1/+7 | |
* | | | | | | | :cut: remove unnecessary rescue Exceptions | Aaron Patterson | 2015-03-05 | 3 | -3/+3 | |
* | | | | | | | remove unnecessary rescue | Aaron Patterson | 2015-03-05 | 1 | -2/+0 | |
|/ / / / / / | ||||||
* | | | | | | pass a config to the route set | Aaron Patterson | 2015-03-05 | 5 | -12/+43 | |
* | | | | | | Merge pull request #19222 from davydovanton/doc-delete-excess-white | Arthur Nogueira Neves | 2015-03-05 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | [ci skip] Delete excess white in documentation | Anton Davydov | 2015-03-05 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Revert "Allow failures with Active Job" | Jeremy Kemper | 2015-03-05 | 1 | -4/+1 | |
* | | | | | | Merge pull request #19220 from davydovanton/doc-add-info-about-sanitize-to-hi... | Kasper Timm Hansen | 2015-03-05 | 1 | -1/+6 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | [ci skip] Add information about sanitize option in TextHelper#highlight | Anton Davydov | 2015-03-05 | 1 | -1/+6 | |
* | | | | | | | Use ruby 2.2.1 on Travis | Sean Griffin | 2015-03-05 | 1 | -1/+1 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge pull request #19215 from gsamokovarov/revert-ruby-2-2-0-kwarg-crash-wor... | Sean Griffin | 2015-03-05 | 3 | -7/+5 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Revert work arounds for upstream Ruby 2.2.0 kwargs bug | Genadi Samokovarov | 2015-03-05 | 3 | -7/+5 | |
* | | | | | | | Merge pull request #19218 from sivsushruth/doc_fix | Kasper Timm Hansen | 2015-03-05 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | nodoc filtered_location [ci skip] | Sushruth Sivaramakrishnan | 2015-03-05 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #19217 from tgxworld/run_actionpack_tests_in_random_order | Yves Senn | 2015-03-05 | 1 | -5/+0 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | Run ActionPack test cases in random order. | Guo Xiang Tan | 2015-03-06 | 1 | -5/+0 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #19214 from sivsushruth/doc_fix | Arthur Nogueira Neves | 2015-03-05 | 1 | -1/+1 | |
|\| | | | | | ||||||
| * | | | | | Doc fix [ci skip] | Sushruth Sivaramakrishnan | 2015-03-05 | 1 | -1/+1 | |
* | | | | | | Merge pull request #19180 from sivsushruth/master | Arthur Nogueira Neves | 2015-03-05 | 1 | -0/+5 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | |