-
Hello,
this doesn't seem to be working on Ruby 1.8.7, it breaks in the smtp_tls.rb file.
I created a fix that looks like this, just replace line 9.
```
if RUBY_VERSION=="1.8.6"
check_auth_args(u…
carr updated
13 years ago
-
Unfortunately, the plugin does not work for me, nothing is displayed in the preview panel. I have also tried various solutions listed here, but I have had no success. The user 'redmine' can run both '…
-
Currently, users only need to accept terms once.
But when terms are updated, the user should accept them again.
This should be done in two locations:
- After logging in.
- If already logged …
pbb72 updated
7 years ago
-
I installed the gem as directed, and placed this into my config/initializers/omniauth.rb file:
``` ruby
Rails.application.config.middleware.use OmniAuth::Builder do
provider :reddit, '[FILTERED APP…
-
To reproduce, on any app using turbo with Chrome: visit a page using basic auth `foo:bar@localhost:3000`. This doesn't happen on all browsers, or when using the basic-auth prompt box. But when visitin…
-
We recently upgraded an instance of shipit-engine to 0.31 (and now running shipit-engine master)
When running pubsubstub in a separate app, we don't want to leave the `/events` endpoint exposed, so…
-
When I try to use ember-cli-rails in windows, the following exception error when visit the url:
```
NotImplementedError (symlink() function is unimplemented on this machine):
ember-cli-rails (0.1.11…
-
Hi,
I just added this but something seems to be going wrong in the callback after I authorise the app in evernote sandbox. Any ideas?
Started GET "/users/auth/evernote/callback?oauth_token=mattbeedl…
-
I noticed the new variable, but I don't understand how to use it to enable all hosts.
I commented it out , but still no login is possible from outside.
How can I enable all hosts or subnets?
T…
virdb updated
1 month ago
-
I wanted specializations to be in sub-graphs and had trouble doing this either via the regular customizations or by forking the gem. I came up with this simple filter that rearranges the dot file.
…