rails
Gracefully 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 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 commentsUsing Git Submodules to Manage Plugins in Rails
by Mike Zazaian at 2009-08-30 22:01:45 UTC in plugins rails versioninga really useful way to utilize git submodules to maintain plugins in your Rails application without making constant changes to your git repository
73 commentsA Lightweight, Powerful Search Engine For Rails
by Mike Zazaian at 2009-08-24 21:18:00 UTC in railsan easy way to implement a powerful, custom search engine alongside a useful related articles function
96 commentsA Whistle-Stop Tour of Syntax Highlighting and Markdown Solutions for Rails
by Mike Zazaian at 2009-08-14 05:02:03 UTC in plugins rails syntaxa comprehensive guide of the best syntax highlighting solutions for Ruby and Rails worth knowing about
127 commentsCreating an Extensible User Favorites System in Rails
by Mike Zazaian at 2009-08-12 04:57:26 UTC in railsa comprehensive guide to laying down the foundation for and implementing a powerful, custom favorites system
57 commentsKeeping Your Ruby Application Version in a Warm, DRY Place
by Mike Zazaian at 2009-08-08 20:23:32 UTC in railsa short guide on how to keep the version of your Rails app accessible for use throughout its views, while keeping your code flexible and DRY
37 comments