Precompile Assets Using a Git Hook jimneath.org
JimNeath — 27 posts
Ruby SSL: Certificate Verify Failed jimneath.org
A quick post showing how to fix the read server certificate B: certificate verify failed SSL error.
Serving Your Maintenance Page for POST Requests jimneath.org
Getting a 405 when people POST to your maintenance page? I'll show you how to serve your facebook app's maintenance page for POST requests.
Redis and Rails Guide jimneath.org
A guide of sort on Using Redis with Ruby on Rails
Showing Passenger Stats From Inside Your App jimneath.org
How to show how many active or idle Passenger processes your server has and display them inside your app
Fixing NGINX Content-Length Header Bug Using Rack jimneath.org
I recently ran into an issue with early versions of NGINX not setting the Content-Length header for 201 responses. I fixed the bug using Rack.
Fixing Long Key Lengths in MySQL jimneath.org
How to fix long key lengths in MySQL using Rails migrations
5 Rails Plugins to Help Optimize Your MySQL blog.purifyapp.com
Optimizing your MySQL queries can be a pain. Using these plugins can help!
Calculating an Images Orientation using Paperclip jimneath.org
If you ever need to calculate if an image is landscape or portrait, you can use this code
Speed Up Textmate in Large Projects jimneath.org
Ever get sick of Textmate showing you the beachball of doom for 5 seconds whenever you focus on it. Fix it.
Cryptic Ruby Global Variables and Their Meaning blog.purifyapp.com
How many times have you looked at some ruby code and found strange variable names (eg. $0, $:, etc) and wondered what they meant? Well here's an explanation
MailStyle: Easier HTML Emails blog.purifyapp.com
I've just released MailStyle, a plugin to ease the pain of writing HTML emails in rails.
ThinkingSphinx and Nil Results jimneath.org
Just a quick tip to prevent ThinkingSphinx from returning nil results for deleted records and borking your app.
Creating PDF Documents in Ruby on Rails jimneath.org
A short tutorial on how to create PDFs in Ruby on Rails using Prince XML
Introducing RubyFu rubyfu.org
RubyFu is a new community based ruby news site. RubyFu is not made to compete with RubyFlow, but to complement it :)
Speed Up Rails Development jimneath.org
A few tips on how to speed up your development time in rails
Bort Updated to Rails 2.2 jimneath.org
Bort has finally be updated Rails 2.2 along with some more goodies.
I've just pushed a new version of Bort to github with OpenID integration. Rejoice!
Bort v0.2 Released jimneath.org
Bort 0.2 released - Includes role requirements, css field with common selectors and easier plugin installation.
Bort - A Base Rails App jimneath.org
Bort is a base rails application with common functionality prebuilt. Includes restful auth, password recovery, default capistrano recipe, sessions table, setting YAML file and more
Multi Model Forms & Validations in Ruby on Rails jimneath.org
A tutorial covering how to create and validate multiple models with one form
Using jQuery with Ruby on Rails jimneath.org
A short tutorial covering how to use jQuery with Rails on Rails applications instead of the prepackaged Prototype/script.aculo.us combo.
Converting Videos with Rails and FFMPEG jimneath.org
The second article in a series about converting videos with ruby on rails and FFMPEG
SWFUpload, Paperclip and Rails jimneath.org
An article covering how to use SWFUpload, Paperclip and Ruby on Rails along with a test application to see how things can fit together.
Using Capistrano with Passenger (mod_rails) jimneath.org
An article covering the use of the newly released Phusion Passenger (mod_rails) with Capistrano
Building a Social Network Site in Rails jimneath.org
An article covering useful plugins and resources for building a social network site in Rails. About twelve plugins are covered.
A Tutorial for Paperclip jimneath.org
A small guide on using Paperclip to manage your uploads. Paperclip: Attaching Files in Rails
