History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RUBY-286
Type: Sub-task Sub-task
Status: Open Open
Priority: Normal Normal
Assignee: Roman Chernyatchik
Reporter: Michael Klishin
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Ruby
RHTML Support (RUBY-199)

Files in ActionView helpers like javascript_include_tag should be checked for existence under public directory.

Created: 12 Feb 07 23:39   Updated: 27 May 08 23:47
Component/s: Highlighting
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Severity: Medium


 Description  « Hide
It would be nice to have IDEA Ruby checking file specified in ActionView tag helpers (javascript_include_tag, etc) that target files under /public/ for existence (so you can't mispell).

 All   Comments   Work Log   Change History      Sort Order:
Michael Klishin - 07 Sep 07 21:48
Please read this page before moving on with implementation.

http://caboo.se/doc/classes/ActionView/Helpers/AssetTagHelper.html

Rails has helpers to point to javascript files location, images, stylesheets, etc.