On Tue, Oct 16, 2012 at 8:47 PM, BalaRaju Vankala <foreverbal...@gmail.com>wrote:
> i didnt get you... how to change paper clip default url .... > > On Tue, Oct 16, 2012 at 6:01 PM, Colin Law <clan...@googlemail.com> wrote: > >> On 16 October 2012 12:30, BalaRaju Vankala <foreverbal...@gmail.com> >> wrote: >> > >> > hi i am having a doubt in changing the path for attached file i.e..,for >> > uploading photos and files ..by default the path is >> > ":rails_root/public/system/" and i want to change the path as >> > ~/apps/Blog/data/attached/ >> > >> > BLOG refers to my project app name >> > >> > after making the changes the image or file i saving but it is not >> displaying >> > in the browser >> > >> > can any one help me out in writing the correct PATH and URL >> > >> > these are modified Path and Url >> > >> > has_attached :photo, >> > path: ~/apps/Blog/data/attached/:attachment/:id/:style/:filename", >> > url: /~/apps/Blog/data/attached/:attachment/:id/:style/:filename" >> > Colin is 50% right. You can use send_data to use rails to send files which are not in the public folder or, as Colin suggested, use apache to serve them. But for your specific question, you should look at https://github.com/thoughtbot/paperclip#understanding-storage :path option is where you save the file :url option is the url used to access the image to use this in a view, use the url method image_tag blog.photo.url > >> Normally in a rails app only files under your_app/public are >> accessible directly. If you want to access files elsewhere then you >> will have to do clever things with apache or other webserver to >> achieve this. >> >> Colin >> >> -- >> 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@googlegroups.com. >> To unsubscribe from this group, send email to >> rubyonrails-talk+unsubscr...@googlegroups.com. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > > -- > నేను > కొంచం తపన, > కాస్త ఆసక్తి, > కొన్ని కలలు, > కాసిన్ని ఊహలు కలిపేస్తే > నేను > > > -- > 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@googlegroups.com. > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- ------------------------------------------------------------- visit my blog at http://jimlabs.heroku.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@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-talk+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.