[Rails] Re: File links with wildcards(?)

2010-10-14 Thread Brandon P.
Robert Walker wrote in post #950275: > > Take a look at the Dir class (especially Dir.glob()/ Dir[]. methods). > > http://www.ruby-doc.org/core/classes/Dir.html Thanks a lot, Robert! Dir.glob() is just what I needed. Now I just have to figure out the best way to implement it. -- Posted via ht

[Rails] File links with wildcards(?)

2010-10-14 Thread Brandon P.
Hi All, I apologize for any incorrect/simplified verbiage I use; I'm a total Rails/Ruby novice. I also apologize if I've posted in the wrong category. I currently have a functioning Rails-based project management application up and running for my graphics company. The site simply manages all th