Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
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
<div class="products"> | |
{exp:playa:parents field="product_collections" orderby="product_display_sort_order" sort="asc"} | |
<div class="a_product"> | |
{if product_detail_image} | |
<a href="{path=product}/{url_title}"> | |
<img class="product_detail_image" src={product_detail_image}"{path}_width310/{filename}.{extension}"{/product_detail_image} width="230px" border="0" alt="{title}" title="{title}" /> | |
</a> | |
{if:else} | |
<img src="/images/wg/picture_soon.jpg" width="230px" height="175px" /> | |
{/if} |
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
gem 'mongo', '~> 1.7.0' | |
gem 'bson_ext', '~> 1.7.0' | |
gem 'mongoid', '~> 3.0.1' | |
gem 'angular-rails' | |
gem 'kaminari' | |
gem 'jquery-rails' | |
gem 'redcarpet' | |
gem 'draper' | |
gem 'devise', '~> 2.1.2' | |
gem 'simple_form' |
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
Given /^I have houses named (.+)$/ do |names| | |
names.split(', ').each do |name| | |
House.create!(:name => name) | |
end | |
end |
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 'https://rubygems.org' | |
gem 'rails', '3.2.8' | |
# gem 'rails', :git => 'git://github.com/rails/rails.git' | |
# ---------------------------------------------------------- | |
# rails new APPNAME -T -d postgresql | |
# | |
# use this file as the Gemfile and run | |
# |
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
sudo chown root /usr/local/Cellar/couchdb/1.2.0/Library/LaunchDaemons/org.apache.couchdb.plist | |
sudo launchctl load -w /usr/local/Cellar/couchdb/1.2.0/Library/LaunchDaemons/org.apache.couchdb.plist |
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
curl -X POST http://username:[email protected]:5984/_replicate -H "Content-Type: application/json" -d '{"source":"http://username:[email protected]:5984/database", "target":"database"}' |
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
/*----------------------------------------------------- | |
960 Grid System ~ Core CSS. | |
Learn more ~ http://960.gs/ | |
Licensed under GPL and MIT. | |
-------------------------------------------------------*/ | |
/* Grid Settings | |
---------------------------*/ | |
// 12-column grid |
NewerOlder