aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/app/templates/app
Commit message (Expand)AuthorAgeFilesLines
* Add viewport meta tag to default application templateLachlan Campbell2019-07-281-0/+1
* Skip needless spaces from generated app layout.Kasper Timm Hansen2019-05-261-1/+1
* Correctly escape ERB tagyuuji.yaginuma2019-03-041-1/+1
* Add an example about how to load images under app/javascript/imagesGuillermo Iguaran2019-03-031-0/+8
* Minimize boilerplate setup code for JavaScript librariesJavan Makhmali2019-01-162-12/+6
* Move all npm packages to @rails scopeJavan Makhmali2019-01-102-3/+3
* Remove unnecessary escape characterFrancesco Rodríguez2018-10-191-2/+2
* Add retry_on/discard suggestions for common cases.Francesco Rodríguez2018-10-051-0/+5
* Make Webpacker the default JavaScript compiler for Rails 6 (#33079)David Heinemeier Hansson2018-09-306-38/+32
* Add support for automatic nonce generation for Rails UJSAndrew White2018-02-191-0/+1
* Use .tt extension to all the template filesRafael Mendonça França2017-11-138-0/+0
* Add --skip-active-storage and do so automatically when --skip-active-record i...bogdanvlviv2017-11-061-0/+2
* Remove frozen_string_literal magic comment from templatesKoichi ITO2017-08-226-12/+0
* Merge pull request #30219 from yhirano55/fix_app_generator_api_optionsRafael França2017-08-141-1/+1
|\
| * Refactor `--api` option of the app generatorYoshiyuki Hirano2017-08-131-1/+1
* | Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-146-0/+12
|/
* Require activestorage per default with asset pipelineDavid Heinemeier Hansson2017-07-311-0/+1
* Protect from forgery by defaultLisa Ugray2017-07-101-3/+0
* :scissors:Rafael França2017-04-071-1/+1
* Remove unnecessary `javascript` option checkyuuji.yaginuma2017-03-291-4/+1
* Make Yarn the default, drop default vendor/asset directories (#27300)David Heinemeier Hansson2016-12-082-4/+4
* Don't add jQuery by default in new apps and use rails-ujs as UJS adapter insteadGuillermo Iguaran2016-11-211-1/+3
* Use existing --skip-turbolinks option for conditionals instead of checking if...Guillermo Iguaran2016-11-192-2/+2
* Give importance to rails command in the comment section.Santosh Wadghule2016-07-131-1/+1
* No need to have conditional based on api options in assetsPrathamesh Sonpatki2016-06-201-2/+0
* Properly support reloading for Action Cable channelsMatthew Draper2016-06-022-2/+0
* The first comment does not explain anything that the code doesnt and the seco...David Heinemeier Hansson2016-05-281-2/+0
* Use new hash syntax (#24464)Jeroen Visser2016-04-081-2/+2
* convert cable.coffee to cable.jsyuuji.yaginuma2016-02-282-9/+13
* Only open Action Cable connection if data is being sentJon Moss2016-02-241-5/+3
* Enable Action Cable routes by defaultJon Moss2016-02-241-3/+0
* Switch to `data-turbolinks-track="reload"`Sam Stephenson2016-02-231-2/+2
* [ci skip] Don’t explicitly mention EventMachineclaudiob2016-01-252-2/+2
* Remove a wasted spaceShota Iguchi2016-01-011-1/+1
* Better explanationDavid Heinemeier Hansson2015-12-181-2/+6
* ApplicationMailer should be generated by default just like every other Applic...David Heinemeier Hansson2015-12-173-0/+18
* Kill extra newline at the start of generated manifest.jsPrathamesh Sonpatki2015-12-171-1/+0
* Don't mount the ActionCable server by defaultDavid Heinemeier Hansson2015-12-171-1/+1
* Generate all the ApplicationCable stubs by default, like all other Applicatio...David Heinemeier Hansson2015-12-163-0/+17
* Merge branch 'master' into merge-action-cableRafael Mendonça França2015-12-161-0/+3
|\
| * Introduce ApplicationRecord, an Active Record layer supertypeGenadi Samokovarov2015-12-161-0/+3
* | Only include action cable meta tags if it is not skippedRafael Mendonça França2015-12-161-0/+2
* | Needless whitespaceDavid Heinemeier Hansson2015-12-161-2/+0
* | Include the action cable URL meta tag by defaultDavid Heinemeier Hansson2015-12-161-1/+3
|/
* Properly indent '<head>' and '<body>' within '<html>'Sean Collins2015-10-291-16/+17
* Eliminate overlapping `app/assets` load pathJeremy Daer2015-09-292-8/+8
* Migrate to Sprockets 4.Andrei Istratii2015-08-191-0/+8
* Inform user to add script in correct location into the application.js manifes...Mehmet Emin İNAÇ2015-08-031-1/+1
* Merge pull request #21104 from atul-shimpi/masterYves Senn2015-08-031-1/+2
|\
| * Inform user to add styles in correct location in application.cssatul-shimpi2015-08-031-1/+2
|/