You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File-> Project Structure-> Project (or use short key ⌘;) select ruby-2.4.5 from Project SDK dropdown(or create new one and your ruby if not present in dropdown). Click on Apply and then Ok buttons from right bottom corner of window
Make sure that you have frameworks detection enabled by default: File-> Project Structure-> Facets-> Detection Check Enable framework detection checkbox
Click on Event log from bottom right most corner of IntelliJ. It will open a window where you can see ```
Frameworks Detected
JRuby on Rails, JRuby frameworks are detected.
Configure
Click on configure and select all the checkboxes and click on Ok button
Add Run configuration and Run Bonnie
Click on Add configuration button from toolbar menu. Run/Debug Configuration will appear
Click on + and click on Rails from left pane.
From right pane change Unnamed to startbonnie. Select Environment as development
Check Run browser checkbox
Choose Ruby SDK: Check Other SDK radio button and select Ruby-2.4.5
Click on Apply and OK
Click on startbonnie green triangle icon. Bonnie rails server will start on localhost:3000