Just to ask the obvious question, is the app running with this plugin fine locally?
You should always be able to get a copy of your app from Heroku using: git clone [email protected]:[your-app-name].git [your-app-name-heroku] Then you can look and make sure that the plugin is there. Gabriel On Feb 16, 4:47 pm, Christy <[email protected]> wrote: > I am running a Ruby on Rails app in Heroku. One of the controllers has > a require for a plug in that is in the vendor/plugins directory and > added to git. However, when my app loads (or when it is run for the > first time) it gets the following error: > > `require': no such file to load -- spawn (MissingSourceFile) > > (Spawn is the name of the plugin.) > > I'm not sure what I'm doing wrong. I added the plugin files to the > vendor/plugins directory and added them to git, so they should be > included in the slug. > > I also don't know how to see what files are in the slug so I can > confirm or deny the fact that the file is there. Can someone tell me > how to do that or share some insight on why I'm having this problem? > > Thanks, > > Christy -- You received this message because you are subscribed to the Google Groups "Heroku" 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/heroku?hl=en.
