scalatra-website icon indicating copy to clipboard operation
scalatra-website copied to clipboard

Source code for scalatra.org

Results 14 scalatra-website issues
Sort by recently updated
recently updated
newest added

I stumbled on some older documentation and it doesn't refer to the right command. It seems g8 will always generate the latest template so the command needs to be updated...

good first issue

I recently committed some broken version of the website and it deployed and the site stopped wroking entirely. It would have been useful to get a notification about that and...

On the http://scalatra.org/guides/ page, there's a link for scaladoc for 2.7. Currently, it's set to: http://javadoc.io/doc/org.scalatra/scalatra-unidoc_2.12/2.7.0 but I think it should be set to scalatra-unidoc_2.13

hugo serve is not showing me anything when I click on the scalatra-website top links (master branch)? hugo version: v0.62.2/extended darwin/amd64 v0.36.1, but it didn't work too Hugo v19.0 is...

Basically, Heroku requires a standalone deployement+some extra features. In the Heroku docs, there is some duplication of the standalone docs (e.g. the JettyLauncher). ideally, all this standalone information should just...

We are working on creating Scalatra 2.6 guides on the [scalatra-2.6](https://github.com/scalatra/scalatra-website/tree/scalatra-2.6) branch. This issue shows progress of that work. ## Outlook - [x] Philosophy ## Development ### HTTP - [x]...

Hi, Can I add form-binder's integration and usage doc into the guide? [Form-binder](https://github.com/tminglei/form-binder) is a micro data binding and validating framework, very easy to use and hack. With it, we...

There are a number of things we could document better in the [Standalone Deployment page](http://scalatra.org/2.2/guides/deployment/standalone.html). - merge strategies to avoid conflicts with about.html etc - set the 'mainClass in assembly'...

The key to override it is explained at http://scalatra.org/2.2/guides/deployment/standalone.html. We should better explain its requirements: - implements LifeCycle - has public, no-arg constructor so it can be instantiated through reflection