aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* | | | Merge pull request #5625 from nertzy/prefix_partial_path_with_controller_name...José Valim2012-03-282-3/+16
|\ \ \ \
| * | | | Make controller namespace partial prefix optionalGrant Hutchins2012-03-282-3/+16
* | | | | Merge pull request #5359 from avakhov/missed-commits-from-3-2-stableSantiago Pastorino2012-03-281-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | datetime_select should work with -/+ infinity datesJoe Van Dyk2012-03-281-1/+1
* | | | | Set proper rendered_format when doing render :inlineSantiago Pastorino2012-03-281-2/+2
|/ / / /
* | | | Cover one more case in auth_token and remote formsPiotr Sarnacki2012-03-281-1/+1
* | | | config.action_view.embed_authenticity_token_in_remote_forms is true by defaultPiotr Sarnacki2012-03-282-2/+2
* | | | Added config.action_view.embed_authenticity_token_in_remote_formsPiotr Sarnacki2012-03-282-8/+24
* | | | Merge pull request #5621 from rafaelfranca/fix-2492-masterJeremy Kemper2012-03-271-3/+3
|\ \ \ \
| * | | | Check if the options hash already exists and merge it with the anotherRafael Mendonça França2012-03-272-12/+5
| * | | | Fixing issue #2492 for master branch. ActionView::Base.field_error_proc doesn...Andrey Samsonov2012-03-271-2/+9
| |/ / /
* / / / Don't break Haml with textarea newline fix.James Coleman2012-03-272-2/+6
|/ / /
* | | If partial is rendered in controller, grab format from templatePiotr Sarnacki2012-03-271-2/+8
* | | change number_with_precision to not return negative zerosTim McEwan2012-03-271-0/+1
* | | Merge pull request #5561 from carlosantoniodasilva/form-builder-block-argAaron Patterson2012-03-261-3/+9
|\ \ \
| * | | Properly deprecate the block argument in AV FormBuilderCarlos Antonio da Silva2012-03-231-3/+9
* | | | apply form_for namespace option to date_selectSergey Nartimov2012-03-261-1/+4
* | | | Merge pull request #5183 from lest/patch-1José Valim2012-03-261-2/+3
|\ \ \ \
| * | | | use content_tag in button_to helperSergey Nartimov2012-03-141-2/+3
* | | | | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-03-241-1/+1
|\ \ \ \ \
| * | | | | Fixed-width font fix for instance variableJuanjo Bazán2012-03-201-1/+1
* | | | | | Remove code duplicationRafael Mendonça França2012-03-191-11/+11
| |_|/ / / |/| | | |
* | | | | Fixes issue #5222: DateTimeSelector builds invalid dates on leap day when dis...Jey Balachandran2012-03-181-6/+6
|/ / / /
* | | | time_tag support for blocksAntonio Tapiador del Dujo2012-03-181-2/+7
* | | | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-03-171-4/+4
|\ \ \ \
| * | | | Minor clarification in documentation language and spellingMatthew Daubert2012-03-131-4/+4
* | | | | Allow you to force the authenticity_token to be rendered even on remote forms...David Heinemeier Hansson2012-03-141-5/+9
* | | | | Do not include the authenticity token in forms where remote: true as ajax for...David Heinemeier Hansson2012-03-141-2/+9
| |/ / / |/| | |
* | | | Merge pull request #572 from sikachu/remove_activeresourceJosé Valim2012-03-131-1/+1
|\ \ \ \
| * | | | Remove Active Resource source files from the repositoryPrem Sichanugrist2012-03-131-1/+1
| |/ / /
* / / / add include_hidden option to checkbox tagSergey Nartimov2012-03-131-2/+8
|/ / /
* | | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-03-131-66/+138
|\ \ \
| * | | Revised explanation of fields_for usage.Mark Thomson2012-03-111-10/+39
| * | | Added clarification to description of how initial form values are derived.Mark Thomson2012-03-101-1/+2
| * | | Revised explanation of form_for usageMark Thomson2012-03-101-53/+84