How do I get rails to generate the default prototype javascript files in my public/javascripts folder? I have deleted them after experimenting with jQuery.
Yeah I looked for a rails way. Looks like there's only a generator for the jquery javascripts using the jquery-rails gem.
0
Not sure if there is a built-in way, but you could get them back out of your source repo, if you're using one, or generate a new rails project (being sure to use the same version of rails) and copy them over.