RubyMine
 
Get RubyMine

Tutorial: Run a Sinatra application

Last modified: 11 February 2024

Sinatra is a library for creating web applications. RubyMine allows you to run a Sinatra application directly as a Ruby script or by using the dedicated Rack run/debug configuration if you are using the rackup tool.

In this tutorial, we'll show you how to run the sample Sinatra application in RubyMine directly as a Ruby script, how to run the application by using the rackup tool, and how to configure additional running options using run/debug configurations.