fauna / facebook_exceptions

A Rails plugin for rendering application errors directly within Facebook

This URL has Read+Write access

commit  3e37ef7552ca025b94ac0072e787f3d674c82cb0
tree    78a2ebcebc107ed65c8f5000e364babb38d7c78c
parent  448677e3c194aeddf8bab91bc3fcdb01778a7a93
name age message
file CHANGELOG Loading commit data...
file LICENSE
file Manifest
file README
file Rakefile
file init.rb
directory lib/
directory views/
README
facebook_exceptions

A Rails plugin for rendering application errors directly within Facebook.

== License

Copyright 2007 Cloudburst, LLC. Licensed under the AFL 3. See the included LICENSE file. 

The public certificate for this gem is 
here[http://rubyforge.org/frs/download.php/25331/evan_weaver-original-public_cert.pem]. 

If you use this software, please {make a donation}[http://blog.evanweaver.com/donate/], or {recommend 
Evan}[http://www.workingwithrails.com/person/7739-evan-weaver] at Working with Rails.

== Requirements

* Rails 2.0.2

= Usage

== Installation

Run the following command in the root of your Rails app:
  script/plugin install git://github.com/fauna/facebook_exceptions.git

There is no gem version. 

= Extras

== Sample

http://blog.evanweaver.com/files/facebook_exceptions_small.png

== Troubleshooting

If the exception view only works on the first request, make sure that ApplicationController is not marked as 
<tt>unloadable</tt>.

== Reporting problems

The support forum is here[http://rubyforge.org/forum/forum.php?forum_id=15872].

Patches and contributions are very welcome. Please note that contributors are required to assign copyright for their 
additions to Cloudburst, LLC.

== Further resources

* http://blog.evanweaver.com/articles/2007/07/13/developing-a-facebook-app-locally
* http://blog.evanweaver.com/articles/2007/07/12/see-your-hand-in-front-of-your-uh-face-facebook_exceptions

Note that facebook_exceptions is slated for eventual inclusion in RFacebook (http://rubyforge.org/projects/rfacebook/).