The web, with simplicity. https://github.com/hanami/hanami
Go to file
Luca Guidi 98104ad086 Vendor PhantomJS 2.1.1 in our repository
As of today Travis CI supports PhantomJS 1.9.
Previously, the CI script (in `.travis.yml`) tried to fetch it before
each build.

But this is inefficient and the official channel of distribution for
PhantomJS ofter drops the connection and the build fails miseably.

When Travis CI will support PhantomJS 2.1 we can remove it and review
the CI setup again.
2016-10-20 12:13:06 +02:00
bin Revert "Require gems in bin/hanami file" 2016-07-22 15:45:50 +02:00
lib Cleanup Hanami module and add more tests 2016-10-18 16:07:32 +02:00
script Speedup CI 2016-10-20 11:00:32 +02:00
spec Use therubyrhino as JavaScript runtime for JRuby on Linux 2016-10-20 11:50:32 +02:00
test Remove Hanami::Loader 2016-10-14 15:02:17 +02:00
vendor Vendor PhantomJS 2.1.1 in our repository 2016-10-20 12:13:06 +02:00
.gitignore CLI: integration tests for `hanami console` 2016-09-27 15:04:36 +02:00
.rspec Restart 2016-09-22 17:48:58 +02:00
.rubocop.yml Integration tests for assets: CDN and Digest mode 2016-09-29 18:28:28 +02:00
.travis.yml Vendor PhantomJS 2.1.1 in our repository 2016-10-20 12:13:06 +02:00
CHANGELOG.md Prepare for v0.8.0 2016-07-22 19:47:08 +02:00
CONTRIBUTING.md Lotus => Hanami 2016-01-20 17:06:26 +01:00
FEATURES.md Prepare for v0.8.0 2016-07-22 19:47:08 +02:00
Gemfile Use therubyrhino as JavaScript runtime for JRuby on Linux 2016-10-20 11:50:32 +02:00
LICENSE.md Updated copyright to 2016 2016-01-01 01:41:22 +00:00
README.md README [ci skip] 2016-05-28 11:45:24 +02:00
Rakefile Hold global configuration via Hanami.configure 2016-10-03 22:39:55 +02:00
hanami.gemspec Ported `hanami assets precompile` to component based architecture 2016-10-05 14:37:52 +02:00

README.md

Hanami

The web, with simplicity.

Frameworks

Hanami combines small yet powerful frameworks:

These components are designed to be used independently or together in a Hanami application. If you aren't familiar with them, please take time to go through their READMEs.

Donations

You can give back to Open Source, by supporting Hanami development via a donation. 💚

Supporters

Status

Gem Version Build Status Coverage Code Climate Dependencies Inline docs

Contact

Rubies

Hanami supports Ruby (MRI) 2+

Installation

% gem install hanami

Usage

% hanami new bookshelf
% cd bookshelf && bundle
% bundle exec hanami server # visit http://localhost:2300

Please follow along with the Getting Started guide.

Community

We strive for a Community made of inclusive, helpful and smart people. We have a Code of Conduct to handle controversial cases. In general, we expect you to be nice with other people. Our hope is for a great software and a great Community.

Contributor Code of Conduct

As contributors and maintainers of this project, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities.

We are committed to making participation in this project a harassment-free experience for everyone, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, or religion.

Examples of unacceptable behavior by participants include the use of sexual language or imagery, derogatory comments or personal attacks, trolling, public or private harassment, insults, or other unprofessional conduct.

Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct. Project maintainers who do not follow the Code of Conduct may be removed from the project team.

This code of conduct applies both within project spaces and in public spaces when an individual is representing the project or its community.

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers.

This Code of Conduct is adapted from the Contributor Covenant, version 1.1.0, available from http://contributor-covenant.org/version/1/1/0/

Contributing

  1. Fork it ( https://github.com/hanami/hanami/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

How To Use Hanami HEAD

If you want to test Hanami HEAD to try a new feature or to test a bug fix here how to do:

git clone https://github.com/hanami/hanami.git
cd hanami && bundle
bundle exec hanami new --hanami-head=true bookshelf
cd bookshelf
vim Gemfile # edit with: gem 'hanami', path: '..'
bundle

Versioning

Hanami uses Semantic Versioning 2.0.0

Copyright © 2014-2016 Luca Guidi Released under MIT License This project was formerly known as Lotus (lotusrb).