You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
Couldn't start padrino so I got rid of the version dependencies in the gemfile. I got it to run but quickly errored:
/Users/efields/Development/web/a-g/lib/parser.rb in parse
string.gsub(/{block:([\w:]+)}(.?){/block:\1}|{([\w-:]+)}/m) do |match| # TODO:add not block to the second term
/Users/efields/Development/web/a-g/lib/parser.rb in render_posts
parse(@theme,blocks,constants)
/Users/efields/Development/web/a-g/app/controllers/theme.rb in GET
@parser.render_posts
/Library/Ruby/Gems/1.8/gems/padrino-core-0.9.18/lib/padrino-core/application/routing.rb in call
proc { unbound_method.bind(self).call(@block_params) }
/Library/Ruby/Gems/1.8/gems/padrino-core-0.9.18/lib/padrino-core/application/routing.rb in route
proc { unbound_method.bind(self).call(*@block_params) }
/Library/Ruby/Gems/1.8/gems/sinatra-1.0/lib/sinatra/base.rb in instance_eval
throw :halt, instance_eval(&block)
/Library/Ruby/Gems/1.8/gems/sinatra-1.0/lib/sinatra/base.rb in route_eval
throw :halt, instance_eval(&block)
/Library/Ruby/Gems/1.8/gems/padrino-core-0.9.18/lib/padrino-core/application/routing.rb in route!
@_response_buffer = catch(:halt) { route_eval(&match.destination) }
/Library/Ruby/Gems/1.8/gems/padrino-core-0.9.18/lib/padrino-core/application/routing.rb in catch
@_response_buffer = catch(:halt) { route_eval(&match.destination) }
/Library/Ruby/Gems/1.8/gems/padrino-core-0.9.18/lib/padrino-core/application/routing.rb in route!
@_response_buffer = catch(:halt) { route_eval(&match.destination) }
/Library/Ruby/Gems/1.8/gems/padrino-core-0.9.18/lib/padrino-core/application/routing.rb in catch
pass_block = catch(:pass) do
/Library/Ruby/Gems/1.8/gems/padrino-core-0.9.18/lib/padrino-core/application/routing.rb in route!
pass_block = catch(:pass) do
/Library/Ruby/Gems/1.8/gems/sinatra-1.0/lib/sinatra/base.rb in dispatch!
route!
/Library/Ruby/Gems/1.8/gems/sinatra-1.0/lib/sinatra/base.rb in call!
invoke { dispatch! }
/Library/Ruby/Gems/1.8/gems/sinatra-1.0/lib/sinatra/base.rb in instance_eval
res = catch(:halt) { instance_eval(&block) }
/Library/Ruby/Gems/1.8/gems/sinatra-1.0/lib/sinatra/base.rb in invoke
res = catch(:halt) { instance_eval(&block) }
/Library/Ruby/Gems/1.8/gems/sinatra-1.0/lib/sinatra/base.rb in catch
res = catch(:halt) { instance_eval(&block) }
/Library/Ruby/Gems/1.8/gems/sinatra-1.0/lib/sinatra/base.rb in invoke
res = catch(:halt) { instance_eval(&block) }
/Library/Ruby/Gems/1.8/gems/sinatra-1.0/lib/sinatra/base.rb in call!
invoke { dispatch! }
/Library/Ruby/Gems/1.8/gems/sinatra-1.0/lib/sinatra/base.rb in call
dup.call!(env)
/Library/Ruby/Gems/1.8/gems/padrino-core-0.9.18/lib/padrino-core/reloader.rb in call
@app.call(env)
/Library/Ruby/Gems/1.8/gems/padrino-core-0.9.18/lib/padrino-core/logger.rb in call
status, header, body = @app.call(env)
/Library/Ruby/Gems/1.8/gems/haml-3.0.21/lib/sass/plugin/rack.rb in call
@app.call(env)
/Library/Ruby/Gems/1.8/gems/rack-1.2.1/lib/rack/showexceptions.rb in call
@app.call(env)
/Library/Ruby/Gems/1.8/gems/rack-1.2.1/lib/rack/methodoverride.rb in call
@app.call(env)
/Library/Ruby/Gems/1.8/gems/sinatra-1.0/lib/sinatra/base.rb in call
synchronize { prototype.call(env) }
/Library/Ruby/Gems/1.8/gems/sinatra-1.0/lib/sinatra/base.rb in synchronize
yield
/Library/Ruby/Gems/1.8/gems/sinatra-1.0/lib/sinatra/base.rb in call
synchronize { prototype.call(env) }
/Library/Ruby/Gems/1.8/gems/padrino-core-0.9.18/lib/padrino-core/router.rb in call
return app.call(
/Library/Ruby/Gems/1.8/gems/padrino-core-0.9.18/lib/padrino-core/router.rb in each
@mapping.each do |host, path, match, app|
/Library/Ruby/Gems/1.8/gems/padrino-core-0.9.18/lib/padrino-core/router.rb in call
@mapping.each do |host, path, match, app|
/Library/Ruby/Gems/1.8/gems/rack-1.2.1/lib/rack/content_length.rb in call
status, headers, body = @app.call(env)
/Library/Ruby/Gems/1.8/gems/rack-1.2.1/lib/rack/chunked.rb in call
status, headers, body = @app.call(env)
/Library/Ruby/Gems/1.8/gems/thin-1.2.7/lib/thin/connection.rb in pre_process
response = @app.call(@request.env)
/Library/Ruby/Gems/1.8/gems/thin-1.2.7/lib/thin/connection.rb in catch
catch(:async) do
/Library/Ruby/Gems/1.8/gems/thin-1.2.7/lib/thin/connection.rb in pre_process
catch(:async) do
/Library/Ruby/Gems/1.8/gems/thin-1.2.7/lib/thin/connection.rb in process
post_process(pre_process)
/Library/Ruby/Gems/1.8/gems/thin-1.2.7/lib/thin/connection.rb in receive_data
process if @request.parse(data)
/Library/Ruby/Gems/1.8/gems/eventmachine-0.12.10/lib/eventmachine.rb in run_machine
run_machine
/Library/Ruby/Gems/1.8/gems/eventmachine-0.12.10/lib/eventmachine.rb in run
run_machine
/Library/Ruby/Gems/1.8/gems/thin-1.2.7/lib/thin/backends/base.rb in start
EventMachine.run(&starter)
/Library/Ruby/Gems/1.8/gems/thin-1.2.7/lib/thin/server.rb in start @backend.start
/Library/Ruby/Gems/1.8/gems/rack-1.2.1/lib/rack/handler/thin.rb in run
server.start
/Library/Ruby/Gems/1.8/gems/padrino-core-0.9.18/lib/padrino-core/server.rb in build
handler.run Padrino.application, :Host => host, :Port => port do |server|
/Library/Ruby/Gems/1.8/gems/padrino-core-0.9.18/lib/padrino-core/server.rb in run!
Server.build(options)
/Library/Ruby/Gems/1.8/gems/padrino-core-0.9.18/lib/padrino-core/cli/adapter.rb in start
Padrino.run!(options.symbolize_keys)
/Library/Ruby/Gems/1.8/gems/padrino-core-0.9.18/lib/padrino-core/cli/base.rb in start
Padrino::Cli::Adapter.start(options)
/Library/Ruby/Gems/1.8/gems/thor-0.14.3/lib/thor/task.rb in send
instance.send(name, *args) : instance.class.handle_no_task_error(name)
/Library/Ruby/Gems/1.8/gems/thor-0.14.3/lib/thor/task.rb in run
instance.send(name, *args) : instance.class.handle_no_task_error(name)
/Library/Ruby/Gems/1.8/gems/thor-0.14.3/lib/thor/invocation.rb in invoke_task
task.run(self, *args)
/Library/Ruby/Gems/1.8/gems/thor-0.14.3/lib/thor.rb in dispatch
new(args, opts, config).invoke_task(task, trailing || [])
/Library/Ruby/Gems/1.8/gems/thor-0.14.3/lib/thor/base.rb in start
dispatch(nil, given_args.dup, nil, config)
/Library/Ruby/Gems/1.8/gems/padrino-core-0.9.18/bin/padrino in nil
Padrino::Cli::Base.start(ARGV)
/usr/bin/padrino in load
load Gem.bin_path('padrino-core', 'padrino', version)
/usr/bin/padrino in nil
load Gem.bin_path('padrino-core', 'padrino', version)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Couldn't start padrino so I got rid of the version dependencies in the gemfile. I got it to run but quickly errored:
/Users/efields/Development/web/a-g/lib/parser.rb in parse
string.gsub(/{block:([\w:]+)}(.?){/block:\1}|{([\w-:]+)}/m) do |match| # TODO:add not block to the second term
/Users/efields/Development/web/a-g/lib/parser.rb in render_posts
parse(@theme,blocks,constants)
/Users/efields/Development/web/a-g/app/controllers/theme.rb in GET
@parser.render_posts
/Library/Ruby/Gems/1.8/gems/padrino-core-0.9.18/lib/padrino-core/application/routing.rb in call
proc { unbound_method.bind(self).call(@block_params) }
/Library/Ruby/Gems/1.8/gems/padrino-core-0.9.18/lib/padrino-core/application/routing.rb in route
proc { unbound_method.bind(self).call(*@block_params) }
/Library/Ruby/Gems/1.8/gems/sinatra-1.0/lib/sinatra/base.rb in instance_eval
throw :halt, instance_eval(&block)
/Library/Ruby/Gems/1.8/gems/sinatra-1.0/lib/sinatra/base.rb in route_eval
throw :halt, instance_eval(&block)
/Library/Ruby/Gems/1.8/gems/padrino-core-0.9.18/lib/padrino-core/application/routing.rb in route!
@_response_buffer = catch(:halt) { route_eval(&match.destination) }
/Library/Ruby/Gems/1.8/gems/padrino-core-0.9.18/lib/padrino-core/application/routing.rb in catch
@_response_buffer = catch(:halt) { route_eval(&match.destination) }
/Library/Ruby/Gems/1.8/gems/padrino-core-0.9.18/lib/padrino-core/application/routing.rb in route!
@_response_buffer = catch(:halt) { route_eval(&match.destination) }
/Library/Ruby/Gems/1.8/gems/padrino-core-0.9.18/lib/padrino-core/application/routing.rb in catch
pass_block = catch(:pass) do
/Library/Ruby/Gems/1.8/gems/padrino-core-0.9.18/lib/padrino-core/application/routing.rb in route!
pass_block = catch(:pass) do
/Library/Ruby/Gems/1.8/gems/sinatra-1.0/lib/sinatra/base.rb in dispatch!
route!
/Library/Ruby/Gems/1.8/gems/sinatra-1.0/lib/sinatra/base.rb in call!
invoke { dispatch! }
/Library/Ruby/Gems/1.8/gems/sinatra-1.0/lib/sinatra/base.rb in instance_eval
res = catch(:halt) { instance_eval(&block) }
/Library/Ruby/Gems/1.8/gems/sinatra-1.0/lib/sinatra/base.rb in invoke
res = catch(:halt) { instance_eval(&block) }
/Library/Ruby/Gems/1.8/gems/sinatra-1.0/lib/sinatra/base.rb in catch
res = catch(:halt) { instance_eval(&block) }
/Library/Ruby/Gems/1.8/gems/sinatra-1.0/lib/sinatra/base.rb in invoke
res = catch(:halt) { instance_eval(&block) }
/Library/Ruby/Gems/1.8/gems/sinatra-1.0/lib/sinatra/base.rb in call!
invoke { dispatch! }
/Library/Ruby/Gems/1.8/gems/sinatra-1.0/lib/sinatra/base.rb in call
dup.call!(env)
/Library/Ruby/Gems/1.8/gems/padrino-core-0.9.18/lib/padrino-core/reloader.rb in call
@app.call(env)
/Library/Ruby/Gems/1.8/gems/padrino-core-0.9.18/lib/padrino-core/logger.rb in call
status, header, body = @app.call(env)
/Library/Ruby/Gems/1.8/gems/haml-3.0.21/lib/sass/plugin/rack.rb in call
@app.call(env)
/Library/Ruby/Gems/1.8/gems/rack-1.2.1/lib/rack/showexceptions.rb in call
@app.call(env)
/Library/Ruby/Gems/1.8/gems/rack-1.2.1/lib/rack/methodoverride.rb in call
@app.call(env)
/Library/Ruby/Gems/1.8/gems/sinatra-1.0/lib/sinatra/base.rb in call
synchronize { prototype.call(env) }
/Library/Ruby/Gems/1.8/gems/sinatra-1.0/lib/sinatra/base.rb in synchronize
yield
/Library/Ruby/Gems/1.8/gems/sinatra-1.0/lib/sinatra/base.rb in call
synchronize { prototype.call(env) }
/Library/Ruby/Gems/1.8/gems/padrino-core-0.9.18/lib/padrino-core/router.rb in call
return app.call(
/Library/Ruby/Gems/1.8/gems/padrino-core-0.9.18/lib/padrino-core/router.rb in each
@mapping.each do |host, path, match, app|
/Library/Ruby/Gems/1.8/gems/padrino-core-0.9.18/lib/padrino-core/router.rb in call
@mapping.each do |host, path, match, app|
/Library/Ruby/Gems/1.8/gems/rack-1.2.1/lib/rack/content_length.rb in call
status, headers, body = @app.call(env)
/Library/Ruby/Gems/1.8/gems/rack-1.2.1/lib/rack/chunked.rb in call
status, headers, body = @app.call(env)
/Library/Ruby/Gems/1.8/gems/thin-1.2.7/lib/thin/connection.rb in pre_process
response = @app.call(@request.env)
/Library/Ruby/Gems/1.8/gems/thin-1.2.7/lib/thin/connection.rb in catch
catch(:async) do
/Library/Ruby/Gems/1.8/gems/thin-1.2.7/lib/thin/connection.rb in pre_process
catch(:async) do
/Library/Ruby/Gems/1.8/gems/thin-1.2.7/lib/thin/connection.rb in process
post_process(pre_process)
/Library/Ruby/Gems/1.8/gems/thin-1.2.7/lib/thin/connection.rb in receive_data
process if @request.parse(data)
/Library/Ruby/Gems/1.8/gems/eventmachine-0.12.10/lib/eventmachine.rb in run_machine
run_machine
/Library/Ruby/Gems/1.8/gems/eventmachine-0.12.10/lib/eventmachine.rb in run
run_machine
/Library/Ruby/Gems/1.8/gems/thin-1.2.7/lib/thin/backends/base.rb in start
EventMachine.run(&starter)
/Library/Ruby/Gems/1.8/gems/thin-1.2.7/lib/thin/server.rb in start
@backend.start
/Library/Ruby/Gems/1.8/gems/rack-1.2.1/lib/rack/handler/thin.rb in run
server.start
/Library/Ruby/Gems/1.8/gems/padrino-core-0.9.18/lib/padrino-core/server.rb in build
handler.run Padrino.application, :Host => host, :Port => port do |server|
/Library/Ruby/Gems/1.8/gems/padrino-core-0.9.18/lib/padrino-core/server.rb in run!
Server.build(options)
/Library/Ruby/Gems/1.8/gems/padrino-core-0.9.18/lib/padrino-core/cli/adapter.rb in start
Padrino.run!(options.symbolize_keys)
/Library/Ruby/Gems/1.8/gems/padrino-core-0.9.18/lib/padrino-core/cli/base.rb in start
Padrino::Cli::Adapter.start(options)
/Library/Ruby/Gems/1.8/gems/thor-0.14.3/lib/thor/task.rb in send
instance.send(name, *args) : instance.class.handle_no_task_error(name)
/Library/Ruby/Gems/1.8/gems/thor-0.14.3/lib/thor/task.rb in run
instance.send(name, *args) : instance.class.handle_no_task_error(name)
/Library/Ruby/Gems/1.8/gems/thor-0.14.3/lib/thor/invocation.rb in invoke_task
task.run(self, *args)
/Library/Ruby/Gems/1.8/gems/thor-0.14.3/lib/thor.rb in dispatch
new(args, opts, config).invoke_task(task, trailing || [])
/Library/Ruby/Gems/1.8/gems/thor-0.14.3/lib/thor/base.rb in start
dispatch(nil, given_args.dup, nil, config)
/Library/Ruby/Gems/1.8/gems/padrino-core-0.9.18/bin/padrino in nil
Padrino::Cli::Base.start(ARGV)
/usr/bin/padrino in load
load Gem.bin_path('padrino-core', 'padrino', version)
/usr/bin/padrino in nil
load Gem.bin_path('padrino-core', 'padrino', version)
The text was updated successfully, but these errors were encountered: