Created
December 27, 2010 17:04
-
-
Save mmack/756295 to your computer and use it in GitHub Desktop.
padrino setup not working
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
| $ padrino g project wikirocket -a postgres -d datamapper -s jquery -b | |
| $ cd wikirocket | |
| $ padrino start | |
| ----------------- | |
| >> Listening on localhost:3000, CTRL+C to stop | |
| NoMethodError: undefined method `matched?' for nil:NilClass | |
| /Users/max/.rvm/gems/ruby-1.9.2-p0/gems/padrino-core-0.9.19/lib/padrino-core/application/routing.rb:66:in `route' | |
| /Users/max/.rvm/gems/ruby-1.9.2-p0/gems/sinatra-1.1.2/lib/sinatra/base.rb:549:in `call!' | |
| /Users/max/.rvm/gems/ruby-1.9.2-p0/gems/sinatra-1.1.2/lib/sinatra/base.rb:538:in `call' | |
| /Users/max/.rvm/gems/ruby-1.9.2-p0/gems/padrino-core-0.9.19/lib/padrino-core/reloader.rb:31:in `call' | |
| /Users/max/.rvm/gems/ruby-1.9.2-p0/gems/padrino-core-0.9.19/lib/padrino-core/logger.rb:282:in `call' | |
| /Users/max/.rvm/gems/ruby-1.9.2-p0/gems/rack-1.2.1/lib/rack/showexceptions.rb:24:in `call' | |
| /Users/max/.rvm/gems/ruby-1.9.2-p0/gems/rack-1.2.1/lib/rack/methodoverride.rb:24:in `call' | |
| /Users/max/.rvm/gems/ruby-1.9.2-p0/gems/sinatra-1.1.2/lib/sinatra/base.rb:1167:in `block in call' | |
| /Users/max/.rvm/gems/ruby-1.9.2-p0/gems/sinatra-1.1.2/lib/sinatra/base.rb:1193:in `synchronize' | |
| /Users/max/.rvm/gems/ruby-1.9.2-p0/gems/sinatra-1.1.2/lib/sinatra/base.rb:1167:in `call' | |
| /Users/max/.rvm/gems/ruby-1.9.2-p0/gems/padrino-core-0.9.19/lib/padrino-core/router.rb:71:in `block in call' | |
| /Users/max/.rvm/gems/ruby-1.9.2-p0/gems/padrino-core-0.9.19/lib/padrino-core/router.rb:64:in `each' | |
| /Users/max/.rvm/gems/ruby-1.9.2-p0/gems/padrino-core-0.9.19/lib/padrino-core/router.rb:64:in `call' | |
| /Users/max/.rvm/gems/ruby-1.9.2-p0/gems/rack-1.2.1/lib/rack/content_length.rb:13:in `call' | |
| /Users/max/.rvm/gems/ruby-1.9.2-p0/gems/rack-1.2.1/lib/rack/chunked.rb:15:in `call' | |
| /Users/max/.rvm/gems/ruby-1.9.2-p0/gems/thin-1.2.7/lib/thin/connection.rb:76:in `block in pre_process' | |
| /Users/max/.rvm/gems/ruby-1.9.2-p0/gems/thin-1.2.7/lib/thin/connection.rb:74:in `catch' | |
| /Users/max/.rvm/gems/ruby-1.9.2-p0/gems/thin-1.2.7/lib/thin/connection.rb:74:in `pre_process' | |
| /Users/max/.rvm/gems/ruby-1.9.2-p0/gems/thin-1.2.7/lib/thin/connection.rb:57:in `process' | |
| /Users/max/.rvm/gems/ruby-1.9.2-p0/gems/thin-1.2.7/lib/thin/connection.rb:42:in `receive_data' | |
| /Users/max/.rvm/gems/ruby-1.9.2-p0/gems/eventmachine-0.12.10/lib/eventmachine.rb:256:in `run_machine' | |
| /Users/max/.rvm/gems/ruby-1.9.2-p0/gems/eventmachine-0.12.10/lib/eventmachine.rb:256:in `run' | |
| /Users/max/.rvm/gems/ruby-1.9.2-p0/gems/thin-1.2.7/lib/thin/backends/base.rb:57:in `start' | |
| /Users/max/.rvm/gems/ruby-1.9.2-p0/gems/thin-1.2.7/lib/thin/server.rb:156:in `start' | |
| /Users/max/.rvm/gems/ruby-1.9.2-p0/gems/rack-1.2.1/lib/rack/handler/thin.rb:14:in `run' | |
| /Users/max/.rvm/gems/ruby-1.9.2-p0/gems/padrino-core-0.9.19/lib/padrino-core/server.rb:43:in `build' | |
| /Users/max/.rvm/gems/ruby-1.9.2-p0/gems/padrino-core-0.9.19/lib/padrino-core/server.rb:14:in `run!' | |
| /Users/max/.rvm/gems/ruby-1.9.2-p0/gems/padrino-core-0.9.19/lib/padrino-core/cli/adapter.rb:29:in `start' | |
| /Users/max/.rvm/gems/ruby-1.9.2-p0/gems/padrino-core-0.9.19/lib/padrino-core/cli/base.rb:23:in `start' | |
| /Users/max/.rvm/gems/ruby-1.9.2-p0/gems/thor-0.14.6/lib/thor/task.rb:22:in `run' | |
| /Users/max/.rvm/gems/ruby-1.9.2-p0/gems/thor-0.14.6/lib/thor/invocation.rb:118:in `invoke_task' | |
| /Users/max/.rvm/gems/ruby-1.9.2-p0/gems/thor-0.14.6/lib/thor.rb:263:in `dispatch' | |
| /Users/max/.rvm/gems/ruby-1.9.2-p0/gems/thor-0.14.6/lib/thor/base.rb:389:in `start' | |
| /Users/max/.rvm/gems/ruby-1.9.2-p0/gems/padrino-core-0.9.19/bin/padrino:8:in `<top (required)>' | |
| /Users/max/.rvm/gems/ruby-1.9.2-p0/bin/padrino:19:in `load' | |
| /Users/max/.rvm/gems/ruby-1.9.2-p0/bin/padrino:19:in `<main>' | |
| ------------------ | |
| GEM | |
| remote: http://rubygems.org/ | |
| specs: | |
| activesupport (3.0.3) | |
| addressable (2.2.2) | |
| daemons (1.1.0) | |
| data_mapper (1.0.2) | |
| dm-aggregates (= 1.0.2) | |
| dm-constraints (= 1.0.2) | |
| dm-core (= 1.0.2) | |
| dm-migrations (= 1.0.2) | |
| dm-serializer (= 1.0.2) | |
| dm-timestamps (= 1.0.2) | |
| dm-transactions (= 1.0.2) | |
| dm-types (= 1.0.2) | |
| dm-validations (= 1.0.2) | |
| data_objects (0.10.2) | |
| addressable (~> 2.1) | |
| dm-aggregates (1.0.2) | |
| dm-core (~> 1.0.2) | |
| dm-constraints (1.0.2) | |
| dm-core (~> 1.0.2) | |
| dm-migrations (~> 1.0.2) | |
| dm-core (1.0.2) | |
| addressable (~> 2.2) | |
| extlib (~> 0.9.15) | |
| dm-do-adapter (1.0.2) | |
| data_objects (~> 0.10.2) | |
| dm-core (~> 1.0.2) | |
| dm-migrations (1.0.2) | |
| dm-core (~> 1.0.2) | |
| dm-postgres-adapter (1.0.2) | |
| dm-do-adapter (~> 1.0.2) | |
| do_postgres (~> 0.10.2) | |
| dm-serializer (1.0.2) | |
| dm-core (~> 1.0.2) | |
| fastercsv (~> 1.5.3) | |
| json_pure (~> 1.4) | |
| dm-timestamps (1.0.2) | |
| dm-core (~> 1.0.2) | |
| dm-transactions (1.0.2) | |
| dm-core (~> 1.0.2) | |
| dm-types (1.0.2) | |
| dm-core (~> 1.0.2) | |
| fastercsv (~> 1.5.3) | |
| json_pure (~> 1.4) | |
| stringex (~> 1.1.0) | |
| uuidtools (~> 2.1.1) | |
| dm-validations (1.0.2) | |
| dm-core (~> 1.0.2) | |
| do_postgres (0.10.2) | |
| data_objects (= 0.10.2) | |
| eventmachine (0.12.10) | |
| extlib (0.9.15) | |
| fastercsv (1.5.3) | |
| git (1.2.5) | |
| haml (3.0.25) | |
| http_router (0.4.1) | |
| rack (>= 1.0.0) | |
| url_mount (~> 0.2.1) | |
| i18n (0.5.0) | |
| json_pure (1.4.6) | |
| mail (2.2.13) | |
| activesupport (>= 2.3.6) | |
| i18n (>= 0.4.0) | |
| mime-types (~> 1.16) | |
| treetop (~> 1.4.8) | |
| mime-types (1.16) | |
| padrino (0.9.19) | |
| padrino-admin (= 0.9.19) | |
| padrino-core (= 0.9.19) | |
| padrino-gen (= 0.9.19) | |
| padrino-helpers (= 0.9.19) | |
| padrino-mailer (= 0.9.19) | |
| padrino-admin (0.9.19) | |
| padrino-core (= 0.9.19) | |
| padrino-helpers (= 0.9.19) | |
| padrino-core (0.9.19) | |
| activesupport (>= 3.0.0) | |
| http_router (~> 0.4.0) | |
| sinatra (>= 1.1.0) | |
| thor (>= 0.14.3) | |
| tzinfo | |
| padrino-gen (0.9.19) | |
| bundler (>= 1.0.2) | |
| git | |
| padrino-core (= 0.9.19) | |
| padrino-helpers (0.9.19) | |
| i18n (>= 0.4.1) | |
| padrino-core (= 0.9.19) | |
| padrino-mailer (0.9.19) | |
| mail (>= 2.2.0) | |
| padrino-core (= 0.9.19) | |
| polyglot (0.3.1) | |
| rack (1.2.1) | |
| rack-flash (0.1.1) | |
| rack | |
| rake (0.8.7) | |
| sinatra (1.1.2) | |
| rack (~> 1.1) | |
| tilt (~> 1.2) | |
| stringex (1.1.0) | |
| thin (1.2.7) | |
| daemons (>= 1.0.9) | |
| eventmachine (>= 0.12.6) | |
| rack (>= 1.0.0) | |
| thor (0.14.6) | |
| tilt (1.2.1) | |
| treetop (1.4.9) | |
| polyglot (>= 0.3.1) | |
| tzinfo (0.3.23) | |
| url_mount (0.2.1) | |
| rack | |
| uuidtools (2.1.1) | |
| PLATFORMS | |
| ruby | |
| DEPENDENCIES | |
| data_mapper | |
| dm-postgres-adapter | |
| haml | |
| padrino (= 0.9.19) | |
| rack-flash | |
| rake | |
| thin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment