aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers
Commit message (Expand)AuthorAgeFilesLines
* fix a couple of formatting issues [ci skip]Vijay Dev2012-05-091-2/+4
* update some examples in asset tag helper docs [ci skip]Vijay Dev2012-05-091-15/+15
* remove redundant and stray line [ci skip]Vijay Dev2012-05-091-2/+0
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-05-083-92/+167
|\
| * Fix NumberHelper options wrapping to prevent verbatim blocks being rendered i...Mark J. Titorenko2012-05-081-92/+161
| * Add example for image_submit_tag with confirmation. [ci skip]Edward Tsech2012-05-081-0/+3
| * Added reference to I18n.localize, as discussed here:Ernesto Tagwerker2012-05-041-0/+3
* | Change unless + else into if + elseShaliko Usubov2012-05-061-3/+3
* | Fix typo in submit_tag helper documentationAlex Soulim2012-05-061-1/+1
* | check checkboxes with array of strings as :checked optionVasiliy Ermolovich2012-05-051-1/+1
* | fix doc [ci skip]Vijay Dev2012-05-041-1/+1
* | Update documentation for button_to.Shalva Usubov2012-05-041-1/+6
|/
* Fix example url in text helperAlexey Vakhov2012-05-021-1/+1
* Fix form tag with non GET/POST method exampleAlexey Vakhov2012-05-021-1/+1
* Documentation fix in options_for_select helper. Fixed display errors caused b...Rodrigo Pavano2012-05-011-9/+26
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-05-011-1/+1
|\
| * Code-format references to config settingsMark Rushakoff2012-04-271-1/+1
* | distance_of_time_in_words: Add/tweak comments to understand time intervals be...Elliot Winkler2012-04-301-7/+12
* | distance_of_time_in_words: 45-60 days is about 2 months, not about 1 monthElliot Winkler2012-04-301-2/+3
* | split CDATA end token in cdata_section helperSergey Nartimov2012-04-301-1/+5
* | Merge pull request #3726 from JanDupal/fix-date-helper-hiddenJosé Valim2012-04-301-0/+2
|\ \
| * | fix Helpers::DateHelper with :use_hidden - hide separatorsJan Dupal2011-11-221-0/+2
* | | Merge pull request #6077 from dmitriy-kiriyenko/improve_signature_of_time_in_...José Valim2012-04-301-27/+33
|\ \ \
| * | | Replace boolean argument with an options hash.Dmitriy Kiriyenko2012-04-301-27/+33
* | | | wrap translate defaults to use translate helper features, closes #1102Sergey Nartimov2012-04-301-0/+16
|/ / /
* | | Remove `button_to_function` and `link_to_function` helpersRafael Mendonça França2012-04-301-35/+0
* | | Add missing require when helpers are used in isolationRafael Mendonça França2012-04-301-0/+1
* | | Change check_box to work inverting the checked and unchecked valueRafael Mendonça França2012-04-291-4/+2
* | | Lazy load `default_form_builder` if it's passed as a stringPiotr Sarnacki2012-04-281-1/+7
| |/ |/|
* | refactor content_tag_for helperSergey Nartimov2012-04-261-3/+3
* | use safe_join in number helperSergey Nartimov2012-04-261-1/+1
* | fix number_to_human docs [ci skip]Vijay Dev2012-04-261-2/+2
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-04-252-1/+4
|\ \
| * | Missed checked in Form Helper exampleAlexey Vakhov2012-04-241-1/+1
| * | Add distance_of_time_in_words example for secondsAlexey Vakhov2012-04-221-0/+3
* | | Use leap years trick in distance_of_time_in_words only for distances between ...Alexey Vakhov2012-04-241-12/+16
* | | fixed non matching documentation behaviour with method semantics on distance_...Marcelo Casiraghi2012-04-241-1/+1
* | | Distance of time in words should work correct if from time > to_timeAlexey Vakhov2012-04-241-2/+3
|/ /
* | Comma missedAlexey Vakhov2012-04-211-1/+1
* | Fix example in ActionView::Helpers::FormHelperThibaut Courouble2012-04-201-1/+1
* | Merge pull request #5814 from lest/patch-4Piotr Sarnacki2012-04-131-12/+13
|\ \
| * | don't duplicate default values in text helperSergey Nartimov2012-04-111-12/+13
* | | avoid autolinking by rdoc [ci skip]Vijay Dev2012-04-121-2/+2
* | | Merge pull request #5746 from jmbejar/index_method_form_builderSantiago Pastorino2012-04-111-5/+22
|\ \ \ | |/ / |/| |
| * | Add index method to FormBuilder. Useful when you use field_for and need to kn...Jorge Bejar2012-04-111-5/+22
* | | no need in temporary array in number_to_phone helperSergey Nartimov2012-04-091-2/+2
* | | Adding itemscope to list of boolean attributes.Frankie Roberto2012-04-091-1/+1
* | | Merge pull request #5748 from ai/no_type_in_html5Jeremy Kemper2012-04-086-62/+62
|\ \ \
| * | | Remove unnecessary in HTML 5 type attribute with default valueAndrey A.I. Sitnik2012-04-056-62/+62
* | | | use extract_options! in cycle helperSergey Nartimov2012-04-071-6/+4