Skip to content

Instantly share code, notes, and snippets.

/*global Hogan:true*/
$(function() {
"use strict";
/*
* Global configuration options
*/
var Config = {
// Product fields
productSchema: {
//= require jquery_ujs
//= require jquery-fileupload/basic
//= require jquery-fileupload/vendor/tmpl
window.App = {
// Configuration container
Config: {}
};
$(function() {
//= require jquery_ujs
//= require jquery-fileupload/basic
//= require jquery-fileupload/vendor/tmpl
window.App = {
// Configuration container
Config: {}
};
var App = {
// Configuration container
Config: {}
};
// Common utilities
App.Util = {
// Format bytes into human readable size notation
formatFileSize: function(bytes) {
λ /var/dev/barony-recruitment/ php ./recruitment.php
Adding butthole to keywords:
Data: Array
(
[keywords] => Array
(
[0] => butthole
)
)
movies|master ⇒ pagoda tunnel web1
zsh: correct 'web1' to 'web' [nyae]? n
** Error:
** Input unrecoginized
** try 'pagoda -a <appname> tunnel <component>'
** ie. 'pagoda -a app tunnel db1'
movies|master ⇒ git push pagoda master
Counting objects: 9, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (5/5), done.
Writing objects: 100% (7/7), 118.35 KiB, done.
Total 7 (delta 2), reused 0 (delta 0)
:: Auto deploy enabled for 'master'
+> to change, visit https://dashboard.pagodabox.com/apps/rigid-rhonda/admin
:: Deploying to e5ff538 on master
movies|master ⇒ git push pagoda master
Counting objects: 5, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 305 bytes, done.
Total 3 (delta 2), reused 0 (delta 0)
:: Auto deploy enabled for 'master'
+> to change, visit https://dashboard.pagodabox.com/apps/rigid-rhonda/admin
:: Deploying to b04fd05 on master
@clooth
clooth / Boxfile
Created September 19, 2012 22:00
web1:
shared_writable_dirs:
- app/cache
- app/logs
document_root: web
default_gateway: app.php
index_list: [app.php]
php_version: 5.4.4
{% set movie_value %}
{% trans %}
One movie
{% plural genre.movie_count %}
{{ count }} movies
{% endtrans %}
{% endset %}