On 6 December 2011 11:55, Hemant Bhargava <[email protected]> wrote: > Hello Clan, > > Thanks for your reply. Actually i have the js file in "script" directory > not in "public" directory. > > Is it ok if i do:- root_url + "/script/file_name.js" ?
If you look at my reply you will see that will look for public/script/file_name.js. Provided the file is there that will be ok. Why do not just try it and see? Colin > > > - Hemant > > > clanlaw wrote in post #1035231: >> On 5 December 2011 19:05, Hemant Bhargava <[email protected]> wrote: >>> Question is: How to find javascript file's full path in the view? >> If the file is public/path/to/file.js then use the url >> /path/to/file.js (note the leading /). >> >> Colin >> >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >> [email protected]. >>> For more options, visit this group at >> http://groups.google.com/group/rubyonrails-talk?hl=en. >>> >> >> >> >> -- >> gplus.to/clanlaw > > -- > 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > -- gplus.to/clanlaw -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

