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

Key: RUBY-311
Type: Bug Bug
Status: Resolved Resolved
Resolution: Obsolete
Priority: Major Major
Assignee: Roman Chernyatchik
Reporter: Saqib Saleem
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Ruby

Rails context menu does not appear when trying to controllers, etc.

Created: 24 Feb 07 13:04   Updated: 17 Mar 07 18:57
Component/s: Rails
Fix Version/s: 0.2

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: IDEA 6.0.4, MacOSX 10.4.8, Java5

Build: 349
Severity: High


 Description  « Hide
When I create a rails project, change to the Rails view, I cannot right-click and get the context menu for new rails related components. The reasonable thing that comes up is for creating a new Ruby script.

 All   Comments   Work Log   Change History      Sort Order:
Oleg Shpynov - 02 Mar 07 14:19
Rails actions like generate controller etc are available only for rails module. And Rails view shows only rails modules.

Roman Chernyatchik - 03 Mar 07 15:24
Please expand rails module in your Rails View and right-click on Application / Controller / Model or Tests folder. If rails generators wouldn't appear in context menu than
1. check in module settings that our Ruby SDK is valid
2. try to execute
ruby script/generate
command for your rails application. If generators are available, then delete file ".generator" from you application content root and reload project.

Roman Chernyatchik - 17 Mar 07 18:57
It seems not a bug, but ruby/rails configuration problems.