This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
rails
Watch
1
Star
1
Fork
0
You've already forked rails
mirror of
https://github.com/github/rails.git
synced
2026-04-26 03:00:59 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a5da48d231bf1e4041e149a8d052d8450e41a4e9
rails
/
activesupport
/
lib
History
Yehuda Katz
1c9de08734
Escape the file name (who knows when a "(" might appear in a filename!)
2010-02-27 12:18:28 -08:00
..
active_support
Escape the file name (who knows when a "(" might appear in a filename!)
2010-02-27 12:18:28 -08:00
active_support.rb
For performance reasons, you can no longer call html_safe! on Strings. Instead, all Strings are always not html_safe?. Instead, you can get a SafeBuffer from a String by calling #html_safe, which will SafeBuffer.new(self).
2010-01-31 19:39:13 -08:00