aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/app/app_generator.rb
Commit message (Expand)AuthorAgeFilesLines
* ApplicationMailer should be generated by default just like every other Applic...David Heinemeier Hansson2015-12-171-2/+8
* Avoid Action Cable stubs on --skip-action-cableDavid Heinemeier Hansson2015-12-161-2/+2
* No longer needed now that we prefill with app/models/application_record.rbDavid Heinemeier Hansson2015-12-161-1/+0
* Generate all the ApplicationCable stubs by default, like all other Applicatio...David Heinemeier Hansson2015-12-161-0/+2
* Add default redis config for Action CableDavid Heinemeier Hansson2015-12-161-0/+1
* Introduce ApplicationRecord, an Active Record layer supertypeGenadi Samokovarov2015-12-161-0/+6
* remove `request_forgery_protection` initializer from rails apiyuuji.yaginuma2015-12-061-0/+1
* Display a more human readable list of reserved namesRobin Dupret2015-07-011-1/+3
* http only => API onlySantiago Pastorino2015-06-111-1/+1
* Api only apps should include tmp and vendor foldersJorge Bejar2015-06-111-2/+4
* Do not generate lib/assets directory for api appsSantiago Pastorino2015-06-111-0/+1
* Do not generate test/helpers directory for api appsSantiago Pastorino2015-06-111-0/+1
* Do not generate app/views directory for api appsSantiago Pastorino2015-06-111-0/+6
* Do not generate app/helpers directory for api appsSantiago Pastorino2015-06-111-0/+6
* Do not generate app/assets directory for api appsSantiago Pastorino2015-06-111-0/+6
* api option implies skipping javascript & sprocketsSantiago Pastorino2015-06-111-1/+1
* Generate appropriate initializers for an api appSantiago Pastorino2015-06-111-0/+11
* rails new --api generates an api app skeletonSantiago Pastorino2015-06-111-2/+5
* Generate a `.keep` file in `tmp` folderYoong Kang Lim2015-05-301-0/+1
* list reserved words in generator errorSean Linsley2015-05-051-1/+1
* Require `belongs_to` by default.Josef Šimánek2015-02-211-0/+11
* README.rdoc -> README.md for newly generated applicationsXavier Noria2015-02-061-1/+1
* Merge pull request #18705 from mrgilman/skip-testRafael Mendonça França2015-01-291-1/+1
|\
| * Update option to skip test in generatorsMelanie Gilman2015-01-271-1/+1
* | introduce `ActiveSupport::Testing::FileFixtures`.Yves Senn2015-01-281-0/+1
|/
* Merge pull request #17227 from claudiob/explicitly-abort-callbacksRafael Mendonça França2015-01-031-0/+5
|\
| * Add config to halt callback chain on return falseclaudiob2015-01-021-0/+7
|/
* Fix typo in nodocrochefort2014-12-221-1/+1
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-3/+1
* Add an after_bundle callback in Rails templatesStefan Kanev2014-08-031-0/+6
* New applications should be created with json serializerRafael Mendonça França2014-05-171-0/+5
* Fix app generator test hanging.Christian Wesselhoeft2014-05-171-4/+0
* foo :bomb:Rafael Mendonça França2014-05-161-2/+5
* Generate the cookies_serializer configuration with :marshal when upgradingRafael Mendonça França2014-05-161-0/+11
* Move assets precompile (and version) to an initializerMatthew Draper2014-04-111-0/+6
* Remove sqlite3 lines from .gitignore if the application is not using sqlite3.Dmitrii Golub2014-03-241-1/+1
* remove railties changes. fixes #14054Aaron Patterson2014-02-141-3/+1
* Move finish_template as the last public method in the generatorMehdi Lahmam2014-01-081-4/+4
* Rename tokens.yml to secrets.ymlGuillermo Iguaran2013-12-121-1/+1
* Add config/tokens.yml templateGuillermo Iguaran2013-12-121-0/+1
* Install Spring preloader when generating new applicationsJon Leighton2013-12-031-0/+1
* Merge pull request #12752 from notalex/expand_path_refactoringYves Senn2013-11-051-1/+1
|\
| * Refactor File.expand_path usage to remove additional File.joinAlex Johnson2013-11-051-1/+1
* | oops, template replay needs to happen after bundle. :orz:Aaron Patterson2013-11-041-1/+1
* | gems can be added or skipped from the templateAaron Patterson2013-11-041-1/+3
|/
* shadowing variable warning removedArun Agrawal2013-11-011-1/+1
* More Warnings removed for ruby trunkArun Agrawal2013-11-011-1/+1
* golf down rc file readingAaron Patterson2013-10-301-2/+1
* avoid object creation if there is no rc fileAaron Patterson2013-10-301-1/+1
* no need to dup, argv is never mutatedAaron Patterson2013-10-301-1/+1