Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | use `Rack::Test::UploadedFile` when uploading files | Aaron Patterson | 2015-07-09 | 1 | -2/+2 | |
* | | | | | set parameters as a query string | Aaron Patterson | 2015-07-09 | 2 | -7/+10 | |
* | | | | | use JSON to communicate between the controller and the tests | Aaron Patterson | 2015-07-09 | 1 | -12/+12 | |
* | | | | | Merge pull request #20765 from maurogeorge/activejob-exception | Robin Dupret | 2015-07-09 | 1 | -0/+7 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Add Deserialization section on guides at ActiveJob Exception | Mauro George | 2015-07-08 | 1 | -0/+7 | |
* | | | | | build and assign parameters rather than rely on mutations | Aaron Patterson | 2015-07-08 | 2 | -4/+18 | |
* | | | | | use new constructor. (Oops! :bomb:) | Aaron Patterson | 2015-07-08 | 2 | -2/+2 | |
* | | | | | assign the cookie hash on request allocation | Aaron Patterson | 2015-07-08 | 2 | -2/+2 | |
* | | | | | request objects are no longer recycled | Aaron Patterson | 2015-07-08 | 2 | -16/+8 | |
* | | | | | pass the variant as a parameter to more reflect real world apps | Aaron Patterson | 2015-07-08 | 1 | -3/+3 | |
* | | | | | add a new constructor for allocating test requests | Aaron Patterson | 2015-07-08 | 4 | -29/+31 | |
* | | | | | make `env` a required parameter | Aaron Patterson | 2015-07-08 | 2 | -7/+7 | |
* | | | | | pass the starting env and session to build_request | Aaron Patterson | 2015-07-08 | 2 | -4/+4 | |
* | | | | | remove call to build_request | Aaron Patterson | 2015-07-08 | 1 | -1/+0 | |
* | | | | | pass the session and env in to the test request | Aaron Patterson | 2015-07-08 | 1 | -4/+8 | |
* | | | | | let the superclass build the request and response | Aaron Patterson | 2015-07-08 | 11 | -48/+14 | |
* | | | | | Merge pull request #20781 from dubek/collection-cache-explicit | Kasper Timm Hansen | 2015-07-08 | 5 | -9/+47 | |
|\ \ \ \ \ | ||||||
| * | | | | | Support explicit defintion of resouce name for collection caching. | Dov Murik | 2015-07-07 | 5 | -9/+47 | |
* | | | | | | Merge pull request #20784 from kaspth/great-expectations | Kasper Timm Hansen | 2015-07-08 | 2 | -0/+121 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add method call assertions for internal use. | Kasper Timm Hansen | 2015-07-08 | 2 | -0/+121 | |
* | | | | | | | remove useless `new` implementation | Aaron Patterson | 2015-07-08 | 1 | -4/+0 | |
* | | | | | | | allocate new responses rather than recycling them | Aaron Patterson | 2015-07-08 | 1 | -12/+5 | |
| |_|_|/ / / |/| | | | | | ||||||
* | | | | | | Merge pull request #20805 from yui-knk/fix/how_to_run_test | Yves Senn | 2015-07-08 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | [ci skip] Add `bundle exec` to Running a Single Test | yui-knk | 2015-07-08 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #20803 from TheBlasfem/marking_serialization_class | Rafael Mendonça França | 2015-07-08 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | marking serialization class | Julio Lopez | 2015-07-07 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #20804 from TheBlasfem/adding_brackets_to_array_in_docs | Rafael Mendonça França | 2015-07-08 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | adding brackets to array in docs | Julio Lopez | 2015-07-07 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | pass variants in rather than mutating the request. | Aaron Patterson | 2015-07-07 | 1 | -48/+31 | |
* | | | | | | | pass cookies from the jar in the HTTP_COOKIE header | eileencodes | 2015-07-07 | 3 | -19/+11 | |
* | | | | | | | Send cookies with request | eileencodes | 2015-07-07 | 3 | -2/+9 | |
| |_|/ / / / |/| | | | | | ||||||
* | | | | | | Revert "Merge pull request #20758 from xijo/action_mailer_message_delivery_re... | Kasper Timm Hansen | 2015-07-07 | 4 | -25/+9 | |
* | | | | | | Fix regression caused by a01d164b | Rafael Mendonça França | 2015-07-07 | 3 | -2/+37 | |
* | | | | | | docs, clarify the meanaing of return values from validation methods. | Yves Senn | 2015-07-07 | 2 | -2/+6 | |
* | | | | | | docs, remove accidental :nodoc: of ActiveModel::Validations::ClassMethods met... | Yves Senn | 2015-07-07 | 1 | -2/+1 | |
* | | | | | | Merge pull request #20794 from vredniy/patch-1 | Robin Dupret | 2015-07-07 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Update CHANGELOG.md | Dmitry Zudochkin | 2015-07-07 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #20793 from pwnall/nested_test | Yves Senn | 2015-07-07 | 1 | -0/+10 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Add test proving that accepts_nested_attributes_for is secure against ID tamp... | Victor Costan | 2015-07-07 | 1 | -0/+10 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #13897 from gmalette/nested-parameter-filtering-2 | Arthur Nogueira Neves | 2015-07-06 | 3 | -7/+28 | |
|\ \ \ \ \ | ||||||
| * | | | | | Allow filtering params based on parent keys | Guillaume Malette | 2015-06-22 | 3 | -7/+28 | |
* | | | | | | Merge pull request #20779 from maurogeorge/secrets-guides | Robin Dupret | 2015-07-06 | 1 | -0/+23 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add to Security guides the secrets.yml | Mauro George | 2015-07-06 | 1 | -0/+23 | |
* | | | | | | | Merge pull request #20778 from maurogeorge/ordered_options_bang_doc | Robin Dupret | 2015-07-06 | 1 | -0/+8 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add to RDoc of OrderedOptions the bang info | Mauro George | 2015-07-06 | 1 | -0/+8 | |
| | |_|_|/ / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #20767 from y-yagi/remove_unnecessary_fixture_method | Yves Senn | 2015-07-06 | 1 | -4/+0 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | remove unnecessary loading fixtures from `navigation_test.rb` | yuuji.yaginuma | 2015-07-03 | 1 | -4/+0 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #20758 from xijo/action_mailer_message_delivery_respects_i... | Kasper Timm Hansen | 2015-07-05 | 4 | -9/+25 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | ActionMailer::MessageDelivery respects current I18n.locale | Johannes Opper | 2015-07-05 | 4 | -9/+25 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #20782 from kaspth/fix-controller-caching-test | Matthew Draper | 2015-07-06 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ |