30 Nov, 2006
Peepcode Test First Development: “meta_tags” and “memory_test_fix” plugin installations
Posted by: imarichardson In: Apple/Macintosh| News| Programming & Development
Continuing on with the PeepCode Movie I wrote about last night, here are the installation scripts for the remaining RaPT installations (remeber that you have to be in the “journa_app” directory to run these):
“meta_tags” plugin:
:/journal_app imarichardson$ script/plugin install http://topfunky.net/svn/plugins/meta_tags/ + ./meta_tags/CHANGELOG + ./meta_tags/MIT-LICENSE + ./meta_tags/README + ./meta_tags/Rakefile + ./meta_tags/about.yml + ./meta_tags/init.rb + ./meta_tags/lib/meta_tag_helper.rb + ./meta_tags/test/meta_tag_test.rb
“memory_test_fix” plugin:
:/journal_app imarichardson$ script/plugin install http://topfunky.net/svn/plugins/memory_test_fix + ./memory_test_fix/README + ./memory_test_fix/Rakefile + ./memory_test_fix/about.yml + ./memory_test_fix/init.rb + ./memory_test_fix/lib/memory_test_fix.rb
For the record, I tried all my might but I could not find any references to the “meta_tags” plugin in the plugin archive at all, until I came across Nuby On Rails’ Article on The Complete Guide to Rails Plugins: Part II
Feedback