Ng Tze Yang

Results 2 comments of Ng Tze Yang

Abit late to this. Anyway, i was bitten by this as well when deploying to heroku only. IMO, it doesn't make sense to `require "rails/generators"`, since we don't need generators,...

I've also encountered this issue. Realized that just by having the following in `Gemfile` isn't sufficient: ``` gem 'activerecord-postgresql-adapter' ... gem 'rack-mini-profiler' ``` I need to explicitly do: ``` gem...