Example rails app to show how to connect rails with feedjira
- run
bundle install
to install all necessary gems - create your own config/database.yml (look at config/database.yml.example)
- run
bundle exec rake db:create db:migrate db:seed
to prepare database. Seeding database requires internet connection - run
bundle exec rails s
to start the server