Helps
How do I get sprockets to output its dependency graph?
Answer:
Call "dependency" method on an asset object.
What is first step in debugging remote irb that won't startup because of missing "readline" dependency?
Your ruby was compiled and then the readline library was deleted or moved. You probably need to recompile ruby. Likely that you have readline already, otherwise nothing would work.