Module
WillPaginate::Deprecation
In:
lib/will_paginate/deprecation.rb
Methods
behavior
behavior=
debug
debug=
default_behavior
silence
warn
Constants
BEHAVIORS
=
{ 'test' => Proc.new { |message, callstack| $stderr.puts(message)
Choose the default
warn
behavior
according to Rails.env. Ignore deprecation warnings in production.
Public Class methods
behavior
()
Behavior is a block that takes a message argument.
behavior=
(value)
debug
()
debug=
(value)
default_behavior
()
silence
() {|| ...}
warn
(message, callstack = caller)
[Validate]