Showing 1,556 of 1,556 total issues
Line is too long. [82/80] Open
# change the failure app, you can configure them inside the config.warden block.
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
Time::DATE_FORMATS[:default] = "%b %d, %Y %I:%M%P"
- Read upRead up
- Exclude checks
Use %i
or %I
for an array of symbols. Open
match "*path" => 'pages#error404', via: [:get, :post]
- Read upRead up
- Exclude checks
Line is too long. [87/80] Open
# Allow you to use another encryption algorithm besides bcrypt (default). You can use
- Exclude checks
Line is too long. [86/80] Open
# :authlogic_sha512 (then you should set stretches above to 20 for default behavior)
- Exclude checks
Line is too long. [89/80] Open
# These validations are enabled in SimpleForm's internal config but disabled by default
- Exclude checks
Use %i
or %I
for an array of symbols. Open
match '/root' => 'options#update', via: [:put, :patch]
- Read upRead up
- Exclude checks
Line is too long. [86/80] Open
# using other encryptors, it sets how many times you want the password re-encrypted.
- Exclude checks
Line is too long. [83/80] Open
# You can define the class to use on all collection wrappers. Defaulting to none.
- Exclude checks
Line is too long. [93/80] Open
# To stop SimpleForm from generating the novalidate option, enabling the HTML5 validations,
- Exclude checks
Line is too long. [87/80] Open
Rails.application.config.assets.precompile += %w( html5shiv.js html5shiv-printshiv.js )
- Exclude checks
Line is too long. [82/80] Open
# a value less than 10 in other environments. Note that, for bcrypt (the default
- Exclude checks
Line is too long. [83/80] Open
# :time = Re-enables login after a certain amount of time (see :unlock_in below)
- Exclude checks
TODO found Open
# TODO - can we remove this/do we need backwards compaitibility?
- Exclude checks
TODO found Open
/ TODO: support 5th level?
- Exclude checks