Displaying 1 result from an estimated 1 matches for "home_helper".
Did you mean:
some_helper
2012 May 12
0
Running Ruby on Rails with cPanel/machighway.com not working
...ource_index.rb:124.
exists app/controllers/
exists app/helpers/
create app/views/home
exists test/functional/
create test/unit/helpers/
create app/controllers/home_controller.rb
create test/functional/home_controller_test.rb
create app/helpers/home_helper.rb
create test/unit/helpers/home_helper_test.rb
create app/views/home/index.html.erb
Using VI from the terminal (still logged in via ssh) I modify the
file
app/views/home/index.html.erb so that it contains one line:
<h1>Hello, Rails!</h1>
In cPanel I stop and then res...