Is there any command either in debugger or ruby-debug to get a list of all gems and/or plugins loaded in memory for a Rails process? I understand o
debugger
ruby-debug
With versions:
Gem.loaded_specs.values.map {|x| "#{x.name} #{x.version}"}