You should at least be able to run the rails on your local machine. If you are using windows, you can do this with InstantRails, on a mac Locomotive does the job. Once you have rails locally installed, you should install the ferret gem.
Then, you can test the rails application you are using (and obviously not developing) on your local machine. Documentation on freezing is available on <http://nubyonrails.com/ articles/2005/12/22/freeze-other-gems-to-rails-lib-directory>, though I don't think the ferret gem can be frozen, since it includes native code. Can't you ask the developers of the rails application you are using for help? Regards >Andreas Korth wrote: > >> If you have a combination of Ferret/AAF working in your development >> environment, you can copy the Ferret gem to your vendor folder and it >> will be used instead of the one installed by Godaddy. This technique >> is known as 'freezing' and is often applied to the Rails framework to >> make sure everyone in a development team is working with the same >> version. >> >> HTH >> Andreas > >How exactly do I freeze GEMS? Since I'm using godaddy.com I can't run >any commands, which is how every tutorial tells me how to do it. So >what files do I put where? > >And I don't have a local development environment, I'm running only on >godaddy. > >Thanks, > >Bry > >-- >Posted via http://www.ruby-forum.com/. >_______________________________________________ >Ferret-talk mailing list >[email protected] >http://rubyforge.org/mailman/listinfo/ferret-talk _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

