Using Public Keys with Multiple Github Accounts
by Mike Zazaian at 2010-06-13 08:58:21 UTC in unixA quick tutorial on how to post to multiple github accounts from a single unix user without conflict.
85 commentsGracefully Age Your Rails Logs with LogRotate
by Mike Zazaian at 2009-10-13 10:42:40 UTC in rails unixHow to use the unix-standard logrotate to automatically maintain outdated logs in your Rails app
111 commentsUsing BASH Aliases To Simplify Your Existence
by Mike Zazaian at 2009-10-10 15:28:44 UTC in unixhow to create powerful user-specific alias commands in your ~/.bashrc to increase productivity
90 commentsCreating Pretty URLs From Multiple Attributes With friendly_id
by Mike Zazaian at 2009-10-04 22:42:27 UTC in plugins rails gemsa brief tutorial on how to make pretty urls for your Rails models using multiple attributes rather than one
110 commentsHow To Modify Default Setters and Getters in Rails Models
by Mike Zazaian at 2009-09-28 02:51:10 UTC in rails syntaxa brief overview on using the read_attribute and write_attribute methods, and their shorthands, for overriding default setter/getter behaviour in Rails
88 commentsTracking Rails Application Behavior and Errors with the Ruby Logger
by Mike Zazaian at 2009-09-21 17:23:40 UTC in railsa quick overview on the utility of the Ruby Logger class, how it's implemented in Rails, and how to create a custom log to track only specific actions in your app
77 commentsAdding reCAPTCHA to Comments in Your Rails App
by Mike Zazaian at 2009-09-15 20:07:38 UTC in plugins rails gemshow to easily add reCAPTCHA confirmation to comments and other models in your Rails application using the ambethia-recaptcha gem
137 commentsRails Rumble 2009 Winners Announced
by Mike Zazaian at 2009-09-05 20:53:16 UTC in newsthe top 22 applications for this year's 48-hour Rails Rumble development competition have been selected
71 comments_why the lucky stiff vanishes without a trace
by Mike Zazaian at 2009-09-05 18:31:12 UTC in editorial newsthe one great enigma of the Ruby community, and seemingly everything that he'd ever contributed to it, has disappeared without any notice whatsoever
87 commentsusing hpricot to auto-populate link information
by Mike Zazaian at 2009-09-05 03:57:10 UTC in gemsa nifty way to automatically grab title or description tags from the destination page of a url
29 comments