-
I have javascript, css and font assets placed in app/javascript/packs and images in app/javascript/images, both in several nested folders.
The images do not seem to get compiled. I wonder if I am s…
-
I get this error while starting the default project.
```
$ jets new project
$ cd project
$ jets version
1.0.9
$ jets server
127.0.0.1 - - [05/Nov/2018:17:36:34 +0000] "GET / HTTP/1.1" 500 18373…
-
looks like I needed to have postgresql installed locally on my mac (High Sierra 10.13.6 w/Xcode 9.4.1 w/devtools installed) in order to install the jets gem. should probably note this (and other possi…
-
Hi!
Is it possible to manage cookies from jets? Can't find any mention of cookies or sessions in the code.
By the way, awesome project!
-
Hey!
I'm having trouble configuring permissions for to perform a deploy to AWS. Can you add list of permissions required in the docs?
Thanks!
-
I followed the instructions for Mega Mode from https://blog.boltops.com/2018/11/03/jets-mega-mode-run-rails-on-aws-lambda
I created a new project, and then linked my rails project, watched jets pull …