Extension for spree which allows the admin to add different sized self advertisement spaces in the homepage, sidebar and taxon page.
Add spree_advertisement_spaces to your Gemfile:
gem 'spree_advertisement_spaces', github: 'Claan/spree_advertisement_spaces', branch: 'master'
Bundle your dependencies and run the installation generator:
bundle
bundle exec rails g spree_advertisement_spaces:install
In the spirit of free software, everyone is encouraged to help improve this project.
Here are some ways you can contribute:
- by using prerelease versions
- by reporting bugs
- by suggesting new features
- by writing translations
- by writing or editing documentation
- by writing specifications
- by writing code (no patch is too small: fix typos, add comments, clean up inconsistent whitespace)
- by refactoring code
- by resolving issues
- by reviewing patches
Starting point:
- Fork the repo
- Clone your repo
- Run
bundle install
- Run
bundle exec rake test_app
to create the test application inspec/test_app
- Make your changes
- Ensure specs pass by running
bundle exec rspec spec
- Submit your pull request
Copyright (c) 2014 Claan, released under the MIT License