-
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.rbisoperation.rb. -
We now use trailblazer-loader to explicitly load Trailblazer files. We use singular notation everywhere. This means,
operations.rbis nowoperation.rb.Note that the loader gem works with Grape, Lotus, and Roda, etc., too.
-
We don't use
Operation::Controller::ActiveRecordanymore. If you get exceptions like thisundefined method `table_name' for NilClass:Classthen you have to make sure you do not include
Trailblazer::Operation::Controller::ActiveRecordinto your controllers.