Guest User

Untitled

a guest
Sep 19th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.46 KB | None | 0 0
  1. proton@earth onila % rails g puffer:controller PufferUser (0:28)
  2. DEPRECATION WARNING: ActiveSupport::Memoizable is deprecated and will be removed in future releases,simply use Ruby memoization pattern instead. (called from <top (required)> at /home/proton/projects/onila/config/application.rb:11)
  3. create app/controllers/admin/puffer_users_controller.rb
  4. /home/proton/.rvm/gems/ruby-1.9.3-p0@onila/bundler/gems/puffer-0043e83cc86c/lib/puffer/backends/models/user/active_record.rb:3:in `<module:User>': uninitialized constant Puffer::User::ActiveRecord (NameError)
  5. from /home/proton/.rvm/gems/ruby-1.9.3-p0@onila/bundler/gems/puffer-0043e83cc86c/lib/puffer/backends/models/user/active_record.rb:2:in `<module:Puffer>'
  6. from /home/proton/.rvm/gems/ruby-1.9.3-p0@onila/bundler/gems/puffer-0043e83cc86c/lib/puffer/backends/models/user/active_record.rb:1:in `<top (required)>'
  7. from /home/proton/.rvm/gems/ruby-1.9.3-p0@onila/bundler/gems/puffer-0043e83cc86c/app/models/puffer_user.rb:1:in `<top (required)>'
  8. from /home/proton/.rvm/gems/ruby-1.9.3-p0@onila/gems/activesupport-3.2.2/lib/active_support/inflector/methods.rb:229:in `block in constantize'
  9. from /home/proton/.rvm/gems/ruby-1.9.3-p0@onila/gems/activesupport-3.2.2/lib/active_support/inflector/methods.rb:228:in `each'
  10. from /home/proton/.rvm/gems/ruby-1.9.3-p0@onila/gems/activesupport-3.2.2/lib/active_support/inflector/methods.rb:228:in `constantize'
  11. from /home/proton/.rvm/gems/ruby-1.9.3-p0@onila/gems/activesupport-3.2.2/lib/active_support/core_ext/string/inflections.rb:54:in `constantize'
  12. from /home/proton/.rvm/gems/ruby-1.9.3-p0@onila/bundler/gems/puffer-0043e83cc86c/lib/generators/puffer/controller/controller_generator.rb:21:in `attributes'
  13. from (erb):8:in `template'
  14. from /home/proton/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/erb.rb:838:in `eval'
  15. from /home/proton/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/erb.rb:838:in `result'
  16. from /home/proton/.rvm/gems/ruby-1.9.3-p0@onila/gems/thor-0.14.6/lib/thor/actions/file_manipulation.rb:111:in `block in template'
  17. from /home/proton/.rvm/gems/ruby-1.9.3-p0@onila/gems/thor-0.14.6/lib/thor/actions/create_file.rb:54:in `call'
  18. from /home/proton/.rvm/gems/ruby-1.9.3-p0@onila/gems/thor-0.14.6/lib/thor/actions/create_file.rb:54:in `render'
  19. from /home/proton/.rvm/gems/ruby-1.9.3-p0@onila/gems/thor-0.14.6/lib/thor/actions/create_file.rb:63:in `block (2 levels) in invoke!'
  20. from /home/proton/.rvm/gems/ruby-1.9.3-p0@onila/gems/thor-0.14.6/lib/thor/actions/create_file.rb:63:in `open'
  21. from /home/proton/.rvm/gems/ruby-1.9.3-p0@onila/gems/thor-0.14.6/lib/thor/actions/create_file.rb:63:in `block in invoke!'
  22. from /home/proton/.rvm/gems/ruby-1.9.3-p0@onila/gems/thor-0.14.6/lib/thor/actions/empty_directory.rb:114:in `call'
  23. from /home/proton/.rvm/gems/ruby-1.9.3-p0@onila/gems/thor-0.14.6/lib/thor/actions/empty_directory.rb:114:in `invoke_with_conflict_check'
  24. from /home/proton/.rvm/gems/ruby-1.9.3-p0@onila/gems/thor-0.14.6/lib/thor/actions/create_file.rb:61:in `invoke!'
  25. from /home/proton/.rvm/gems/ruby-1.9.3-p0@onila/gems/thor-0.14.6/lib/thor/actions.rb:95:in `action'
  26. from /home/proton/.rvm/gems/ruby-1.9.3-p0@onila/gems/thor-0.14.6/lib/thor/actions/create_file.rb:26:in `create_file'
  27. from /home/proton/.rvm/gems/ruby-1.9.3-p0@onila/gems/thor-0.14.6/lib/thor/actions/file_manipulation.rb:110:in `template'
  28. from /home/proton/.rvm/gems/ruby-1.9.3-p0@onila/gems/railties-3.2.2/lib/rails/generators/named_base.rb:27:in `block in template'
  29. from /home/proton/.rvm/gems/ruby-1.9.3-p0@onila/gems/railties-3.2.2/lib/rails/generators/named_base.rb:56:in `inside_template'
  30. from /home/proton/.rvm/gems/ruby-1.9.3-p0@onila/gems/railties-3.2.2/lib/rails/generators/named_base.rb:26:in `template'
  31. from /home/proton/.rvm/gems/ruby-1.9.3-p0@onila/bundler/gems/puffer-0043e83cc86c/lib/generators/puffer/controller/controller_generator.rb:7:in `generate_controller'
  32. from /home/proton/.rvm/gems/ruby-1.9.3-p0@onila/gems/thor-0.14.6/lib/thor/task.rb:22:in `run'
  33. from /home/proton/.rvm/gems/ruby-1.9.3-p0@onila/gems/thor-0.14.6/lib/thor/invocation.rb:118:in `invoke_task'
  34. from /home/proton/.rvm/gems/ruby-1.9.3-p0@onila/gems/thor-0.14.6/lib/thor/invocation.rb:124:in `block in invoke_all'
  35. from /home/proton/.rvm/gems/ruby-1.9.3-p0@onila/gems/thor-0.14.6/lib/thor/invocation.rb:124:in `each'
  36. from /home/proton/.rvm/gems/ruby-1.9.3-p0@onila/gems/thor-0.14.6/lib/thor/invocation.rb:124:in `map'
  37. from /home/proton/.rvm/gems/ruby-1.9.3-p0@onila/gems/thor-0.14.6/lib/thor/invocation.rb:124:in `invoke_all'
  38. from /home/proton/.rvm/gems/ruby-1.9.3-p0@onila/gems/thor-0.14.6/lib/thor/group.rb:226:in `dispatch'
  39. from /home/proton/.rvm/gems/ruby-1.9.3-p0@onila/gems/thor-0.14.6/lib/thor/base.rb:389:in `start'
  40. from /home/proton/.rvm/gems/ruby-1.9.3-p0@onila/gems/railties-3.2.2/lib/rails/generators.rb:170:in `invoke'
  41. from /home/proton/.rvm/gems/ruby-1.9.3-p0@onila/gems/railties-3.2.2/lib/rails/commands/generate.rb:12:in `<top (required)>'
  42. from /home/proton/.rvm/gems/ruby-1.9.3-p0@onila/gems/railties-3.2.2/lib/rails/commands.rb:29:in `<top (required)>'
  43. from script/rails:6:in `require'
  44. from script/rails:6:in `<main>'
Add Comment
Please, Sign In to add comment