Actions
Defect #632
closedTheme discovery doesn't work under JRuby on Rails war structure
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Ruby support
Target version:
-
Start date:
2008-02-12
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
themes.rb makes an assumption that the themes css files will be located in the public folder which is at the same level as the app folder. However, in a JRuby on Rails war structure, the public files are actually located in the root of the WAR, whereas most of the other rails app components are under \WEB_INF.
A workaround is to copy the themes folder into \WEB_INF\public which allows the theme discovery to work.
Related issues
Updated by Toshi MARUYAMA over 13 years ago
- Category changed from UI to Ruby support
Actions