Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
imports test pairs
Commit Description:
imports test pairs
class AddEmailingInfoOnConfigOption < ActiveRecord :: Migration
def self . up
# If Configuration['system.online_registration'] is true, the
# system allows online registration, and will use these
# information for sending confirmation emails.
Configuration . create ( :key => 'system.online_registration.smtp' ,
:value_type => 'string' ,
:value => 'smtp.somehost.com' )
Configuration . create ( :key => 'system.online_registration.from' ,
:value_type => 'string' ,
:value => 'your.email@address' )
end
def self . down
Configuration . find_by_key ( "system.online_registration.smtp" ) . destroy
Configuration . find_by_key ( "system.online_registration.from" ) . destroy
end
end
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository permissions settings