dry-web Join the chat at https://gitter.im/dry-rb/chat

Gem Version Build Status Code Climate Test Coverage Inline docs

Tools

dry-web is composed from the following libraries:

LICENSE

See LICENSE.txt file.

Development

To run the specs make sure the dummy app uses proper db configuration spec/dummy/config/application.yml. Also you need to run the migrations, do following:

  $ cd spec/dummy
  $ bundle install
  $ rake db:migrate

After that you can run the specs from dry-web root:

  $ bundle exec rspec

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/dry-rb/dry-web.