| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #8740 from amatsuda/missing_source_file | Rafael Mendonça França | 2015-01-02 | 1 | -1/+1 |
|\ |
|
| * | replace use of MissingSourceFile with LoadError | Akira Matsuda | 2013-01-04 | 1 | -1/+1 |
* | | Merge pull request #17978 from kommen/fixed-pr-14903 | Rafael Mendonça França | 2015-01-02 | 1 | -4/+7 |
|\ \ |
|
| * | | Ensure append_info_to_payload is called even if an exception is raised. | Dieter Komendera | 2014-12-10 | 1 | -4/+7 |
* | | | Integration requests should work in contexts without setup and teardown | brainopia | 2015-01-02 | 1 | -1/+2 |
* | | | Merge pull request #18271 from arunagw/change-copyright-year | Robin Dupret | 2015-01-01 | 2 | -2/+2 |
|\ \ \ |
|
| * | | | Update copyright notices to 2015 [ci skip] | Arun Agrawal | 2014-12-31 | 2 | -2/+2 |
* | | | | Correctly use the response's status code calling head | Robin Dupret | 2014-12-31 | 2 | -5/+2 |
|/ / / |
|
* | | | stop referencing `env` in url_for | Aaron Patterson | 2014-12-30 | 2 | -1/+5 |
* | | | use methods on the request rather than direct hash access | Aaron Patterson | 2014-12-30 | 2 | -2/+10 |
* | | | Remove single space response body for head request | Prathamesh Sonpatki | 2014-12-30 | 1 | -2/+2 |
* | | | Fix form_for to work with objects that implement to_model | Travis Grathwell | 2014-12-29 | 1 | -5/+6 |
* | | | Move longer form example from integration guide to api reference, below an | Zachary Scott | 2014-12-29 | 1 | -0/+78 |
* | | | Minor documentation edits [ci skip] | Robin Dupret | 2014-12-28 | 1 | -1/+1 |
* | | | Update example test documentation | Ben Prew | 2014-12-28 | 1 | -4/+2 |
* | | | Remove ActionController::ModelNaming | claudiob | 2014-12-25 | 2 | -16/+0 |
* | | | - Removed unused parameter to cookie serialize method and fixed usage of the ... | Vipul A M | 2014-12-24 | 1 | -4/+4 |
* | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2014-12-20 | 1 | -0/+109 |
|\ \ \ |
|
| * | | | Add docs for ActionDispatch::Http::URL methods | claudiob | 2014-12-18 | 1 | -0/+109 |
* | | | | Merge pull request #18102 from arthurnn/nodoc_constant | Arthur Nogueira Neves | 2014-12-19 | 1 | -0/+1 |
* | | | | Revert "Merge pull request #18003 from sikachu/permit_all_parameters-thread-s... | Godfrey Chan | 2014-12-19 | 1 | -11/+6 |
* | | | | Fix typo in nodoc should be `:nodoc:` for RDoc to parse correctly | Zachary Scott | 2014-12-17 | 1 | -1/+1 |
* | | | | Merge pull request #17995 from jethroo/fix/assert_template_with_unsupported_l... | Rafael Mendonça França | 2014-12-16 | 1 | -0/+2 |
|\ \ \ \ |
|
| * | | | | adding that assert_template with :layout will raise ArgumentError for unknown... | Carsten Wirth | 2014-12-16 | 1 | -0/+2 |
| | |/ /
| |/| | |
|
* | | | | allow reseting of request variants | Timo Schilling | 2014-12-16 | 1 | -1/+2 |
* | | | | Don't convert empty arrays to nils when deep munging params | Chris Sinjakli | 2014-12-15 | 2 | -13/+0 |
| |/ /
|/| | |
|
* | | | Merge pull request #18022 from agrobbin/url-helpers-optional-scopes | Santiago Pastorino | 2014-12-13 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | allow URL helpers to work with optional scopes | Alex Robbin | 2014-12-13 | 1 | -1/+1 |
* | | | | ParameterFilter shouldn't try to dup symbol keys | Nate Berkopec | 2014-12-13 | 1 | -1/+1 |
|/ / / |
|
* | | | Fix handling of positional url helper arguments when format is false | Tatiana Soukiassian | 2014-12-13 | 1 | -2/+8 |
* | | | Merge pull request #18006 from sikachu/add-params-to_unsafe_h | Rafael Mendonça França | 2014-12-12 | 1 | -0/+6 |
|\ \ \ |
|
| * | | | Add AC::Parameters#to_unsafe_h | Prem Sichanugrist | 2014-12-12 | 1 | -0/+6 |
| |/ / |
|
* / / | Make AC::Params.permit_all_parameters thread safe | Prem Sichanugrist | 2014-12-12 | 1 | -1/+10 |
|/ / |
|
* | | Only check that it is a Rails application once | Rafael Mendonça França | 2014-12-08 | 1 | -5/+7 |
* | | Mounted Rack apps should have default named routes based on app name | T.J. Schuck | 2014-12-06 | 1 | -3/+10 |
* | | remove unused `#optional_parts` | Sergey Alekseev | 2014-12-05 | 1 | -4/+0 |
* | | remove unused `#generalized_table` | Sergey Alekseev | 2014-12-05 | 1 | -45/+0 |
* | | We don't need to call to_sym. Just compare the string | Rafael Mendonça França | 2014-12-04 | 1 | -1/+1 |
* | | Merge pull request #17792 from rockrep/master | Rafael Mendonça França | 2014-12-04 | 1 | -1/+1 |
|\ \ |
|
| * | | allow 'all' for :domain option in addition to :all | rockrep | 2014-11-26 | 1 | -1/+1 |
* | | | remove unused #await_close | Sergey Alekseev | 2014-12-04 | 1 | -6/+0 |
* | | | Action View is needed for DebugExceptions | Rafael Mendonça França | 2014-12-02 | 1 | -0/+2 |
* | | | Merge pull request #17873 from kirs/refactor-debug-erb | Rafael Mendonça França | 2014-12-02 | 3 | -23/+31 |
|\ \ \ |
|
| * | | | Refactor debug view | Kir Shatrov | 2014-12-02 | 3 | -23/+31 |
* | | | | Merge pull request #17862 from lucasmazza/lm-hide-action | Rafael Mendonça França | 2014-12-02 | 1 | -0/+2 |
|/ / / |
|
* | | | Merge pull request #17827 from rkh/rkh-fix-or-pattern | Aaron Patterson | 2014-12-01 | 1 | -0/+5 |
|\ \ \ |
|
| * | | | make OR in journey patterns compile to a valid regular expression | Konstantin Haase | 2014-11-29 | 1 | -0/+5 |
* | | | | Pretty-print request params on exception page | Kir Shatrov | 2014-12-01 | 2 | -1/+9 |
* | | | | Merge pull request #17823 from byroot/fix-mount-rack-apps-with-as | Sean Griffin | 2014-11-29 | 1 | -7/+1 |
|\ \ \ \ |
|
| * | | | | Pure rack apps can be mounted with a name | Jean Boussier | 2014-11-29 | 1 | -7/+1 |