Anyone using Litestack + SQLite in Production
How's it going? Any gotcha's worth sharing? Any special configs to getting it set up with hatchbox?
I'm not sure if anyone's using Litestack, but SQLite is ready to go. You'll just want to set the SQLite database location to the shared directory so it isn't lost between deploys. I think Rails has changed it's default location to /storage which is automatically symlinked on deploy (just make sure the folder is not in your repo), so it may be good to go as-is.