Actions
Feature #11084
closedUpdate rails to 3.2.5
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Description
Rails 3.2.5 has been released. Gemfile should be updated
Updated by John Yani over 12 years ago
BTW, it should be
gem 'rails', '~> 3.2.5'
Updated by Jean-Philippe Lang over 12 years ago
- Tracker changed from Defect to Feature
- Target version set to 2.0.2
There are failures/errors with Rails 3.2.5, I'm working on it. But we can't just upgrade the Gemfile.
I've also filled a bug for something that looks like a regression: https://github.com/rails/rails/issues/6609
Updated by Jean-Philippe Lang over 12 years ago
- Category set to Rails support
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
2.0-stable upgraded to Rails 3.2.5.
Actions