diff --git a/README.md b/README.md index 8aec091..a67e24d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ruby-sample +# ruby-rails-sample This is a barebones Ruby app using the [Rails](http://rubyonrails.org) framework. diff --git a/config/environments/development.rb b/config/environments/development.rb index 83eabd6..e10e7cf 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -1,4 +1,6 @@ RubyRailsSample::Application.configure do + $stdout.sync = true + # Settings specified here will take precedence over those in config/application.rb. # In the development environment your application's code is reloaded on