Skip to content

Instantly share code, notes, and snippets.

View kapowaz's full-sized avatar
🏴
warning flag

Ben Darlow kapowaz

🏴
warning flag
View GitHub Profile
bdarlow@panthro:~/Sites/videojuicer/vj-core$ bin/thor merb:gem:redeploy
[WARNING] Attempted to create task "full_list" without usage or description. Call desc if you want this method to be available as task or declare it inside a no_tasks{} block. Invoked from "/Users/bdarlow/Sites/videojuicer/vj-core/tasks/merb.thor/ops.rb:23".
[WARNING] Attempted to create task "rescue_failures" without usage or description. Call desc if you want this method to be available as task or declare it inside a no_tasks{} block. Invoked from "/Users/bdarlow/Sites/videojuicer/vj-core/tasks/merb.thor/ops.rb:38".
[WARNING] Attempted to create task "list" without usage or description. Call desc if you want this method to be available as task or declare it inside a no_tasks{} block. Invoked from "/Users/bdarlow/Sites/videojuicer/vj-core/tasks/merb.thor/main.thor:34:in `load_thorfile'".
/Users/bdarlow/.gem/ruby/1.8/gems/thor-0.11.5/bin/../lib/thor.rb:140:in `initialize': wrong number of arguments (3 for 0) (ArgumentError)
from /Users/b
bdarlow@panthro:~/Sites/videojuicer/vj-core$ bin/thor _0.9.9_ merb:gem:redeploy
/Users/bdarlow/Sites/videojuicer/vj-core/tasks/merb.thor/ops.rb:8:in `collect': /opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load -- libxml (LoadError)
from /opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
from ./lib/doctypes/smil/document.rb:7
from /opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
from /opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
from ./lib/doctypes/smil.rb:3
from /opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
from /opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
from (eval):54:in `collect'
<VirtualHost *:80>
ServerAdmin bdarlow@panthro.org
ServerName vj.panthro.org
DocumentRoot /Users/bdarlow/Sites/videojuicer/moko-www/www-videojuicer/web
<Directory /Sites/videojuicer/moko-www/www-videojuicer/web>
Options FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
Allow from all
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?url=$1 [L,QSA]
#
# Virtual Hosts
#
# If you want to maintain multiple domains/hostnames on your
# machine you can setup VirtualHost containers for them. Most configurations
# use only name-based virtual hosts so the server doesn't need to worry about
# IP addresses. This is indicated by the asterisks in the directives below.
#
# Please see the documentation at
# <URL:http://httpd.apache.org/docs/2.2/vhosts/>
#
# This is the main Apache HTTP server configuration file. It contains the
# configuration directives that give the server its instructions.
# See <URL:http://httpd.apache.org/docs/2.2> for detailed information.
# In particular, see
# <URL:http://httpd.apache.org/docs/2.2/mod/directives.html>
# for a discussion of each configuration directive.
#
# Do NOT simply read the instructions in here without understanding
# what they do. They're here only as hints or reminders. If you are unsure
#
# Virtual Hosts
#
# If you want to maintain multiple domains/hostnames on your
# machine you can setup VirtualHost containers for them. Most configurations
# use only name-based virtual hosts so the server doesn't need to worry about
# IP addresses. This is indicated by the asterisks in the directives below.
#
# Please see the documentation at
# <URL:http://httpd.apache.org/docs/2.2/vhosts/>
# DOESN'T WORK FOR NO GOOD FUCKING REASON
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?url=$1 [L,QSA]
<div id="tumblog_tracker">
<ul>
<li>
<a target="_blank" title="Read this blog post" href="http://whiscprognotes.tumblr.com/post/184747488"/>
<p>
<a target="_blank" title="Read this blog post" href="http://whiscprognotes.tumblr.com/post/184747488">
The winner of the 2009 Wigmore Hall / Kohn Foundation International Song Competition is
<b> Marcus Farnsworth with Elizabeth Burgess</b>
.
</a>
bdarlow@panthro:~/Sites/videojuicer/vj-panel$ merb -p 4000
Loading init file from /Users/bdarlow/Sites/videojuicer/vj-panel/config/init.rb
Loading /Users/bdarlow/Sites/videojuicer/vj-panel/config/environments/development.rb
String with :size option is deprecated, use String with :length instead
~ Connecting to database...
~ Parent pid: 1329
DataMapper::Resource.descendants is deprecated, use DataMapper::Model.descendants instead (/Users/bdarlow/.gem/ruby/1.8/gems/merb_datamapper-1.1/lib/merb_datamapper.rb:59:in `run')
~ Compiling routes...
~ Could not find resource model User
~ Could not find resource model Presentation