Skip to content
Nick Sutterer edited this page Dec 15, 2015 · 5 revisions

14 Dec 2015

This is the first final release! 🎆 Changes worth mentioning are:

  • crud.rb is operation.rb.

  • We now use trailblazer-loader to explicitly load Trailblazer files. We use singular notation everywhere. This means, operations.rb is now operation.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 this

       undefined method `table_name' for NilClass:Class
    

    then you have to make sure you do not include Trailblazer::Operation::Controller::ActiveRecord into your controllers.

Clone this wiki locally