ErrLookup › padrino/padrino-framework

padrino/padrino-framework

Padrino is a full-stack ruby framework built upon Sinatra. · Ruby · 155 source files

Analyzed at 167044f3d5 on 2026-08-23. 46 documented errors.

Code / MessageTypeSeverityTags
Popover requires tooltip.js
exception error bootstrap, javascript, padrino-admin, assets, script-order
Role #{role} must be present and must be a symbol!
exception error padrino-admin, access-control, ruby, roles, configuration
You can't merge :any with other roles
exception error padrino-admin, access-control, ruby, roles, configuration
<= At the moment, Padrino only supports #{supported_orm.join
console error padrino-admin, generator, orm, cli, scaffolding
<= You are using '#{tmp_ext}' and for admin we only support
console error padrino-admin, generator, renderer, template-engine, cli
Model '#{klass_name}' could not be found! Perhaps you would
exception error padrino-admin, generator, orm, model, scaffolding
Adapter #{orm} is not yet supported!
exception error padrino-admin, generator, orm, adapter, ruby
You must define an #{settings.admin_model} Model
exception critical padrino-admin, authentication, ruby, constantize, model, runtime
Route mapping for url(#{name.inspect}) could not be found
exception error
route block arity does not match path '#{path}' (#{block_ari
exception error
Unable to locate source file for app '#{app_class}', try wit
exception error
Unable to locate app for '#{app_class}', try with app_class:
exception error
paths need to start with /
exception error
app is required
exception error
Unable to locate '#{app.underscore.camelize}' application
console error
Failed to generate `config/database.rb` for ORM adapter `#{o
console error
Failed to generate `config/database.rb` for ORM adapter `#{o
console error
<= You need an ORM adapter for run this generator. Sorry!
console error
<= You need an ORM adapter for run this generator. Sorry!
console error
Template '#{template_path}' not found in '#{view_path}'
exception error
Layout '#{template_path}' not found in '#{layouts_path}'
exception error
namespace is missing
validation error
Can not provide both cache_key and a block
validation error
You cannot use :except with other options specified
validation error
Rack config file `#{config_file}` must have `.ru` extension
exception error
Server handler (#{Handlers.join(', ')}) not found.
exception error
Constant `#{@project_name}` already exists. Please, use anot
exception error
Error dumping database
exception error
Task not supported by '#{config[:adapter]}'.
exception error
MIGRATION_VERSION is required
validation error
No MIGRATION_VERSION was provided
validation error
Database #{database} already exists
exception error
Adapter #{adapter} not supported for creating databases yet.
exception error
Adapter #{adapter} not supported for dropping databases yet.
exception error
FormBuilder template must be initialized
exception error
FormBuilder object must be present. If there's no object, us
exception error
gem 'tilt' is required
exception error
Engine #{engine.inspect} is not registered with Tilt
exception error padrino-helpers, tilt, template-engine, rendering, ruby
Please, do not use `register` on Padrino::Application object
exception error padrino, register, sinatra-migration, module, application-setup
The email '#{name}' is already defined
exception error padrino-mailer, dsl, duplicate-definition, email
gem 'padrino-helpers' is required to render partials
exception error padrino-mailer, padrino-helpers, partial, missing-gem, upgrade
mailer '#{mailer_name}' is not registered
exception error padrino-mailer, deliver, unknown-mailer, registry-lookup
mailer '#{mailer_name}' has no message '#{message_name}'
exception error padrino-mailer, deliver, unknown-message, dsl
To use mailers on Windows you must set a :delivery_method, s
exception error padrino-mailer, windows, delivery-method, smtp, platform
`protect_from_csrf` is activated, but `sessions` seem to be
console warning padrino, csrf, sessions, security, boot-warning
No logging configuration for :#{config_level} found, falling
console warning padrino, logger, environment, configuration, fallback