Feature #20366
closedupgrade jquery-rails to 4.0
0%
Description
Hi,
I maintain redmine on debian, and there we are moving to jquery-rails 4.0. It would be really nice if redmine could also update to jquery-rails 4.0. Looking at the changelog, there is not a significant difference between 3.1 and 4.0, so this move shouldn't be a problem.
I am attaching a trivial patch that does this.
Files
Updated by Toshi MARUYAMA over 9 years ago
- Tracker changed from Patch to Feature
- Subject changed from please upgrade jquery-rails to 4.0 to upgrade jquery-rails to 4.0
I think js is needed to upgrade too.
source:tags/3.0.4/public/javascripts/jquery-1.11.1-ui-1.11.0-ujs-3.1.3.js
Updated by Antonio Terceiro over 9 years ago
is there a reason why redmine is carrying its own embedded copy of jquery and jquery-ui instead of relying on the one that jquery-rails already provides?
Updated by Toshi MARUYAMA over 9 years ago
AFAIK, Redmine disables asset pipeline (#13927#note-2).
Updated by Go MAEDA over 7 years ago
- Category set to Gems support
- Status changed from New to Resolved
- Target version set to 4.0.0
- Resolution set to Fixed
Redmine 4.0.0 will use latest jquery-rails gem.
Updated by Jean-Philippe Lang over 7 years ago
- Status changed from Resolved to Closed
- Target version deleted (
4.0.0) - Resolution deleted (
Fixed)
jquery-rails won't be no longer used in Redmine 4 as Rails does not rely on jquery for its UJS any more.
The gem dependency is removed in r16850.
Updated by Jean-Philippe Lang over 7 years ago
As Redmine 3.4 bundles jquery-ujs, we could simply remove the gem dependency in 3.4. Would it help?