Re: hosting embedded Jetty .jars

2016-12-23 Thread Dearg OBartuin
Dan, Heroku does support self contained jar files. You will need to install the Heroku CLI tool if you haven't already. heroku plugins:install heroku-cli-deploy Then run the following, relevant to your application. heroku deploy:jar target/my-app.jar --app sushi You can then put any

Re: Autocomplete slow on Heroku

2016-06-15 Thread Dearg OBartuin
Changing Like ? or like ? to ILIKE ? fixed a problem i was having with Heroku. Turns out this is a good reason why using PG in development and production is a good idea. In my instance Rails is database agnostic to setup is actually pretty easy. If anybody else plans to do this bare in mind on