learn-rails
learn-rails copied to clipboard
An example Rails 5.1 app to accompany the "Learn Ruby on Rails" book.
This PR regarding issue, https://github.com/RailsApps/learn-rails/issues/83 .
Learn Ruby on Rails: Book Two Version 4.2.0, 2 August 2017 The three sites suggested for pair programming seem dead or invalid. _Look for opportunities to pair program. It’s the...
In chapter 19, under the section 'Create a New Contact Page' there is a paragraph that says: "We've added the error_notification method which provides all the error handling." However, when...
Rails 5.2 beta is out and I tried generating the 'learn-rails' example application with Rails Composer. It fails because The file _/config/secrets.yml_ does not appear to exist. Note that Rails...
Bootstrap version 4 was released Jan 18, 2018. I should update 'learn-rails' example application to use Bootstrap version 4. Or not. Seems there are many other front-end frameworks that are...
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...
when i create new rails app it does not need `bundle install --path vendor/bundle` why this app ask me got this `bundle install --path vendor/bundle` i dont want to run...