Tyler's suggestion is what was recommended on a few other threads so
I'll try that first. Thanks for the good info, though.
On Aug 24, 12:08 pm, Jonathan wrote:
> Heroku uses Postgres, and datetime isn't a native type. Try changing
> the column type to 'timestamp' or 'date' or 'time'.
>
> Also,
You can use ENV vars to config default bundler behavior. Here is my
solution of this problem:
http://chipiga.pp.ua/ruby/bundler-on-heroku-and-without-feature/
On Sep 5, 2:29 am, Gabriel wrote:
> It seems like you could use bundle groups and then use 'bundle package
> --without dev_test_gems' to c