It sounds like you've already manually installed the plugin... but to use script/plugin install you need to specify the repository for plugins at Github. script/plugin install git://github.com/rails/acts_as_list.git I believe the only difference between manually copying the source files and installing via script/plugin install is that install.rb is run in with the latter. In your case, acts_as_list doesn't have an install.rb file, so it doesn't matter.
anyways... Have you just started your app and tested if act_as_list is working? On Jan 4, 5:58 pm, jgervin <[email protected]> wrote: > So I seem to be having an issue with trying to install acts_as_list in > rails 2.2.2? > > I have downloaded the files > from:http://github.com/rails/acts_as_list/tree/master > > I have put the files in the vendor/plugins folder the files are as > follows: > > vendor/plugins/acts_as_list/init.rb > vendor/plugins/acts_as_list/lib/active_record/acts/list.rb > vendor/plugins/acts_as_list/test/list_test.rb > vendor/plugins/acts_as_list/README > > So now that they are downloaded I go into my project directory and > try: "ruby script/plugin install acts_as_list" > I get: " Plugin not found: ["acts_as_list"] " > > Is there a trick to getting this going in Rails 2.2.2? > > TIA --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

