Tag Archives: rails

how rails depends on treetop, and how I found that out

I’m working on a project where I think I’ll be using a parser library so I’ve been looking at the options. One thing I’ve noticed is that treetop is installed when Rails is installed. I didn’t know why, though, so I looked around. First I looked at the Gemfile.lock. Had I known the format I [...]