After installing solidus as developer, the following command creates an application that's utilizing the code:
DB=postgresql bundle exec rake sandbox
this creates a sandbox directory in your ~/solidus directory. Can this sandbox be deployed to heroku?
I noticed that one needs to a) do a git init in that folder, b) add a .gitignore etc to even begin deploying that folder to heroku/
If one does end up deploying it to heroku, what security holes need to be capped before handing it to a customer in production mode?
Am I doing this the wrong way?
Motivation for this question: for someone modding solidus or an extension, the natural first parent application will be the ./sandbox/ application, simply because it's where the documentation points the reader at. So one of the motivations for me asking the question was to have some docco out there on the internet that helps folks considering pushing that folder to heroku