rubycoloredglasses


I'm Jason, a web application developer in East Tennessee.


Listing Gems from Rails Console

Got this from Stack Overflow, figured it could come in handy at some point in the future.

Gem.loaded_specs.values.map {|x| "#{x.name} #{x.version}"}
comments powered by Disqus