Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

h() method does not return an html_safe String #1183

Closed
postmodern opened this issue Mar 25, 2013 · 0 comments
Closed

h() method does not return an html_safe String #1183

postmodern opened this issue Mar 25, 2013 · 0 comments
Milestone

Comments

@postmodern
Copy link
Contributor

Now that padrino 0.11.0 is using ActiveSupport::SafeBuffer, the h() method should return an html-escaped / html-safe String, so that it does not get escaped a second time when it is emitted in a view template.

WaYdotNET added a commit to WaYdotNET/padrino-framework that referenced this issue Mar 26, 2013
* upstream/master:
  have plugin generator respect root option
  Fix very strange bug with form_for and capture_html @ujifgc padrino#1177
  [padrino-core/rake] Adds lib as a load_path for rake tasks padrino#1185
  [form_helpers] Use count instead of size (Closes padrino#1184)
  [format_helpers] Mark escaped text as html_safe (Closes padrino#1183)
  Closes padrino#1179 for accidental appended extensions for js urls
  format activerecord migrate
  formatting activerecord migration test
  Thanks to @kenkeiter for bringing up the fact that http_router [is missing PATCH](https://github.com/joshbuddy/http_router/blob/master/lib/http_router/route.rb#L5).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants