Archive for the ‘Programming’ Category

Eloquent Ruby Book Review

October 3rd, 2011 at 11:49 am • permalink0 comments

Eloquent Ruby by Russ Olsen is a book about the Ruby programming language that focuses on Ruby programming style by teaching you how to write your code as a real Rubyist.

Using Sprockets without a Rails/Rack project

September 22nd, 2011 at 5:28 pm • permalink4 comments

An example of using Sprockets to preprocess and bundle CSS and JavaScript files without a Rails application.

the Rubyist

September 7th, 2011 at 4:42 pm • permalink1 comment

the Rubyist is a collection of conventions and standards for Ruby programmers.

Configuring Rails 3 to use HTTPS and SSL

May 5th, 2011 at 12:45 pm • permalink33 comments

Ways to force your Rails application to use SSL and the HTTPS protocol.

RSpec Rails doesn’t render Rails views by default

April 12th, 2011 at 9:54 am • permalink5 comments

RSpec (actually the RSpec Rails gem) doesn’t render the content of the action by default, like the common Rails functional tests do.

Follow Me
    Random Quote