Created
November 10, 2008 17:55
-
-
Save nitsujw/23560 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
justin@justin-sl:~/merb/blog$ ls gems/gems/ | |
abstract-1.0.0 mailfactory-1.4.0 merb-slices-1.0 | |
addressable-1.0.4 merb-1.0 mime-types-1.15 | |
data_objects-0.9.6 merb-action-args-1.0 nokogiri-1.0.4 | |
diff-lcs-1.1.2 merb-assets-1.0 ParseTree-3.0.2 | |
dm-aggregates-0.9.6 merb-auth-1.0 rack-0.4.0 | |
dm-core-0.9.6 merb-auth-core-1.0 rake-0.8.3 | |
dm-migrations-0.9.6 merb-auth-more-1.0 randexp-0.1.4 | |
dm-sweatshop-0.9.6 merb-auth-slice-password-1.0 rspec-1.1.11 | |
dm-timestamps-0.9.6 merb-cache-1.0 ruby2ruby-1.2.1 | |
dm-types-0.9.6 merb-core-1.0 RubyInline-3.8.1 | |
dm-validations-0.9.6 merb_datamapper-1.0 sexp_processor-3.0.0 | |
do_sqlite3-0.9.6 merb-exceptions-1.0 templater-0.3.5 | |
erubis-2.6.2 merb-gen-1.0 thor-0.9.8 | |
extlib-0.9.8 merb-haml-1.0 uuidtools-1.0.4 | |
haml-2.0.4 merb-helpers-1.0 webrat-0.3.2 | |
highline-1.5.0 merb-mailer-1.0 whistler-0.0.1 | |
hpricot-0.6.164 merb-more-1.0 will_paginate-2.5.0 | |
json_pure-1.1.3 merb-param-protection-1.0 ZenTest-3.11.0 | |
justin@justin-sl:~/merb/blog$ ./bin/merb -i | |
Loading init file from /home/justin/merb/blog/config/init.rb | |
Loading /home/justin/merb/blog/config/environments/development.rb | |
Loaded full RubyGems instead of MiniGems | |
A gem was possibly implicitly loaded from /home/justin/merb/blog/gems/gems/dm-core-0.9.6/lib/dm-core.rb:28 | |
~ Connecting to database... | |
~ Loaded slice 'MerbAuthSlicePassword' ... | |
~ Parent pid: 3217 | |
~ Compiling routes... | |
~ Activating slice 'MerbAuthSlicePassword' ... | |
~ | |
~ FATAL: Couldn't load Webrat. You should run: sudo gem install webrat | |
justin@justin-sl:~/merb/blog$ gem list webrat | |
*** LOCAL GEMS *** | |
justin@justin-sl:~/merb/blog$ merb -i | |
Warning: please use bin/merb to load merb-core-1.0 from ./gems | |
Loading init file from /home/justin/merb/blog/config/init.rb | |
Loading /home/justin/merb/blog/config/environments/development.rb | |
~ Connecting to database... | |
~ Loaded slice 'MerbAuthSlicePassword' ... | |
~ Parent pid: 3280 | |
~ Compiling routes... | |
~ Activating slice 'MerbAuthSlicePassword' ... | |
irb: warn: can't alias context from irb_context. | |
irb(main):001:0> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment