Robert Rawlins
Robert Rawlins
@richardonrails @ginjo finding myself in a similar scenario after an upgrade to 2.5.0. At the moment I can only gain access to the user email address through: ```ruby env['omniauth.strategy'].access_token.authed_user.get('/api/users.identity').parsed ```...
Have to agree, when using `twitter-text` in conjunction with something like `rinku` for url/mailto' linking they do clash somewhat - however I can understand @jakl's point of view. I'd probably...
Found myself needing polymorphic support a few times, and as suggested in #132 I like the idea of being able to pass a lambda/proc to the `form:` option on properties....
Totally understand. 👍 Thanks for all the work you folks put in. On Tue, 5 Nov 2019, 21:33 Emanuele Magliozzi, wrote: > We are not adding any new feature in...
@tcocca I'd be more than happy to work on a PR for this. I haven't tried running specs locally yet but will do so before I start work on the...
@tcocca I'm looking at putting this PR together this afternoon but Im having issues getting the specs to run - currently about 300 failing, most of the them in the...
This is definitely something it'd be nice to permanently address. As @ginjo's fork is currently behind master I've shied away from using it, but for the moment I'm having to...
@ginjo thanks for getting back to me on this. I liked your approach as it had a fairly progressive approach, whereby it'd get as much personal information as possible given...
Another +1 on a workflow for this. I'm look to pre-release my next major. So currently at 2.6.1 and planning to try and release 3.0.0-1 but unable to figure out...
Just a note, but I'm experimenting with bringing RP up to spec with AMS 0.10.x which has even further interface changes above and beyond 0.9.x I'll let you know how...