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
--color | |
--debug | |
--backtrace | |
--drb |
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
var req = $.get('foo.htm') | |
.success(function( response ){ | |
// do something with the response | |
}) | |
.error(function(){ | |
// do something if the request failed | |
}); |
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
<!-- app/views/houdini_templates/post.html.erb --> | |
<h2>Review the image for offensiveness</h2> | |
<h3>Instructions</h3> | |
<p>Please review the image below.</p> | |
<img src="<%= post.image_url %>"> | |
<p> |
NewerOlder