Skip to content

Instantly share code, notes, and snippets.

View tdelam's full-sized avatar

Trevor Delamorandiere tdelam

View GitHub Profile
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
append Gemfile
run bundle install from "."
Updating git://github.com/resolve/refinerycms.git
Updating git://github.com/parndt/refinerycms-i18n.git
Fetching gem metadata from https://rubygems.org/.......
Fetching gem metadata from https://rubygems.org/..
Bundler could not find compatible versions for gem "jquery-rails":
In Gemfile:
refinerycms (>= 0) ruby depends on
require 'rvm/capistrano'
set :application, "bigpond"
set :repository, "[email protected]:tdelam/bigpond.git"
set :scm, :git
# Or: `accurev`, `bzr`, `cvs`, `darcs`, `git`, `mercurial`, `perforce`, `subversion` or `none`
set :rvm_type, :system
set :user, "trevor"
load 'deploy'
load 'deploy/assets'
Dir['vendor/gems/*/recipes/*.rb','vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
load 'config/deploy' # remove this line to skip loading any of the default tasks
require "rvm/capistrano" # Load RVM's capistrano plugin.
require 'bundler/capistrano'
<aside id="left">
<h1><%= @page.title %></h1>
<%= render :partial => '/refinery/menu',
:locals => {
:hide_children => false,
:dom_id => 'submenu',
:roots => refinery_menu_pages.reject{|p| p.parent_id != @page.root.id },
} %>
</aside>
{% load language_switcher %}
<nav id="main">
<ul>
{% for item in menu|slice:"0:4" %}
<li><a {% if item.active %}class=""{% endif %} href="{{ item.url }}">{{ item.name }}</a></li>
{% endfor %}
</ul>
{% lang_switcher_tag %}
<ul>
<li>
<a href="/assets/The_Riverbank.jpeg">
<%= image_fu slide.thumb, "243x80", :longdesc => slide.url, :alt => "" %>
</a>
</li>
<pre class='debug_dump'>--- !ruby/object:Refinery::Image
attributes:
&nbsp; id: 1
&nbsp; image_mime_type: image/jpeg
&nbsp; image_name: The_Riverbank.jpeg
&nbsp; image_size: 221438
&nbsp; image_width: 984
&nbsp; image_height: 324
&nbsp; image_uid: 2012/08/27/10_12_33_844_The_Riverbank.jpeg
&nbsp; created_at: 2012-08-27 14:12:33.847152000 Z
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
insert deployment/dada.com/Gemfile
insert deployment/dada.com/Gemfile
force deployment/dada.com/config/database.yml
append deployment/dada.com/config/database.yml
gsub deployment/dada.com/Gemfile
run createdb dada.com from "."
run createdb dada.com_development from "."
run bundle install from "._deployment/dada.com"
Using rake (0.9.2.2)
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
insert deployment/workcomeon.com/Gemfile
insert deployment/workcomeon.com/Gemfile
force deployment/workcomeon.com/config/database.yml
append deployment/workcomeon.com/config/database.yml
gsub deployment/workcomeon.com/Gemfile
run createdb workcomeon.com from "."
run createdb workcomeon.com_development from "."
run cat Gemfile from "._deployment/workcomeon.com"
source 'https://rubygems.org'
➜ bigpond git:(master) ✗ rails s
/Users/trevor/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.5/lib/bundler/spec_set.rb:90:in `block in materialize': Could not find rake-0.9.2.2 in any of the sources (Bundler::GemNotFound)
from /Users/trevor/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.5/lib/bundler/spec_set.rb:83:in `map!'
from /Users/trevor/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.5/lib/bundler/spec_set.rb:83:in `materialize'
from /Users/trevor/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.5/lib/bundler/definition.rb:127:in `specs'
from /Users/trevor/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.5/lib/bundler/environment.rb:27:in `specs'
from /Users/trevor/.rvm/gems/ruby-1.9.3-p194@global/gems/rubygems-bundler-1.0.3/lib/rubygems-bundler/noexec.rb:41:in `candidate?'
from /Users/trevor/.rvm/gems/ruby-1.9.3-p194@global/gems/rubygems-bundler-1.0.3/lib/rubygems-bundler/noexec.rb:60:in `setup'
from /Users/trevor/.rvm/gems/ruby-1.9.3-p194@global/gems/rubygems-bundler-1.0.3/lib/ruby