created on 16 Jun 2008, by Syndication, read more…
Here’s the regular update of the most interesting stories posted on RubyFlow (a community-driven Ruby news sister site to Ruby Inside) in the past couple of weeks:
“Run Ruby Script” Action for OS X’s Automator: Jason Foreman has put together a custom action for OS X’s Automator tool that makes it easy to run Ruby code from an Automator workflow.
Lazy evaluation for Ruby methods:Lazyeval is an interesting library that makes it possible for methods to only be executed on objects when they’re actually needed (ideal if you’re doing caching on Rails views but still need logic in the controller).