Skip to content

Commit

Permalink
Added tzinfo
Browse files Browse the repository at this point in the history
activesupport needs the symbol TZInfo. tzinfo is a dependent of active record so rails server won't start without it.
  • Loading branch information
froderik committed Oct 10, 2012
1 parent 2e6c3b3 commit 9809cf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ Add to your _Gemfile_:
gem 'actionmailer' gem 'actionmailer'
gem 'activemodel' gem 'activemodel'
gem "couch_potato" gem "couch_potato"
gem 'tzinfo'


Note: please make sure that when you run `Date.today.as_json` in the Rails console it returns something like `2010/12/10` and not `2010-12-10` - if it does another gem has overwritten Couch Potato's Date patches - in this case move Couch Potato further down in your Gemfile or whereever you load it. Note: please make sure that when you run `Date.today.as_json` in the Rails console it returns something like `2010/12/10` and not `2010-12-10` - if it does another gem has overwritten Couch Potato's Date patches - in this case move Couch Potato further down in your Gemfile or whereever you load it.


Expand Down

0 comments on commit 9809cf6

Please sign in to comment.