GAKUEngine/gaku

View on GitHub
core/lib/gaku/testing/controller_helpers.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method process_js_gaku_action has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

  def process_js_gaku_action(action, method = 'GET', params = nil, session = nil, flash = nil)
Severity: Minor
Found in core/lib/gaku/testing/controller_helpers.rb - About 35 mins to fix

    Method api_process has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

      def api_process(action, params = {}, session = nil, flash = nil, method = 'get')
    Severity: Minor
    Found in core/lib/gaku/testing/controller_helpers.rb - About 35 mins to fix

      Method process_gaku_action has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

        def process_gaku_action(action, method = 'GET', parameters = nil, session = nil, flash = nil)
      Severity: Minor
      Found in core/lib/gaku/testing/controller_helpers.rb - About 35 mins to fix

        There are no issues that match your filters.

        Category
        Status