This file contains 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
➜ .lein cat .profiles | |
{:user | |
{:dependencies {clj-stacktrace "0.2.4"} | |
:injections [(let [orig (ns-resolve (doto 'clojure.stacktrace require) | |
'print-cause-trace) | |
new (ns-resolve (doto 'clj-stacktrace.repl require) | |
'pst)] | |
(alter-var-root orig (constantly @new)))] | |
:plugins [[lein-midje "2.0.0-SNAPSHOT"] | |
[lein-pprint "1.1.1"]]}}% |
This file contains 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" | |
"http://www.w3.org/TR/html4/loose.dtd"> | |
<html> | |
<head> | |
<title></title> | |
<script type="text/javascript" src="js/jquery-1.7.1.min.js"></script> | |
<script type="text/javascript" src="js/mustache.js"></script> | |
</head> | |
<body> | |
<div id="formWrapper"> |
This file contains 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
/* js-model JavaScript library, version 0.10.1 | |
* (c) 2010-2011 Ben Pickles | |
* | |
* Released under MIT license. | |
*/ | |
var Model = function(name, func) { | |
// The model constructor. | |
var model = function(attributes) { | |
this.attributes = this.setAttributeValues(Model.Utils.extend({}, attributes)) | |
this.changes = {}; |
This file contains 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
heroku plugins:install http://github.com/pedro/heroku-mongo-sync.git |
NewerOlder