THIS PLUGIN IS NOW DEPRECATED, YOU SHOULD USE 12FACTOR GEM TO SEND YOUR LOGS TO STDOUT INSTEAD
dokku-rails-logs is a plugin for dokku that prints the logs of your Rails app.
$ sudo git clone https://github.com/Flink/dokku-rails-logs.git /var/lib/dokku/plugins/rails-logs
$ dokku help
rails:logs <app> [-t] Display rails logs of provided app
Display rails logs of my-app
# dokku rails:logs my-app # Server side
$ ssh dokku@server rails:logs my-app # Client side
Display rails logs of my-app continually
# dokku rails:logs my-app -t # Server side
$ ssh dokku@server rails:logs my-app -t # Client side
This plugin is released under the MIT license. See the file LICENSE.