According to the site, I guess we still support 1.8.2. "We recommend
Ruby 1.8.5 for use with Rails. Ruby 1.8.4 and 1.8.2 are still usable
too, but version 1.8.3 is not."
According to the site, I guess we still support 1.8.2. "We recommend
Ruby 1.8.5 for use with Rails. Ruby 1.8.4 and 1.8.2 are still usable
too, but version 1.8.3 is not."
Debian is also almost comically behind with some packages :). 1.8.2
came out a long time ago now...
> When I resolve #8396 locally, Rails works perfectly for me on Debian. It
> works, so why drop support for it?
If we can maintain support for old releases without jumping through
too many hoops, I can't see why we would either. Of course, 'too many
hoops' is bound to be subjective and controversial, but we'll probably
know it when we see it.
--
Cheers
Koz
Indeed. There are some reasons why you probably want the latest patch
release of 1.8.6 on your production system right now, or at least
1.8.5, even if you can make Rails work on 1.8.2. A lot of stuff
happened in both the interpreter and (especially) standard libraries
since three years ago.
--
Alex
All true. I'm not planning to deploy to Debian/1.8.2 for the rest of my life. I was just stating how Rails edge, from my experience, works very well on Ruby 1.8.2 without jumping through hoops, and that it would be a shame if only one minor component (the logger) would prevent this.