New Ruby on Rails Application With Existing Sources Wizard: Name and Location
See Also
In this panel of the New Ruby on Rails Application With
Existing Sources wizard, you must set the project folder
to an existing Ruby on Rails project. You can then set the
project name, and choose which Ruby interpreter and server to use.
You can change the interpreter and server
later using the project's Properties Manager.
You get to this panel by choosing File > New Project, and in the New Project wizard, selecting the category Ruby and the project type Ruby on Rails Application with Existing Sources.
The panel displays the following options:
- Project Folder. Specifies the folder for an existing Ruby on Rails application. If the application is not a Ruby on Rails application, you see a message in red at the bottom of the panel.
- Project Name. Specifies the name of the project, which is displayed in the Projects window.
- Ruby Platform. Select the platform you will use with the project from the drop-down list. If you want to use a platform other than what is displayed in the list, click the Manage button to open the Platform Manager.
- Server. Select the server you will use for the application.
- If Using JRuby:
- Add Rake Targets to Support App Server Deployment (.war).
Choose this option if you want to create a
.war
file so
you can deploy your application to an application server, such as
the GlassFish application server.
- See Also
- Working With NetBeans Ruby
- New Project Wizard
Legal Notices