search for: acts_as_money

Displaying 1 result from an estimated 1 matches for "acts_as_money".

2008 Jan 15
6
Rails plugins that use other plugins - why is does this seem impossible?
...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 their paths and lib paths to the config.load_paths variable, I''ve tried loading (require and load) their in...