Press Ctrl+E to see the list of recent files. We will start with the Switcher: press Ctrl+Tab to show the list of all tool windows and open files, and then, keeping the Ctrlkey pressed, use Tab or arrow keys to scroll to the component you want to go to. To access it, click the tool windows bar icon or press Alt+1: It shows your project as a tree of files and directories.
The essential tool for project elements overview is the View | Tool Windows | Project tool window. Use the Toolbar icon on the top right to search everywhere: SEARCH FOR PROJECT ELEMENTS With RubyMine you can search for any class, file, action or even an IDE setting with the only one action. Searching is for sure the most familiar and necessary option that is used for quick navigation. They will help you not to get lost and will also increase your productivity.
#RUBYMINE DOWNLOAD MAC HOW TO#
Now when you know how to start working with, populate and run your project, it’s time to look at RubyMine navigation features. You can also debug in console or remotely. CoffeeScript support includes debugging as well. For example, you can run and debug your JavaScript files. RubyMine has a lot of running and debugging options. Read more about running and debugging in RubyMine. In all these cases, you need a special profile, or a run/debug configuration, which defines the script name, working directory, environment variables, and other vital execution configurations. You may need to run or debug a Ruby or Rails script, a Rake task, or a test scenario. Ruby on Rails is all about getting a working application as early as possible.
#RUBYMINE DOWNLOAD MAC GENERATOR#
RubyMine does the rest: creates files by templates with some initial source code, or runs the selected generator in the console, and produces the complete structure of files and directories.įor Rails applications you can select Tools | Run Rails Generator… or press Ctrl+Alt+G to create a model, controller, scaffold, and much more: Select the element of your choice and enter its name. Adding new files, directories, or Rails elements to your project is just a snap: select File | New… from the main menu or New from the context menu of the Project Tool Window.