Last active
April 3, 2016 23:50
-
-
Save greendog/4985240 to your computer and use it in GitHub Desktop.
Revisions
-
greendog revised this gist
Aug 1, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -36,7 +36,7 @@ gem 'refinerycms-news', :git => "git://github.com/refinery/refinerycms-news.git" gem 'refinerycms-inquiries', :git => "git://github.com/refinery/refinerycms-inquiries.git", :branch => "master" gem 'shop_on_rails', :git => 'git://github.com/shoponrails/shop_on_rails.git' gem 'clot_engine', :git => 'git://github.com/greendog/clots.git' ``` * ```bundle install``` -
greendog revised this gist
Jun 22, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -31,7 +31,7 @@ gem 'spree_i18n', :git => 'git://github.com/spree/spree_i18n.git', :branch => '2 gem 'refinerycms', :git => "git://github.com/refinery/refinerycms.git", :branch => "master" gem 'refinerycms-i18n', :git => "git://github.com/refinery/refinerycms-i18n.git", :branch => "master" gem 'refinerycms-settings', :git => "git://github.com/refinery/refinerycms-settings.git", :branch => "master" gem 'refinerycms-blog', :git => "git://github.com/refinery/refinerycms-blog.git", :branch => "master" gem 'refinerycms-news', :git => "git://github.com/refinery/refinerycms-news.git", :branch => "master" gem 'refinerycms-inquiries', :git => "git://github.com/refinery/refinerycms-inquiries.git", :branch => "master" -
greendog revised this gist
Jan 29, 2014 . 1 changed file with 6 additions and 7 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -22,17 +22,16 @@ gem 'machinist', :group => :development gem 'ffaker', :group => :development gem "compass" gem "compass-rails" gem 'liquid', :git => 'git://github.com/Shopify/liquid.git' gem 'spree', :git => "git://github.com/spree/spree.git", :branch => "2-1-stable" gem 'spree_i18n', :git => 'git://github.com/spree/spree_i18n.git', :branch => '2-1-stable' gem 'refinerycms', :git => "git://github.com/refinery/refinerycms.git", :branch => "master" gem 'refinerycms-i18n', :git => "git://github.com/refinery/refinerycms-i18n.git", :branch => "master" gem 'refinerycms-settings', :git => "git://github.com/refinery/refinerycms-settings.git", :branch => "master" gem 'refinerycms-blog', :git => "git://github.com/greendog/refinerycms-blog.git", :branch => "master" gem 'refinerycms-news', :git => "git://github.com/refinery/refinerycms-news.git", :branch => "master" gem 'refinerycms-inquiries', :git => "git://github.com/refinery/refinerycms-inquiries.git", :branch => "master" -
greendog revised this gist
Oct 13, 2013 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -4,6 +4,10 @@ ### Demo: http://shoponrails.org/refinery/themes ### Fast and simple start with ShopOnrails and Opscode Chef - recommended way: https://github.com/shoponrails/shop_on_rails_kitchen ### Step-by-Step way (for advanced users) * ```rails new my_store && cd my_store``` * from Gemfile -
greendog revised this gist
Sep 25, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -37,7 +37,7 @@ gem 'clot_engine', :git => 'git://github.com/shoponrails/clots.git' ``` * ```bundle install``` * ```bundle exec rake db:create``` * ```bundle exec rake shop_on_rails:setup``` * ```bundle exec rake shop_on_rails:refresh_db_with_samples``` - optional, for the spree/refinery samples * replace config/routes.rb with: -
greendog revised this gist
Sep 25, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -27,7 +27,7 @@ gem 'spree_i18n', :git => 'git://github.com/spree/spree_i18n.git', :branch => '2 gem 'refinerycms', :git => "git://github.com/greendog/refinerycms.git", :branch => "2-1-stable" gem 'refinerycms-i18n', :git => "git://github.com/refinery/refinerycms-i18n.git", :branch => "2-1-stable" gem 'refinerycms-settings', :git => "git://github.com/refinery/refinerycms-settings.git", :branch => "2-1-stable" gem 'refinerycms-blog', :git => "git://github.com/refinery/refinerycms-blog.git", :branch => "master" gem 'refinerycms-news', :git => "git://github.com/refinery/refinerycms-news.git", :branch => "master" gem 'refinerycms-inquiries', :git => "git://github.com/refinery/refinerycms-inquiries.git", :branch => "master" -
greendog revised this gist
Aug 27, 2013 . 1 changed file with 0 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -34,8 +34,6 @@ gem 'refinerycms-inquiries', :git => "git://github.com/refinery/refinerycms-inqu gem 'shop_on_rails', :git => 'git://github.com/shoponrails/shop_on_rails.git' gem 'clot_engine', :git => 'git://github.com/shoponrails/clots.git' ``` * ```bundle install``` -
greendog revised this gist
Aug 22, 2013 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -51,10 +51,14 @@ mount Refinery::Core::Engine, :at => '/' ``` * ```rails s``` * go to http://localhost:3000/refinery/themes and use: login: ```admin``` password: ```password``` * http://localhost:3000/refinery - RefineryCMS Admin Area * http://localhost:3000/admin - Spree Admin Area -
greendog revised this gist
Aug 22, 2013 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,7 @@ ### Project Page: https://github.com/shoponrails ### Google Group: https://groups.google.com/d/forum/shoponrails ### Demo: http://shoponrails.org/refinery/themes -
greendog revised this gist
Aug 15, 2013 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,6 @@ ### Project Page: https://github.com/shoponrails ### Demo: http://shoponrails.org/refinery/themes * ```rails new my_store && cd my_store``` -
greendog revised this gist
Aug 15, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ * ### Demo: http://shoponrails.org/refinery/themes * ```rails new my_store && cd my_store``` -
greendog revised this gist
Aug 15, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ *### Demo: http://shoponrails.org/refinery/themes * ```rails new my_store && cd my_store``` -
greendog revised this gist
Aug 15, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ ### Demo: http://shoponrails.org/refinery/themes * ```rails new my_store && cd my_store``` -
greendog revised this gist
Aug 15, 2013 . 1 changed file with 1 addition and 4 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,4 @@ ### Demo: ```http://shoponrails.org/refinery/themes``` * ```rails new my_store && cd my_store``` -
greendog revised this gist
Aug 15, 2013 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -2,6 +2,8 @@ ```http://shoponrails.org/refinery/themes``` * ```rails new my_store && cd my_store``` * from Gemfile remove ```gem 'rais'``` and ```gem 'jquery-rails'``` -
greendog revised this gist
Aug 15, 2013 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,5 @@ ### Demo: ```http://shoponrails.org/refinery/themes``` * ```rails new my_store && cd my_store``` -
greendog revised this gist
Aug 15, 2013 . 1 changed file with 5 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,6 @@ ### Demo: ```http://shoponrails.org/refinery/themes``` * ```rails new my_store && cd my_store``` * from Gemfile remove ```gem 'rais'``` and ```gem 'jquery-rails'``` @@ -49,3 +52,5 @@ mount Refinery::Core::Engine, :at => '/' login: ```admin``` password: ```password``` -
greendog revised this gist
Aug 15, 2013 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ * ```rails new my_store && cd my_store``` * from Gemfile remove ```gem 'rais'``` and ```gem 'jquery-rails'``` and add folowing rows: -
greendog revised this gist
Aug 15, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ * ```rails new my_store && cd my_store``` * to Gemfile remove ```gem 'rais'```, ```gem 'jquery-rails'``` -
greendog revised this gist
Aug 15, 2013 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -47,4 +47,5 @@ mount Refinery::Core::Engine, :at => '/' * go to ```http://localhost:3000/refinery/themes``` and use: login: ```admin``` password: ```password``` -
greendog revised this gist
Aug 15, 2013 . 1 changed file with 4 additions and 5 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -44,8 +44,7 @@ mount Refinery::Core::Engine, :at => '/' ``` * ```rails s``` * go to ```http://localhost:3000/refinery/themes``` and use: login: ```admin``` password: ```password``` -
greendog revised this gist
Aug 15, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -34,7 +34,7 @@ gem 'spreefinery_themes', :git => 'git://github.com/shoponrails/spreefinery_them * ```bundle install``` * ```bundle exec db:create``` * ```bundle exec rake shop_on_rails:setup``` * ```bundle exec rake shop_on_rails:refresh_db_with_samples``` - optional, for the spree/refinery samples * replace config/routes.rb with: ```bash -
greendog revised this gist
Aug 15, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -34,7 +34,7 @@ gem 'spreefinery_themes', :git => 'git://github.com/shoponrails/spreefinery_them * ```bundle install``` * ```bundle exec db:create``` * ```bundle exec rake shop_on_rails:setup``` * bundle exec rake shop_on_rails:refresh_db_with_samples - optional, for the spree/refinery samples * replace config/routes.rb with: ```bash -
greendog revised this gist
Aug 15, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -34,7 +34,7 @@ gem 'spreefinery_themes', :git => 'git://github.com/shoponrails/spreefinery_them * ```bundle install``` * ```bundle exec db:create``` * ```bundle exec rake shop_on_rails:setup``` * bundle exec rake shop_on_rails:refresh_db_with_samples - ### optional, for the spree/refinery samples * replace config/routes.rb with: ```bash -
greendog revised this gist
Aug 15, 2013 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -35,8 +35,9 @@ gem 'spreefinery_themes', :git => 'git://github.com/shoponrails/spreefinery_them * ```bundle exec db:create``` * ```bundle exec rake shop_on_rails:setup``` ** bundle exec rake shop_on_rails:refresh_db_with_samples - optional, for the spree/refinery samples * replace config/routes.rb with: ```bash root :to => "refinery/pages#home" mount Spree::Core::Engine, :at => '/' mount Refinery::Core::Engine, :at => '/' -
greendog revised this gist
Aug 15, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -35,7 +35,7 @@ gem 'spreefinery_themes', :git => 'git://github.com/shoponrails/spreefinery_them * ```bundle exec db:create``` * ```bundle exec rake shop_on_rails:setup``` ** bundle exec rake shop_on_rails:refresh_db_with_samples - optional, for the spree/refinery samples * ```bash replace config/routes.rb with: root :to => "refinery/pages#home" mount Spree::Core::Engine, :at => '/' -
greendog revised this gist
Aug 15, 2013 . 1 changed file with 5 additions and 5 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -35,11 +35,11 @@ gem 'spreefinery_themes', :git => 'git://github.com/shoponrails/spreefinery_them * ```bundle exec db:create``` * ```bundle exec rake shop_on_rails:setup``` ** bundle exec rake shop_on_rails:refresh_db_with_samples - optional, for the spree/refinery samples * ``` replace config/routes.rb with: root :to => "refinery/pages#home" mount Spree::Core::Engine, :at => '/' mount Refinery::Core::Engine, :at => '/' ``` * ```rails s``` -
greendog revised this gist
Aug 15, 2013 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -36,6 +36,7 @@ gem 'spreefinery_themes', :git => 'git://github.com/shoponrails/spreefinery_them * ```bundle exec rake shop_on_rails:setup``` ** bundle exec rake shop_on_rails:refresh_db_with_samples - optional, for the spree/refinery samples * ```replace config/routes.rb with: root :to => "refinery/pages#home" mount Spree::Core::Engine, :at => '/' mount Refinery::Core::Engine, :at => '/' -
greendog renamed this gist
Aug 15, 2013 . 1 changed file with 21 additions and 15 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,11 @@ * rails new my_store && cd my_store * to Gemfile remove ```gem 'rais'```, ```gem 'jquery-rails'``` and add folowing rows: ```bash gem 'rails-i18n' gem 'machinist', :group => :development gem 'ffaker', :group => :development @@ -11,11 +14,12 @@ gem "compass-rails" gem "jquery-ui-rails" gem 'liquid', :git => 'git://github.com/Shopify/liquid.git' gem 'spree', :git => "git://github.com/spree/spree.git", :branch => "2-0-stable" gem 'spree_i18n', :git => 'git://github.com/spree/spree_i18n.git', :branch => '2-0-stable' gem 'refinerycms', :git => "git://github.com/greendog/refinerycms.git", :branch => "2-1-stable" gem 'refinerycms-i18n', :git => "git://github.com/refinery/refinerycms-i18n.git", :branch => "2-1-stable" gem 'refinerycms-settings', :git => "git://github.com/refinery/refinerycms-settings.git", :branch => "master" gem 'refinerycms-blog', :git => "git://github.com/refinery/refinerycms-blog.git", :branch => "master" gem 'refinerycms-news', :git => "git://github.com/refinery/refinerycms-news.git", :branch => "master" @@ -25,19 +29,21 @@ gem 'shop_on_rails', :git => 'git://github.com/shoponrails/shop_on_rails.git' gem 'clot_engine', :git => 'git://github.com/shoponrails/clots.git' gem 'spreefinery_core', :git => 'git://github.com/shoponrails/spreefinery_core.git' gem 'spreefinery_themes', :git => 'git://github.com/shoponrails/spreefinery_themes.git' ``` * ```bundle install``` * ```bundle exec db:create``` * ```bundle exec rake shop_on_rails:setup``` ** bundle exec rake shop_on_rails:refresh_db_with_samples - optional, for the spree/refinery samples * ```replace config/routes.rb with: root :to => "refinery/pages#home" mount Spree::Core::Engine, :at => '/' mount Refinery::Core::Engine, :at => '/' ``` * ```rails s``` * go to http://localhost:3000/refinery/themes and use: ``` login: admin password: password ``` -
greendog revised this gist
Jul 27, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -14,7 +14,7 @@ gem 'liquid', :git => 'git://github.com/Shopify/liquid.git' gem 'spree', :git => "git://github.com/spree/spree.git", :branch => "2-0-stable" gem 'spree_i18n', :git => 'git://github.com/spree/spree_i18n.git', :branch => '2-0-stable' gem 'refinerycms', :git => "git://github.com/greendog/refinerycms.git", :branch => "master" gem 'refinerycms-i18n', :git => "git://github.com/refinery/refinerycms-i18n.git", :branch => "master" gem 'refinerycms-settings', :git => "git://github.com/refinery/refinerycms-settings.git", :branch => "master" gem 'refinerycms-blog', :git => "git://github.com/refinery/refinerycms-blog.git", :branch => "master"
NewerOlder