Skip to content

Instantly share code, notes, and snippets.

View mxstrand's full-sized avatar
😺
I like turtles.

Mike Strand mxstrand

😺
I like turtles.
View GitHub Profile
@mxstrand
mxstrand / gist:8742165
Created January 31, 2014 20:16
iron_worker upload ERROR
can't find src with path='./node_modules'
/Users/mxstrand/.rvm/gems/ruby-2.0.0-p247/gems/iron_core-1.0.3/lib/iron_core/iron_logger.rb:50:in `raise_exception': Can't find src with path='./node_modules' (IronCore::Error)
from /Users/mxstrand/.rvm/gems/ruby-2.0.0-p247/gems/iron_core-1.0.3/lib/iron_core/iron_logger.rb:27:in `error'
from /Users/mxstrand/.rvm/gems/ruby-2.0.0-p247/gems/iron_worker_ng-1.0.4/lib/iron_worker_ng/feature/base.rb:19:in `block in container_add'
from /Users/mxstrand/.rvm/gems/ruby-2.0.0-p247/gems/iron_worker_ng-1.0.4/lib/iron_worker_ng/fetcher.rb:76:in `call'
from /Users/mxstrand/.rvm/gems/ruby-2.0.0-p247/gems/iron_worker_ng-1.0.4/lib/iron_worker_ng/fetcher.rb:76:in `fetch_to_file'
from /Users/mxstrand/.rvm/gems/ruby-2.0.0-p247/gems/iron_worker_ng-1.0.4/lib/iron_worker_ng/feature/base.rb:17:in `container_add'
from /Users/mxstrand/.rvm/gems/ruby-2.0.0-p247/gems/iron_worker_ng-1.0.4/lib/iron_worker_ng/feature/common/merge_dir.rb:20:in `bundle'
from /Users/mxstrand/.rvm/gems/ruby-2.0.0-
1) Managing states Marking a state as default
Failure/Error: click_link "States"
ActionView::Template::Error:
undefined method `make_default_admin_state_path' for #<#<Class:0x000000071e0e90>:0x00000006be1260>
# ./app/views/admin/states/index.html.erb:7:in `block in _app_views_admin_states_index_html_erb___433868852152387488_63319760'
# ./app/views/admin/states/index.html.erb:4:in `each'
# ./app/views/admin/states/index.html.erb:4:in `_app_views_admin_states_index_html_erb___433868852152387488_63319760'
# (eval):2:in `click_link'
# ./spec/integration/managing_states_spec.rb:12:in `block (2 levels) in <top (required)>'