Ramverk

Ramverk is a web application framework written in Ruby.

The goal of Ramverk is to keep the core framework as neat as possible and only include basic functionality like logging, constant autoloading. We rather add, than remove, functionality.

Inspirations

  • Ruby on Rails
  • Phoenix Framework
  • Hanami
  • Sinatra

Status

Under development, not ready for prime-time just yet.

Build Status codecov

Installation

Ramverk supports Ruby (MRI) 2.6+ and JRuby 9.2+

$ gem install ramverk

Usage

$ ramverk new petstore
$ cd petstore && bundle && ramverk server

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/sandelius/ramverk. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.