-
Notifications
You must be signed in to change notification settings - Fork 60
Things You Should Know
Nick Sutterer edited this page Jan 14, 2015
·
11 revisions
This page lists steps you shouldn't forget to set up your own Trailblazer app. As this is still in flux, these steps are not documented in the book, yet.
- Include the Trb railtie for CRUD autoloading. https://github.com/apotonick/gemgem-trbrb/blob/748828cf530ba324a45d67ca55a98e6069cc4960/config/application.rb#L30
- Make sure your Trb initializer loads
trailblazer/autoloading
. https://github.com/apotonick/gemgem-trbrb/blob/748828cf530ba324a45d67ca55a98e6069cc4960/config/initializers/trailblazer.rb#L6