News
-
How Google Toolbar Screws Your Rails Authentication Forwarding
A common approach to Rails authentication is with a before_filter in your controller to authenticate your users:before_filter :authorizeThe authorize method stashes the originally requested URL in ...
Posted Apr 1, 2009 5:19 PM by Tim Elliott
-
Grep for Slow Responses in Rails
Here's a quick grep for slow responses from the rails log file:tail -f production.log | grep '[0-9]\{3,\}ms'
Posted Mar 10, 2009 2:26 PM by Tim Elliott
-
Ruby Build Script Adventures
I took a safari through the build scripts used to compile Ruby 1.8.7. Here are some ruby build script nuggets that I gathered:Some files, semi-explainedconfigure ...
Posted Mar 4, 2009 3:44 PM by Tim Elliott
-
github: How to Diff Against a Forked Repository
It took me a while to figure out how to perform a diff against the remote branch that you forked. Here goes:git fetch git://github.com/user/repo.git ...
Posted Mar 2, 2009 11:54 AM by Tim Elliott
-
Shoes + Ruby 1.9.1 + bloopsaphone
I got the dependencies for bloopsaphone (and the other libs) to compile
and run in windows. I had to use the snapshot release of portaudio to
compile in mingw.Shoes ...
Posted Feb 26, 2009 11:04 AM by Tim Elliott
| |
|