Configuring Ruby on Rails applications

To create a new Ruby on Rails application with IntelliJ IDEA 7.0.4 and Ruby plugin version 1.5:

  • In the New Project dialog, select "Create project from scratch"
  • Select "Ruby Module" in the module type list

  • Select a Ruby SDK in the SDK list.

If no Ruby SDK is displayed in the list, press "Configure...", press + button, select "Ruby SDK" from SDK type list and point to the location where a Ruby interpreter is installed on your machine.

  • Check "Rails" in the "Please select the desired technologies" list. If necessary, press "More..." button to specify additional options for creating a new Rails application.

  • Press Finish to complete the creation of a Rails application.

Labels

 
(None)