GitXplorerGitXplorer
r

bookshelf

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
deda118442e8cb872577037e365809d4fbab3b5f

create actions by generator and learn how to test it

rrands0n committed 6 years ago
Unverified
1121d54094b8b57d55586b87cd8f4a03422a986b

create a basic welcome message controller and action to understand hanami architecture

rrands0n committed 6 years ago
Unverified
c929be16f35e9da46059cdd69918b2bb8c8faa1c

Initial commit

rrands0n committed 6 years ago

README

The README file for this repository.

Bookshelf

Welcome to your new Hanami project!

Setup

How to run tests:

% bundle exec rake

How to run the development console:

% bundle exec hanami console

How to run the development server:

% bundle exec hanami server

How to prepare (create and migrate) DB for development and test environments:

% bundle exec hanami db prepare

% HANAMI_ENV=test bundle exec hanami db prepare

Explore Hanami guides, API docs, or jump in chat for help. Enjoy! 🌸