RailsCasts Pro episodes are now free!

Learn more or hide this

Thomas Cioppettini's Profile

GitHub User: tomciopp

Site: tomciopp.com

Comments by Thomas Cioppettini

Avatar

When you see any version of "$" it will refer to a global variable in Ruby. The global variable "$*" refers to the command line arguments passed into the program. (In this case the urls of the rss feeds.) It is not the same as simply declaring an array.

Avatar

If you are going to use pow at all you should be using the powder gem, it will make your life 1000% easier.

Avatar

There is an error in the notes for pjax_rails. The manifest file should just be

ruby
//= require pjax