Tagged Questions
2
votes
3answers
953 views
Using Erubis 2.6.2 with Rails 2.2.2 is incompatible?
Supposedly installing erubis is as simple as:
gem install erubis
# And in environment.rb:
require 'erubis/helpers/rails_helper'
But I haven't found this to be so. Note that there are no evident ...