If you get strange errors like
cannot remove Object::ViewTranslation
if you execute rake tasks, just install the mysql client library and everything works fine. At least for me.
I wrote about useful error messages before.
This post was filed under category english, coding and tagged rails, rake, error, message, mysql
Related Posts
- Deploying a Rails application on OpenSolaris with passenger aka modrails - A howto on how to deploy a Rails application on the latest OpenSolaris 2008.11 operating system with modrails aka passenger
- Russian technology - nginx config via 'nginx config generator' plus bonus: feed redirects for feedburner
- Usefull error messages - Part III - A collection of useful(or less) error messages. Part III.
- HTTP-Referer and redirect_to :back - Using redirect_to :back in Rails without HTTP referer is not supported by default. It's possible with this snippet of code