Hello, Can someone point me to a howto or and example of gemming a Rails app? Thanks, -- Bil, fun3d.larc.nasa.gov
Bil, I''m not sure if there''s much documentation on it yet, but I would try searching the Wiki. Also, take a look at some of the available generators. In particular, I looked at Tobias Luetke''s login generator when I need to see how to make one. It''s fairly straightforward if you are not doing anything too complicated. If that doesn''t help, you can contact me off list and I can answer any questions you might have. Joe On Aug 12, 2005, at 8:04 AM, Bil Kleb wrote:> Hello, > > Can someone point me to a howto or and > example of gemming a Rails app? > > Thanks, > -- > Bil, fun3d.larc.nasa.gov > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > lists.rubyonrails.org/mailman/listinfo/rails >
Bil Kleb wrote:> Can someone point me to a howto or and > example of gemming a Rails app?Instiki, albeit a "half-Rails" aplication, is packaged as a gem. The relevant code bits are in ./instiki.gemspec and ./rakefile.rb. We are in the process of making it a full Rails app now, and one problem that we are about to face is how to pre-package SQLite binaries with it. Other than that, all the other issues are addressed by the existing gemspec. Best regards, Alexey Verkhovsky