[typo] 43 things aggregator
Anoop Ranganath
anoop at ranganath.com
Sat Apr 23 14:16:58 EDT 2005
I wrote an aggregator for 43 things. I'm attaching the files necessary
to get things going:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fortythree.rb
Type: application/octet-stream
Size: 1735 bytes
Desc: not available
Url : http://rubyforge.org/pipermail/typo-list/attachments/20050423/fc406cfd/fortythree.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: _fortythree.rhtml
Type: application/octet-stream
Size: 208 bytes
Desc: not available
Url : http://rubyforge.org/pipermail/typo-list/attachments/20050423/fc406cfd/_fortythree.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fortythree_test.rb
Type: application/octet-stream
Size: 2497 bytes
Desc: not available
Url : http://rubyforge.org/pipermail/typo-list/attachments/20050423/fc406cfd/fortythree_test.obj
-------------- next part --------------
The following method needs to be added to application_helper.rb
def fortythreelist(url)
begin
render_partial("shared/fortythree", check_cache(Fortythree, url))
rescue
end
end
and the following line to environment.rb around line 75:
require_dependency 'aggregations/fortythree'
Lemme know if there is a more appropriate place to post this stuff.
Anoop
More information about the Typo-list
mailing list