This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Users/bryceneal/Documents/rails/juiceyjuice/config/initializers/sorcery.rb:86:in `block in <top (required)>': undefined method `twitter' for Sorcery::Controller::Config:Module (NoMethodError) | |
from /usr/local/Cellar/ruby/1.9.3-p0/lib/ruby/gems/1.9.1/gems/sorcery-0.7.12/lib/sorcery/controller.rb:193:in `call' | |
from /usr/local/Cellar/ruby/1.9.3-p0/lib/ruby/gems/1.9.1/gems/sorcery-0.7.12/lib/sorcery/controller.rb:193:in `configure!' | |
from /usr/local/Cellar/ruby/1.9.3-p0/lib/ruby/gems/1.9.1/gems/sorcery-0.7.12/lib/sorcery/controller.rb:15:in `included' | |
from /usr/local/Cellar/ruby/1.9.3-p0/lib/ruby/gems/1.9.1/gems/sorcery-0.7.12/lib/sorcery/engine.rb:11:in `include' | |
from /usr/local/Cellar/ruby/1.9.3-p0/lib/ruby/gems/1.9.1/gems/sorcery-0.7.12/lib/sorcery/engine.rb:11:in `block in <class:Engine>' | |
from /usr/local/Cellar/ruby/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.3/lib/rails/initializable.rb:30:in `instance_exec' | |
from /usr/local/Cellar/ruby/1.9.3-p0/lib/ruby/gems/1.9.1/gems/railties-3.2.3/lib/rails/initi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ / which rvm | |
rvm () { | |
typeset result current_result | |
export -a rvm_ruby_args > /dev/null 2> /dev/null | |
if (( ${rvm_ignore_rvmrc:=0} == 0 )) | |
then | |
: rvm_stored_umask:${rvm_stored_umask:=$(umask)} | |
for rvmrc in /etc/rvmrc "$HOME/.rvmrc" | |
do | |
if [[ -f "$rvmrc" ]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ ~ curl -L get.rvm.io | bash -s stable | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 9248 100 9248 0 0 12208 0 --:--:-- --:--:-- --:--:-- 12208 | |
Downloading RVM from wayneeseguin branch stable | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 1023k 100 1023k 0 0 297k 0 0:00:03 0:00:03 --:--:-- 439k | |
Upgrading the RVM installation in /Users/admin/.rvm/ |
NewerOlder