Sha256: b8297d2b30eb902f1849919674337ab3971a2276c490ad92c12d2abc4642779c
Contents?: true
Size: 1.55 KB
Versions: 1
Compression:
Stored size: 1.55 KB
Contents
[gem]: https://rubygems.org/gems/dry-web [travis]: https://travis-ci.org/dry-rb/dry-web [codeclimate]: https://codeclimate.com/github/dry-rb/dry-web [inchpages]: http://inch-ci.org/github/dry-rb/dry-web/ # dry-web [![Join the chat at https://gitter.im/dry-rb/chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dry-rb/chat?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Gem Version](https://badge.fury.io/rb/dry-web.svg)][gem] [![Build Status](https://travis-ci.org/dry-rb/dry-web.svg?branch=master)][travis] [![Code Climate](https://codeclimate.com/github/dry-rb/dry-web/badges/gpa.svg)][codeclimate] [![Test Coverage](https://codeclimate.com/github/dry-rb/dry-web/badges/coverage.svg)][codeclimate] [![Inline docs](http://inch-ci.org/github/dry-rb/dry-web.svg?branch=master&style=flat)][inchpages] ## Tools dry-web is composed from the following libraries: * [roda](http://roda.jeremyevans.net) * [dry-component](https://github.com/dry-rb/dry-component) * [dry-view](https://github.com/dry-rb/dry-view) * [dry-transaction](https://github.com/dry-rb/dry-transaction) ## 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.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dry-web-0.1.0 | README.md |