Created
December 29, 2009 18:43
-
-
Save hone/265483 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
| hone@hone-x200:~/Projects/oib/rails_bundler$ ruby script/console | |
| Loading development environment (Rails 2.3.5) | |
| >> Hash['foo', 'foo'] | |
| => {"foo"=>nil} | |
| >> exit | |
| hone@hone-x200:~/Projects/oib/rails_bundler$ gem bundle | |
| Calculating dependencies... | |
| Updating source: http://gems.github.com | |
| Updating source: http://gems.rubyforge.org | |
| Installing xml-simple (1.0.12) | |
| Installing mime-types (1.16) | |
| Installing aws-s3 (0.6.2) | |
| Deleting gem: yard (0.5.2) | |
| Deleting bin file: yardoc | |
| Deleting bin file: yri | |
| Deleting bin file: yard-graph | |
| Done. | |
| hone@hone-x200:~/Projects/oib/rails_bundler$ ruby script/console | |
| Loading development environment (Rails 2.3.5) | |
| >> Hash['foo', 'foo'] | |
| => {"foo"=>"foo"} | |
| >> exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment