Hello I’m new to rails.
In my RoR app folder I have a folder (app/FOLDER) that I want to make public (there are script files that need to avaliable from browser), how can I do this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
you shouldn’t put them in
app/FOLDERbut inpublic/FOLDER, everything going inpublic/is public.Here’s an explaination of all the directories in a rails app : guides.rubyonrails.org