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', '1.8.0'


Also, if you're going to develop on rails, I strongly recommend you to use
a linux/unix/osx environment.
On windows, you can run a virtual machine using vagrant.

Regards,
Leandro


2015-05-18 17:26 GMT-03:00 kenatsun <kenat...@gmail.com>:

> *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-commented "root 'welcome#index'" in "config/routes.rb", restarted the
> web server (just in case), and invoked http://localhost:3000 in my
> browser.  I get this error screen:
>
> Click here for the error screen shot.
> <https://drive.google.com/file/d/0B-thboqjuKZTSzJIOGxySzN3WU0/view?usp=sharing>
>
> Click here for the Rails environment info screen shot.
> <https://drive.google.com/file/d/0B-thboqjuKZTWVhFWjczZGk5WDQ/view?usp=sharing>
>
> This is on a Win 7 Pro SP1 machine.  Two of them, in fact - I get the same
> results on both computers.
>
> ~ TIA, Ken
>
>
> On Monday, May 18, 2015 at 3:53:55 PM UTC-4, kenatsun wrote:
>>
>>
>>
>>  --
> You received this message because you are subscribed to the Google Groups
> "Ruby on Rails: Talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to rubyonrails-talk+unsubscr...@googlegroups.com.
> To post to this group, send email to rubyonrails-talk@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/rubyonrails-talk/5ad5db23-dd40-4775-8cca-784845c6d8eb%40googlegroups.com
> <https://groups.google.com/d/msgid/rubyonrails-talk/5ad5db23-dd40-4775-8cca-784845c6d8eb%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/CAAt6bOrwdwBFmxynwQ5Kr%3D1fzduyHo39a8AXhaFR_pu9Mgxw_A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to