You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed the plugin along with the attachment_fu plugin and the googlecharts gem. Everything was running fine until I ran rake db:migrate_plugin. An error showned up indicating the following:
rake aborted!
no such file to load -- mini_magick
I traced the problem and fixed the issue by commenting the line #7 of the init.rb file.
Seraf
The text was updated successfully, but these errors were encountered:
Hi!
I installed the plugin along with the attachment_fu plugin and the googlecharts gem. Everything was running fine until I ran rake db:migrate_plugin. An error showned up indicating the following:
rake aborted!
no such file to load -- mini_magick
I traced the problem and fixed the issue by commenting the line #7 of the init.rb file.
Seraf
The text was updated successfully, but these errors were encountered: