Defect #632
Theme discovery doesn't work under JRuby on Rails war structure
| Status: | New | Start date: | 2008-02-12 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | Ruby support | |||
| Target version: | - | |||
| Affected version: | devel | Resolution: |
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
Associated revisions
History
#1 Updated by Toshi MARUYAMA about 2 years ago
- Category changed from UI to Ruby support