amber
amber copied to clipboard
A Crystal web framework that makes building applications fast, simple, and enjoyable. Get started with quick prototyping, less bugs, and blazing fast performance.
### Description If I run an amber app with `process_count: 2` I get 3 processes. This is unexpected :sweat_smile: ### Steps to Reproduce 1. Run an amber app with `process_count:...
https://docs.amberframework.org/amber/guides/controllers/flash#flash-now Calling flash.now["blabla"] gives a compile error : 'undefined method 'now' for Hash(String, String)' Calling flash.now "key", "value" compiles but doesn't do anything and nothing gets returned in the logs...
### Description The `--recipe` flag doesn't seem to work. I've tried with github user/repo fragment, full github URL, a URL to a github release zip and even a local checkout...
### Abstract The current recipes implementation means that each recipe needs to provide app, controller, model and scaffold templates. There are 2 main disadvantages to this - lots of duplication...
### Description of the Change ### Alternate Designs ### Benefits ### Possible Drawbacks
Some projects choose to not unit tests (specs) or use a third party option rather than Amber's build in spec system. It would be nice to have an option in...
GitHub added a new Security Tab that has tools for discussing security issues and publishing a disclosure policy (See: https://github.com/amberframework/amber/security/policy). It provides a template and the tools necessary to setup...
It seems that Amber currently lacks a default convention for caching/versioning bundled assets as well as referencing those cached assets from views (think sprockets in rails). Since Amber already relies...
### Submitting questions it would be great if we implemented parsing nestled query, ### Versions 0.9
`amber g controller Post` will create `src/controllers/post.cr` `amber d controller Post` should delete `src/controllers/post.cr` Do the same for scaffolding and the rest of the generators.