Wednesday, December 8, 2010

Drink#98: Your Ruby on Rails Juice

This fresh lemon juice is shared by Chiot's Run

  1. The DSL gem is looking for a maintainer.: Interested? Contact with the owner.
  2. Debugging Rails Applications With ruby-debug: If you use NetBeans you already used this feature as it gives you breakpoints and most other common debugging features. Otherwise, you can use ruby-debug as a standalone gem with whatever editor you use.
  3. link_to with jquery params in rails: You know how to do this? See/contribute to this StackOverflow thread for interesting solutions.
  4. What is the best practice to get the same behavior from multiple AR objects that are referred to polymorphically? I have run into similar problems before when I had to access similar methods but with different names for different AR models in a polymorphic relation. The SO thread offers really good suggestions.

0 comments:

Post a Comment