-
Home
Pages
-
Categories
-
Tags
Blogroll
-
RSS Feeds
-
Meta
Uncategorized
Travel To The Core Rails 3 Methods Without Leaving IRB Prompt
In the previous post I
introduced Reflexive gem
which lets you browse the classes and modules for running application with
Web UI. But we’re really often just goofing off at the IRB prompt, aren’t
we? For this [...]
Reflexive: Live Class And Source Code Browser
Background
Recently I was trying to understand how the
Arel (Relational Algebra for Ruby)
internals work.
The project has strong OO design and uses some metaprogramming techniques.
Main code base consists of ~ 80 files, with files having 30
LOCs on average.
I’m totally cool with [...]