public
Description: Easy creation of Facebook applications in Ruby using plugin for Sinatra web framework that integrates with Facebooker gem.
Homepage: http://www.deadprogrammersociety.com
Clone URL: git://github.com/deadprogrammer/frankie.git
frankie / CHANGELOG
100644 11 lines (6 sloc) 0.467 kb
1
2
3
4
5
6
7
8
9
10
11
v0.3.0 Updated to work with Sinatra 0.9.x and facebooker 1.0.2, thanks to mjfreshyfresh
 
v0.2.5. Bugfix for fb_url_for helper method
 
v0.2.4. Add fb_url_for helper method to create link URL's that have proper Facebook application reference included
 
v0.2.3. Correct README and fix Sinatra version dependency in gem
 
v0.2.2. Updated to deal with session change in Sinatra, plus misc bug fixes with Facebooker integration
 
v0.2.0. Converted codebase to become Ruby Gem