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
Substruct - http://code.google.com/p/substruct/ | |
Spree - spreehq.org | |
Minimal Cart - http://github.com/jbresnik/minimal-cart/tree/master | |
FoxyCart - http://www.foxycart.com/ |
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
# JRAILS init file - for noConflict | |
# uncomment to use jQuery.noConflict() | |
ActionView::Helpers::PrototypeHelper::JQUERY_VAR = '$j' | |
#ActionView::Helpers::AssetTagHelper::JAVASCRIPT_DEFAULT_SOURCES = ['jquery','jquery-ui','jrails'] | |
#ActionView::Helpers::AssetTagHelper::reset_javascript_include_default | |
require 'jrails' |
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
/* This fixes the problem with right columns being pushed below in ie6*/ | |
/* ----------------------------------------------------------------------- | |
Blueprint CSS Framework 0.7.1 | |
http://blueprintcss.googlecode.com | |
* Copyright (c) 2007-2008. See LICENSE for more info. | |
* See README for instructions on how to use Blueprint. | |
* For credits and origins, see AUTHORS. |
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
git submodule add git://github.com/rails/acts_as_list.git vendor/plugins/acts_as_list | |
git submodule add git://github.com/nex3/haml.git vendor/plugins/haml | |
git submodule add git://github.com/rails/acts_as_tree.git vendor/plugins/acts_as_tree | |
git submodule add [email protected]:bilson/simple_form_mailer.git vendor/plugins/simple_form_mailer | |
git submodule add [email protected]:bilson/dumpimp.git vendor/plugins/dumpimp | |
git submodule add git://github.com/rails/rails.git vendor/rails | |
git submodule add git://github.com/thoughtbot/paperclip.git vendor/plugins/paperclip | |
git submodule add [email protected]:bilson/basic_haml_generators.git vendor/plugins/basic_haml_generators | |
git submodule add git://github.com/rubyist/aasm.git vendor/plugins/aasm | |
git submodule add git://github.com/technoweenie/restful-authentication.git vendor/plugins/restful_authentication |
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
.DS_Store | |
log/*.log | |
tmp/attachment_fu/[^.]* | |
tmp/cache/[^.]* | |
tmp/pids/[^.]* | |
tmp/sessions/[^.]* | |
tmp/sockets/[^.]* | |
public/flv/[^.]* |
NewerOlder