How to Scrape Websites in Ruby on Rails using scRUBYt!
After launching Contrastream I’ve always wanted to create a script that would automatically add new albums to the site as they were released (saving... more »
0 commentsSave Tags: frameworks, ruby
Growl Driven Development
This post is not about your boss growling at you. Another title could have been “whisper-driven development”. It’s about your code whispering its... more »
0 commentsSave Tags: apple, methodology, ruby
LLVM bindings for Ruby
I've hacked together Ruby bindings to the LLVM C++ API to allow generating LLVM bytecode, JITing, etc. The bindings already connect up a good chunk... more »
1 commentsSave Tags: ruby, tools
Routing for a Singleton Resource on Rails 2
The routing solution to a singleton resource on Rails 2
0 commentsSave Tags: how-to, ruby
Ruby: Evil hook methods?
I have come to realize that there are a few hook methods I really don’t like in Ruby. Or actually, it’s not the hook methods I have a problem with -... more »
0 commentsSave Tags: ruby
NeverBlock: Non-Blocking Database Adapters
NeverBlock is a library, using Ruby 1.9 fibers that allows developers to write non-blocking, concurrent code in a transparent manner.
0 commentsSave Tags: news, ruby
Pagination in rails using will_paginate
Pagination is a technique of presenting large amount of data on the UI, allowing the users to navigate between pages/data in an easy way. Being a... more »
0 commentsSave Tags: agile, ruby
Multi Model Forms & Validations in Ruby on Rails
An article covering how to create and validate multiple models from a singe form.
0 commentsSave Tags: how-to, ruby
via