This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
rails--rails
Watch
1
Star
0
Fork
You've already forked rails--rails
0
mirror of
https://github.com/rails/rails.git
synced
2022-11-09 12:12:34 -05:00
Code
Releases
Activity
6ad58676ec
rails--rails
/
actionview
/
test
/
fixtures
/
ruby_template.ruby
3 lines
66 B
Text
Raw
Normal View
History
Unescape
Escape
Make ActionView frozen string literal friendly. Plus a couple of related ActionPack patches.
2017-06-20 08:20:04 -04:00
body = "".dup
Move template tests from actionpack to actionview
2013-04-16 18:06:11 -04:00
body << ["Hello", "from", "Ruby", "code"].join(" ")
Copy permalink