On Thu, Apr 21, 2011 at 9:53 AM, sol.manager <[email protected]> wrote:
> I should be more clear and state that I am using carrierwave 0.4.10 > which is supposed to work with Rails 2.x and is past the carrierwave > release that did have missing files. I built a blank Rails 3 app using > the 0.5x version and: rails g uploader Avatar command works in that > version. I think this might be a Rubygems or other sort of conflict?? > > You need to follow the instructions in their documentation for the version you are using. You're trying to run version 0.5 commands on a 0.4 install. https://github.com/jnicklas/carrierwave/tree/0.4-stable B. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

