fortesinformatica / jasper-rails

JasperReports on Rails
MIT License
62 stars 36 forks source link

already initialized constant PDF #3

Closed plentz closed 12 years ago

plentz commented 12 years ago

After adding jasper-rails to our Gemfile, I've started seeing this warning messages:

/var/lib/jenkins/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.6/lib/action_dispatch/http/mime_type.rb:102: warning: already initialized constant PDF
luizcosta commented 12 years ago

I don't know if you managed to solve this, but it happens that since this commit, the "application/pdf" mime type is already a registered one in Rails.

I bellieve this Issue can be closed.

plentz commented 12 years ago

@luizcosta I just did a pull request that fixes this issue.

luizcosta commented 12 years ago

@plentz Nice, it will be one warning less in people's apps. :smiley: