aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view
Commit message (Expand)AuthorAgeFilesLines
* Just change the formats on first render, closes #5307, closes #5308.José Valim2012-03-071-2/+7
* Merge pull request #5310 from Serabe/layout_for_partials_with_collectionsJosé Valim2012-03-061-1/+46
|\
| * Adds line to change log and update documentation.Sergio Arbeo2012-03-071-0/+37
| * Adds :layout option to render :partial when a collection is given.Sergio Arbeo2012-03-061-1/+9
* | Compute asset paths from the request if ENV["RAILS_RELATIVE_URL_ROOT"] is not...Dwayne Litzenberger2012-03-051-1/+1
|/
* simplify namespace assignment in fields_forSergey Nartimov2012-03-021-1/+1
* Merge pull request #5242 from rails/opt_routesJosé Valim2012-03-021-9/+14
|\
| * Optimize url helpers.Sergey Nartimov + José Valim2012-03-021-9/+14
* | Fix #5238, rendered_format is not set when template is not renderedPiotr Sarnacki2012-03-021-0/+2
* | Allow fieldsets to be created without a block.Ben Pickles2012-03-011-2/+1
|/
* Merge branch 'master-security'Aaron Patterson2012-03-012-4/+3
|\
| * use AS::SafeBuffer#clone_empty for flushing the output_bufferAkira Matsuda2012-02-201-1/+1
| * fix output safety issue with select optionsSergey Nartimov2012-02-201-3/+3
* | Change asset_host config language to be more helpful and accurateGabe Hollombe2012-02-281-2/+3
* | Add a new line after the textarea opening tag.Rafael Mendonça França2012-02-271-1/+1
* | Fix collection_check_boxes and collection_radio_buttons when using localRafael Mendonça França2012-02-261-0/+1
* | Add documentation to object method of CollectionHelpers::BuilderRafael Mendonça França2012-02-261-6/+6
* | use content_tag instead stringsVasiliy Ermolovich2012-02-251-3/+4
* | Merge pull request #5117 from nashby/form-option-refactorJosé Valim2012-02-251-17/+11
|\ \
| * | refactor option_text_and_value and option_value_selected? methodsVasiliy Ermolovich2012-02-211-10/+3
| * | refactor time_zone_options_for_selectVasiliy Ermolovich2012-02-211-7/+8
| |/
* | consistently mention first patch, then putXavier Noria2012-02-241-1/+1
* | uses PATCH for the forms of persisted records, and routes PATCH and PUT to th...Xavier Noria2012-02-243-4/+1
* | correct fetching :name option in form fieldsVasiliy Ermolovich2012-02-231-3/+3
* | Only set ActionView configuration inside the on_load blockRafael Mendonça França2012-02-221-1/+1
* | Merge pull request #5130 from dlee/revised_patch_verbXavier Noria2012-02-224-6/+9
|\ \
| * | Add config.default_method_for_update to support PATCHDavid Lee2012-02-224-6/+9
* | | format lookup for partials is derived from the format in which the template i...Santiago Pastorino2012-02-225-28/+12
|/ /
* | fix bad docs from f373f296 [ci skip]Vijay Dev2012-02-211-3/+3
* | Don't wrap the raise with ensureSantiago Pastorino2012-02-211-9/+11
* | Refactored two methods to use delete with a blockRuben Fonseca2012-02-211-1/+1
* | Restore lookup formats to the previous value after searching for the failing ...Santiago Pastorino2012-02-211-1/+3
|/
* Merge pull request #5102 from nashby/form-option-refactorJosé Valim2012-02-201-12/+13
|\
| * refactor options_for_selectVasiliy Ermolovich2012-02-201-7/+8
| * refactor grouped_options_for_selectVasiliy Ermolovich2012-02-201-5/+5
* | Use the right format when a partial is missing.Santiago Pastorino2012-02-201-0/+1
* | Merge pull request #5101 from ckdake/ckdake_actionview_handler_resetJosé Valim2012-02-201-0/+1
|/
* Merge pull request #5083 from nashby/grouped-select-optionsJosé Valim2012-02-201-1/+6
|\
| * add selected and disabled option to grouped selectVasiliy Ermolovich2012-02-181-1/+6
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-02-181-5/+5
|\ \ | |/ |/|
| * Update f.button docs to reflect real label implementationCarlos Antonio da Silva2012-02-141-5/+5
* | Remove not used button translation from av localeCarlos Antonio da Silva2012-02-141-8/+1
* | Allow collection helpers with block to access current object in the collectionCarlos Antonio da Silva2012-02-133-9/+10
* | remove unwanted require for string encodingVishnu Atrai2012-02-131-1/+0
* | Add HTML5 input[type="date"] helperOlek Janiszewski2012-02-125-1/+43
|/
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-02-091-1/+1
|\
| * Stop referring to Atom as "ATOM"Tom Stuart2012-02-051-1/+1
* | Trim down Active Model API by removing valid? and errors.full_messagesJosé Valim2012-02-071-1/+1
* | Always use content_tag for audio/video tagRafael Mendonça França2012-02-071-1/+1
* | Highlight defaults to HTML5 `mark` elementBrian Cardarella2012-02-051-4/+4