mirror of
https://github.com/neocities/neocities.git
synced 2025-07-20 01:26:03 +02:00
New welcome page #54
This commit is contained in:
parent
7390dbbd4c
commit
029eb57b85
6 changed files with 207 additions and 59 deletions
|
@ -32,12 +32,14 @@ DB = Sequel.connect $config['database'], sslmode: 'disable', max_connections: $c
|
|||
DB.extension :pagination
|
||||
|
||||
# :nocov:
|
||||
=begin
|
||||
if defined?(Pry)
|
||||
Pry.commands.alias_command 'c', 'continue'
|
||||
Pry.commands.alias_command 's', 'step'
|
||||
Pry.commands.alias_command 'n', 'next'
|
||||
Pry.commands.alias_command 'f', 'finish'
|
||||
end
|
||||
=end
|
||||
# :nocov:
|
||||
|
||||
Sidekiq::Logging.logger = nil unless ENV['RACK_ENV'] == 'production'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue