Re: [Rails] Re: Error in "Getting Started with Rails" process, step 4.3

2015-05-18 Thread kenatsun
Leandro ~ It worked! For the benefit of other newbies (or oldbies) who hit this problem, here's the story: I added the line you suggested to Gemfile. (Curiously, in the original Gemfile, there was no 'coffee-script-source'.) I tried to restart the server, and got this: C:\rblog>ruby bin\r

Re: [Rails] Re: Error in "Getting Started with Rails" process, step 4.3

2015-05-18 Thread Leandro França
Ken, This could be a coffescript compatibility problem, according to some stackoverflow posts. ( http://stackoverflow.com/questions/28421547/rails-execjsprogramerror-in-pageshome ) Try to edit your Gemfile at your app root folder, and change the coffescript line to: gem 'coffee-script-source', '

[Rails] Re: Error in "Getting Started with Rails" process, step 4.3

2015-05-18 Thread kenatsun
*Oops, my embedded screen shots apparently aren't showing up. I'll insert links this time. Here's my post, all over again.* I'm evaluating Rails by, first, going thru the "Getting Started with Rails" process. All is well until step 4.3, "Setting the Application Home Page". I have un-comme