Ryan Angilly
Ryan Angilly
Hey there, I'm adding a new app to a server. When I do the following steps: - add an environment variable for the app "staging.myserver.com" - run chef-client on staging.myserver.com...
For some very edge-case-y reasons, I'd like to be able to change my `callback_url` on a per request basis. Currently, omniauth supports changing `callback_path` at the application level, but that...
Should [this line](https://github.com/mongoid/moped/blob/68923e0cfba9607398b6f5df270abeb8a429efb8/lib/moped/query.rb#L40) also take into account `options` so that hints like this can be used: ``` => #BSON::ObjectId('556f2a9b77656271580c0000'), "last_active_at"=>{"$gte"=>1970-01-01 00:00:00 UTC}, "created_at"=>{"$gte"=>2015-08-24 23:56:58 UTC}} options: {:hint=>{"organization_id"=>1, "type"=>1, "last_active_at"=>1, "created_at"=>1}}...
Hey there, This is more of a question than an issue, but I couldn't find a Google Group-ish forum to ask questions. I just generated this file: ``` 2.1.2 :003...
It's fairly easy to pass server side errors through backbone-forms. If we patch the Form initialize() to do something like this: ``` --- a/src/form.js +++ b/src/form.js @@ -57,6 +57,11 @@...
Would you accept a pull request for adding custom UTM parameters to this? I'm looking at adding this to a new blog through @jcvangent's wordpress plugin, and I could see...