amber icon indicating copy to clipboard operation
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.

Results 71 amber issues
Sort by recently updated
recently updated
newest added

### 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:...

kind:bug
status:help-wanted

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...

status:help-wanted
status:needs-more-details
kind:good-first-issue
status:investigate

### 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...

kind:bug
status:help-wanted
status:needs-more-details

### 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...

kind:enhancement
status:help-wanted
status:wip

### 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...

status:help-wanted
kind:optimization

### Submitting questions it would be great if we implemented parsing nestled query, ### Versions 0.9

kind:feature

`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.

kind:enhancement
kind:cli