
Ruby
Get flash to fully experience Pearltrees
Practicing Ruby's second volume now freely available
NOTE: This blog had a good run, but is now in retirement. If you enjoy the content here, please support Gregory's ongoing work on the Practicing Ruby journal. Ruby Best Practices Practicing Ruby's second volume now freely availableOriginally published as part of the Practicing Ruby newsletter on January 3, 2011. Most of these issues draw inspiration from discussions and teaching sessions at my free online school, Mendicant University . You should follow @seacreature on twitter if you want to keep up with my more recent projects. In this article, I’ve listed five people worth knowing about if you’re involved in Ruby.
16: Interesting Ruby Hackers
If you’re developing with Rails you’ve probably encountered rake once or twice. This blog post aims to walk you through where rake came from and an introduction on how to use it effectively in your Rails apps. A Little Bit of History
Rake Tutorial | Jason Seifer
Fun with Ruby Block Parameters
Linting the hell out of your Ruby classes with Pelusa - Codegram
As you might know, yesterday morning we had Monday talks at the office! Oriol talked about Object Oriented Nirvana , inspired by an old post about how to improve Object Oriented skills by using certain constraints while you're coding. Then I got immediately interested on how to automate this, and knowing how easy is dealing with the Rubinius' Abstract Syntax Tree, I decided to give it a try and develop a tool that statically analyzes Ruby code to gain insights from it.Over the years, I've saved the Ruby techniques that have surprised other Rubyists I know. Now past 100, I'm making an e-book of them! It'll be free in all forms, except on the Kindle where it'll be just a few bucks (I want to see if cheap, fun programming Kindle books can work.) To start, I've picked 24 random "tricks" to show off in the video below. Enjoy! (And remember, this is a bit of frivolity, not an exercise in Ruby best practices ;-))
Ruby Trick Shots: A Video of 24 Ruby Tips and Tricks
From Techotopia Purchase and download the PDF and ePub versions of this Ruby eBook for only $8.99 In the Understanding Ruby Arrays we looked at the basics of arrays in Ruby. In this chapter we will look at arrays in more detail. [ edit ] Combining Ruby Arrays Arrays in Ruby can be concatenated using a number of different approaches.
Advanced Ruby Arrays
Rails

