https://github.com/vikdotdev/bookshelf
Hanami example app
https://github.com/vikdotdev/bookshelf
Last synced: 3 months ago
JSON representation
Hanami example app
- Host: GitHub
- URL: https://github.com/vikdotdev/bookshelf
- Owner: vikdotdev
- Created: 2022-12-17T19:38:28.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-18T16:47:33.000Z (over 2 years ago)
- Last Synced: 2025-02-18T15:03:26.000Z (3 months ago)
- Language: Ruby
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bookshelf
# Useful Links
## Adding a gem as a provider for dry-system
https://github.com/okuramasafumi/alba/pull/274/files## Adding exception handler
https://ruby.social/@solnic/109397645329387276# Issues
Pry does not work with code-reloading. This is probably due to guard not working properly or guard-puma.- Pry @ shown invalid code environment with hanami c
# Improvements
- app.rb allow multiple environments per block# Questions
- What is the rationate behind Zeitwerk loading shallowly from /lib?