public this repo is viewable by everyone
Description: a ruby on rails plugin to create and display a social feed
Homepage: http://upstream-berlin.com/blog/open-source/#social_feed
Clone URL: git://github.com/langalex/social_feed.git
fix: now the yml config file is actually used
Alexander Lang (author)
15 days ago
commit  6c62013270ad852ddea1fbdf85ef70e1a228a668
tree    0bbcd3091d623d915d84cfaf261739c6bc2c3890
parent  5db64f9a322abc7ec733ee4452358a1819a65670
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@ require 'object_extensions'
0
 
0
 # configuration
0
 require 'ostruct'
0
-SocialFeed::Conf = OpenStruct.new :sender_email => '<no-reply@mydomain.com>'
0
+SocialFeed::Conf = OpenStruct.new YAML::load(File.read(RAILS_ROOT + '/config/social_feed.yml'))
0
 
0
 
0
 ActionController::Base.helper(SocialFeed::SocialFeedHelper)

Comments

    No one has commented yet.