Simple Rails gem for creating Yandex Market Language XML file.
Add this line to your application's Gemfile:
gem 'yandex_market', git: 'git://github.com/udovenko/yandex_market.git'
And then execute:
$ bundle install
$ rails g yandex_market:install
Last command will create initializer with name "yandex_market.rb" in your Rails initializers directory.
Check out the initializer structure and http://help.yandex.ru/webmaster/goods-prices/technical-requirements.xml.
- Fork it (https://github.com/[my-github-username]/yandex_market/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request