aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
* | | Merge pull request #6059 from rafaelfranca/check_box_invertedJosé Valim2012-04-291-4/+2
|\ \ \
| * | | Change check_box to work inverting the checked and unchecked valueRafael Mendonça França2012-04-291-4/+2
* | | | Add changelog entry and some docs for collection + layoutCarlos Antonio da Silva2012-04-291-3/+7
* | | | Move layout logic with collection to be handled only with explicit template i...Carlos Antonio da Silva2012-04-291-15/+8
* | | | Allow access to current object_counter variable from layout when rendering wi...Carlos Antonio da Silva2012-04-291-1/+2
* | | | Allow layout to access current object being rendered when using render partia...Carlos Antonio da Silva2012-04-291-1/+1
* | | | Allow layout rendering to access current object being rendered when using par...Carlos Antonio da Silva2012-04-291-6/+11
|/ / /
* | / 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
|/ /
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-04-212-2/+2
|\ \
| * | Comma missedAlexey Vakhov2012-04-211-1/+1
| * | Fix example in ActionView::Helpers::FormHelperThibaut Courouble2012-04-201-1/+1
* | | converting some tests to assert_raises, and DRY'ing retrieve_variable changesTieg Zaharia2012-04-161-1/+1
* | | catch nil.to_sym errors in partial_renderer, and raise ArgumentError insteadTieg Zaharia2012-04-161-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-087-63/+63
|\ \ \
| * | | Remove unnecessary in HTML 5 type attribute with default valueAndrey A.I. Sitnik2012-04-057-63/+63
* | | | use extract_options! in cycle helperSergey Nartimov2012-04-071-6/+4
* | | | pass default value as argument to fetchSergey Nartimov2012-04-061-1/+1
* | | | Merge pull request #5182 from castlerock/content_tag_instead_stringXavier Noria2012-04-051-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | content_tag used instead string for optionVishnu Atrai2012-02-261-2/+2
* | | | Merge pull request #5707 from morgoth/remove-unnecessary-block-in-fetchXavier Noria2012-04-051-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | removed unnecessary block when using fetchWojciech Wnętrzak2012-04-021-1/+1
* | | | Merge pull request #5716 from jurriaan/tr-gsub-cleanupSantiago Pastorino2012-04-041-2/+2
|\ \ \ \
| * | | | Updated/changed useless tr/gsubsJurriaan Pruis2012-04-031-2/+2
| |/ / /
* / / / minor elsif/else typo fixTieg Zaharia2012-04-031-1/+1
|/ / /
* | | add type option to atom feed entry builderSergey Nartimov2012-04-011-1/+4
* | | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-04-011-1/+1
|\ \ \
| * | | Fix quotes at select_tag examplesAnderson Dias2012-03-281-1/+1
* | | | Small #label method refactoring, thanks @rafaelfrancaAlexey Vakhov2012-04-011-3/+2
* | | | Block version of label should wrapped in field_with_errors in case of errorAlexey Vakhov2012-04-011-1/+2
* | | | use `symbolize_keys` instead of `dup.symbolize_keys!`Sergey Nartimov2012-03-301-2/+2