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
/*global Hogan:true*/ | |
$(function() { | |
"use strict"; | |
/* | |
* Global configuration options | |
*/ | |
var Config = { | |
// Product fields | |
productSchema: { |
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
//= require jquery_ujs | |
//= require jquery-fileupload/basic | |
//= require jquery-fileupload/vendor/tmpl | |
window.App = { | |
// Configuration container | |
Config: {} | |
}; | |
$(function() { |
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
//= require jquery_ujs | |
//= require jquery-fileupload/basic | |
//= require jquery-fileupload/vendor/tmpl | |
window.App = { | |
// Configuration container | |
Config: {} | |
}; | |
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 App = { | |
// Configuration container | |
Config: {} | |
}; | |
// Common utilities | |
App.Util = { | |
// Format bytes into human readable size notation | |
formatFileSize: function(bytes) { |
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/dev/barony-recruitment/ php ./recruitment.php | |
Adding butthole to keywords: | |
Data: Array | |
( | |
[keywords] => Array | |
( | |
[0] => butthole | |
) | |
) |
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
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' |
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
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 |
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
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 |
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
web1: | |
shared_writable_dirs: | |
- app/cache | |
- app/logs | |
document_root: web | |
default_gateway: app.php | |
index_list: [app.php] | |
php_version: 5.4.4 |
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
{% set movie_value %} | |
{% trans %} | |
One movie | |
{% plural genre.movie_count %} | |
{{ count }} movies | |
{% endtrans %} | |
{% endset %} |