This is a product being built by the Assembly community. You can help push this idea forward by visiting https://assembly.com/forking-recipes.
Assembly products are like open-source and made with contributions from the community. Assembly handles the boring stuff like hosting, support, financing, legal, etc. Once the product launches we collect the revenue and split the profits amongst the contributors.
Visit https://assembly.com to learn more.
Container setup
fig build
fig up
Just like on your local, run your setup commands.
fig run web rake db:setup
fig run web rake db:setup RAILS_ENV=test
Speed up your development workflow by running guard. Currently uses guard livereload.
fig run web guard
Use boot2docker ip
to get the ip of your web container and then go to containerip:3000 in your browser.
Run your tests!
fig run web rspec