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

The current authentication provided by the generator is too basic. The current auth uses the user_id as the session ID. Let's improve the generator to do the following: - If...

When using the `api` generator like: ```bash amber g api examplething name:string ``` Everything generates properly, however when you run the tests you'll get errors like: ```bash response = subject.get...

I'm not 100% certain on the steps, but I use CircleCI for my full-time job and I'm FAR more familiar with it and how to make it work. - PR's...

### Description Amber has some lingering resources that are forks from 3rd party shards. It's time to switch back to using the shards that have been moved into the Amber...

In the Amber shard file, we still rely on `yaml_mapping` which is a shard created to maintain the deprecated `YAML.mapping` functionality that was moved into `YAML::Serializable` in the std lib....

### Description The Tests are failing in Github Actions because of a Redis configuration issue. Also, the full test suite is not properly configured. The granite test suite against pg,...

When generating an API only resource, it generates the files for the model and the controller, but in the `spec` folder, it only generates specs for the model, not the...

**Description:** I am experiencing issues when trying to use the Amber Framework on the Windows platform. Although Crystal can now be compiled on Windows, Amber Framework still faces some challenges....

Previously with respect, I would like to submit some of the obstacles that I experienced during the installation of the amber framework, the problem that I experienced was when building...

### Description Amber have a lot of dependencies, this wouldn't be so bad if the projects that depends on it wouldn't need to carry this dependency burden, like always depend...