The actual change here is to add some pieces to the Rail Tie to force Rails to load view templates even in API mode.
Most of the work in this patch is building out a set of test fixtures for Rails 5 in API mode. I ended up generalizing a lot of the components and moving them into the fixtures/ashared folder. For the tests themselves, I was able to reuse the Rails 5 ones with only a couple modifications.
The actual change here is to add some pieces to the Rail Tie to force Rails to load view templates even in API mode.
Most of the work in this patch is building out a set of test fixtures for Rails 5 in API mode. I ended up generalizing a lot of the components and moving them into the
fixtures/ashared
folder. For the tests themselves, I was able to reuse the Rails 5 ones with only a couple modifications.Fixes #687