Displaying 2 results from an estimated 2 matches for "railties_path".
2006 Jan 26
5
rake update_javascripts on edge has no effect
...yesterday and ran rake update_javascripts to get the
latest prototype stuff into my public directory. To my surprise, the
old files were still there afterward.
I just took a peek at javascripts.rake in
vendor/rails/railties/lib/tasks. The update_javascripts task is copying
.js files from Dir[RAILTIES_PATH + ''/html/javascripts/*.js''] My
railties however has no such html directory so the cp has no effect.
The .js files seem to be located in
vendor/rails/actionpack/lib/action_view/helpers/javascripts
Did I do something wrong to cause the html directory to be absent in my
railtie...
2006 Jan 08
8
RaislsEdge - where to get latest javascripts ?
...he he required javascripts are there, at:
BASEPATH/vendor/rails/actionpack/lib/action_view/helpers/javascripts/
Except of prototype, they seem to have no version number, so I am asking
whether I should take those javascript files from there or checkout the
whole rails trunk and get them form Dir[RAILTIES_PATH +
''/html/javascripts/*.js''] ?
--
Roberto Saccon - http://rsaccon.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060108/df8bc8d1/attachment.html