aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/app/templates/public
Commit message (Expand)AuthorAgeFilesLines
* Add dummy apple icon filesAlexey Zabelin2016-02-032-0/+0
* Fix URL to robots.txt documentationChristophe Maximin2013-11-291-1/+1
* replace U+00A0 with whitespaceDmitriy Budnik2013-11-213-8/+8
* Make static error pages responsiveEtienne Lemay2013-11-113-32/+53
* Fix missing line and shadow on static error pages [ci skip]Dmitry Korotkov2013-11-113-0/+6
* Better styles for the CSS [ci skip]Rafael Mendonça França2013-03-233-38/+38
* add prompt to 422 page to check logsNihad Abbasov2013-03-041-2/+3
* New beauty pages(404, 422, 500)Stanislav2013-03-023-33/+126
* get rid of unused .empty_directory files in the app generatorAkira Matsuda2013-01-051-0/+0
* Use Rails to Render Default Index Pageschneems2012-12-101-241/+0
* Revert "The application generator generates `public/humans.txt` with some bas...David Heinemeier Hansson2012-08-071-7/+0
* add prompt to 404 & 500 pages to check logsschneems2012-06-092-0/+2
* Remove dates and environment variables from humans.txtJosé Valim2012-05-141-2/+0
* In robots.txt, User-agent should be all downcase except for the first 'U', ac...Enrico Carlesso2012-05-111-1/+1
* add humans.txtPaul Campbell2012-05-081-0/+9
* Remove unnecessary in HTML 5 type attribute with default valueAndrey A.I. Sitnik2012-04-054-5/+5
* avoid absolute path for the rails.png in index.htmlkennyj2011-11-271-1/+1
* remove misleading line on 500 error page.Teng Siong Ong2011-08-271-1/+0
* fixed 500 error message which is misleading by suggesting all rails apps have...Jared Tame2011-08-271-1/+1
* Add app/assets/images and include the rails.png as a sample thereDavid Heinemeier Hansson2011-04-192-1/+1
* Clean up the generator, switch to assets usage, use vendor/assets for the def...David Heinemeier Hansson2011-04-138-17678/+0
* revises a few details in public/index.htmlXavier Noria2011-02-281-7/+9
* Tpyo: fixing several cases of the theNicholas Rowe2011-02-191-1/+1
* Make rails.js include the CSRF token in the X-CSRF-Token header with every aj...Michael Koziarski2011-02-081-0/+16
* Update jQuery UJSSantiago Pastorino2011-02-051-149/+143
* Update to jQuery 1.5Santiago Pastorino2011-02-011-852/+1849
* Update JQuery UJSSantiago Pastorino2010-12-261-26/+48
* Update Prototype UJSSantiago Pastorino2010-12-261-29/+43
* Update to Prototype 1.7Santiago Pastorino2010-11-231-326/+407
* Update to JQuery 1.4.4Santiago Pastorino2010-11-121-344/+640
* JQuery updated to 1.4.3Santiago Pastorino2010-10-161-1230/+2035
* -j parameter added to rails new command.siong19872010-10-113-41/+6254
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* DHH forgot to remove JS, CSS in generated index.html [#5261 state:resolved]Johan Lundström2010-07-311-23/+0
* upgrade prototype to be compatible with rails.js [#5109 state:committed]Andrew Kaspick2010-07-141-890/+2017
* Update to latest rails.jsJeremy Kemper2010-06-271-57/+114
* Remove needless links and search box and update doc linksDavid Heinemeier Hansson2010-06-091-17/+0
* Partially revert "A new application now comes with a layout and a stylesheet."Jeremy Kemper2010-04-092-65/+0
* Update rails.js to the latest one at http://github.com/rails/prototype-ujsJosé Valim2010-04-081-32/+41
* A new application now comes with a layout and a stylesheet.José Valim2010-04-062-0/+65
* Fixing index style [#4313 state:committed]Santiago Pastorino2010-04-021-1/+2
* Load generators from both lib/rails/generators and lib/generators. Using the ...José Valim2010-03-2314-0/+8408
* Generators load path now will be Ruby load path. If you want to use rspec:ins...José Valim2010-01-1813-7747/+0
* Rails layouts, error pages, and public/index now use HTML5.Dan Croak2010-01-054-4/+0
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-2413-0/+7751