This post originated from an RSS feed registered with .NET Buzz
by Maruis Marais.
Original Post: Ruby, Rails, Rails Plugin, JavaScript, CSS, TextMate
Feed Title: exceptionz
Feed URL: http://feeds.feedburner.com/Exceptionz
Feed Description: I am an XP, TDD, OO and .NET enthusiast. Things like Design Patterns makes my pulse race, I love learning exciting new things and to share my thoughts and techniques with the world. So join me and together we can explore the awesome world of software development
Ruby
String#pluralize - Returns the plural form of the word in the string.
String#cemelize - converts strings to Upper or Lower CamelCase string.
Hash#asset_valid_keys - gives you the ability to verify that each of the keys in the Hash are expected.
Renum - a ruby enum gem
Advanced Ruby Tips & Tricks - You want to include some small class [...]