mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
9415935902f120a9bac0bfce7129725a0db38ed3
This consists of: * String#html_safe! a method to mark a string as 'safe' * ActionView::SafeBuffer a string subclass which escapes anything unsafe which is concatenated to it * Calls to String#html_safe! throughout the rails helpers * a 'raw' helper which lets you concatenate trusted HTML from non-safety-aware sources (e.g. presantized strings in the DB) * New ERB implementation based on erubis which uses a SafeBuffer instead of a String Hat tip to Django for the inspiration.
Description
No description provided
Languages
Ruby
97.9%
CSS
1.5%
HTML
0.5%