Rails – list gems at runtime
Here’s a quick little debug feature that’s handy when you need to do a quick verification of the gems at runtime. Especially handy if you have limited access to production. Helper method using bundler to display the list gems _list_gems.html.haml:…