| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not wrap hidden fields with error proc [#4962 state:resolved] | Carlos Antonio da Silva | 2010-06-25 | 1 | -0/+7 |
* | Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework... | José Valim | 2010-06-24 | 1 | -5/+5 |
* | Expose view via the view() method in AV::TestCase::Behavior | David Chelimsky | 2010-06-23 | 1 | -12/+16 |
* | In ActionView::TestCase::Behavior, assign variables right before | David Chelimsky | 2010-06-23 | 1 | -0/+9 |
* | make text_field and hidden_field omit the value attribute if the developer ex... | Jeff Dean | 2010-06-23 | 1 | -0/+10 |
* | Tidy up asset tag a bit and make railties tests green again. | José Valim | 2010-06-23 | 1 | -2/+2 |
* | refactored the javascript asset tag helpers and moved the default scripts set... | Josh Kalderimis | 2010-06-23 | 1 | -15/+7 |
* | test for #4862 | Neeraj Singh | 2010-06-22 | 1 | -0/+5 |
* | Add support for specifying locals in view tests with assert template [#4927 s... | David Chelimsky | 2010-06-22 | 1 | -2/+16 |
* | Fixed date_select date_separator when discard_month and/or discard_day are tr... | Thibaud Guillaume-Gentil | 2010-06-20 | 1 | -0/+27 |
* | Adding missing test to autolink with other protocols (file) [#4886 state:reso... | Carlos Antonio da Silva | 2010-06-20 | 1 | -0/+1 |
* | Support render_template in view tests. Useful for specifying which | David Chelimsky | 2010-06-20 | 1 | -0/+8 |
* | option_groups_from_collection_for_select should return HTML-safe string [#487... | Wincent Colaiuta | 2010-06-19 | 1 | -18/+12 |
* | form_for without :html and with :remote should not error | David Genord II | 2010-06-18 | 1 | -0/+20 |
* | Make text_helpers methods which return valid html to return it as safe and sa... | Santiago Pastorino | 2010-06-17 | 1 | -40/+28 |
* | excerpt shoudn't return safe output test added | Santiago Pastorino | 2010-06-17 | 1 | -0/+4 |
* | truncate() should not try to produce HTML-safe output | Wincent Colaiuta | 2010-06-17 | 1 | -14/+4 |
* | render(:inline) in a layout before yield replaces original content | Neeraj Singh | 2010-06-13 | 1 | -0/+6 |
* | Change sanitize to escape in test names of text_helper_test [#4844 state:reso... | rohit | 2010-06-12 | 1 | -9/+9 |
* | text_helper now escape the unsafe input instead of sanitizing | Santiago Pastorino | 2010-06-11 | 1 | -9/+8 |
* | Remove punctuate_body! No code in lib was using it and it had no documentation. | José Valim | 2010-06-10 | 1 | -25/+0 |
* | Removed textilize, textilize_without_paragraph and markdown helpers | Santiago Pastorino | 2010-06-09 | 1 | -108/+0 |
* | Memoize the object returned by _view in ActionView::TestCase::Behavior | David Chelimsky | 2010-06-08 | 1 | -0/+4 |
* | Made markdown honor :safe option and handle safe input. Also added tests for ... | rohit | 2010-06-08 | 1 | -0/+36 |
* | Fixed textilize_without_paragraph and added tests for it. [#4792 state:resolved] | rohit | 2010-06-08 | 1 | -0/+32 |
* | Updating image_tag to support cid:content_id "URLs" | Mikel Lindsaar | 2010-06-07 | 1 | -0/+9 |
* | Makes text_helper methods sanitize the input if the input is not safe or :saf... | Santiago Pastorino | 2010-06-07 | 1 | -6/+96 |
* | content_tag_string shouldn't escape_html if escape param is false | Santiago Pastorino | 2010-06-07 | 1 | -0/+2 |
* | Make AP test suite green once again and speed up performance in layouts looku... | José Valim | 2010-06-07 | 1 | -14/+2 |
* | Update template to allow handlers to more cleanly handle encodings (ht: nex3) | wycats | 2010-05-30 | 1 | -4/+13 |
* | Now that we always return a proxy from mb_chars, even in 1.9, all Strings com... | wycats | 2010-05-29 | 1 | -3/+5 |
* | Merge commit 'mislav/auto_link' | Michael Koziarski | 2010-05-29 | 1 | -18/+40 |
|\ |
|
| * | avoid auto_linking already linked emails; more robust detection of linked URLs | Mislav Marohnić | 2010-05-24 | 1 | -7/+30 |
| * | auto_link: support arbitrary URI schemes like "ftp:" and "file:" | Mislav Marohnić | 2010-05-24 | 1 | -11/+10 |
* | | In AV::TC, move protect_against_forgery? from the test_case to the | David Chelimsky | 2010-05-26 | 1 | -0/+15 |
* | | reorganize tests for AV::TC | David Chelimsky | 2010-05-26 | 1 | -140/+138 |
* | | Support configuration of controller.controller_path on instances of | David Chelimsky | 2010-05-26 | 1 | -2/+2 |
* | | i18n: t() handles single keys returning an Array, also | Jeremy Kemper | 2010-05-24 | 1 | -0/+10 |
* | | HTML safety: fix textarea with nil content | Jeremy Kemper | 2010-05-24 | 1 | -0/+6 |
* | | translate method doesn't support arrays anymore and is optimized to be used w... | Santiago Pastorino | 2010-05-24 | 1 | -14/+2 |
* | | Revert "translation method for arrays on TranslationHelper module returns an ... | Santiago Pastorino | 2010-05-24 | 1 | -15/+14 |
* | | Move AV::TC to AV::TC::Behavior [#4678 state:resolved] | David Chelimsky | 2010-05-24 | 1 | -0/+14 |
* | | translation method for arrays on TranslationHelper module returns an array wh... | Santiago Pastorino | 2010-05-24 | 1 | -14/+15 |
|/ |
|
* | refactor evals and adds some __FILE__ and __LINE__ | Santiago Pastorino | 2010-05-20 | 1 | -3/+2 |
* | Merge remote branch 'origin/master' | wycats | 2010-05-17 | 1 | -0/+17 |
|\ |
|
| * | Added default currency values to NumberHelper and pass them to I18n.translate | Santiago Pastorino | 2010-05-17 | 1 | -0/+17 |
| * | Moved encoding work in progress to a feature branch. | Jeremy Kemper | 2010-05-16 | 2 | -133/+5 |
* | | Make sure encoding changes don't break 1.8 | wycats | 2010-05-17 | 1 | -4/+6 |
|/ |
|
* | Significantly improved internal encoding heuristics and support. | wycats | 2010-05-16 | 2 | -5/+133 |
* | Fixed 1 failure in ActionPack testsuite [#4613 state:resolved] | Hussein Morsy | 2010-05-16 | 1 | -2/+2 |