kalle saas

Results 9 issues of kalle saas

you can pass an option to lookup the specific backboneClass. this comes in handy if you do not have the default `backboneClass` defined on your backbone model. you can pass...

you would have an interface where you could create multiple ressources with associations, options for generating mailers, select a visual themes, options (rspec, haml etc),.... it would scan your app...

doesnt work: ``` render :show ``` works: ``` render :action => :show ``` error is: ``` undefined method `[]' for :show:Symbol liquidizer-0.5.3/lib/liquidizer/controller_extensions.rb:49:in `liquid_template_for_view' liquidizer-0.5.3/liquidizer/controller_extensions.rb:20:in `render' ```

hey, thank a lot for that gem it's awesome! just a tiny little problem... i have set: ``` class StaticsController < ApplicationController liquify :layout => :false end ``` in my...

## Expected Behavior filtering by scopes should work with jsonapi.rb and ransack, see: https://github.com/activerecord-hackery/ransack#using-scopesclass-methods ## Actual Behavior it seems not to work properly, only filtering by `allowed` attributes works. i...

Hey, great work with the docker image, it works out of the box. very nice! sth. that came up during my tests: the plugin install directory is **/var/lib/grafana/plugins**, but the...

maybe you want to add a case-sensitive matchers for looking up the favicon: ``` ['link[@rel="Shortcut Icon"]', lambda { |el| el.attr('href') }], ``` https://github.com/fluxsaas/pismo/blob/master/lib/pismo/internal_attributes.rb#L36 also, it might be nice to add...

i get the following error in chrome/firefoxIE8 ``` jquery.ba-resize.js:198 Uncaught TypeError: Cannot set property 'w' of undefined Uncaught TypeError: Cannot set property 'w' of undefined new_handlerjquery.ba-resize.js:198 jQuery.event.handlejquery.js:2260 jQuery.event.add.elemData.handle.eventHandlejquery.js:1891 jQuery.each.jQuery.fnjquery.js:7151 new_handlerjquery.ba-resize.js:198...

Hey, nice approach. the automatization is great. i think it would be nice to have some more user input.... if i could enter the translation key _t("dashboard.recent_entries")_ and optional the...