RubyMine: Creating and Running Your First Rails Application

preview_player
Показать описание
In this video, we'll show you how to create and run the simple Rails application in #RubyMine:
- 0:53 - Create a new Rails application
- 2:57 - Run the application
- 3:30 - Create a controller and view
- 3:59 - Open the view page from the editor

Join us:

#jetbrains #rubymine #ruby #rails
Рекомендации по теме
Комментарии
Автор

Thanx for this quick tutorials for Ruby on Rails Hello World app. For a quick starting point very good!

hindermath
Автор

Why go against the naming convention for WelcomeController (no plural)?

mrmanyouare
Автор

Minor info: I previously installed Node.js via the MSI windows installer and got a npm not found error message. Turned out the Node.js installer hadn't edited the Path environment variable. If someone bumps into this issue, you can manually add the node.js location to the Path environment variable (default is C:\Program Files\nodejs), restart Rubymine and have this issue solved.

javert