A dashboard by a guy with a beard
- RSS feed
- Dublin Bus departures from one station
- Irish Rail departures from one station
- Ruby
- Rails
When you clone this project, you will need to run
rake secret
which will generate a unique token, then create a new file config/initializers/secret_token.rb and add the following:
AppName::Application.config.secret_key_base = '<token>'
replacing AppName with the name of your app and with the unique token you generated.
bundle
rails s