Hey,
That shouldn''t need any modification to your routes. Unless you have a
very
peculiar setup, files from your ./public/ directory are automatically served
as static.
RAILS_ROOT/public/files/some_file.pdf
Should be accessible as:
http://myapp.com/files/some_file.pdf
Regards,
Gustav Paul
On Wed, Jul 22, 2009 at 11:47 AM, sa 125
<rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org>wrote:
>
> Hi -
>
> I want to enable access to a directory inside my app''s public
folder.
> This means that when a user will navigate to http://myapp.com/files, he
> will actually be accessing the root of RAILS_ROOT/public/files. This
> folder will contain static files, and doesn''t really need any
> controller/actions - mostly to be used as a static file server (js, css)
> for another app.
>
> I''m trying to accomplish that through the routes.rb file, but so
far w/o
> success. Is it possible?
>
> Thanks!
> --
> 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
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
-~----------~----~----~----~------~----~------~--~---