Last active
December 20, 2015 02:39
-
-
Save umdstu/6057486 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
cloud13:~/projects/rf chase$ rails c | |
Loading development environment (Rails 3.2.3) | |
ruby-1.9.3-p0 :001 > require 'logstasher' | |
LoadError: cannot load such file -- logstasher | |
from /usr/local/rvm/gems/ruby-1.9.3-p0@rails32/gems/activesupport-3.2.3/lib/active_support/dependencies.rb:251:in `require' | |
from /usr/local/rvm/gems/ruby-1.9.3-p0@rails32/gems/activesupport-3.2.3/lib/active_support/dependencies.rb:251:in `block in require' | |
from /usr/local/rvm/gems/ruby-1.9.3-p0@rails32/gems/activesupport-3.2.3/lib/active_support/dependencies.rb:236:in `load_dependency' | |
from /usr/local/rvm/gems/ruby-1.9.3-p0@rails32/gems/activesupport-3.2.3/lib/active_support/dependencies.rb:251:in `require' | |
from (irb):1 | |
from /usr/local/rvm/gems/ruby-1.9.3-p0@rails32/gems/railties-3.2.3/lib/rails/commands/console.rb:47:in `start' | |
from /usr/local/rvm/gems/ruby-1.9.3-p0@rails32/gems/railties-3.2.3/lib/rails/commands/console.rb:8:in `start' | |
from /usr/local/rvm/gems/ruby-1.9.3-p0@rails32/gems/railties-3.2.3/lib/rails/commands.rb:41:in `<top (required)>' | |
from script/rails:6:in `require' | |
from script/rails:6:in `<main>' | |
ruby-1.9.3-p0 :002 > exit | |
cloud13:~/projects/rf chase$ gem list --local | grep log | |
logstash-event (1.1.5) | |
logstasher (0.2.5) | |
cloud13:~/projects/rf chase$ | |
test |
This file contains hidden or 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
gem 'rails', '3.2.3' | |
gem 'mysql2' | |
gem 'logstasher' | |
gem 'logstash-event' | |
gem 'will_paginate' | |
gem 'jquery-rails', '2.0.2' | |
gem 'twitter-bootstrap-rails' | |
gem 'capistrano' | |
test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment