Is there any way to tell which gems and plugins are loaded at runtime for a Rails process?

Posted by Chirag Patel on Stack Overflow See other posts from Stack Overflow or by Chirag Patel
Published on 2010-04-30T22:13:22Z Indexed on 2010/04/30 22:17 UTC
Read the original article Hit count: 267

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 only the 'require' gems are loaded but I would like to quickly see what got loaded during runtime.

© Stack Overflow or respective owner

Related posts about rubygems

Related posts about plugins