sambit

Results 46 comments of sambit

I had previously made it work with slightly different code in `config/application.rb` so my code doesnt have the /users/... part before as my callback url is configured differently.. ``` config.action_dispatch.cookies_same_site_protection...

Actually this seems to be the issue for every hosted MBS which is part of the http://bookstore.mbsdirect.net url... its not complicated to write a scraper for this.. and I'll do...

Sure. Will do that... Also, I wanted to ask if you received my email I sent to [email protected]?

nope.. didnt seem to have received it.. maybe its a problem at your mail server's end? or maybe its my end... is possible to try sending it again.. if you...

classic case of `feature not bug` haha

There's a PR already for this so please merge it :)

Hi @smudge! Mainly looking for some key features such as: - stats (like sidekiq - jobs processed/failed over time) - paginated views of queues (not yet processed) - failed jobs...

bonus points if the dashboard was extensible with community extensions similar to resque/sidekiq

I ran into a few issues since I'm not relying on active_record.. Seems like hyperloop has a strong an active_record dependency and I wasn't able to install individual gems like...

I tried the tutorial after updating all my gems and it appears to be working now.. Tutorial link: http://ruby-hyperloop.org/tutorials/hyperlooprails/helloworld/ I get some warnings but loading the components seems to be...