We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am running on 2.6 and receiving a 500 error when trying to select custom queries. What are we missing?
Started GET "/my/my_custom_form?dashboard_id=0&object=user&type=my_cust_query" for 172.16.123.194 at 2016-04-08 10:12:03 -0600 Processing by MyController#my_custom_form as JS Parameters: {"dashboard_id"=>"0", "object"=>"user", "type"=>"my_cust_query"} Current user: bob (id=7) Completed 500 Internal Server Error in 5.0ms ArgumentError (wrong number of arguments (3 for 1)): activerecord (3.2.21) lib/active_record/relation/calculations.rb:179:in `pluck' plugins/redmine_my_page/lib/my_page_patches/my_controller_patch.rb:37:in `my_custom_form' actionpack (3.2.21) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.21) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.21) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.21) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.21) lib/active_support/callbacks.rb:491:in `_run__1027753261596879224__process_action__1707121830259629243__callbacks' activesupport (3.2.21) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.21) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.21) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.21) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.21) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.21) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.21) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.21) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.21) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.21) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.21) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.21) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.21) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.21) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.21) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.21) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.21) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.21) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.21) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.21) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.21) lib/action_dispatch/routing/route_set.rb:608:in `call' rack-openid (1.4.2) lib/rack/openid.rb:98:in `call' request_store (1.0.5) lib/request_store/middleware.rb:9:in `call' actionpack (3.2.21) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.21) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.21) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.21) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.21) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.21) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.21) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.21) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.21) lib/active_support/callbacks.rb:405:in `_run__1685529229128167129__call__1943703303259666936__callbacks' activesupport (3.2.21) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.21) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.21) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.21) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.21) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.21) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.21) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.21) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.21) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.21) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.21) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.21) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.21) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.21) lib/action_dispatch/middleware/static.rb:83:in `call' rack-cache (1.2) lib/rack/cache/context.rb:136:in `forward' rack-cache (1.2) lib/rack/cache/context.rb:245:in `fetch' rack-cache (1.2) lib/rack/cache/context.rb:185:in `lookup' rack-cache (1.2) lib/rack/cache/context.rb:66:in `call!' rack-cache (1.2) lib/rack/cache/context.rb:51:in `call' railties (3.2.21) lib/rails/engine.rb:484:in `call' railties (3.2.21) lib/rails/application.rb:231:in `call' railties (3.2.21) lib/rails/railtie/configurable.rb:30:in `method_missing' passenger (5.0.6) lib/phusion_passenger/rack/thread_handler_extension.rb:85:in `process_request' passenger (5.0.6) lib/phusion_passenger/request_handler/thread_handler.rb:149:in `accept_and_process_next_request' passenger (5.0.6) lib/phusion_passenger/request_handler/thread_handler.rb:110:in `main_loop' passenger (5.0.6) lib/phusion_passenger/request_handler.rb:414:in `block (3 levels) in start_threads' passenger (5.0.6) lib/phusion_passenger/utils.rb:111:in `block in create_thread_and_abort_on_exception'
The text was updated successfully, but these errors were encountered:
Hi, Upgrade your rails gem. this issue will be solved. Thanks.
Sorry, something went wrong.
What version of rails do I need?
Royce
On 5/12/16 8:30 AM, Rupesh wrote:
Hi, Upgrade your rails gem. this issue will be solved. Thanks. — You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub #19 (comment)
— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub #19 (comment)
Any rail version >= rails 4.0.2
No branches or pull requests
I am running on 2.6 and receiving a 500 error when trying to select custom queries. What are we missing?
The text was updated successfully, but these errors were encountered: