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 'migraine' | |
migration = Migraine::Migration.new( | |
from: 'mysql://root:root@localhost/migraine_from', | |
to: 'mysql://root:root@localhost/migraine_to' | |
) | |
migration.prefix 'spree_' | |
migration.generate 'migrate.rb' |
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 'migraine' | |
migration = Migraine::Migration.new( | |
from: 'mysql://root:root@localhost/migraine_from', | |
to: 'mysql://root:root@localhost/migraine_to' | |
) | |
migration.map 'addresses' => 'spree_addresses' | |
map 'id' | |
map 'firstname' |
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
source 'http://rubygems.org' | |
gem 'rails', '3.1.3' | |
# Bundle edge Rails instead: | |
# gem 'rails', :git => 'git://github.com/rails/rails.git' | |
gem 'sqlite3' | |
gem 'spree', :path => '../_gems/spree' |
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
source :rubygems | |
gem 'spree', :path => '../_gems/spree' |
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
Sites | |
> rvm gemset create spree | |
Sites | |
> rvm gemset use spree | |
Sites | |
> mkdir spree_test | |
Sites |
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
triggering after callbacks for `deploy:finalize_update' | |
* executing `bundle:install' | |
* executing "ls -x /var/www/vhosts/nitest.com/subdomains/asgseedbank.com/releases" | |
servers: ["asgseedbank.com.nitest.com"] | |
[asgseedbank.com.nitest.com] executing command | |
command finished in 662ms | |
* executing "cd /var/www/vhosts/nitest.com/subdomains/asgseedbank.com/releases/20120117192344 && bundle install --gemfile /var/www/vhosts/nitest.com/subdomains/asgseedbank.com/releases/20120117192344/Gemfile --path /var/www/vhosts/nitest.com/subdomains/asgseedbank.com/shared/bundle --deployment --quiet --without development test" | |
servers: ["asgseedbank.com.nitest.com"] | |
[asgseedbank.com.nitest.com] executing command | |
** [out :: asgseedbank.com.nitest.com] ArgumentError: invalid byte sequence in US-ASCII |
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
ActionView::Template::Error (markitup.css isn't precompiled): | |
57: </div> | |
58: | |
59: <% content_for :head do %> | |
60: <%= stylesheet_link_tag "markitup.css" %> | |
61: <%= javascript_include_tag 'jquery.markitup.js', 'markdown.set.js' %> | |
62: <script type="text/javascript"> | |
63: //<![CDATA[ |
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
# Deployment error | |
*** [err :: pro-006.openminds.be] rake aborted! | |
*** [err :: pro-006.openminds.be] Unknown MySQL server host 'mysql-07.openminds.be' (1) | |
# Ping error | |
> ping mysql-07.openminds.be | |
ping: cannot resolve mysql-07.openminds.be: Unknown host | |
# Database settings | |
production: |
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
Passenger ApplicationSpawner: /var/www/sandbox.theproject.com/current: symbol lookup error: | |
/var/www/sandbox.theproject.com/shared/bundle/ruby/1.9.1/gems/sqlite3-1.3.5/lib/sqlite3/sqlite3_native.so: undefined symbol: sqlite3_open_v2 |
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
projectpage2.com | |
> node server | |
node.js:134 | |
throw e; // process.nextTick error, or 'error' event on first tick | |
^ | |
Error: Error: models lib not found. | |
at /Users/Daniel/Sites/projectpage2.com/core/libs/globals.coffee:58:15 | |
at Object.<anonymous> (/Users/Daniel/Sites/projectpage2.com/app.coffee:51:8) | |
at Object.<anonymous> (/Users/Daniel/Sites/projectpage2.com/app.coffee:137:4) |