rails/railties/html
2006-01-03 04:11:51 +00:00
..
images Added an omnipresent RailsInfoController with a properties action that delivers an HTML rendering of Rails::Info (but only when local_request? is true). Added a new default index.html which fetches this with Ajax. 2005-11-08 04:26:34 +00:00
javascripts Added assignment of the Autocompleter object created by JavaScriptMacroHelper#auto_complete_field to a local javascript variables [DHH] Added :on option for PrototypeHelper#observe_field that allows you to specify a different callback hook to have the observer trigger on [DHH] 2006-01-03 04:11:51 +00:00
404.html Added a DOCTYPE of HTML transitional to the HTML files generated by Rails #1124 [Michael Koziarski] 2005-07-02 11:21:25 +00:00
500.html Added a DOCTYPE of HTML transitional to the HTML files generated by Rails #1124 [Michael Koziarski] 2005-07-02 11:21:25 +00:00
favicon.ico Added an empty favicon.ico file to the public directory of new applications (so the logs are not spammed by its absence) 2005-03-06 17:22:56 +00:00
index.html Close h1 with h1 not h2 (closes #3150) 2005-12-10 19:58:01 +00:00
robots.txt Added an empty robots.txt to public/, so that web servers asking for it won't trigger a dynamic call, like favicon.ico #1738 [michael@schubert] 2005-07-22 06:18:25 +00:00