This is the sample application for the RubyConf Au 2016 Trailblazer workshop.
The app is Open Source. https://github.com/apotonick/trb-cart
Creating Trailblazer and working on all the involved gems over the past 10 years has consumed an incredible amount of my time. I loved and still love every minute of it but a way to support that is purchasing a copy of the book.
Thanks so much!
config/database.yml
to reflect your environment, then:
rake db:create
rake db:migrate
This is a Ruby on Rails application. Start the server with rails server
.
rake assets:precompile
RAILS_SERVE_STATIC_FILES=true RAILS_ENV=production rails s
(Thanks @fernandes!)