Pascal Dürsteler
Pascal Dürsteler
I would suggest to remove backgroundColor and all the "styling" options from the js options hash and add functionality to define additional class names for a tooltip. This would add...
You currently can't have multiple roundabouts on the same page unless you assign the next and prev button an ID (which is contraproductive when e.g. generating roundabouts from a template...
I'm not sure if this belongs to devise_facebook_connectable or if it is a problem of my coding but I think i mention it here. I followed the guide here to...
Layout/MultilineMethodArgumentLineBreaks reports false positive for rails model scopes with lambda
Using rubocop in a rails project, I noticed that the Layout/MultilineMethodArgumentLineBreaks cop maybe reports a false positive for the case of using a lambda as a second argument. class MyModel...
``` ruby job "address.geocode" do |args| address = Address.find(args["id"]) address.geocode address.save end ``` does work. But when using `address.save :validate => false` the same job gets processed over and over...
Would be nice if add_nested_fields would work with formtastic. Currently, this plugin cannot handle it (or I can't get it to work..)
Setting up vacation_sieve on a roundcube installation which also contains "passwords". I receive the following errors: ``` TypeError: d.widget is not a function ...tiselect",function(a){a.preventDefault();switch(a.which){case 9:case 27:b.close(... TypeError: $(...).multiselect is not...