Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>could you post the full stack trace? I wonder if you had the same problem as me today: </p> <pre><code>user@laptop:11:15 AM:rails_app&gt; rake doc:diagrams (in /Users/ivan/Sites/lqas) railroad -i -l -a -m -M | dot -Tsvg | sed 's/font-size:14.00/font-size:11.00/g' &gt; doc/models.svg railroad -i -l -C | neato -Tsvg | sed 's/font-size:14.00/font-size:11.00/g' &gt; doc/controllers.svg Error loading controller classes. (Are you running railroad on the aplication's root directory?) /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load -- app/controllers/application.rb (MissingSourceFile) from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:156:in `require' from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:521:in `new_constants_in' from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:156:in `require' from /usr/local/lib/ruby/gems/1.8/gems/railroad-0.5.0/lib/railroad/controllers_diagram.rb:39:in `load_classes' from /usr/local/lib/ruby/gems/1.8/gems/railroad-0.5.0/lib/railroad/app_diagram.rb:21:in `initialize' from /usr/local/lib/ruby/gems/1.8/gems/railroad-0.5.0/lib/railroad/controllers_diagram.rb:14:in `initialize' from /usr/local/lib/ruby/gems/1.8/gems/railroad-0.5.0/bin/railroad:38:in `new' from /usr/local/lib/ruby/gems/1.8/gems/railroad-0.5.0/bin/railroad:38 from /usr/local/bin/railroad:19:in `load' from /usr/local/bin/railroad:19 </code></pre> <p>I had to comment out the line in lib/railroad/controllers_diagram.rb where it looks for applicaton.rb instead of application_controller.rb as it's now called.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload