simoncal-saas

Results 4 issues of simoncal-saas

SimpleForm gem was removed and replaced with Rails 5.1 form_with in Book Two Version 4.1.0, Yet, SimpleForm and error_notification method still appear multiple times throughout the book.

Refer to Book II Version 4.1.0, Chapter 24, Testing/Run Tests/troubleshooting. To fix subject error, following statement should be added to **learn-rails/test/test_helper.rb**: **require "minitest/rails/capybara"** Issue also applicable to Application (Code) V4.1.0.

Re: Chapter 19, Section "Adding a Form to the Contact Page". Error encountered and recorded in /app/log/development.log: ActionView::Template::Error - wrong number of arguments (given 1, expected 0): actionview (5.1.2) lib/action_view/helpers/form_helper.rb:715:in...

In Book 2 Version 4.1.0, 3 July 2017, below console log has several inconsistencies compared with my own result, noted in **bold**: Console log in section "Test the Application" after...