Elliott Golden wrote: > I am working on a Rails CMS gem. I want the Gem to have its own Public > dir (like Rails) to hold css/js/images etc... I have been trying a lot > of different pathing options from my Gem-centric views, but no matter > what I try I can't target any of the files. > > Any thoughts on how to set this up?
ln -s mygem/public RAILS_ROOT/public/mygem I'm not convinced that this is a great idea. > > Thanks, Elliott G Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] Sent from my iPhone -- Posted via http://www.ruby-forum.com/. -- 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.

