Re: [Rails] My program does not work after adding helpler

2015-11-02 Thread Colin Law
On 2 November 2015 at 02:15, James Harold wrote: > I have just gotten to Chapter Four of Michael Hartl's Ruby on Rails > Tutorial, and I can't seem to get the program to work after adding a helper You have not shown us the error. Copy/paste the output showing the error from the server window, in

[Rails] My program does not work after adding helpler

2015-11-01 Thread James Harold
I have just gotten to Chapter Four of Michael Hartl's Ruby on Rails Tutorial, and I can't seem to get the program to work after adding a helper to the program. Here is the code from the files. static_pages_controller_test.rb require 'test_helper' class StaticPagesControllerTest < ActionControl