This simple Rails app is the starting point for our workshop on Maintainable Ruby on Rails.
It imports the list of talks from the KDS web site and displays them on the screen.
bundle install
rake db:migrate
bundle exec rake kds:import_talks
bundle exec rails server