aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails
Commit message (Expand)AuthorAgeFilesLines
...
* Add AMS 0.10.0.rc1 by default for api appsSantiago Pastorino2015-06-111-0/+5
* Fix class_option description for api generatorsSantiago Pastorino2015-06-111-1/+1
* Remove unneeded option from ResourceRouteGeneratorSantiago Pastorino2015-06-111-3/+0
* Api only apps should include tmp and vendor foldersJorge Bejar2015-06-111-2/+4
* Routes resources avoid :new and :edit endpoints if api_only is enabledJorge Bejar2015-06-111-3/+1
* Add config.api_only = true to config/application.rb when using rails new --apiSantiago Pastorino2015-06-111-0/+7
* Do not generate lib/assets directory for api appsSantiago Pastorino2015-06-111-0/+1
* API apps scaffold generator generates an apropriate controllerSantiago Pastorino2015-06-112-1/+67
* Api apps scaffold generates routes without new and edit actionsSantiago Pastorino2015-06-111-1/+5
* 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-112-0/+13
* rails new --api generates an api app skeletonSantiago Pastorino2015-06-112-3/+8
* add option to avoid generating scaffold.cssmasarakki2015-06-091-1/+2
* Generate a `.keep` file in `tmp` folderYoong Kang Lim2015-05-302-1/+3
* `rake restart` should work without a `tmp` folderYoong Kang Lim2015-05-301-1/+1
* Remove web-console and spring from test group on default Gemfile.Kassio Borges2015-05-271-2/+4
* Add missing type reference hereZachary Scott2015-05-241-1/+1
* Omit .keep in .gitignore when generated with --skip-keeps.Ben Pickles2015-05-221-0/+2
* require object/blank not usedAnkit Gupta2015-05-061-1/+0
* Merge pull request #20023 from mohnish/patch-1Yves Senn2015-05-061-2/+1
|\
| * Use the built-in rake tasksMohnish Thallavajhula2015-05-041-2/+2
* | list reserved words in generator errorSean Linsley2015-05-052-2/+2
|/
* Escape README in Plugin builder API documentationPrathamesh Sonpatki2015-04-261-1/+1
* Do not show --helper and --assets options in the controller generator helpAkira Matsuda2015-04-251-1/+2
* Fix formatting of scaffold cssSean Collins2015-04-221-7/+20
* fix indent in routes when using namespaced controllersyuuji.yaginuma2015-04-141-3/+4
* Avoid to define an initializer after the load_config_initializersRafael Mendonça França2015-04-071-1/+1
* remove extra newline from ApplicationJob templateyuuji.yaginuma2015-03-311-1/+0
* Merge pull request #19034 from jvanbaarsen/explicit-job-base-classMatthew Draper2015-03-301-0/+3
|\
| * Add explicit base class for ActiveJob jobsJeroen van Baarsen2015-03-231-0/+3
* | Updated MySQL documentation link to MySQL latest version 5.6 everywhere [ci s...amitkumarsuroliya2015-03-192-2/+2
* | method_source needs to be a hard dependency on railtiesArthur Neves2015-03-191-4/+0
* | Add a new-line to the end of route method generated code.Arthur Neves2015-03-181-2/+4
|/
* Update sprockets links to point to rails orgJoshua Peek2015-03-132-2/+2
* Require `belongs_to` by default.Josef Šimánek2015-02-212-0/+15
* Prefer request_id over uuid and test the aliasRafael Mendonça França2015-02-201-1/+1
* Remove last empty line when we don't use Windows or JRubymeganemura2015-02-202-2/+2
* Revert "Merge pull request #18951 from jurezove/gemfile-lock-to-plugin-gitign...Rafael Mendonça França2015-02-181-1/+0
* Add Gemfile.lock to plugin's gitignore templateJure Žove2015-02-151-0/+1
* Remove warning from Plugin GeneratorYuki Nishijima2015-02-081-3/+3
* README.rdoc -> README.md for newly generated applicationsXavier Noria2015-02-062-2/+2
* Remove documentation tasksXavier Noria2015-02-061-4/+0
* Fixed a few things from ee9e4c3Godfrey Chan2015-01-304-5/+5
* Allow hyphenated names for `rails plugin new` generator.Robin Böning2015-01-3020-63/+92
* Add a margin to body and padding to th, td.Adrien Lamothe2015-01-291-0/+11
* Merge pull request #18705 from mrgilman/skip-testRafael Mendonça França2015-01-296-8/+8
|\