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
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 |
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 '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" |
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
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' |
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
<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> |
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
{% 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> |
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
<li> | |
<a href="/assets/The_Riverbank.jpeg"> | |
<%= image_fu slide.thumb, "243x80", :longdesc => slide.url, :alt => "" %> | |
</a> | |
</li> |
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
<pre class='debug_dump'>--- !ruby/object:Refinery::Image | |
attributes: | |
id: 1 | |
image_mime_type: image/jpeg | |
image_name: The_Riverbank.jpeg | |
image_size: 221438 | |
image_width: 984 | |
image_height: 324 | |
image_uid: 2012/08/27/10_12_33_844_The_Riverbank.jpeg | |
created_at: 2012-08-27 14:12:33.847152000 Z |
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
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) |
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
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' |
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
➜ 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 |