Ruby-on-Rails

Sake: System-wide Rake Tasks

Sake is a RubyGem by Chris Wanstrath which executes and manages system-wide Rake tasks. Whereas Rake is project-specific, Sake allows the developer to examine, install, run, and uninstall Rake files and tasks globally, much like the way Rubygems does this for Ruby libraries.

Read more →

Swiftiply: A step forward in Rails serving?

A few days ago Kirk Haines announced the release of Swiftiply, an "agnostic clustering proxy for web applications that is specifically designed to support HTTP traffic from web frameworks." In particular, it's a fast, clustering proxy that uses untraditional methods to deliver a lot of dynamism, reliability and performance. Naturally, the first target for Swiftiply's benefits is Rails, in the shape of a replacement to the mongrel_rails script (merb is also directly supported).

Read more →

How to Easily Deploy a Self-Contained Rails App On A Tomcat Server

Victor Igumnov has put together a simple walkthrough of how to package a Rails application into a single WAR file to run on a Tomcat server using JRuby, a pure Ruby PostgreSQL library (no ActiveRecord-JDBC needed!), and GoldSpike (JRuby addon that provides rake tasks to make WAR files). This is useful knowledge for anyone who might be forced into deploying Rails apps in an enterprise type system where Tomcat may be the only viable deployment option.

Read more →

Sample Rails App with SSL / HTTPS Support

Only two weeks ago I linked to Courtenay's "Sample Rails App", a bare-bones Rails application featuring authentication, timezone support, and all sorts of other goodies. I'm compelled to give a small link to his newest branch, however, as it's a sample app but with full SSL (HTTPS) support. This sort of thing isn't the easiest thing to put together unless you're experienced in deployment, so I'm sure it'll come in useful to many. It comes with a lighttpd configuration file, all ready to go, along with a self-signed certificate.

Read more →

Rails Developers I’d Recommend For Your Projects

I constantly get mails from various readers who are looking for Rails developers for their projects. As I don't do this myself, I have to keep giving out a list of Rails developers I know and trust or have had good feedback about. I figured I should make a blog post with a list instead, so I could point people to it, and keep it updated as a resource for everyone to use. You can even leave "review" type comments if you've used any of these guys. The list is not very long, but here we go..

Read more →