Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | don't mutate a response object after to_a | Aaron Patterson | 2015-09-23 | 1 | -0/+2 | |
* | | | | | Merge pull request #21703 from ronakjangir47/redirect_error_messages | Jeremy Daer | 2015-09-21 | 1 | -2/+4 | |
|\ \ \ \ \ | ||||||
| * | | | | | Added assertion for error messages for redirection to nil and params | Ronak Jangir | 2015-09-21 | 1 | -2/+4 | |
* | | | | | | remove html_types set | Aaron Patterson | 2015-09-21 | 1 | -1/+1 | |
* | | | | | | introduce an `All` mime type | Aaron Patterson | 2015-09-21 | 1 | -2/+4 | |
* | | | | | | change inheritance to composition | Aaron Patterson | 2015-09-21 | 1 | -2/+3 | |
* | | | | | | stop calling deprecated methods | Aaron Patterson | 2015-09-21 | 11 | -66/+66 | |
* | | | | | | deprecate accessing mime types via constants | Aaron Patterson | 2015-09-21 | 1 | -35/+37 | |
|/ / / / / | ||||||
* | | | | | Added test for `send_file_headers` called with nil content type | Ronak Jangir | 2015-09-19 | 1 | -1/+12 | |
* | | | | | mostly remove the ParamsParser middleware | Aaron Patterson | 2015-09-18 | 1 | -1/+0 | |
* | | | | | do not instantiate a param parser middleware | Aaron Patterson | 2015-09-18 | 1 | -8/+12 | |
* | | | | | File encoding is defaulted to utf-8 in Ruby >= 2.1 | Akira Matsuda | 2015-09-18 | 1 | -1/+0 | |
* | | | | | create a new renderer instance on calls to `for` | Aaron Patterson | 2015-09-14 | 1 | -16/+3 | |
* | | | | | eagerly allocate the renderer object | Aaron Patterson | 2015-09-14 | 1 | -0/+4 | |
* | | | | | Handle Content-Types that are not :json, :xml, or :url_encoded_form | eileencodes | 2015-09-09 | 1 | -0/+25 | |
* | | | | | ensure that mutating headers will impact the content_type method | Aaron Patterson | 2015-09-08 | 1 | -0/+5 | |
* | | | | | ensure that content type defaults to text / html when setting charset | Aaron Patterson | 2015-09-08 | 1 | -0/+7 | |
* | | | | | Merge pull request #21502 from bernerdschaefer/bs-polymorphic-url_for-dups-ar... | Rafael Mendonça França | 2015-09-08 | 1 | -0/+20 | |
|\ \ \ \ \ | ||||||
| * | | | | | `url_for` does not modify polymorphic options | Bernerd Schaefer | 2015-09-04 | 1 | -0/+20 | |
* | | | | | | Make `config.force_ssl` less dangerous to try and easier to disable | Jeremy Daer | 2015-09-07 | 1 | -164/+133 | |
* | | | | | | Remove mocha from ActionPack tests | Marcin Olichwirowicz | 2015-09-05 | 8 | -90/+132 | |
* | | | | | | implement abstract store methods | Aaron Patterson | 2015-09-04 | 2 | -3/+3 | |
|/ / / / / | ||||||
* | | | | | Fix route creation when format is a blank string | eileencodes | 2015-09-02 | 1 | -0/+1 | |
* | | | | | Fix bug where cookies mutated by request were not persisted | eileencodes | 2015-09-01 | 1 | -0/+9 | |
* | | | | | Merge pull request #19788 from cmdrclueless/actionpack_http_url_ipv6 | Rafael Mendonça França | 2015-09-01 | 1 | -0/+45 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix broken IPv6 addresses handling | Brian Weaver | 2015-04-16 | 1 | -0/+45 | |
* | | | | | | Set the content-type to `text/html` if the options[:html] is true | akihiro17 | 2015-08-29 | 1 | -1/+0 | |
* | | | | | | revises 877e42e | Xavier Noria | 2015-08-28 | 1 | -6/+6 | |
* | | | | | | [Feature] params.require requires array of params | Gaurish Sharma | 2015-08-28 | 1 | -0/+17 | |
* | | | | | | Merge pull request #21384 from jeremyf/updating-ActionController-TestSession-... | Yves Senn | 2015-08-27 | 1 | -0/+10 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Updating TestSession to access with indifference | Jeremy Friesen | 2015-08-26 | 1 | -0/+10 | |
* | | | | | | | remove RackDelegation module | Aaron Patterson | 2015-08-26 | 2 | -4/+0 | |
* | | | | | | | include ActionView::Rendering in the minimal controller | Aaron Patterson | 2015-08-26 | 1 | -0/+1 | |
* | | | | | | | Removed duplicate requiring minitest/mock as it is already required in method... | Ronak Jangir | 2015-08-26 | 1 | -1/+0 | |
|/ / / / / / | ||||||
* | | | | | | provide a request and response to all controllers | Aaron Patterson | 2015-08-25 | 5 | -4/+12 | |
* | | | | | | Fix another rack SPEC violation | Aaron Patterson | 2015-08-25 | 1 | -1/+1 | |
* | | | | | | rack SPEC doesn't allow `first` on the body | Aaron Patterson | 2015-08-25 | 1 | -8/+12 | |
* | | | | | | adding a direct dispatch method to controller classes | Aaron Patterson | 2015-08-25 | 1 | -8/+2 | |
* | | | | | | Merge pull request #21368 from rodzyn/remove_mocha | Kasper Timm Hansen | 2015-08-25 | 5 | -163/+209 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Get rid of mocha tests - part 2 | Marcin Olichwirowicz | 2015-08-25 | 5 | -163/+209 | |
* | | | | | | | Merge pull request #21366 from amitsuroliya/remove_unused_variable | Rafael Mendonça França | 2015-08-25 | 2 | -13/+13 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Remove more unused block arguments | amitkumarsuroliya | 2015-08-25 | 2 | -13/+13 | |
* | | | | | | | | Merge pull request #21345 from aditya-kapoor/trim-ap | Rafael Mendonça França | 2015-08-25 | 2 | -6/+4 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Trim out unneeded controllers from AP test suite | Aditya Kapoor | 2015-08-24 | 2 | -6/+4 | |
* | | | | | | | | Merge pull request #21094 from aditya-kapoor/add-missing-ap-tests | Rafael Mendonça França | 2015-08-25 | 1 | -0/+10 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | add missing tests for action regexp | Aditya Kapoor | 2015-08-02 | 1 | -0/+10 | |
* | | | | | | | | | Remove unused block arguments | Anshul Sharma | 2015-08-25 | 1 | -1/+1 | |
* | | | | | | | | | remove more direct `env` mutations | Aaron Patterson | 2015-08-24 | 1 | -1/+1 | |
* | | | | | | | | | remove dead code :bomb: | Aaron Patterson | 2015-08-24 | 1 | -2/+0 | |
* | | | | | | | | | use `make_set` helper method to generate route sets | Aaron Patterson | 2015-08-24 | 1 | -31/+1 |