Is there any way to tell which gems and plugins are loaded at runtime for a Rails process?
- by Chirag Patel
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.