-
Hi,
~I'm trying to generate my first lumber project following the steps shown on your website or trought lumber generate CLI command~. (Solved by upgrading mysql from 5.7 to 8)
I now try to fini…
-
```
$ lumber generate -c mongodb://localhost/data Proj
? What's the database schema? [optional]
? Does your database require a SSL connection? No
? What's the IP/hostname on which your applicat…
-
I'm using ruby 2.5.1 and it seems I get new warnings I didn't have before. Any idea how to get ride of those?
```
/Users/daniel/.rvm/gems/ruby-2.5.1/gems/forest_liana-2.8.2/app/serializers/forest_…
ghost updated
5 years ago
-
Add command to regenerate models.
-
## Expected behavior
When applying filters in charts in the dashboard or when searching for data in the Data tab, the data is correcty filtered
## Actual behavior
The filters are not being ap…
-
Hi there,
I just wanted to try to register and use Forest Admin. I used the signup form, entered my info, and actually entered the admin panel (didn't receive any e-mail for that). I tried to use the …
-
Hi, when i try to config forest like that :
```
'use strict';
const Liana = require('forest-express-mongoose');
const Debug = require('debug')
const debug = Debug(('app:config:functions:fore…
-
## Expected behavior
`lumber update` should update the app models
## Actual behavior
`lumber update` crashes.
## Failure Logs
```
> Cannot connect to the database due to the following …
Ni0rd updated
5 years ago
-
### What happen
Using the option `--email` with an email different than the one use in lumber login (I think lumber login is the old version) ignore the email, does not ask password and create the pr…
-
## Expected behavior
I would expect that mongoose hooks are executed, eg `pre('save', ...`
## Actual behavior
When saving a document through the forest admin interface, the document is update…