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 The benchmark did not complete see https://www.techempower.com/benchmarks/ at the bottom of the list. It would be great to get this running again for the next round.
### Description When trying to create a `_test` database using a docker-compose service based project that is supplying a DATABASE_URL environment variable to the service, it does not create a...
### Description of the Change I was getting incorrect decoding of UTF-8 characters in a Flutter application pulling data from an Amber web application that contained text strings with accented...
### Description Chromium Browser doesn't update the code changes in `main.js` or `main.scss` ### Steps to Reproduce 1. `amber watch` 2. Open http://0.0.0.0:3000/ in Chromium Browser 2. Change `$primary` in...
### Description Document all of the amber codebase to be compatible with `crystal docs` and generate a nice web api page ### Steps to Reproduce Not applicable (feature request) ###...
### Description Enable browser to cache assets using the Cache manifest in HTML5 The cache manifest in HTML5 is a software storage feature which provides the ability to access a...
### Description With the default setup of a brand new Amber and an example scaffold, it creates the application.cr to look like this ### Steps to Reproduce ```crystal require "jasper_helpers"...
### Description When I try to create an *api-only* app using newly introduced `--minimal` flag, it still creates the full app. ### Steps to Reproduce ```shell amber new myapp --minimal...
### Description of the Change Fixes: https://github.com/amberframework/amber/issues/555 See previous change: https://github.com/amberframework/amber/pull/574 Builds upon @JoshJuncker's port of @paulcsmith's work of the [Lucky::AssetHelpers](https://github.com/luckyframework/lucky/blob/master/src/lucky/asset_helpers.cr). All credit to him for the original concept (I've...
### Description Just unusual behavior with render partials and views in deep subfolders - we need to specify full path from project root ### Steps to Reproduce 1. Just create...