Eloquent Ruby book
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.
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.
An example of using Sprockets to preprocess and bundle CSS and JavaScript files without a Rails application.
the Rubyist is a collection of conventions and standards for Ruby programmers.
Ways to force your Rails application to use SSL and the HTTPS protocol.
RSpec (actually the RSpec Rails gem) doesn't render the content of the action by default, like the common Rails functional tests do.