Rails disable logging of asset pipeline messages
There are many assets related log messages in log file. It causes Rack to use the Rails logger very  frequently.
Password protecting pages of Rails App
Often it is needed to close a whole app or some pages of a Rails app in Beta mode. A simple and quick way is using http authentication. So users (beta testers, admin) can access a Rails app by entering a single username and password.
Continue reading