{"record":{"id":"2ef3a70645920be9","repo":"padrino/padrino-framework","slug":"unable-to-locate-app-underscore-camelize-appl","errorCode":null,"errorMessage":"Unable to locate '#{app.underscore.camelize}' application        ","messagePattern":"Unable to locate '#(.+?)' application        ","errorType":"console","errorClass":"SystemExit","httpStatus":null,"severity":"error","filePath":"padrino-gen/lib/padrino-gen/generators/actions.rb","lineNumber":459,"sourceCode":"\n      ##\n      # Raise SystemExit if the app does not exist.\n      #\n      # @param [String] app\n      #   Directory name of application.\n      #\n      # @example\n      #   check_app_existence 'app'\n      #\n      def check_app_existence(app)\n        return if File.exist?(destination_root(app))\n\n        say\n        say '================================================================='\n        say \"Unable to locate '#{app.underscore.camelize}' application        \"\n        say '================================================================='\n        say\n        raise SystemExit\n      end\n\n      ##\n      # Generates standard and tiny applications within a project.\n      #\n      # @param [String] app\n      #   Name of application.\n      # @param [Boolean] tiny\n      #   Boolean to generate a tiny structure.\n      #\n      # @example\n      #   app_skeleton 'some_app'\n      #   app_skeleton 'sub_app', true\n      #\n      def app_skeleton(app, tiny = false)\n        directory('app/', destination_root(app))\n        if tiny\n          template 'templates/controller.rb.tt', destination_root(app, 'controllers.rb')","sourceCodeStart":441,"sourceCodeEnd":477,"githubUrl":"https://github.com/padrino/padrino-framework/blob/167044f3d56b2bce12f943eb826fdb0b0ea94375/padrino-gen/lib/padrino-gen/generators/actions.rb#L441-L477","documentation":"Error \"Unable to locate '#{app.underscore.camelize}' application        \" thrown in padrino/padrino-framework.","triggerScenarios":"Thrown at padrino-gen/lib/padrino-gen/generators/actions.rb:459 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"167044f3d56b2bce12f943eb826fdb0b0ea94375","analyzedAt":"2026-08-23T12:41:41.049Z","schemaVersion":2},"datasetVersion":"2026-08-23T16:17:53.355Z"}