aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | | | | | Conflicts: railties/guides/source/getting_started.textile
| * 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 ↵David Heinemeier Hansson2012-03-141-5/+9
| | | | | | | | forms if you pass true
* | Do not include the authenticity token in forms where remote: true as ajax ↵David Heinemeier Hansson2012-03-141-2/+9
| | | | | | | | forms use the meta-tag value
* | Merge pull request #572 from sikachu/remove_activeresourceJosé Valim2012-03-131-1/+1
|\ \ | | | | | | Remove Active Resource source files from the repository.
| * | Remove Active Resource source files from the repositoryPrem Sichanugrist2012-03-131-1/+1
| |/ | | | | | | | | | | | | | | | | | | Dear Active Resource, It's not that I hate you or anything, but you didn't get much attention lately. There're so many alternatives out there, and I think people have made their choice to use them than you. I think it's time for you to have a big rest, peacefully in this Git repository. I will miss you, @sikachu.
* / 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
| | | | | | | | Minor tweak to previous comments on form_for and form_helper.rb preamble
| * 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
| |
| * Additional preamble comments in form_helper.rb.Mark Thomson2012-03-081-7/+18
| |
| * Small correction to the description of the role of the form builder.Mark Thomson2012-03-081-1/+1
| | | | | | | | (endpoints are generated by form_for without reference to the form builder)
* | add 'include_hidden' option to select tag, closes #5402Vasiliy Ermolovich2012-03-132-1/+4
| |
* | Merge pull request #5380 from benmmurphy/escape_unicode_paragraph_separatorAaron Patterson2012-03-121-1/+3
|\ \ | | | | | | ensure u2029 is escaped in escape_javascript helper
| * | ensure u2029 is escaped in escape_javascript helperbenmmurphy2012-03-111-1/+3
| |/
* | Fix unintended removal of 'cols' from a text_area example.Philip Arndt2012-03-121-1/+1
| |
* | Fixes #5324 by removing default size options from input:text and default ↵Philip Arndt2012-03-104-22/+17
|/ | | | cols and rows options from textarea.
* 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 :layout option to render :partial when a collection is given.
| * 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 ↵Dwayne Litzenberger2012-03-051-1/+1
|/ | | | | | | | | not set. This should fix the following issue: "Rails is not a Rack Application (SCRIPT_NAME vs. relative_url_root ?)" https://github.com/rails/rails/issues/910
* 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 routes generation in simple cases. If you pass to the route helper the same amount of arguments as the required segments, route generation will be optimized as a string interpolation. After this commit, `post_path(post)` is about 6.5 times faster, `post_url(post)` is about 5 times.
| * 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
|\ | | | | | | | | | | | | | | | | | | | | | | * master-security: Ensure [] respects the status of the buffer. delete vulnerable AS::SafeBuffer#[] use AS::SafeBuffer#clone_empty for flushing the output_buffer add AS::SafeBuffer#clone_empty fix output safety issue with select options Conflicts: actionpack/lib/action_view/helpers/tags/base.rb
| * 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
| | | | | | | | Closes #393
* | Fix collection_check_boxes and collection_radio_buttons when using localRafael Mendonça França2012-02-261-0/+1
| | | | | | | | variables in the form builder
* | 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
|\ \ | | | | | | FormOptionsHelper refactor
| * | 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
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | BTW, select works quite faster then find_all: require 'benchmark' n = [1]*100_000_000 Benchmark.bm do |x| x.report { n.select { |a| a > 1 } } x.report { n.find_all { |a| a > 1 } } end user system total real 7.590000 0.010000 7.600000 ( 7.927171) 9.650000 0.010000 9.660000 ( 9.634406)
* | consistently mention first patch, then putXavier Noria2012-02-241-1/+1
| | | | | | | | | | | | There was a mix, sometimes patch first, sometimes put first. Use always patch first, since this is going to be the primary verb for updates.
* | uses PATCH for the forms of persisted records, and routes PATCH and PUT to ↵Xavier Noria2012-02-243-4/+1
| | | | | | | | the update action of resources
* | 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 PATCH
| * | Add config.default_method_for_update to support PATCHDavid Lee2012-02-224-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PATCH is the correct HTML verb to map to the #update action. The semantics for PATCH allows for partial updates, whereas PUT requires a complete replacement. Changes: * adds config.default_method_for_update you can set to :patch * optionally use PATCH instead of PUT in resource routes and forms * adds the #patch verb to routes to detect PATCH requests * adds #patch? to Request * changes documentation and comments to indicate support for PATCH This change maintains complete backwards compatibility by keeping :put as the default for config.default_method_for_update.
* | | format lookup for partials is derived from the format in which the template ↵Santiago Pastorino2012-02-225-28/+12
|/ / | | | | | | | | | | is being rendered Closes #5025 part 2
* | 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
| |