Garrett Bjerkhoel
Garrett Bjerkhoel
@barunio sorry for the delayed response. There seems to be a merge conflict and I can't merge it until that is resolved. The docs look good to me! Another small...
I'll keep this issue open as a note to do so. Thank you! Glad you were able to find that.
I was thinking Spotify or Last.fm would be good additions. That way you could search multiple databases (with the obvious overhead of multiple requests). ``` ruby > Tunes.sources # =>...
I've seen a few people get bit by this and it's unfortunate. I liked that it inherited from ApplicationController that way any helpers or authentication filters were preserved. This sounds...
@raskhadafi could you post the Rails version and KSS Rails version you are on?
Could you get me the stack trace for that worker? Also, which version of kss-rails are you using?
The `styleguide_block` is a helper: https://github.com/dewski/kss-rails/blob/master/app/helpers/kss/application_helper.rb#L6-L17 Do you have a full backtrace available?
You should be able to do something like this (although untested): In `config/routes.rb`: ``` ruby Some::Application.routes.draw do get '/styleguide_path/buttons' => 'styleguide#buttons' end ``` In `app/controllers/styleguide_controller.rb` ``` ruby class StyleguideController <...
Currently there is no way to do this, but I would like to include this in the next version and get it in there as soon as possible. If you'd...
@syrnick there is still some work left to do, but it's rather close. If you feel confident enough you can use the development version [here](https://github.com/dewski/json_builder/compare/master...partials).