-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
working with Dashing #7
Comments
What does your |
require 'sinatra/cyclist' configure do helpers do map Sinatra::Application.assets_prefix do set :routes_to_cycle_through, [:index, :summary] run Sinatra::Application |
Is there a followup to this? Having the same issue. |
I'm using the dashing-contrib gem, which uses Sinatra to handle the cycling. This works fine for me, however, it doesn't provide the function of accessing the _cycle dashboard through:
when I say it works fine, I have to do it the way it is called out at: and leverages Switcher |
Hi
I have modified the config.ru as specified, but when i try to navigate to _cycle i get That Dashboard doesn't exist.
The text was updated successfully, but these errors were encountered: