| Commit message (Expand) | Author | Age | Files | Lines |
* | Freeze strings to reduce allocations in integration tests | eileencodes | 2015-02-18 | 1 | -4/+8 |
* | Reduce the number of times `#clean_path_info` is called | eileencodes | 2015-02-18 | 1 | -3/+2 |
* | Try only to decode strings | Rafael Mendonça França | 2015-02-18 | 1 | -2/+4 |
* | Merge pull request #18917 from lautis/non-string-csrf-token | Rafael Mendonça França | 2015-02-18 | 1 | -1/+1 |
|\ |
|
| * | Handle non-string authenticity tokens | Ville Lautanala | 2015-02-12 | 1 | -1/+1 |
* | | Tiny documentation edits [ci skip] | Robin Dupret | 2015-02-15 | 1 | -3/+3 |
* | | Implement http_cache_forever to ActionController | Arthur Neves | 2015-02-15 | 1 | -0/+18 |
* | | Add missing comma | Arthur Neves | 2015-02-13 | 1 | -1/+1 |
* | | Correct module name in deprecation message. | Guo Xiang Tan | 2015-02-13 | 1 | -1/+1 |
* | | Improve deprecation message. | Guo Xiang Tan | 2015-02-13 | 1 | -1/+3 |
* | | Do not recommend `xhr` since it is going to be deprecated. | Guo Xiang Tan | 2015-02-13 | 1 | -3/+0 |
* | | require rack/utils in exception_wrapper | Andrew Lazarus | 2015-02-12 | 1 | -0/+1 |
* | | remove meta programming | Aaron Patterson | 2015-02-12 | 1 | -3/+3 |
* | | there is always an integration session, so remove the check | Aaron Patterson | 2015-02-12 | 1 | -1/+0 |
* | | lazily create the integration session | Aaron Patterson | 2015-02-12 | 1 | -7/+5 |
|/ |
|
* | use before_setup to set up test instance variables | Aaron Patterson | 2015-02-12 | 1 | -7/+6 |
* | Skip url_helpers instead of caching, speed up integration tests | eileencodes | 2015-02-12 | 2 | -18/+15 |
* | Merge pull request #11790 from printercu/patch-3 | Rafael Mendonça França | 2015-02-12 | 1 | -7/+8 |
|\ |
|
| * | ActionController#translate also lookups shortcut without action name | Max Melentiev | 2013-10-22 | 1 | -1/+5 |
| * | ActionController#translate supports symbols | printercu | 2013-09-25 | 1 | -6/+3 |
* | | Accept a collection in fresh_when and stale? | claudiob | 2015-02-10 | 1 | -10/+36 |
* | | Fix wrong kwarg "record" from #18872 | claudiob | 2015-02-10 | 1 | -1/+1 |
* | | Convert stale? and fresh_when to use keyword arguments. | Kasper Timm Hansen | 2015-02-10 | 1 | -12/+10 |
* | | Explicitly ignored wildcard verbs from head_routes | Terence Sun | 2015-02-08 | 1 | -0/+1 |
* | | Merge pull request #18771 from kirs/deprecate-xhr | Rafael Mendonça França | 2015-02-05 | 2 | -11/+34 |
|\ \ |
|
| * | | Migrating xhr methods to keyword arguments syntax | Kir Shatrov | 2015-02-01 | 2 | -11/+34 |
* | | | `RouteSet` should not be listed in the public API [ci skip] | Sean Griffin | 2015-02-03 | 1 | -10/+10 |
* | | | Cache `url_helpers` separately for mailers | Andrew White | 2015-02-01 | 1 | -44/+50 |
* | | | Cache `url_helpers` | eileencodes | 2015-02-01 | 1 | -42/+44 |
* | | | Merge pull request #18721 from sj26/pre-discard-flash | Aaron Patterson | 2015-02-01 | 2 | -17/+25 |
|\ \ \ |
|
| * | | | Migrate old flash behaviour | Samuel Cochran | 2015-01-30 | 1 | -0/+6 |
| * | | | Discard from flash before persisting in session | Samuel Cochran | 2015-01-29 | 1 | -17/+17 |
| * | | | Fix flash remaining after last flash deleted | Samuel Cochran | 2015-01-29 | 1 | -0/+2 |
* | | | | Show proper traces on Windows for the error pages | Genadi Samokovarov | 2015-02-01 | 1 | -2/+8 |
* | | | | Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846 | robertomiranda | 2015-01-31 | 2 | -3/+3 |
* | | | | Fix a typo in deprecation warning. #process takes method instead of http_method. | Juanito Fatas | 2015-01-31 | 1 | -1/+1 |
* | | | | [ci skip] Document format parameter of process method in AC test_case. | Juanito Fatas | 2015-01-31 | 1 | -0/+1 |
| |/ /
|/| | |
|
* | | | fix typo in `_filter` deprecation message. [ci skip] | Yves Senn | 2015-01-30 | 1 | -5/+5 |
* | | | Consistent usage of spaces in hashes across our codebase | Rafael Mendonça França | 2015-01-29 | 1 | -2/+2 |
* | | | Use fixed fonts only in the name of the parameter | Rafael Mendonça França | 2015-01-29 | 2 | -11/+11 |
* | | | Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration | Kir Shatrov | 2015-01-29 | 2 | -65/+197 |
* | | | Preserve default url options when generating URLs | Tekin Suleyman | 2015-01-28 | 1 | -3/+4 |
|/ / |
|
* | | Merge pull request #18693 from aditya-kapoor/deprecate_via_redirect | Rafael Mendonça França | 2015-01-28 | 1 | -0/+5 |
|\ \ |
|
| * | | Deprecate *_via_redirect integration test methods | Aditya Kapoor | 2015-01-28 | 1 | -0/+5 |
* | | | Merge pull request #18666 from cheunghy/auth_check_nil | Guillermo Iguaran | 2015-01-28 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | Fixed undefined method error when doing authentication. | Zhang Kai Yu | 2015-01-24 | 1 | -2/+2 |
| |/ / |
|
* / / | improve performance of integration tests. | Aaron Patterson | 2015-01-27 | 1 | -1/+8 |
|/ / |
|
* | | Speed up `normalize_keys` by removing dup step. | Kasper Timm Hansen | 2015-01-22 | 1 | -9/+6 |
* | | Merge pull request #18546 from brainopia/action_view_render | Rafael Mendonça França | 2015-01-22 | 5 | -4/+129 |
|\ \ |
|
| * | | Add ActionController::Base.render | brainopia | 2015-01-22 | 1 | -0/+3 |