So... it appears that the Heroku gods do shine upon me... my app is
working fine now.  :)

<insert puzzled, yet happy look here>

It looks like the Mime type was being set in a library file which
Heroku wasn't picking up/acknowledging.  I'm not sure what I did/
didn't do to make it work else I'd post a solution.  :)

Thanks,

- Dan


On Jun 18, 12:17 pm, totdt <[EMAIL PROTECTED]> wrote:
> >  uninitialized constant Mime::FXML
>
> I'm seeing this bit of unpleasantness from my blessed Heroku but not
> with the same code on my local development environment.  Any ideas as
> to what I might have horked and how I might fix it?  :)
>
> My controller contains this block:
>
>     respond_to do |format|
>       format.html # index.html.erb
>       format.xml  { render :xml => @quizzes }
>       format.fxml  { render :xml => @quizzes }
>     end
>
> Thanks!
>
> - Dan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to