Wojciech Wnętrzak

Results 15 comments of Wojciech Wnętrzak

When I install this gem from github, my mailer still doesn't have `deliver_later` method. ``` AuthMailer.confirmation_instructions(user).deliver_later > NoMethodError: undefined method `deliver_later' for # ``` Is there anything more required to...

http://gemcutter.org/pages/create It's very easy. Unfortunately the name app_config is already taken, so you need some other name for the gem. http://gemcutter.org/gems/app_config

No, I don't see "Ignoring" message. My config: ``` [file] enabled = true media_dirs = /var/lib/mopidy/media show_dotfiles = false follow_symlinks = true metadata_timeout = 1000 ``` ``` wojtek@shuttle:~$ ls -al...

Are there any plans to add support for Action Cable out of the box?

Loading it from gem makes possible to change it in the future, when there is such a need. When copy pasting from docs, it will stay like this forever. Anyway,...

@waltjones Are there plans to keep rollbar js up to date with releases https://github.com/rollbar/rollbar.js/releases ? Otherwise I guess we should be advised to look for some other way to use...

@eregon do you know if it's somehow possible to find the offensive gem currently in the codebase? I'm getting it in the Rails app and I have no idea how...

Thanks, I actually found it today. It was caused by old version of `thor` gem. The old version was enforced by other gem (license_finder). I found it by quick examination...

hmm, I thought I'm using sleep from Ruby standard lib, so this is unexpected. Also why having a different behaviour than in standard lib? What are other methods that are...

refs https://github.com/Leaflet/Leaflet.draw/issues/988 Can we have it merged and released? @ddproxy ?