Picture of jgehtland

Minor bug fix to Vasco

  • Posted By Justin Gehtland on November 07, 2008

If you downloaded Vasco and ran into the bug where it couldn’t find “data.js”, that bug has been fixed. You should update from the git repo and try again. Thanks for the bug report in the comments, Andreas!

Comments
  1. AndreasNovember 08, 2008 @ 04:36 AM

    Thanks for the fast response! It sounds like a great tool. I reinstalled from git. Unfortunately, I still can’t see any routes when loading http://localhost:3000/vasco, even though the data.js file is in the proper location.

    The Vasco panel says: To explore your routes, run: > rake vasco:explore (which I did)

    Every time I do (with—trace): (in ../rails/AKSoNet)
    • Invoke vasco:explore (first_time)
    • Invoke environment (first_time)
    • Execute environment
    • Execute vasco:explore

    I am wondering if it’s due to the fact that the project is using engines/map.from_plugin in routes.rb?

    By the way, I wasn’t sure if the data.js not found was a bug – I actually thought it might have been a permission issue on my end.