Dariusz Gertych
Dariusz Gertych
Hi, your lib is awesome Could you collaborate together @fuCtor and @nielsgl. Merge improvements form https://github.com/nielsgl/grape-doorkeeper and push the code to rubygems? Do you need any help @fuCtor @nielsgl?
Why it's not easy to use `omniauth-oauth2` with https://github.com/intridea/oauth2? From omniauth i get credentials hash like this: ``` ruby credentials do hash = {'token' => access_token.token} hash.merge!('refresh_token' => access_token.refresh_token) if...
Hi, would be great if postico support to read credentials from `~/.pgpass` http://www.postgresql.org/docs/9.4/static/libpq-pgpass.html I use it on daily basis and looking forward to see this in postico.
When I'm trying to open gem I get an additional line: `Found no changes, using resolution from the lockfile` I cannot figure it out the origin of this. When running...
Hi, rocket_tag doesn't work with rails 4 I tired to solve squeel dependancy, change scope to lambda you should add also `gem 'protected_attributes'` This solution is a hack to get...
When I run hash_syntax I get somthing as below. Any idea what could be wrong? ``` bash /Users/chytreg/.rvm/rubies/ruby-1.9.2-p290-patched/lib/ruby/site_ruby/1.9.1/rubygems/version.rb:143: warning: loading in progress, circular require considered harmful - /Users/chytreg/.rvm/rubies/ruby-1.9.2-p290-patched/lib/ruby/site_ruby/1.9.1/rubygems/version.rb from /Users/chytreg/.rvm/gems/ruby-1.9.2-p290-patched/bin/hash_syntax:18:in...
Look at picture below http://img.skitch.com/20100930-1wiy6pqr5y1urhqpagig5s35km.png I tried to use mongrel 1.2.0.pre2 with rails3 on ruby 1.9.2 and 1.8.7. Query string are missing i'm not sure it's a problem of a...