Creating HTML Parsers has never been this simple. Here is how you can create parsers very quickly with minimal code. Do check out the "rasper" gem on RubyGems.
blog
How Can You Parse Number Precisely In A Spreadsheet Using Ruby?
This blog post is not about how to parse spreadsheets using ruby. If you are looking for that, you are not gonna find that here. This blog post is about a problem I faced while parsing decimal numbers from a spreadsheet, long story short precision related problems. Here are the details (the longer version): Recently … Continue reading How Can You Parse Number Precisely In A Spreadsheet Using Ruby?
Part 5: Ruby Through Rails — Bundler Dsl
In this post, Sanjiv explains what happens under the hood when we do "bundle install". While learning in detail about how are gems loaded, we learn a few useful Ruby tips and tricks and see some meta-programming at it's pristine best!
