Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2015
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.34 KB | None | 0 0
  1. Prefix Verb URI Pattern Controller#Action
  2. =================================================================================================================================================
  3. all_audits_appliances GET /appliances/all_audits(.:format) appliances#all_audits
  4.  
  5. Failure/Error: visit all_audits_appliances_path
  6. TypeError:
  7. can't dup NilClass
  8.  
  9.  
  10. new_appliance GET /appliances/new(.:format) appliances#new
  11.  
  12. Failure/Error: visit new_appliance_path
  13. AbstractController::ActionNotFound:
  14. The action 'new' could not be found for AppliancesController
  15.  
  16.  
  17.  
  18. edit_appliance GET /appliances/:id/edit(.:format) appliances#edit
  19.  
  20. Failure/Error: visit edit_appliance_path(appliance)
  21. AbstractController::ActionNotFound:
  22. The action 'edit' could not be found for AppliancesController
  23.  
  24.  
  25. =================================================================================================================================================
  26.  
  27.  
  28.  
  29. archive_account GET /accounts/:id/archive(.:format) accounts#archive
  30.  
  31. Failure/Error: visit archive_account_path(account)
  32. NameError:
  33. undefined local variable or method `archived' for #<Account:0x0000000932d5a8>
  34.  
  35.  
  36. archived_accounts GET /accounts/archived(.:format) accounts#archived
  37.  
  38. Failure/Error: visit archived_accounts_path
  39. ActionView::Template::Error:
  40. SQLite3::SQLException: no such column: accounts.archived: SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = 1 AND "accounts"."archived" = 't'
  41.  
  42.  
  43.  
  44. =================================================================================================================================================
  45.  
  46.  
  47. archived_customers GET /customers/archived(.:format) customers#archived
  48.  
  49. Failure/Error: visit archived_customers_path
  50. ActionView::MissingTemplate:
  51. Missing template customers/index, a10/base/index, application/index with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :shaper, :jbuilder, :coffee, :slim, :arb]}. Searched in:
  52. * "/home/justin/A10/thunderclap/app/views"
  53. * "/home/justin/.rvm/gems/ruby-2.1.4/bundler/gems/active_admin-2e58643d189b/app/views"
  54. * "/home/justin/.rvm/gems/ruby-2.1.4/gems/kaminari-0.16.1/app/views"
  55. * "/home/justin/.rvm/gems/ruby-2.1.4/gems/devise-3.2.4/app/views"
  56.  
  57.  
  58. all_audits_customers GET /customers/all_audits(.:format) customers#all_audits
  59.  
  60. Failure/Error: visit all_audits_customers_path
  61. Pundit::NotDefinedError:
  62. unable to find policy NilClassPolicy for
  63.  
  64.  
  65. =================================================================================================================================================
  66.  
  67.  
  68.  
  69. llp_index_license_pools GET /license_pools/llp_index(.:format) license_pools#llp_index
  70.  
  71. Failure/Error: visit llp_index_license_pools_path
  72. ActionView::MissingTemplate:
  73. Missing template license_pools/llp_index, a10/base/llp_index, application/llp_index with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :shaper, :jbuilder, :coffee, :slim, :arb]}. Searched in:
  74. * "/home/justin/A10/thunderclap/app/views"
  75. * "/home/justin/.rvm/gems/ruby-2.1.4/bundler/gems/active_admin-2e58643d189b/app/views"
  76. * "/home/justin/.rvm/gems/ruby-2.1.4/gems/kaminari-0.16.1/app/views"
  77. * "/home/justin/.rvm/gems/ruby-2.1.4/gems/devise-3.2.4/app/views"
  78.  
  79.  
  80. offline_mode_license_pools GET /license_pools/offline_mode(.:format) license_pools#offline_mode
  81.  
  82. Failure/Error: visit offline_mode_license_pools_path
  83. ActionController::UnknownFormat:
  84. ActionController::UnknownFormat
  85.  
  86.  
  87. =================================================================================================================================================
  88.  
  89.  
  90. home_index GET /home(.:format) home#index
  91.  
  92. Failure/Error: visit home_index_path
  93. AbstractController::ActionNotFound:
  94. The action 'index' could not be found for HomeController
  95.  
  96.  
  97.  
  98. new_wizard_welcome_step GET /wizard/welcome_steps/new(.:format) wizard/welcome_steps#new
  99.  
  100. Failure/Error: visit new_wizard_welcome_step_path
  101. AbstractController::ActionNotFound:
  102. The action 'new' could not be found for Wizard::WelcomeStepsController
  103.  
  104. edit_wizard_welcome_step GET /wizard/welcome_steps/:id/edit(.:format) wizard/welcome_steps#edit
  105.  
  106. Failure/Error: visit edit_wizard_welcome_step_path(account)
  107. AbstractController::ActionNotFound:
  108. The action 'edit' could not be found for Wizard::WelcomeStepsController
  109.  
  110.  
  111. wizard_welcome_step GET /wizard/welcome_steps/:id(.:format) wizard/welcome_steps#show
  112.  
  113. Failure/Error: visit wizard_welcome_step_path(account)
  114. Wicked::Wizard::InvalidStepError:
  115. The requested step did not match any steps defined for this controller.
  116.  
  117.  
  118. new_wizard_glm_welcome GET /wizard/glm_welcome/new(.:format) wizard/glm_welcome#new
  119.  
  120. Failure/Error: visit new_wizard_glm_welcome_path
  121. AbstractController::ActionNotFound:
  122. The action 'new' could not be found for Wizard::GlmWelcomeController
  123.  
  124.  
  125. edit_wizard_glm_welcome GET /wizard/glm_welcome/:id/edit(.:format) wizard/glm_welcome#edit
  126.  
  127. Failure/Error: visit edit_wizard_glm_welcome_path(account)
  128. AbstractController::ActionNotFound:
  129. The action 'edit' could not be found for Wizard::GlmWelcomeController
  130.  
  131.  
  132. wizard_glm_welcome GET /wizard/glm_welcome/:id(.:format) wizard/glm_welcome#show
  133.  
  134. Failure/Error: visit wizard_glm_welcome_path(account)
  135. Wicked::Wizard::InvalidStepError:
  136. The requested step did not match any steps defined for this controller.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement