Reputation: 826
From what I saw on their Github page, the Rails development team has been releasing Release Candidate versions since May, and the most recent tag is v3.1.0.rc6.
I found many comments on Google about new features, but almost no critiques or experience tails.
So, are you using Rails 3.1 already? If so, in production environments? And also, what has been your experience? Are there any gems that absolutely won't work with Rails 3.1?
I appreciate any comments/opinions!
Upvotes: 3
Views: 244
Reputation: 4113
Here is git issues for Rails 3.1: Rails 3.1 issues
you can check that it near to final realease :). As for me I use Rails 3.1 in my work. And we have some projects already in production mode. As for gems, so I havent met gems that do not completely work with Rails 3.1. But anyway you should use most fresh version of your favourite gems or use completely new ones. So have a try on Rails 3.1 - it is stable and have many awesome new features.
Upvotes: 2