Created
February 23, 2010 20:09
-
-
Save joshaven/312651 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
joshaven: ~/projects$ cilantro new app | |
This project does not have a bin/cilantro installed! | |
HEAD is now at 71898e8 Changed the order of arguments when creating actions with named routes. | |
Run 'git remote add origin ...' to add an origin for your project. Or if running on linode, simply run 'linode add domain.com' | |
Whenever the cilantro project is updated, you can keep up to date by running 'cilantro update' | |
joshaven: ~/projects$ cd app | |
joshaven: ~/projects/app$ cilantro update | |
From git://github.com/dcparker/cilantro | |
* branch cilantro -> FETCH_HEAD | |
error: could not lock config file .git/config: No such file or directory | |
No changes to reapply. | |
Updated to 71898e8e73fbe3845267c1e5ad62cb9b004a58ba. | |
joshaven: ~/projects/app$ git init | |
Initialized empty Git repository in /Users/joshaven/projects/app/.git/ | |
joshaven: ~/projects/app$ cilantro update | |
From git://github.com/dcparker/cilantro | |
* branch cilantro -> FETCH_HEAD | |
No changes to reapply. | |
Updated to 71898e8e73fbe3845267c1e5ad62cb9b004a58ba. | |
joshaven: ~/projects/app$ rake | |
(in /Users/joshaven/projects/app) | |
Installing gem: sinatra-0.9.4 | |
Restoring gem(s) to pristine condition... | |
Restored sinatra-0.9.4 | |
Installing rack... | |
Successfully installed rack-1.1.0 | |
1 gem installed | |
Installing thin... | |
Building native extensions. This could take a while... | |
Building native extensions. This could take a while... | |
Successfully installed eventmachine-0.12.10 | |
Successfully installed daemons-1.0.10 | |
Successfully installed thin-1.2.5 | |
3 gems installed | |
Installing json... | |
Building native extensions. This could take a while... | |
Successfully installed json-1.2.0 | |
1 gem installed | |
Installing dm-core... | |
Successfully installed extlib-0.9.14 | |
Successfully installed addressable-2.1.1 | |
Successfully installed dm-core-0.10.2 | |
3 gems installed | |
Installing data_objects... | |
Successfully installed data_objects-0.10.1 | |
1 gem installed | |
Installing dm-types... | |
Building native extensions. This could take a while... | |
Successfully installed bcrypt-ruby-2.1.2 | |
Successfully installed fastercsv-1.5.1 | |
Successfully installed json_pure-1.2.0 | |
Successfully installed uuidtools-2.1.1 | |
Successfully installed stringex-1.1.0 | |
Successfully installed dm-types-0.10.2 | |
6 gems installed | |
Installing dm-migrations... | |
Successfully installed dm-migrations-0.10.2 | |
1 gem installed | |
/Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load -- do_sqlite3 (LoadError) | |
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `require' | |
from /Users/joshaven/projects/app/gems/gems/dm-core-0.10.2/lib/dm-core/adapters/sqlite3_adapter.rb:3 | |
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `gem_original_require' | |
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `require' | |
from /Users/joshaven/projects/app/gems/gems/dm-core-0.10.2/lib/dm-core/adapters.rb:121:in `load_adapter' | |
from /Users/joshaven/projects/app/gems/gems/dm-core-0.10.2/lib/dm-core/adapters.rb:101:in `adapter_class' | |
from /Users/joshaven/projects/app/gems/gems/dm-core-0.10.2/lib/dm-core/adapters.rb:13:in `new' | |
from /Users/joshaven/projects/app/gems/gems/dm-core-0.10.2/lib/dm-core.rb:175:in `setup' | |
from ./lib/cilantro/base.rb:125:in `setup_database' | |
from ./config/init.rb:39 | |
from ./lib/cilantro/base.rb:49:in `load' | |
from ./lib/cilantro/base.rb:49:in `load_environment' | |
from ./spec/cilantro/../spec_helper.rb:3 | |
from ./spec/cilantro/test_spec.rb:1:in `require' | |
from ./spec/cilantro/test_spec.rb:1 | |
from /Users/joshaven/.gem/ruby/1.8/gems/rspec-1.3.0/lib/spec/runner/example_group_runner.rb:15:in `load' | |
from /Users/joshaven/.gem/ruby/1.8/gems/rspec-1.3.0/lib/spec/runner/example_group_runner.rb:15:in `load_files' | |
from /Users/joshaven/.gem/ruby/1.8/gems/rspec-1.3.0/lib/spec/runner/example_group_runner.rb:14:in `each' | |
from /Users/joshaven/.gem/ruby/1.8/gems/rspec-1.3.0/lib/spec/runner/example_group_runner.rb:14:in `load_files' | |
from /Users/joshaven/.gem/ruby/1.8/gems/rspec-1.3.0/lib/spec/runner/options.rb:133:in `run_examples' | |
from /Users/joshaven/.gem/ruby/1.8/gems/rspec-1.3.0/lib/spec/runner/command_line.rb:9:in `run' | |
from /Users/joshaven/.gem/ruby/1.8/gems/rspec-1.3.0/bin/spec:5 | |
rake aborted! | |
Command /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -I"lib" "/Users/joshaven/.gem/ruby/1.8/gems/rspec-1.3.0/bin/spec" "spec/cilantro/test_spec.rb" --color failed | |
(See full trace by running task with --trace) | |
joshaven: ~/projects/app$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment