I have reinstalled everything and there is no error up to the point 
when creating the application. I get an error on the setup wizard:

/var/lib/gems/1.9.1/gems/hobo_support-2.1.0/lib/hobo_support/fixes/module.rb:14:in
 
`alias_method': undefined method `create_record' for class 
`ActiveRecord::Associations::HasManyThroughAssociation' (NameError)

with the following command and its results:

quiliro@quiliro-Compaq-Presario-CQ60-Notebook-PC:~/Escritorio$ hobo new 
seguridad --setup
Hobo Command Line Interface 2.1.0
Generating Rails infrastructure...
      create
      create  README.rdoc
      create  Rakefile
      create  config.ru
      create  .gitignore
      create  Gemfile
      create  app
      create  app/assets/javascripts/application.js
      create  app/assets/stylesheets/application.css
      create  app/controllers/application_controller.rb
      create  app/helpers/application_helper.rb
      create  app/views/layouts/application.html.erb
      create  app/assets/images/.keep
      create  app/mailers/.keep
      create  app/models/.keep
      create  app/controllers/concerns/.keep
      create  app/models/concerns/.keep
      create  bin
      create  bin/bundle
      create  bin/rails
      create  bin/rake
      create  config
      create  config/routes.rb
      create  config/application.rb
      create  config/environment.rb
      create  config/environments
      create  config/environments/development.rb
      create  config/environments/production.rb
      create  config/environments/test.rb
      create  config/initializers
      create  config/initializers/backtrace_silencers.rb
      create  config/initializers/filter_parameter_logging.rb
      create  config/initializers/inflections.rb
      create  config/initializers/mime_types.rb
      create  config/initializers/secret_token.rb
      create  config/initializers/session_store.rb
      create  config/initializers/wrap_parameters.rb
      create  config/locales
      create  config/locales/en.yml
      create  config/boot.rb
      create  config/database.yml
      create  db
      create  db/seeds.rb
      create  lib
      create  lib/tasks
      create  lib/tasks/.keep
      create  lib/assets
      create  lib/assets/.keep
      create  log
      create  log/.keep
      create  public
      create  public/404.html
      create  public/422.html
      create  public/500.html
      create  public/favicon.ico
      create  public/robots.txt
      create  test/fixtures
      create  test/fixtures/.keep
      create  test/controllers
      create  test/controllers/.keep
      create  test/mailers
      create  test/mailers/.keep
      create  test/models
      create  test/models/.keep
      create  test/helpers
      create  test/helpers/.keep
      create  test/integration
      create  test/integration/.keep
      create  test/test_helper.rb
      create  tmp/cache
      create  tmp/cache/assets
      create  vendor/assets/javascripts
      create  vendor/assets/javascripts/.keep
      create  vendor/assets/stylesheets
      create  vendor/assets/stylesheets/.keep
       apply  /tmp/hobo_app_template
     gemfile    hobo (= 2.1.0)
     gemfile    protected_attributes
  Running Setup...
         run    bundle install from "."
Fetching gem metadata from https://rubygems.org/........
Fetching additional metadata from https://rubygems.org/..
Resolving 
dependencies.................................................................................
Using rake 10.3.2
Using i18n 0.6.9
Using minitest 4.7.5
Using multi_json 1.10.1
Using thread_safe 0.3.4
Using tzinfo 0.3.39
Using activesupport 4.0.8
Using builder 3.1.4
Using erubis 2.7.0
Using rack 1.5.2
Using rack-test 0.6.2
Using actionpack 4.0.8
Using mime-types 1.25.1
Using polyglot 0.3.5
Using treetop 1.4.15
Using mail 2.5.4
Using actionmailer 4.0.8
Using activemodel 4.0.8
Using activerecord-deprecated_finders 1.0.3
Using arel 4.0.2
Using activerecord 4.0.8
Using bundler 1.6.3


Your user account isn't allowed to install to the system Rubygems.
You can cancel this installation and run:

    bundle install --path vendor/bundle

to install the gems into ./vendor/bundle/, or you can enter your 
password
and install the bundled gems to Rubygems using sudo.

Password:
Installing coffee-script-source 1.7.0
Installing execjs 2.2.1
Installing coffee-script 2.2.0
Using thor 0.19.1
Using railties 4.0.8
Installing coffee-rails 4.0.1
Using hike 1.2.3
Using tilt 1.4.1
Installing sprockets 2.11.0
Using sprockets-rails 2.1.3
Using rails 4.0.8
Using hobo_support 2.1.0
Using dryml 2.1.0
Using hobo_fields 2.1.0
Using hobo_will_paginate 2.1.1
Using hobo 2.1.0
Installing jbuilder 1.5.3
Installing jquery-rails 3.1.1
Installing json 1.8.1
Installing protected_attributes 1.0.8
Installing rdoc 4.1.1
Installing sass 3.2.19
Installing sass-rails 4.0.3
Installing sdoc 0.4.0
Using sqlite3 1.3.9
Installing turbolinks 2.2.2
Installing uglifier 2.5.1
Your bundle is complete!
Use `bundle show [gemname]` to see where a bundled gem is installed.
Post-install message from rdoc:
Depending on your version of ruby, you may need to install ruby rdoc/ri 
data:

<= 1.8.6 : unsupported
 = 1.8.7 : gem install rdoc-data; rdoc-data --install
 = 1.9.1 : gem install rdoc-data; rdoc-data --install
>= 1.9.2 : nothing to do! Yay!
    generate    hobo:setup_wizard
/var/lib/gems/1.9.1/gems/hobo_support-2.1.0/lib/hobo_support/fixes/module.rb:14:in
 
`alias_method': undefined method `create_record' for class 
`ActiveRecord::Associations::HasManyThroughAssociation' (NameError)
        from 
/var/lib/gems/1.9.1/gems/hobo_support-2.1.0/lib/hobo_support/fixes/module.rb:14:in
 
`alias_method_chain'
        from 
/var/lib/gems/1.9.1/gems/hobo-2.1.0/lib/hobo/extensions/active_record/permissions.rb:89:in
 
`block in <top (required)>'
        from 
/var/lib/gems/1.9.1/gems/hobo-2.1.0/lib/hobo/extensions/active_record/permissions.rb:64:in
 
`class_eval'
        from 
/var/lib/gems/1.9.1/gems/hobo-2.1.0/lib/hobo/extensions/active_record/permissions.rb:64:in
 
`<top (required)>'
        from 
/var/lib/gems/1.9.1/gems/activesupport-4.0.8/lib/active_support/dependencies.rb:229:in
 
`require'
        from 
/var/lib/gems/1.9.1/gems/activesupport-4.0.8/lib/active_support/dependencies.rb:229:in
 
`block in require'
        from 
/var/lib/gems/1.9.1/gems/activesupport-4.0.8/lib/active_support/dependencies.rb:214:in
 
`load_dependency'
        from 
/var/lib/gems/1.9.1/gems/activesupport-4.0.8/lib/active_support/dependencies.rb:229:in
 
`require'
        from /var/lib/gems/1.9.1/gems/hobo-2.1.0/lib/hobo/engine.rb:33:in 
`block in <class:Engine>'
        from 
/var/lib/gems/1.9.1/gems/activesupport-4.0.8/lib/active_support/lazy_load_hooks.rb:38:in
 
`instance_eval'
        from 
/var/lib/gems/1.9.1/gems/activesupport-4.0.8/lib/active_support/lazy_load_hooks.rb:38:in
 
`execute_hook'
        from 
/var/lib/gems/1.9.1/gems/activesupport-4.0.8/lib/active_support/lazy_load_hooks.rb:28:in
 
`block in on_load'
        from 
/var/lib/gems/1.9.1/gems/activesupport-4.0.8/lib/active_support/lazy_load_hooks.rb:27:in
 
`each'
        from 
/var/lib/gems/1.9.1/gems/activesupport-4.0.8/lib/active_support/lazy_load_hooks.rb:27:in
 
`on_load'
        from /var/lib/gems/1.9.1/gems/hobo-2.1.0/lib/hobo/engine.rb:27:in 
`<class:Engine>'
        from /var/lib/gems/1.9.1/gems/hobo-2.1.0/lib/hobo/engine.rb:7:in 
`<module:Hobo>'
        from /var/lib/gems/1.9.1/gems/hobo-2.1.0/lib/hobo/engine.rb:6:in `<top 
(required)>'
        from 
/var/lib/gems/1.9.1/gems/activesupport-4.0.8/lib/active_support/dependencies.rb:229:in
 
`require'
        from 
/var/lib/gems/1.9.1/gems/activesupport-4.0.8/lib/active_support/dependencies.rb:229:in
 
`block in require'
        from 
/var/lib/gems/1.9.1/gems/activesupport-4.0.8/lib/active_support/dependencies.rb:214:in
 
`load_dependency'
        from 
/var/lib/gems/1.9.1/gems/activesupport-4.0.8/lib/active_support/dependencies.rb:229:in
 
`require'
        from /var/lib/gems/1.9.1/gems/hobo-2.1.0/lib/hobo.rb:86:in `<top 
(required)>'
        from 
/var/lib/gems/1.9.1/gems/bundler-1.6.3/lib/bundler/runtime.rb:76:in 
`require'
        from 
/var/lib/gems/1.9.1/gems/bundler-1.6.3/lib/bundler/runtime.rb:76:in 
`block (2 levels) in require'
        from 
/var/lib/gems/1.9.1/gems/bundler-1.6.3/lib/bundler/runtime.rb:72:in 
`each'
        from 
/var/lib/gems/1.9.1/gems/bundler-1.6.3/lib/bundler/runtime.rb:72:in 
`block in require'
        from 
/var/lib/gems/1.9.1/gems/bundler-1.6.3/lib/bundler/runtime.rb:61:in 
`each'
        from 
/var/lib/gems/1.9.1/gems/bundler-1.6.3/lib/bundler/runtime.rb:61:in 
`require'
        from /var/lib/gems/1.9.1/gems/bundler-1.6.3/lib/bundler.rb:132:in 
`require'
        from /home/quiliro/Escritorio/seguridad/config/application.rb:7:in 
`<top (required)>'
        from 
/var/lib/gems/1.9.1/gems/railties-4.0.8/lib/rails/commands.rb:43:in 
`require'
        from 
/var/lib/gems/1.9.1/gems/railties-4.0.8/lib/rails/commands.rb:43:in 
`<top (required)>'
        from bin/rails:4:in `require'
        from bin/rails:4:in `<main>'
         run  bundle install
Using rake 10.3.2
Using i18n 0.6.9
Using minitest 4.7.5
Using multi_json 1.10.1
Using thread_safe 0.3.4
Using tzinfo 0.3.39
Using activesupport 4.0.8
Using builder 3.1.4
Using erubis 2.7.0
Using rack 1.5.2
Using rack-test 0.6.2
Using actionpack 4.0.8
Using mime-types 1.25.1
Using polyglot 0.3.5
Using treetop 1.4.15
Using mail 2.5.4
Using actionmailer 4.0.8
Using activemodel 4.0.8
Using activerecord-deprecated_finders 1.0.3
Using arel 4.0.2
Using activerecord 4.0.8
Using coffee-script-source 1.7.0
Using execjs 2.2.1
Using coffee-script 2.2.0
Using thor 0.19.1
Using railties 4.0.8
Using coffee-rails 4.0.1
Using bundler 1.6.3
Using hike 1.2.3
Using tilt 1.4.1
Using sprockets 2.11.0
Using sprockets-rails 2.1.3
Using rails 4.0.8
Using hobo_support 2.1.0
Using dryml 2.1.0
Using hobo_fields 2.1.0
Using hobo_will_paginate 2.1.1
Using hobo 2.1.0
Using jbuilder 1.5.3
Using jquery-rails 3.1.1
Using json 1.8.1
Using protected_attributes 1.0.8
Using rdoc 4.1.1
Using sass 3.2.19
Using sass-rails 4.0.3
Using sdoc 0.4.0
Using sqlite3 1.3.9
Using turbolinks 2.2.2
Using uglifier 2.5.1
Your bundle is complete!
Use `bundle show [gemname]` to see where a bundled gem is installed.

--
Saludos libres,
Quiliro Ordóñez
600 8579

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to