Tuesday, April 5, 2011

Drink# 137: Your Ruby on Rails Juice

  1. Rails 3.0.6 has been released!: aaronp announces the release of Rails 3.0.6 with a security fix if you are using auto_link as it didn't guard html safety.

Drink# 136: Your Ruby on Rails Juice

  1. RubyConf India 2011: Save the dates: May 28 and 29, if you are in India and a Ruby enthusiast. My employeer, ThoughtWorks, is sponsoring this event with a few other Ruby shops.

Monday, April 4, 2011

Drink# 135: Your Ruby on Rails Juice

Photo shared by shinyai
  1. Enumerating Ruby: Handling Memory Constraints and Recovering from Errors: Michael Harrington shows the use of enum_for with an example of reading a CSV file and creating records in DB without loading the whole thing in memory or using blocks.
  2. Episode 260: Messaging with Faye: Ryan Bates shows how to use Faye to implement push notifications using Rails.
  3. Default views in Rails 3.0 with custom resolvers: José Valim shows how to provide your own resolver to render default views using Rails 3.0.

Friday, April 1, 2011

Drink# 134: Your Ruby on Rails Juice

Photo shared by toastforbrekkie
  1. solarized: Light and dark precision color scheme for terminal apps, editors: Hey coders, take a look at these themes for VIM, Terminal and some other apps. Sorry, no TextMate yet!
  2. Announcing Basecamp Enterprise Server for Windows NT: 37signals is shipping Basecamp in a disc to install on your enterprise. BTW, Basecamp is the application from where the Ruby on Rails framework was extracted out.