New to Rails 3? Check out the Ruby on Rails 3 Tutorial book and screencast.
A book and screencast series showing you how to develop and deploy industrial-strength Rails apps in a direct, step by step way.
The screencast series includes 12 lessons over more than 15 hours! Get the best "over the shoulder" experience of following what a top Rails 3
developer does when building an app today. Click here to learn more.
Following on from the success of the "Rails Camp" events in Australia, comes Rails Camp UK. The first is being held on Friday August 15 through to Monday August 18 (you can go just for a day though if you…
Ben Curtis demonstrates RESTful Searching in Rails.
Tweet This Post
Phusion has released Passenger 2.0.1, the first non-release candidate version of their popular Passenger / mod_rails / mod_rack Rails deployment Apache module. Passenger was developed to make the deployment of Rails applications on Apache "a breeze" and now with the 2.x…
Noel Rapping demonstrates more named scope awesomeness, namely using named scopes to chain together find conditions.
Tweet This Post
The guy at Fingertips have come up with an OS X preference pane for Phusion Passenger (a.k.a. mod_rails) that makes it a cinch to deploy Rails applications using Passenger on the Mac. It can be as simple as dragging a Rails…
Dennis Howlett has written an article for ZDNet about how Joyent has helped a Rails app scale to 1 billion pageviews per month. It's a bit vendor-focused, but still worthwhile.
Tweet This Post
SubdomainFu is a plugin developed by Michael Bleigh of Intridea that allows you to easily deal with subdomains in your Rails applications.
Not just a superficial hack, SubdomainFu even extends the Rails routing system to allow you to specify subdomains within routes. Example:
url_for(:controller => "my_controller",
:action => "my_action",
:subdomain => "awesome")
From Ruby Inside: June 2008 Ruby Security Advisory: A Summary - Essentially, be aware, don't panic, and be careful regarding Rails and Ruby 1.8.6p230.
Tweet This Post
Chad Pytel writes about some Gotchas When Upgrading to Rails 2.1. A handy guide if you're having issues.
Tweet This Post