docs
docs copied to clipboard
Documentation for Amber Framework
Crecto was removed from amber years ago at https://github.com/amberframework/amber/pull/1100.
For example, the docs show the controller: ```crystal class UserController < ApplicationController def index halt!(403, "Forbidden") if params[:user_id].nil? render "index.slang" end end ``` and says > A status code of...
Our guides have come a long ways but I still find grammatical and spelling mistakes when I read through them. Review and improve Amber Docs and Checkoff: GETTING STARTED --------------...
Hello team, I just found out that, when you create a scaffold/resource/route that contains "end" in the name, then the parsing of the routing file will fail next time. Basically,...
It would be nice if it would be documented how webpack can be replaced by something else in an application.
Hello ! Seems that i18n is not documented at all, from configuration (`config/i18n.cf` has good comments though) to view helpers (I got lucky by trying `= t("some_stuff")`).
The header link in the docs links to "Github" when it should be "GitHub". 
New awesome :sparkles: feature here: https://github.com/amberframework/amber/pull/996
Hi everyone, I was going through the docs trying to get my first Amber app off the ground. On trying to do a migration, I realized the suggested `date_time` alongside...
Currently the directory `.gitbook/` can't be removed without breaking GitBook syncing Related issues: - [Sync from GitBook to GitHub includes assets that shouldn't be included](https://gitbook.canny.io/feature-requests/p/sync-from-gitbook-to-github-includes-assets-that-shouldnt-be-included) - [Github sync does not...