Sinatra is a small, flexible web application framework and domain-specific language written in Ruby. It does not follow the typical model-view-controller pattern that is seen in other frameworks, such as Ruby on Rails. Instead, Sinatra focuses on quickly creating web-applications in Ruby with minimal effort.
Sinatra is a small, flexible web application framework and domain-specific language written in Ruby. It does not follow the typical model-view-controller pattern that is seen in other frameworks, such as Ruby on Rails. Instead, Sinatra focuses on quickly creating web-applications in Ruby with minimal effort.
To install rb19-sinatra, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb19-sinatra
To see what files were installed by rb19-sinatra, run:
port contents rb19-sinatra
To later upgrade rb19-sinatra, run:
sudo port selfupdate && sudo port upgrade rb19-sinatra
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.