Code Reading skill is important for programmers/developers. I write a summary why it is important and what I usually do myself to improve code reading skills.
AJAX with Rails, if you have some experiences with RJS in previous versions of Rails, then you will not see many differences when you implement AJAX in Rails 3.1. One different is you create template in pure javascript or coffee-script instead of RJS. Let’s see how we implement the application
I give an introduction to Sprinkle. Sprinkle uses Ruby’s DSL to define packages/steps that are going to execute on remote servers, so that makes it easy to read and write.
While I am coding using Vim as my editor, I don’t know an easy way to run only an example or a group examples of RSpec that I am working on until RSpec-2 came out. Run only Focus Examples in RSpec like Cucumber
The RMU Study Hall is an opportunity for Ruby beginners to be paired up with somewhat more experienced developers to help them work through the problems they're having.