Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NoMethodError: undefined method `nombre' for nil:NilClass #232

Open
jalvarezsamayoa opened this issue Dec 1, 2015 · 0 comments
Open

NoMethodError: undefined method `nombre' for nil:NilClass #232

jalvarezsamayoa opened this issue Dec 1, 2015 · 0 comments
Labels

Comments

@jalvarezsamayoa
Copy link
Owner

Check full details on Airbrake: #1566032854998864279

Backtrace:

[PROJECT_ROOT]/app/mailers/notificaciones.rb:36:in nueva_solicitud
[GEM_ROOT]/gems/actionpack-3.0.9/lib/abstract_controller/base.rb:150:in process_action
[GEM_ROOT]/gems/actionpack-3.0.9/lib/abstract_controller/base.rb:119:in process
[GEM_ROOT]/gems/actionpack-3.0.9/lib/abstract_controller/rendering.rb:41:in process
[GEM_ROOT]/gems/actionmailer-3.0.9/lib/action_mailer/old_api.rb:75:in process
[GEM_ROOT]/gems/actionmailer-3.0.9/lib/action_mailer/base.rb:471:in process
[GEM_ROOT]/gems/actionmailer-3.0.9/lib/action_mailer/base.rb:466:in initialize
[GEM_ROOT]/gems/actionmailer-3.0.9/lib/action_mailer/base.rb:450:in new
[GEM_ROOT]/gems/actionmailer-3.0.9/lib/action_mailer/base.rb:450:in method_missing
[PROJECT_ROOT]/app/models/solicitud.rb:769:in notificar_creacion
[GEM_ROOT]/gems/activesupport-3.0.9/lib/active_support/callbacks.rb:422:in _run_create_callbacks
[GEM_ROOT]/gems/activerecord-3.0.9/lib/active_record/callbacks.rb:277:in create
[GEM_ROOT]/gems/activerecord-3.0.9/lib/active_record/persistence.rb:250:in create_or_update
[GEM_ROOT]/gems/activerecord-3.0.9/lib/active_record/callbacks.rb:273:in block in create_or_update
[GEM_ROOT]/gems/activesupport-3.0.9/lib/active_support/callbacks.rb:494:in _run_save_callbacks
[GEM_ROOT]/gems/activerecord-3.0.9/lib/active_record/callbacks.rb:273:in create_or_update
[GEM_ROOT]/gems/activerecord-3.0.9/lib/active_record/persistence.rb:40:in save
[GEM_ROOT]/gems/activerecord-3.0.9/lib/active_record/validations.rb:43:in save
[GEM_ROOT]/gems/activerecord-3.0.9/lib/active_record/attribute_methods/dirty.rb:21:in save
[GEM_ROOT]/gems/activerecord-3.0.9/lib/active_record/transactions.rb:240:in block (2 levels) in save
[GEM_ROOT]/gems/activerecord-3.0.9/lib/active_record/transactions.rb:292:in block in with_transaction_returning_status
[GEM_ROOT]/gems/activerecord-3.0.9/lib/active_record/connection_adapters/abstract/database_statements.rb:139:in transaction
[GEM_ROOT]/gems/activerecord-3.0.9/lib/active_record/transactions.rb:207:in transaction
[GEM_ROOT]/gems/newrelic_rpm-3.6.8.168/lib/new_relic/agent/method_tracer.rb:508:in block in transaction_with_trace_ActiveRecord_self_name_transaction
[GEM_ROOT]/gems/newrelic_rpm-3.6.8.168/lib/new_relic/agent/method_tracer.rb:259:in trace_execution_scoped
[GEM_ROOT]/gems/newrelic_rpm-3.6.8.168/lib/new_relic/agent/method_tracer.rb:503:in transaction_with_trace_ActiveRecord_self_name_transaction
[GEM_ROOT]/gems/activerecord-3.0.9/lib/active_record/transactions.rb:290:in with_transaction_returning_status
[GEM_ROOT]/gems/activerecord-3.0.9/lib/active_record/transactions.rb:240:in block in save
[GEM_ROOT]/gems/activerecord-3.0.9/lib/active_record/transactions.rb:251:in rollback_active_record_state!
[GEM_ROOT]/gems/activerecord-3.0.9/lib/active_record/transactions.rb:239:in save
[PROJECT_ROOT]/app/controllers/solicitud_informacion_controller.rb:28:in block in create
[GEM_ROOT]/gems/actionpack-3.0.9/lib/action_controller/metal/mime_responds.rb:264:in call
[GEM_ROOT]/gems/actionpack-3.0.9/lib/action_controller/metal/mime_responds.rb:264:in retrieve_response_from_mimes
[GEM_ROOT]/gems/actionpack-3.0.9/lib/action_controller/metal/mime_responds.rb:191:in respond_to
[PROJECT_ROOT]/app/controllers/solicitud_informacion_controller.rb:27:in create
[GEM_ROOT]/gems/actionpack-3.0.9/lib/action_controller/metal/implicit_render.rb:4:in send_action
[GEM_ROOT]/gems/actionpack-3.0.9/lib/abstract_controller/base.rb:150:in process_action
[GEM_ROOT]/gems/actionpack-3.0.9/lib/action_controller/metal/rendering.rb:11:in process_action
[GEM_ROOT]/gems/actionpack-3.0.9/lib/abstract_controller/callbacks.rb:18:in block in process_action
[GEM_ROOT]/gems/activesupport-3.0.9/lib/active_support/callbacks.rb:441:in _run__3337644284916997027__process_action__1271787101441122450__callbacks
[GEM_ROOT]/gems/activesupport-3.0.9/lib/active_support/callbacks.rb:410:in _run_process_action_callbacks
[GEM_ROOT]/gems/activesupport-3.0.9/lib/active_support/callbacks.rb:94:in run_callbacks
[GEM_ROOT]/gems/actionpack-3.0.9/lib/abstract_controller/callbacks.rb:17:in process_action
[GEM_ROOT]/gems/actionpack-3.0.9/lib/action_controller/metal/instrumentation.rb:30:in block in process_action
[GEM_ROOT]/gems/activesupport-3.0.9/lib/active_support/notifications.rb:52:in block in instrument
[GEM_ROOT]/gems/activesupport-3.0.9/lib/active_support/notifications/instrumenter.rb:21:in instrument
[GEM_ROOT]/gems/activesupport-3.0.9/lib/active_support/notifications.rb:52:in instrument
[GEM_ROOT]/gems/actionpack-3.0.9/lib/action_controller/metal/instrumentation.rb:29:in process_action
[GEM_ROOT]/gems/actionpack-3.0.9/lib/action_controller/metal/rescue.rb:17:in process_action
[GEM_ROOT]/gems/newrelic_rpm-3.6.8.168/lib/new_relic/agent/instrumentation/rails3/action_controller.rb:38:in block in process_action
[GEM_ROOT]/gems/newrelic_rpm-3.6.8.168/lib/new_relic/agent/instrumentation/controller_instrumentation.rb:324:in perform_action_with_newrelic_trace
[GEM_ROOT]/gems/newrelic_rpm-3.6.8.168/lib/new_relic/agent/instrumentation/rails3/action_controller.rb:37:in process_action
[GEM_ROOT]/gems/actionpack-3.0.9/lib/abstract_controller/base.rb:119:in process
[GEM_ROOT]/gems/actionpack-3.0.9/lib/abstract_controller/rendering.rb:41:in process
[GEM_ROOT]/gems/actionpack-3.0.9/lib/action_controller/metal.rb:138:in dispatch
[GEM_ROOT]/gems/actionpack-3.0.9/lib/action_controller/metal/rack_delegation.rb:14:in dispatch
[GEM_ROOT]/gems/actionpack-3.0.9/lib/action_controller/metal.rb:178:in block in action
[GEM_ROOT]/gems/actionpack-3.0.9/lib/action_dispatch/routing/route_set.rb:62:in call
[GEM_ROOT]/gems/actionpack-3.0.9/lib/action_dispatch/routing/route_set.rb:62:in dispatch
[GEM_ROOT]/gems/actionpack-3.0.9/lib/action_dispatch/routing/route_set.rb:27:in call
[GEM_ROOT]/gems/rack-mount-0.6.14/lib/rack/mount/route_set.rb:148:in block in call
[GEM_ROOT]/gems/rack-mount-0.6.14/lib/rack/mount/code_generation.rb:93:in block in recognize
[GEM_ROOT]/gems/rack-mount-0.6.14/lib/rack/mount/code_generation.rb:68:in optimized_each
[GEM_ROOT]/gems/rack-mount-0.6.14/lib/rack/mount/code_generation.rb:92:in recognize
[GEM_ROOT]/gems/rack-mount-0.6.14/lib/rack/mount/route_set.rb:139:in call
[GEM_ROOT]/gems/actionpack-3.0.9/lib/action_dispatch/routing/route_set.rb:493:in call
[GEM_ROOT]/gems/newrelic_rpm-3.6.8.168/lib/new_relic/rack/error_collector.rb:43:in call
[GEM_ROOT]/gems/newrelic_rpm-3.6.8.168/lib/new_relic/rack/agent_hooks.rb:22:in call
[GEM_ROOT]/gems/newrelic_rpm-3.6.8.168/lib/new_relic/rack/browser_monitoring.rb:16:in call
[GEM_ROOT]/gems/pdfkit-0.5.4/lib/pdfkit/middleware.rb:16:in call
[GEM_ROOT]/bundler/gems/simple-captcha-926268e07b4f/lib/simple_captcha/middleware.rb:20:in call
[GEM_ROOT]/gems/warden-1.1.1/lib/warden/manager.rb:35:in block in call
[GEM_ROOT]/gems/warden-1.1.1/lib/warden/manager.rb:34:in catch
[GEM_ROOT]/gems/warden-1.1.1/lib/warden/manager.rb:34:in call
[GEM_ROOT]/gems/actionpack-3.0.9/lib/action_dispatch/middleware/best_standards_support.rb:17:in call
[GEM_ROOT]/gems/actionpack-3.0.9/lib/action_dispatch/middleware/head.rb:14:in call
[GEM_ROOT]/gems/rack-1.2.5/lib/rack/methodoverride.rb:24:in call
[GEM_ROOT]/gems/actionpack-3.0.9/lib/action_dispatch/middleware/params_parser.rb:21:in call
[GEM_ROOT]/gems/actionpack-3.0.9/lib/action_dispatch/middleware/flash.rb:182:in call
[GEM_ROOT]/gems/actionpack-3.0.9/lib/action_dispatch/middleware/session/abstract_store.rb:149:in call
[GEM_ROOT]/gems/actionpack-3.0.9/lib/action_dispatch/middleware/cookies.rb:302:in call
[GEM_ROOT]/gems/activerecord-3.0.9/lib/active_record/query_cache.rb:32:in block in call
[GEM_ROOT]/gems/activerecord-3.0.9/lib/active_record/connection_adapters/abstract/query_cache.rb:28:in cache
[GEM_ROOT]/gems/activerecord-3.0.9/lib/active_record/query_cache.rb:12:in cache
[GEM_ROOT]/gems/activerecord-3.0.9/lib/active_record/query_cache.rb:31:in call
[GEM_ROOT]/gems/activerecord-3.0.9/lib/active_record/connection_adapters/abstract/connection_pool.rb:354:in call
[GEM_ROOT]/gems/actionpack-3.0.9/lib/action_dispatch/middleware/callbacks.rb:46:in block in call
[GEM_ROOT]/gems/activesupport-3.0.9/lib/active_support/callbacks.rb:416:in _run_call_callbacks
[GEM_ROOT]/gems/actionpack-3.0.9/lib/action_dispatch/middleware/callbacks.rb:44:in call
[GEM_ROOT]/gems/rack-1.2.5/lib/rack/sendfile.rb:106:in call
[GEM_ROOT]/gems/actionpack-3.0.9/lib/action_dispatch/middleware/remote_ip.rb:48:in call
[GEM_ROOT]/gems/actionpack-3.0.9/lib/action_dispatch/middleware/show_exceptions.rb:47:in call
[GEM_ROOT]/gems/railties-3.0.9/lib/rails/rack/logger.rb:13:in call
[GEM_ROOT]/gems/rack-1.2.5/lib/rack/runtime.rb:17:in call
[GEM_ROOT]/gems/activesupport-3.0.9/lib/active_support/cache/strategy/local_cache.rb:72:in call
[GEM_ROOT]/gems/rack-1.2.5/lib/rack/lock.rb:13:in block in call
[GEM_ROOT]/gems/rack-1.2.5/lib/rack/lock.rb:13:in synchronize
[GEM_ROOT]/gems/rack-1.2.5/lib/rack/lock.rb:13:in call
[GEM_ROOT]/gems/railties-3.0.9/lib/rails/application.rb:168:in call
[GEM_ROOT]/gems/railties-3.0.9/lib/rails/application.rb:77:in method_missing
[GEM_ROOT]/gems/newrelic_rpm-3.6.8.168/lib/new_relic/rack/developer_mode.rb:28:in call
/var/lib/gems/1.9.1/gems/passenger-4.0.59/lib/phusion_passenger/rack/thread_handler_extension.rb:74:in process_request
/var/lib/gems/1.9.1/gems/passenger-4.0.59/lib/phusion_passenger/request_handler/thread_handler.rb:141:in accept_and_process_next_request
/var/lib/gems/1.9.1/gems/passenger-4.0.59/lib/phusion_passenger/request_handler/thread_handler.rb:109:in main_loop
/var/lib/gems/1.9.1/gems/passenger-4.0.59/lib/phusion_passenger/request_handler.rb:455:in block (3 levels) in start_threads
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant