rails/railties/html
2006-03-04 23:53:41 +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 public/javascripts/application.js as a sample since it'll automatically be included in javascript_include_tag :defaults [DHH] (backed out of -a/--with-assets, not worth it) 2006-03-04 23:53:41 +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