Hi everyone. I''m running my rails app in a directory. I access it like this: www.server.com/railsapp. The problem is now when I use file_column''s url_for_file_column, it includes the railsapp directory at the beginning. ex: railsapp/path/to/file. That means the URL that comes out in the source looks something like this: /railsapp/railsapp/path/to/file :( How do I fix this? Thanks -- Ramon Tayag --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hi Ramon, 2007/6/16, Ramon Miguel M. Tayag <ramon.tayag-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>:> How do I fix this?There will be no further development for file_column any more, Sebastian has no more time. Perhaps you want to try uploadcolumn (http://uploadcolumn.rubyforge.org/) instead, is has more features, too :) Regards, Beate --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Thank you, will definitely do that :) On 6/17/07, Beate Paland <bpaland-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Hi Ramon, > > 2007/6/16, Ramon Miguel M. Tayag <ramon.tayag-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>: > > How do I fix this? > > There will be no further development for file_column any more, > Sebastian has no more time. > > Perhaps you want to try uploadcolumn > (http://uploadcolumn.rubyforge.org/) instead, is has more features, > too :) > > Regards, > Beate-- Ramon Tayag --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I tried installing it but I get the same problem as this guy: http://www.railsforum.com/viewtopic.php?pid=25928 So, I downloaded it and just put it in my plugins directory.. but when I book WEBrick, it just crashes with some errors :o I''m looking for an alternative now. On 6/17/07, Beate Paland <bpaland-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Hi Ramon, > > 2007/6/16, Ramon Miguel M. Tayag <ramon.tayag-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>: > > How do I fix this? > > There will be no further development for file_column any more, > Sebastian has no more time. > > Perhaps you want to try uploadcolumn > (http://uploadcolumn.rubyforge.org/) instead, is has more features, > too :) > > Regards, > Beate-- Ramon Tayag --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---