My guess is that they don't require it as it's only used when converting ERB to HAML. I'd suggest just installing it yourself and creating a ticket for them to add it to the documentation.
task backup:db
the password parameter sent to mysqldump should be quoted (single quotes). otherwise special characters like '$' will not work correctly
Hi Joel,
It appears it's actually HAML that is requiring erubis, as seen here: http://github.com/nex3/haml/blob/master/lib/haml/html/erb.rb#L2
My guess is that they don't require it as it's only used when converting ERB to HAML. I'd suggest just installing it yourself and creating a ticket for them to add it to the documentation.
Thanks,
Tristan