-
```
$ ruby -v
ruby 1.9.3p125 (2012-02-16 revision 34643) [x86_64-darwin11.3.0]
$ bundle list
...
* rails (3.2.2)
...
* vanity (1.8.0)
$ bundle exec vanity --help
/Users/drnic/.rvm/gems/ruby-1.9.…
drnic updated
11 years ago
-
I have just bought the ebook, and tried to install the system.
I have installed VBox and Vagrant (current versions of both). I moved to the cloned folder and executed vagrant up. It has downloaded the…
-
I am finding a peculiar thing when using this library that I think may reflect an important bug, and I'd like your thoughts on it.
When I follow the OAuth flow with the "API Key" and "API Secret" fr…
-
Hi,
I just tried to create an app, and get the following error:
```
The template [https://raw.github.com/RailsApps/rails-composer/master/composer.rb]
could not be loaded. Error: You have already ac…
-
Hi,
I am attempting to add Vimeo support to allauth by duplicating the LinkedIn provider (which uses OAuth 1.0) and adapting it for Vimeo (https://developer.vimeo.com/apis/advanced).
While everythin…
-
Hi. I try to use this module, but i getting this error:
/var/www/web/insights-platform/node_modules/activator/lib/activator.js:112
model.save(id,{activation_code:code},cb);
…
-
Just updated to 0.7.9 - and its broken _Google-Oauth2_!
Again, using the example app that comes with it, click on "Google-Oauth2"
```
http://127.0.0.1/login/google-oauth2/
```
And its forwarding me…
-
Hi,
When I use the following choices in rails_apps_composer, I can't generate User model because omniauth gem is not included in Gemfile and it's not bundled:
rails_apps_composer new whatever
Would …
-
Hello,
When using the example app & Django 1.4 - I'm unable to enable logging in via twitter.
I've gotten 'Google OAuth2' & 'facebook' working, so something is happening correctly- I would just like …
-
When you signed in with a user and then you drop all your database it will gives you a Mongoid error, even if you have selected out Mongoid in the Composer:
From application_controller.rb
def…