Feature #11084
Update rails to 3.2.5
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Rails support | |||
Target version: | 2.0.2 | |||
Resolution: | Fixed |
Description
Rails 3.2.5 has been released. Gemfile should be updated
Associated revisions
Renamed #changes association to #filechanges (clash with AR::Base.changes that triggers errors with Rails 3.2.5).
Renamed #changes association to #ticket_changes.
Fixed argument to repository_path that triggers an error with Rails 3.2.5.
Test failure due to a regression in Rails 3.2.5.
Rails 3.2.5 compatibility.
Upgrade to Rails 3.2.5 (#11084).
History
#1
Updated by John Yani over 8 years ago
BTW, it should be
gem 'rails', '~> 3.2.5'
#2
Updated by Jean-Philippe Lang over 8 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
#3
Updated by Jean-Philippe Lang over 8 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.