Ruby on Rails Project Properties: Rails Options
See Also
Use this dialog box to set Rails options for a Ruby on Rails project. You open the dialog box by right-clicking the main project node in the Projects window, choosing Properties, and then clicking the Rails node in the Project Properties dialog box
You can set the following options:
- Configuration. Specifies a name for the set of options you specify in this dialog box. If you want to use different configurations of settings with the project, such as a different port number and set of Rake arguments, you can give a configuration a name and use the drop-down list to quickly change configurations.
- Server Port Number. Specifies the port number to use to access the running application on the server.
- Encoding. Sets the character encoding for your application, which is used by the IDE when writing files to disk. The default encoding is utf-8.
- Rake Arguments. Passes custom flags to Rake when run from the IDE.
- See Also
- Working With NetBeans Ruby
Legal Notices