-
Notifications
You must be signed in to change notification settings - Fork 60
The Book CHANGES
Nick Sutterer edited this page Dec 15, 2015
·
5 revisions
This is the first final release! 🎆 Changes worth mentioning are:
-
crud.rb
isoperation.rb
. -
We now use trailblazer-loader to explicitly load Trailblazer files. We use singular notation everywhere. This means,
operations.rb
is nowoperation.rb
.Note that the loader gem works with Grape, Lotus, and Roda, etc., too.
-
We don't use
Operation::Controller::ActiveRecord
anymore. If you get exceptions like thisundefined method `table_name' for NilClass:Class
then you have to make sure you do not include
Trailblazer::Operation::Controller::ActiveRecord
into your controllers.