| Commit message (Expand) | Author | Age | Files | Lines |
* | returning -> tap | Jeremy Kemper | 2010-06-28 | 1 | -5/+4 |
* | Restores the escaping of urls generated from hashes. [#4765 state:resolved] | Andrew White | 2010-06-28 | 1 | -1/+1 |
* | Small typo | wycats | 2010-06-27 | 1 | -1/+1 |
* | Fix several known web encoding issues: | wycats | 2010-06-27 | 1 | -3/+12 |
* | Do not wrap hidden fields with error proc [#4962 state:resolved] | Carlos Antonio da Silva | 2010-06-25 | 2 | -3/+16 |
* | make text_field and hidden_field omit the value attribute if the developer ex... | Jeff Dean | 2010-06-23 | 1 | -4/+4 |
* | Tidy up asset tag a bit and make railties tests green again. | José Valim | 2010-06-23 | 1 | -24/+14 |
* | refactored the javascript asset tag helpers and moved the default scripts set... | Josh Kalderimis | 2010-06-23 | 1 | -14/+5 |
* | adds minus to value part of id [#4862 state:resolved] | RainerBlessing | 2010-06-22 | 1 | -1/+1 |
* | removed 'unless const_defined?' code smell | Josh Kalderimis | 2010-06-21 | 5 | -24/+20 |
* | Merge remote branch 'rails/master' | Xavier Noria | 2010-06-20 | 4 | -18/+24 |
|\ |
|
| * | Fixed date_select date_separator when discard_month and/or discard_day are tr... | Thibaud Guillaume-Gentil | 2010-06-20 | 1 | -2/+4 |
| * | option_groups_from_collection_for_select should return HTML-safe string [#487... | Wincent Colaiuta | 2010-06-19 | 1 | -1/+1 |
| * | form_for without :html and with :remote should not error | David Genord II | 2010-06-18 | 1 | -1/+1 |
| * | Make text_helpers methods which return valid html to return it as safe and sa... | Santiago Pastorino | 2010-06-17 | 1 | -6/+14 |
| * | truncate() should not try to produce HTML-safe output | Wincent Colaiuta | 2010-06-17 | 1 | -8/+4 |
* | | Action View is now titled. | Rizwan Reza | 2010-06-21 | 1 | -1/+1 |
* | | Action View is now titled. | Rizwan Reza | 2010-06-21 | 3 | -0/+5 |
* | | Added titles and description. | Rizwan Reza | 2010-06-16 | 7 | -17/+37 |
* | | Adds title and description where needed. | Rizwan Reza | 2010-06-16 | 13 | -6/+33 |
* | | Fix a bunch of minor spelling mistakes | Evgeniy Dolzhenko | 2010-06-15 | 6 | -10/+10 |
|\ \
| |/
|/| |
|
| * | Fix a bunch of minor spelling mistakes | Evgeniy Dolzhenko | 2010-06-11 | 6 | -10/+10 |
* | | edit pass: the names of Rails components have a space, ie, "Active Record", n... | Xavier Noria | 2010-06-14 | 2 | -2/+2 |
* | | truncate safe method description changes | Neeraj Singh | 2010-06-14 | 1 | -1/+1 |
* | | truncate documentation an examples added for :safe option | Santiago Pastorino | 2010-06-13 | 1 | -0/+10 |
* | | Merge remote branch 'docrails/master' | Xavier Noria | 2010-06-12 | 1 | -1/+9 |
|\ \ |
|
| * | | Updated all number helpers with :locale option. | Slobodan Kovacevic | 2010-06-11 | 1 | -1/+9 |
| |/ |
|
* / | text_helper now escape the unsafe input instead of sanitizing | Santiago Pastorino | 2010-06-11 | 1 | -4/+4 |
|/ |
|
* | Merge remote branch 'rails/master' | Xavier Noria | 2010-06-10 | 1 | -83/+0 |
|\ |
|
| * | Removed textilize, textilize_without_paragraph and markdown helpers | Santiago Pastorino | 2010-06-09 | 1 | -83/+0 |
* | | Added :locale option explanation for number_to_currency | Slobodan Kovacevic | 2010-06-10 | 1 | -0/+2 |
|/ |
|
* | Fixed double output from cache in no caching mode | David Heinemeier Hansson | 2010-06-08 | 1 | -14/+14 |
* | Made markdown honor :safe option and handle safe input. Also added tests for ... | rohit | 2010-06-08 | 1 | -2/+2 |
* | Fixed textilize_without_paragraph and added tests for it. [#4792 state:resolved] | rohit | 2010-06-08 | 1 | -1/+1 |
* | Updating image_tag to support cid:content_id "URLs" | Mikel Lindsaar | 2010-06-07 | 1 | -2/+5 |
* | Makes text_helper methods sanitize the input if the input is not safe or :saf... | Santiago Pastorino | 2010-06-07 | 1 | -16/+22 |
* | content_tag_string shouldn't escape_html if escape param is false | Santiago Pastorino | 2010-06-07 | 1 | -1/+1 |
* | revises the documentation of String#truncate and the truncate helper | Xavier Noria | 2010-06-02 | 1 | -9/+9 |
* | Extracted String#truncate from TextHelper#truncate [DHH] | David Heinemeier Hansson | 2010-06-01 | 1 | -11/+5 |
* | Base options cant live in lazy loaded helpers as they then wont be available ... | David Heinemeier Hansson | 2010-05-31 | 1 | -7/+0 |
* | Merge commit 'mislav/auto_link' | Michael Koziarski | 2010-05-29 | 1 | -12/+21 |
|\ |
|
| * | avoid auto_linking already linked emails; more robust detection of linked URLs | Mislav Marohnić | 2010-05-24 | 1 | -9/+18 |
| * | auto_link: support arbitrary URI schemes like "ftp:" and "file:" | Mislav Marohnić | 2010-05-24 | 1 | -3/+3 |
* | | i18n: t() handles single keys returning an Array, also | Jeremy Kemper | 2010-05-24 | 1 | -2/+5 |
* | | HTML safety: fix textarea with nil content | Jeremy Kemper | 2010-05-24 | 1 | -1/+1 |
* | | translate method doesn't support arrays anymore and is optimized to be used w... | Santiago Pastorino | 2010-05-24 | 1 | -18/+10 |
* | | Revert "translation method for arrays on TranslationHelper module returns an ... | Santiago Pastorino | 2010-05-24 | 1 | -25/+25 |
* | | translation method for arrays on TranslationHelper module returns an array wh... | Santiago Pastorino | 2010-05-24 | 1 | -25/+25 |
|/ |
|
* | refactor evals and adds some __FILE__ and __LINE__ | Santiago Pastorino | 2010-05-20 | 2 | -4/+3 |
* | Merge remote branch 'rails/master' | Xavier Noria | 2010-05-19 | 1 | -2/+5 |
|\ |
|