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
added yml config file
Alexander Lang (author)
19 days ago
commit  0ab7bbdf237aa0f8ee57bca78749eb36720b4a06
tree    67f0400cd0ae71d4eebdaa7f3003239e2f14d853
parent  96ee7079039b3c4dd4b8b5ed2b0ebf6ebb7e206b
...
25
26
27
 
 
 
28
29
30
...
25
26
27
28
29
30
31
32
33
0
@@ -25,6 +25,9 @@ FileUtils.cp __DIR__ + '/views/index.html.erb', RAILS_ROOT + '/app/views/feed_ev
0
 FileUtils.cp __DIR__ + '/views/settings.html.erb', RAILS_ROOT + '/app/views/feed_events'
0
 FileUtils.cp __DIR__ + '/views/destroy.rjs', RAILS_ROOT + '/app/views/feed_events'
0
 FileUtils.cp __DIR__ + '/views/_user_feed.html.erb', RAILS_ROOT + '/app/views/feed_events'
0
+
0
+# copy config file
0
+FileUtils.cp __DIR__ + '/social_feed.yml', RAILS_ROOT + '/config'
0
  
0
 # add routes
0
 # done by user
...
 
0
...
1
2
0
@@ -0,0 +1 @@
0
+sender_email: "<no-reply@mydomain.com>"
0
\ No newline at end of file

Comments

    No one has commented yet.