If you intend to keep running on Rails 2, I recommend adding a version
requirement like '~> 0.4.5'. That will get you the latest point
releases in the 0.4.X branch, which will continue to be Rails2
compatible.
/Jonas
> --
> You received this message because you are subscribed to the Google Groups "carrierwave" group.
> To post to this group, send email to carri...@googlegroups.com.
> To unsubscribe from this group, send email to carrierwave...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/carrierwave?hl=en.
>
>
I do not see it like users getting left behind. CarrierWave 0.4 works
very well, and continuing to use it for Rails 2 applications isn't a
problem. Maintaining compatibility with both would be pretty annoying
for various reasons, which is why I chose to scrap Rails 2 support. If
you want the latest shiny toys, you're gonna have to upgrade, which
you probably should be doing anyway.
/Jonas
As for upgrading to Rails 3, I have a wide range of very rational
reasons why upgrading just wouldn't be prudent. It'd be considerably
easier to just maintain a fork of carrierwave with Rails 2
compatibility if need be.
Anyway, thanks again for the info and status update.
--
Kevin
/Jonas
--
Kevin
how about making this a self-contained part of the CarrierWave repo, as in:
require 'carrierwave/rails2'
we can then have this in its own folder, where it doesn't affect the
rest of the gem at all. That might give us the best of both worlds.
/Jonas