Tagged Questions
2
votes
1answer
438 views
Ruby on Rails: What are Erubis' disadvantages and why isn't it packaged with Rails by default? How to set it up?
I just discovered Erubis, a replacement for the default view renderer for Ruby on Rails. However, from what I can tell from reading about it, it's superior across the board.
It is much faster.
It has ...
1
vote
1answer
483 views
Rails 2.3.5 with rails_xss escaping content_for yielded content
Just upgraded Rails to 2.3.5 to get the lovely looking rails_xss plugin but I've noticed one big issue with it. Any content_for blocks are escaped when yielded.
I've tried hacking it around by doing ...