Original author(s) | Blake Mizerany |
---|---|
Developer(s) | Konstantin Haase |
Initial release | 9 September 2007 |
Stable release |
2.0.0 / 7 May 2017
|
Repository | github |
Written in | Ruby |
Operating system | Cross-platform |
Type | Web application framework |
License | MIT License |
Website | www |
Sinatra is a free and open source software web application library and domain-specific language written in Ruby. It is an alternative to other Ruby web application frameworks such as Ruby on Rails, Merb, Nitro, and Camping. It is dependent on the Rack web server interface. It is named after musician Frank Sinatra.
Designed and developed by Blake Mizerany, Sinatra is small and flexible. It does not follow the typical model–view–controller pattern used in other frameworks, such as Ruby on Rails. Instead, Sinatra focuses on "quickly creating web-applications in Ruby with minimal effort."
Some notable companies and institutions that use Sinatra include Apple,BBC, the British Government's Government Digital Service,LinkedIn, the National Security Agency,Engine Yard, Heroku, GitHub, and Songbird.Travis CI provides much of the financial support for Sinatra's development.
Sinatra was created and open-sourced in 2007.