Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove wrapping <div> in form helpers from doc | claudiob | 2014-09-22 | 2 | -35/+19 | |
| | | | | | | | | | | [ci skip] 89ff1f8 and 1de258e6 removed from the HTML generated by the form helpers the <div> that was wrapping the field elements inside the <form>. This commit updates the documentation of the methods to reflect the two commits above. | |||||
* | Revert "Merge pull request #15312 from JuanitoFatas/action_view/asset_path" | Matthew Draper | 2014-09-14 | 1 | -1/+1 | |
| | | | | | | | This reverts commit 21ec7fefea5a1b823cb88733b019b3d52240801d. Per #16911, there's actually a good reason for a "blank" value to have a useful `to_s` here. So let's also add some tests to prove that. | |||||
* | fix the undefined method content_tag #15245 | Rajarshi Das | 2014-09-06 | 1 | -0/+1 | |
| | | | | not required include ActionView::Helpers::TagHelper in test as well | |||||
* | Extract data/aria attribute prefixes to a constant | Rafael Mendonça França | 2014-09-03 | 1 | -1/+3 | |
| | ||||||
* | Add support for ARIA attributes in tags | PaoMar | 2014-09-03 | 1 | -4/+4 | |
| | ||||||
* | Ship with rails-html-sanitizer instead. | Kasper Timm Hansen | 2014-09-03 | 1 | -8/+3 | |
| | ||||||
* | Move implementation to the gems | Rafael Mendonça França | 2014-09-01 | 1 | -22/+10 | |
| | | | | Now we keep only the common code and move the specific code to the gems | |||||
* | Merge pull request #16488 from agrobbin/form-label-builder | Jeremy Kemper | 2014-08-25 | 1 | -22/+46 | |
|\ | | | | | Provide a builder for form labels to customize wrapping around I18n content | |||||
| * | provide a builder for form labels to customize wrapping around I18n content | Alex Robbin | 2014-08-20 | 1 | -22/+46 | |
| | | ||||||
* | | Merge pull request #16639 from agrobbin/input-placeholder-i18n | Jeremy Kemper | 2014-08-24 | 3 | -0/+42 | |
|\ \ | | | | | | | Add I18n support for `:placeholder` HTML option is passed to form fields | |||||
| * | | just use the placeholder tag value if it is passed as a String | Alex Robbin | 2014-08-22 | 1 | -1/+3 | |
| | | | ||||||
| * | | add I18n support for `:placeholder` HTML option is passed to form fields | Alex Robbin | 2014-08-22 | 3 | -0/+40 | |
| | | | ||||||
* | | | Remove erroneous form_tag option docs | T.J. Schuck | 2014-08-22 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | | This is true of the first param (url_for_options), not of the second options param which is being documented here. [ci skip] | |||||
* | | | Clarify that unknown keys will become HTML attrs | T.J. Schuck | 2014-08-22 | 1 | -0/+1 | |
|/ / | | | | | | | | | | | Docs for all the other form tag helpers in this file already clarify this. [ci skip] | |||||
* / | Revert "Add I18n support for `:placeholder` HTML option is passed to form ↵ | Jeremy Kemper | 2014-08-21 | 3 | -40/+0 | |
|/ | | | | fields" | |||||
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2014-08-19 | 7 | -18/+18 | |
|\ | | | | | | | | | | | | | Conflicts: actionpack/lib/action_controller/metal/mime_responds.rb actionview/lib/action_view/vendor/html-scanner/html/sanitizer.rb activerecord/lib/active_record/type/value.rb | |||||
| * | Uppercase HTML in docs. | Hendy Tanata | 2014-08-08 | 7 | -18/+18 | |
| | | | | | | | | [skip ci] | |||||
* | | Merge pull request #15889 from carnesmedia/model-name | Rafael Mendonça França | 2014-08-17 | 2 | -3/+3 | |
|\ \ | | | | | | | | | | Use #model_name on instances instead of classes | |||||
| * | | Use #model_name on instances instead of classes | Amiel Martin | 2014-06-24 | 2 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | This allows rails code to be more confdent when asking for a model name, instead of having to ask for the class. Rails core discussion here: https://groups.google.com/forum/#!topic/rubyonrails-core/ThSaXw9y1F8 | |||||
* | | | Merge branch 'master' into loofah | Rafael Mendonça França | 2014-08-17 | 4 | -0/+41 | |
|\ \ \ | | | | | | | | | | | | | | | | | Conflicts: actionpack/CHANGELOG.md | |||||
| * \ \ | Merge pull request #16438 from agrobbin/input-placeholder-i18n | Jeremy Kemper | 2014-08-14 | 3 | -0/+40 | |
| |\ \ \ | | | | | | | | | | | Add I18n support for `:placeholder` HTML option is passed to form fields | |||||
| | * | | | add I18n support for `:placeholder` HTML option is passed to form fields | Alex Robbin | 2014-08-12 | 3 | -0/+40 | |
| | | | | | ||||||
| * | | | | Missing ActiveSupport require for calling String#first | Akira Matsuda | 2014-08-14 | 1 | -0/+1 | |
| |/ / / | ||||||
* | | | | Prepare for partial release. | Kasper Timm Hansen | 2014-08-17 | 1 | -3/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Default to Rails::DeprecatedSanitizer in ActionView::Helpers::SanitizeHelper. - Add upgrade notes. - Add sanitizer to new applications Gemfiles. - Remove 'rails-dom-testing' as a dependency. | |||||
* | | | | Merge branch 'master' into loofah | Rafael Mendonça França | 2014-08-12 | 5 | -94/+92 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: actionpack/CHANGELOG.md actionpack/test/controller/integration_test.rb actionview/CHANGELOG.md | |||||
| * | | | Fixed #select form builder helper to support block with html output | Bogdan Gusiev | 2014-08-05 | 1 | -1/+1 | |
| | |/ | |/| | ||||||
| * | | docs, cleanup mixed indents within `form_options_helper.rb` RDoc. | Yves Senn | 2014-07-29 | 1 | -81/+81 | |
| | | | | | | | | | | | | | | | | | | | | | [ci skip] This fixes the broken code block rendering and indents the examples within the parameter list. | |||||
| * | | docs, `select` and friends with `multiple=true` include a blank string. | Yves Senn | 2014-07-17 | 1 | -5/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Jonas Baumann & Yves Senn] The submitted params from a select with `multiple: true` look as follows: ``` {post: {category: [""]}} {post: {category: ["", "Category 1", "Category 2"]}} ``` This is a follow up to #1552. | |||||
| * | | Fix broken list formatting [ci skip] | noinkling | 2014-07-17 | 1 | -5/+5 | |
| | | | ||||||
| * | | Merge pull request #16161 from jpawlyn/master | Andrew White | 2014-07-15 | 1 | -1/+1 | |
| |\ \ | | | | | | | | | Fix empty host for an asset url when asset_host proc returns nil | |||||
| | * | | Return an absolute instead of relative path from an asset url in the case of ↵ | Jolyon Pawlyn | 2014-07-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | the `asset_host` proc returning nil | |||||
| * | | | Fix typos like `a html` to `an html` and 'an mail' to 'an email'. [ci skip] | Santosh Wadghule | 2014-07-14 | 1 | -1/+1 | |
| |/ / | ||||||
* | | | Use the plugin API to the getter and setters | Rafael Mendonça França | 2014-07-15 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | To avoid having to redefine these methods on the deprecated plugin we should be using the sanitizer_vendor API. | |||||
* | | | Merge pull request #11218 from kaspth/loofah-integration | Rafael Mendonça França | 2014-07-10 | 1 | -106/+59 | |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | Loofah-integration Conflicts: actionpack/CHANGELOG.md actionview/CHANGELOG.md | |||||
| * | | Don't splat arguments to allowed tags or attributes. | Timm | 2014-06-16 | 1 | -2/+2 | |
| | | | ||||||
| * | | Change sanitizer_vendor to just be a method and reword documentation. | Timm | 2014-06-16 | 1 | -4/+5 | |
| | | | ||||||
| * | | Revert some stuff to use the new sanitizers. | Timm | 2014-06-16 | 1 | -6/+6 | |
| | | | ||||||
| * | | Add a layer of indirection making sanitizers pluggable. | Timm | 2014-06-16 | 1 | -3/+8 | |
| | | | ||||||
| * | | Delegate allowed tags and attributes setting to HTML::WhiteListSanitizer. | Timm | 2014-06-16 | 1 | -4/+4 | |
| | | | ||||||
| * | | Changed configuration documentation to no longer state it replaces a Set. | Timm | 2014-06-16 | 1 | -2/+2 | |
| | | | ||||||
| * | | Deprecate configurations and use allowed_tags and allowed_attributes on ↵ | Timm | 2014-06-16 | 1 | -99/+22 | |
| | | | | | | | | | | | | WhiteListSanitizer. | |||||
| * | | Made deprecation messages in sanitize_helper more clear. | Timm | 2014-06-16 | 1 | -3/+3 | |
| | | | ||||||
| * | | Completed integration of rails-html-sanitizer in SanitizeHelper. Deprecated ↵ | Timm | 2014-06-16 | 3 | -294/+19 | |
| | | | | | | | | | | | | protocol_separator accessors and bad_tags=. | |||||
| * | | Changed PermitScrubber's direction to bottom up to align better with ↵ | Timm | 2014-06-16 | 1 | -0/+1 | |
| | | | | | | | | | | | | Loofah's strip scrubber. | |||||
| * | | Now only requiring Loofah in the places where it is needed. | Timm | 2014-06-16 | 1 | -0/+2 | |
| | | | ||||||
| * | | Minor rewording in TargetScrubber documentation. | Timm | 2014-06-16 | 1 | -3/+3 | |
| | | | ||||||
| * | | Now returning html if html is blank? in FullSanitizer and ↵ | Timm | 2014-06-16 | 1 | -1/+3 | |
| | | | | | | | | | | | | WhiteListSanitizer. This means it'll return false if called with false, however that is not a valid use case. | |||||
| * | | Stylistic improvements. Some light documentation for remove_xpaths. | Timm | 2014-06-16 | 1 | -6/+8 | |
| | | | ||||||
| * | | Simplified the removal of xpaths in remove_xpaths. Added more tests for ↵ | Timm | 2014-06-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | remove_xpaths. | |||||
| * | | Fixed: added apostrophe to possessive noun. | Timm | 2014-06-16 | 1 | -1/+1 | |
| | | |