Simple refinery app to test inclusion of the latest (on 11 Jul 2011) refinery-page-images
refinerycms tsl
cd tsl
mkdir -p vendor/gems/refinerycms-page-images
git submodule add https://github.com/resolve/refinerycms-page-images.git
git submodule init
git submodule update
echo "gem 'refinerycms-page-images', '~> 1.0', :path => 'vendor/gems'" > Gemfile
bundle install && rails g refinerycms_page_images && rake db:migrate
rails g refinery_engine club name:string logo:image description:text
bundle install && rails g refinerycms_clubs && rake db:migrate
attr_accessible :name, :position, :logo_id, :description
has_many_page_images