| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove XML Parser from ActionDispatch | Prem Sichanugrist | 2013-02-20 | 2 | -313/+15 |
* | Fix time_zone_options_for_select to not mutate TimeZones array | Brian McManus | 2013-02-19 | 1 | -0/+7 |
* | InvalidMessage is in ActiveSupport::MessageEncryptor namespace | Santiago Pastorino | 2013-02-19 | 1 | -3/+18 |
* | Fix AP tests related to routes inspector output and the new column titles | Carlos Antonio da Silva | 2013-02-19 | 1 | -20/+65 |
* | Merge pull request #8704 from senny/remove_regexp_global_from_url_for | Aaron Patterson | 2013-02-14 | 1 | -0/+3 |
|\ |
|
| * | replace regexp global in #url_for | Yves Senn | 2013-01-16 | 1 | -0/+3 |
* | | Merge pull request #9221 from thenickcox/image_alt_attribute | Carlos Antonio da Silva | 2013-02-11 | 1 | -1/+2 |
|\ \ |
|
| * | | Improve img alt attribute for screen readers | thenickcox | 2013-02-09 | 1 | -1/+2 |
* | | | the `:controller` option for routes can contain numbers. closes #9231. | Yves Senn | 2013-02-09 | 1 | -0/+12 |
* | | | Fix #9168 Initialize NullCookieJar with all options needed for KeyGenerator | Andrey Chernih | 2013-02-08 | 1 | -0/+35 |
|/ / |
|
* | | ruby constant syntax is not supported as routing `:controller` option. | Yves Senn | 2013-02-06 | 1 | -9/+40 |
* | | partials inside directory work with `assert_template` | Yves Senn | 2013-02-04 | 3 | -0/+14 |
* | | descriptive `assert_template` error when partial wasn't rendered | Yves Senn | 2013-02-04 | 1 | -0/+9 |
* | | Missing or unneeded require extract_options | Akira Matsuda | 2013-02-01 | 2 | -0/+2 |
* | | Fix `content_tag_for` with array html option. | Semyon Perepelitsa | 2013-01-31 | 1 | -0/+6 |
* | | Add 'X-UA-Compatible' => 'chrome=1' to default headers | Guillermo Iguaran | 2013-01-29 | 1 | -1/+3 |
* | | Remove BestStandardsSupport middleware | Guillermo Iguaran | 2013-01-29 | 1 | -35/+0 |
* | | Remove yaml Proc param parser test | Brendon Murphy | 2013-01-28 | 1 | -13/+0 |
* | | Make current_url? work with a HEAD method | Michiel Sikkes | 2013-01-28 | 1 | -0/+6 |
* | | Merge pull request #9032 from firmhouse/head-breaks-csrf | Santiago Pastorino | 2013-01-28 | 1 | -0/+4 |
|\ \ |
|
| * | | Added a test that shows that a HEAD request does not normally pass CSRF prote... | Michiel Sikkes | 2013-01-22 | 1 | -0/+4 |
* | | | Use Encoding::UTF_8 constant :do_not_litter: | Akira Matsuda | 2013-01-28 | 3 | -6/+6 |
* | | | add fetch to CookieJar | Aaron Patterson | 2013-01-27 | 1 | -0/+30 |
* | | | Add keys/values methods to TestSession | Carlos Antonio da Silva | 2013-01-25 | 1 | -5/+11 |
* | | | Integrate Action Pack with Rack 1.5 | Carlos Antonio da Silva | 2013-01-25 | 4 | -14/+14 |
* | | | Set Thread.abort_on_exception for the whole AS, AP, and AR tests | Akira Matsuda + Koichi Sasada | 2013-01-24 | 1 | -0/+2 |
* | | | ActionDispatch::Http::UploadedFile is a permitted scalar [Closes #9051] | Xavier Noria | 2013-01-23 | 1 | -1/+2 |
|/ / |
|
* | | Lets kepp using Ruby 1.9 syntax | Rafael Mendonça França | 2013-01-22 | 2 | -37/+37 |
* | | Remove tabs, use spaces :scissors: | Carlos Antonio da Silva | 2013-01-22 | 1 | -2/+2 |
* | | Merge branch 'isolating_tests' | Akira Matsuda | 2013-01-22 | 2 | -2/+12 |
|\ \ |
|
| * | | Restore I18n.locale after running tests | Akira Matsuda | 2013-01-22 | 1 | -1/+7 |
| * | | Make sure to reset default_url_options | Akira Matsuda | 2013-01-22 | 1 | -1/+5 |
* | | | Stylistic pass at form_helper_test | Rafael Mendonça França | 2013-01-21 | 1 | -286/+362 |
* | | | Capture block so content won't leak. | José Mota | 2013-01-21 | 1 | -0/+57 |
|/ / |
|
* | | Duplicate possible frozen string from route | Andrew White | 2013-01-21 | 1 | -0/+9 |
* | | Merge pull request #9014 from virusman/form_helpers_ar_tests | Rafael Mendonça França | 2013-01-21 | 2 | -0/+92 |
|\ \ |
|
| * | | Added AR integration tests for form helpers | virusman | 2013-01-21 | 2 | -0/+92 |
* | | | Merge pull request #9001 from schneems/schneems/routes-path-js | Rafael Mendonça França | 2013-01-21 | 1 | -0/+8 |
|\ \ \ |
|
| * | | | In Browser Path Matching with Javascript | schneems | 2013-01-20 | 1 | -0/+8 |
* | | | | Fix setting expected value in translation tests | Carlos Antonio da Silva | 2013-01-21 | 1 | -2/+2 |
| |/ /
|/| | |
|
* | | | Merge pull request #9007 from dpree/master | Rafael Mendonça França | 2013-01-20 | 1 | -35/+46 |
|\ \ \
| |/ /
|/| | |
|
| * | | Removed ActionController::Base dependency from abstract controller translatio... | Jens Bissinger | 2013-01-20 | 1 | -41/+46 |
| * | | Test abstract controller's localize method. | Jens Bissinger | 2013-01-20 | 1 | -0/+6 |
* | | | Add missing assert calls | Carlos Antonio da Silva | 2013-01-20 | 1 | -2/+2 |
* | | | strong parameters filters permitted scalars | Xavier Noria | 2013-01-20 | 2 | -17/+164 |
|/ / |
|
* | | Merge pull request #8978 from chrismcg/remove_i18n_symbol_dependency | Aaron Patterson | 2013-01-19 | 1 | -3/+8 |
|\ \ |
|
| * | | Remove i18n symbol dependency | Chris McGrath | 2013-01-17 | 1 | -3/+8 |
* | | | Restore and adapt the implementation reverted at | Rafael Mendonça França | 2013-01-19 | 2 | -8/+8 |
* | | | Added ability to raise or log on unpermitted params. | Thomas Drake-Brockman | 2013-01-20 | 2 | -0/+83 |
* | | | Fix ActionDispatch::Request#formats when HTTP_ACCEPT header is empty string | Konstantin Papkovskiy | 2013-01-17 | 1 | -0/+4 |