spaces
This commit is contained in:
parent
8ce52b0d9f
commit
588481e4b8
@ -93,13 +93,12 @@ function flash_alert(text) {
|
|||||||
|
|
||||||
|
|
||||||
function set_busy(){
|
function set_busy(){
|
||||||
$('body').append('<div id="busy"></div>');
|
|
||||||
$('#busy').activity({segments: 8, steps: 5, opacity: 0.5, width: 10, space: 0, length: 10, color: '#212222', speed: 1.5});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
function unset_busy(){
|
function unset_busy(){
|
||||||
$('#busy').remove();
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -92,7 +92,7 @@ set :application, 'jfn_app'
|
|||||||
sudo "service #{application} restart"
|
sudo "service #{application} restart"
|
||||||
end
|
end
|
||||||
task :migrate do
|
task :migrate do
|
||||||
run "cd #{deploy_to}current && rake db:migrate RAILS_ENV=#{rails_env}"
|
run "cd #{deploy_to}current && bundle exec rake db:migrate RAILS_ENV=#{rails_env}"
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user