Skip to content

Commit

Permalink
Merge branch 'master' into change-job-queue-status-from-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
kaplanelad authored Feb 14, 2025
2 parents b6649ec + 1b58868 commit 2ce70c2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
* flatten (de)serialization of custom user claims. [https://github.com/loco-rs/loco/pull/1159](https://github.com/loco-rs/loco/pull/1159)
* Updated validator to 0.20. [https://github.com/loco-rs/loco/pull/1199](https://github.com/loco-rs/loco/pull/1199)
* Scaffold v2. [https://github.com/loco-rs/loco/pull/1209](https://github.com/loco-rs/loco/pull/1209)
* Fix generator Docker deployment to support both server-side and client-side rendering. [https://github.com/loco-rs/loco/pull/1227](https://github.com/loco-rs/loco/pull/1227)
* document num_workers worker configuration. [https://github.com/loco-rs/loco/pull/1242](https://github.com/loco-rs/loco/pull/1242)
* smoother model validations. [https://github.com/loco-rs/loco/pull/1233](https://github.com/loco-rs/loco/pull/1233)


## v0.14.1
Expand Down
4 changes: 2 additions & 2 deletions docs-site/content/docs/resources/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ flair =[]
<details>
<summary>How can I automatically reload code?</summary>

Try [cargo watch](https://crates.io/crates/cargo-watch):
Try [cargo watchexec](https://crates.io/crates/watchexec):

```
$ cargo-watch -x check -s 'cargo loco start'
$ watchexec --notify -r -- cargo loco start
```

Or [bacon](https://github.com/Canop/bacon)
Expand Down
3 changes: 2 additions & 1 deletion loco-new/base_template/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ target/
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

*.sqlite
*.sqlite
*.sqlite-*

0 comments on commit 2ce70c2

Please sign in to comment.