This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gate@tolanna:~/Work/project-rails/project$ RUBBER_ENV=rubbertest cap rubber:create_staging | |
triggering load callbacks | |
* executing `rubber:init' | |
* executing `rubber:create_staging' | |
Hostname to use for staging instance [rubbertest]: | |
Roles to use for staging instance [web,app,db:primary=true]: | |
* executing `rubber:create' | |
* Creating new security group: project_rubbertest_app | |
* Creating new security group: project_rubbertest_passenger | |
* Creating new security group: project_rubbertest_default |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(document).ready(function(){ | |
var r=function(e){ | |
alert("Hello World"); | |
}; | |
$("#remove").click(r); | |
}); |
NewerOlder