How to remove list entry in the Rails App Settings Dialog

Hi
I have an entry in the 'rails application setting' dialog under 'rails template' drop down list that I wish to remove; does anybody know how this is done.
Thanks

0
4 comments

Please attach a screenshot

0
Avatar
Permanently deleted user

rails app.JPG
The file name is so long it has expanded the dialog box over 2500 px and has made using the dialog cumbersome.
Since this I have renamed all my templates to shorter names.  But I need to remove this one as even though this one is not selected the dialog is the size of the largest filename in the select box list which is this one.
Thanks
David

0

At current moment you cannot delete it using UI. But you can edit xml file with templates settings.
0. Quit from RubyMine
1. Go to configuration folder:

  • WinXP:
    C:\Documents and Settings\<user>\.RubyMine10\config
  • Vista:
    C:\Users\<user>\.RubyMine10\config

2. Open file .\options\rubysettings.xml
3. You need wizardRailsFacetTemplates option, e.g:

<option name="wizardRailsFacetTemplates">
       <array>
         <option value="http://github.com/inv/rails_templates/raw/master/inv_twitter.rb" />
       </array>
</option>





I've filed an issue about this usability problem - http://www.jetbrains.net/jira/browse/RUBY-4551

0
Avatar
Permanently deleted user

Hi
Thanks for the help
Regards
David

0

Please sign in to leave a comment.