Ruby on Rails Tutorial
A positive review of Michael Hartl's 'Ruby on Rails Tutorial' book, praising its clear explanations and focus on Test Driven Development.
A positive review of Michael Hartl's 'Ruby on Rails Tutorial' book, praising its clear explanations and focus on Test Driven Development.
A developer shares technical discoveries from July, covering Rails 4, iOS, Ruby gems, JavaScript tools, and sysadmin tips.
A guide to scaling database reads in Rails using replica databases and the ar-octopus gem, avoiding the complexity of full sharding.
Compares traditional .htaccess redirects with Rails' application-level approach, highlighting cleaner code and server independence.
A tutorial on building a custom domain URL shortener using Ruby on Rails, covering models, migrations, and routing.
A guide to displaying generated SQL queries in the Rails 3 console by configuring ActiveRecord's logger to output to STDOUT.