public
Description: This contains various plugins for Feather
Clone URL: git://github.com/eldiablo/feather-plugins.git
Search Repo:
Click here to lend your support to: feather-plugins and make a donation at www.pledgie.com !
fix for a weird issue with feather-twitter where it doesn't have Hpricot 
loaded and available under certain circumstances; so it now explicitly 
requires its dependencies (net/http, uri and hpricot) within the plugin 
init script - thanks to Cypher for finding the bug and providing detailed 
reproducible steps to identify the issue
eldiablo (author)
Sat May 03 07:16:01 -0700 2008
commit  69612e28d81b4958efff31c7ec86b0d8491e31db
tree    235d460fc93b2ef3841a9310a4b320ca1f228117
parent  7b731ae1903ee24009e48589bfb5b2af64c70259
...
 
 
 
1
2
3
...
1
2
3
4
5
6
0
@@ -1,3 +1,6 @@
0
+require "net/http"
0
+require "hpricot"
0
+require "uri"
0
 require File.join(File.join(File.join(File.dirname(__FILE__), "controllers"), "admin"), "tweets")
0
 require File.join(File.join(File.join(File.dirname(__FILE__), "controllers"), "admin"), "twitter_settings")
0
 require File.join(File.join(File.dirname(__FILE__), "models"), "tweet")

Comments

    No one has commented yet.