RM2 Beta 3: button to toggle between controller and action is not displayed
Hello,
I am testing RM2 and on some controller the button to toggle to the view is not displayed (see image). Is there a setup somewhere?
Thanks
Nicolas
Please sign in to leave a comment.
Hi Nicolas,
Does RubyMine treat your application as rails application? (Rails View will be disabled if it is not true)
Can you see it your class in Rails View somewhere under Controllers node?
Regards,
Oleg
Hello,
Yes my application is considered as a rails apps.
I have not time to do further testing but apparently this has to do with the fact that my controller has been modified. Try the following sequence.
- Open your project
- Edit one of your controller (you should see the buttons)
- Make a modification to the controller, save it and close the file
- Close RM
- Reopen RM
- Edit your controller (you should not see the buttons anymore for this controller
My configuation
- Mac OS X Snow leopard with Subversion as active CVS
Nicolas
Thanks for the scenario, I was able to reproduce this problem on my machine.
Cool, this is ma contribution to this version