Skip to content

Instantly share code, notes, and snippets.

View nomasprime's full-sized avatar

Rick Jones nomasprime

View GitHub Profile
/o/b/homebrew git:master ❯❯❯ brew install php54 -v ✚ ◼
==> Downloading http://www.php.net/get/php-5.4.22.tar.bz2/from/this/mirror
Already downloaded: /opt/boxen/cache/homebrew/php54-5.4.22
tar xf /opt/boxen/cache/homebrew/php54-5.4.22
==> Patching
/usr/bin/patch -f -p1 -i 000-homebrew.diff
patching file configure
Hunk #1 succeeded at 39208 (offset 931 lines).
Warning: Backing up all known pear.conf and .pearrc files
Warning: If you have a pre-existing pear install outside
Notice: /Stage[main]/Habitullence::Vim/File[/Users/rick/.vim/vundle/ctrlp.vim]/content: content changed '{md5}c6fc3a3a23ae4d832fcc697ecf8282cd' to '{md5}bcce34f6ad5be39b736c573ec94213d8'
Notice: /Stage[main]/Homebrew/File[/opt/boxen/cache/homebrew]/group: group changed 'staff' to 'admin'
/Library/Ruby/Gems/2.0.0/gems/bundler-1.3.5/lib/bundler/spec_set.rb:92:in `materialize': Could not find rake-10.0.3 in any of the sources (Bundler::GemNotFound)
from /Library/Ruby/Gems/2.0.0/gems/bundler-1.3.5/lib/bundler/spec_set.rb:85:in `map!'
from /Library/Ruby/Gems/2.0.0/gems/bundler-1.3.5/lib/bundler/spec_set.rb:85:in `materialize'
from /Library/Ruby/Gems/2.0.0/gems/bundler-1.3.5/lib/bundler/definition.rb:114:in `specs'
from /Library/Ruby/Gems/2.0.0/gems/bundler-1.3.5/lib/bundler/definition.rb:159:in `specs_for'
from /Library/Ruby/Gems/2.0.0/gems/bundler-1.3.5/lib/bundler/definition.rb:148:in `requested_specs'
from /Library/Ruby/Gems/2.0.0/gems/bundler-1.3.5/lib/bundler/environment.rb:18:in `requested_specs'
from
Warning: Your XQuartz (2.7.4) is outdated
Please install XQuartz 2.7.5:
https://xquartz.macosforge.org
Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected dylibs:
/usr/local/lib/libmacfuse_i32.2.dylib
freetype: stable 2.5.1 (bottled)
http://www.freetype.org
/opt/boxen/homebrew/Cellar/freetype/2.5.1 (59 files, 2.6M) *
Built from source
From: https://github.com/mxcl/homebrew/commits/master/Library/Formula/freetype.rb
==> Dependencies
Required: libpng ✔
==> Options
--universal
Build a universal binary
# -*- mode: ruby -*-
# vi: set ft=ruby :
# Vagrantfile API/syntax version. Don't touch unless you know what you're doing!
VAGRANTFILE_API_VERSION = "2"
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# All Vagrant configuration is done here. The most common configuration
# options are documented and commented below. For a complete reference,
# please see the online documentation at vagrantup.com.
INFO global: Vagrant version: 1.6.3
INFO global: Ruby version: 2.0.0
INFO global: RubyGems version: 2.0.14
INFO global: VAGRANT_EXECUTABLE="/Applications/Vagrant/bin/../embedded/gems/gems/vagrant-1.6.3/bin/vagrant"
INFO global: VAGRANT_LOG="info"
INFO global: VAGRANT_INSTALLER_EMBEDDED_DIR="/Applications/Vagrant/bin/../embedded"
INFO global: VAGRANT_INSTALLER_VERSION="2"
INFO global: VAGRANT_DETECTED_OS="Darwin"
INFO global: VAGRANT_INSTALLER_ENV="1"
INFO global: VAGRANT_INTERNAL_BUNDLERIZED="1"
<?php
namespace AnalogFolk\GatewayBundle\EventListener;
use Symfony\Component\HttpKernel\Event\GetResponseEvent;
use Symfony\Component\HttpFoundation\RedirectResponse;
use AnalogFolk\GatewayBundle\Security\Gateway\Geo;
use AnalogFolk\GatewayBundle\Controller\GatedController;
use AnalogFolk\GatewayBundle\Controller\MainController;
class GatewayListener
_sonata_admin:
resource: .
type: sonata_admin
prefix: /admin
analog_folk_gateway:
resource: "@AnalogFolkGatewayBundle/Resources/config/routing.xml"
prefix: /
admin:
behat/behat v2.5.3 Scenario-oriented BDD framework for PHP 5.3
behat/gherkin v2.3.5 Gherkin DSL parser for PHP 5.3
behat/mink v1.5.0 Web acceptance testing framework for PHP 5.3
behat/mink-browserkit-driver v1.1.0 Symfony2 BrowserKit driver for Mink framework
behat/mink-extension v1.3.3 Mink extension for Behat
behat/symfony2-extension v1.1.2 Symfony2 framework extension for Behat
doctrine/annotations v1.2.0 Docblock Annotations Parser
doctrine/cache v1.3.0 Caching library offering an object-oriented API for many cache backends
doctrine/collections v1.2 Collections Abstraction library
doctrine/common v2.4.2 Common Library for Doctrine projects
{% extends '::base.html.twig' %}
{% block body %}
<section class="whatever">
{{ form_errors(form)}}
<div class="section-content">
<form action="{{ path('fos_user_registration_register') }}" {{ form_enctype(form) }} method="POST" class="fos_user_registration_register">
{{ form_widget(form._token) }}
<div class="form-row">
{{ form_errors(form.username)}}
<label for="username">