mercury
mercury copied to clipboard
Error rails mercury:install:images
While installing from head the error:
Could not find "ar_paperclip_image.rb" in any of your source paths. Your current source paths are:
.../vendor/bundle/ruby/2.0.0/bundler/gems/mercury-5f178716a420/lib/generators/mercury/install/images/templates
The problem appears to be fixed when making a copy and dropping the .erb in ar_paperclip_image.rb.erb
Could someone please fix this?
i am having the same issue, what did you do to fix it? i don't understand where do i have to copy this file "ar_paperclip_image.rb.erb" i will appreciate any help.
still getting this error...
I gave up and build something into the project by myself. Sorry can't help.
Somebody can help me I have the same issue and I want to find a fast solution?
...there is a file called "ar_paperclip_image.rb**.erb**" in the given source path.
renaming that file to "ar_paperclip_image**.rb**" leads to > Could not find "ar_paperclip_image.rb**.erb**".
run cp ar_paperclip_image.rb.erb ar_paperclip_image.rb
and you are good to go.