Displaying 1 result from an estimated 1 matches for "my_new_plugin".
2008 Jan 15
6
Rails plugins that use other plugins - why is does this seem impossible?
OK, probably the most frustrated I''ve ever been with Rails. If I don''t
figure this out, I''m going to, um... try again tomorrow.
I''m simply trying to create a plugin. I did the ./script/generate
plugin MY_NEW_PLUGIN and wha-hoo great! Well, not really...
This plugin uses other plugins. For example, acts_as_list,
acts_as_money etc.. How the heck to I get these plugins loaded and
ready to be used? I''ve put them here:
main-app/vendor/plugins/MY_NEW_PLUGIN/vendor/plugins/
I''ve added all of the...