Example rails app to show communication between rails and c++
image in seeds from http://commons.wikimedia.org/wiki/File:Koala%27s_March.jpg
- 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 - run
bundle exec rails s
to start the server