aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails
Commit message (Expand)AuthorAgeFilesLines
* Active Record supports MySQL >= 5.0Ryuta Kamizono2016-02-042-2/+2
* Add dummy apple icon filesAlexey Zabelin2016-02-032-0/+0
* update supported version of PostgreSQL in docs [ci skip]yuuji.yaginuma2016-02-032-2/+2
* Generated engines should protect from forgeryAaron Patterson2016-02-011-0/+1
* Merge pull request #23057 from schneems/schneems/default-puma-configRichard Schneeman2016-02-013-3/+45
|\
| * Add Default Puma Configschneems2016-01-293-3/+45
* | Use the in-process subscription adapter for development & testMatthew Draper2016-02-011-4/+2
* | remove unnecessary gsub for `action_cable_meta_tag`yuuji.yaginuma2016-01-301-1/+0
* | Merge pull request #23317 from rfmanuel/after-bundle-in-rails-plugin-templateRafael França2016-01-291-0/+6
|\ \
| * | Add an after_bundle callback in Rails plugin templatesRyan Manuel2016-01-281-0/+6
* | | Revert "Revert "Eliminate the EventMachine dependency""Matthew Draper2016-01-301-2/+1
|/ /
* | Revert "Eliminate the EventMachine dependency"David Heinemeier Hansson2016-01-271-1/+2
* | [ci skip] Don’t explicitly mention EventMachineclaudiob2016-01-252-2/+2
* | Ditch the EM error logging helperMatthew Draper2016-01-241-2/+1
* | prevent --skip-action-cable from erroring when --api option is usedDave Riddle2016-01-221-1/+1
|/
* remove `per_form_csrf_tokens` initializer from Rails APIyuuji.yaginuma2016-01-221-0/+1
* Remove action_cable_meta_tag when skip action_cableJuanitoFatas2016-01-221-0/+1
* Merge pull request #23078 from y-yagi/add_application_mailer_rb_to_mountable_...Rafael França2016-01-213-1/+8
|\
| * allow symbol to end of string in `wrap_in_modules`yuuji.yaginuma2016-01-161-1/+1
| * add application_mailer.rb to template of mountable engineyuuji.yaginuma2016-01-152-0/+7
* | updating secrets.yml template to use rails command instead of rakeDiego Plentz2016-01-211-1/+1
* | Adapterize ActionCable storage and extract behaviorJon Moss2016-01-183-11/+14
|/
* Improve generated config initializer filesJon Atack2016-01-132-4/+6
* Default new apps to tag logs with `request_id`schneems2016-01-061-1/+1
* Merge pull request #22275 from mastahyeti/per-form-csrfRafael França2016-01-061-0/+4
|\
| * add option for per-form CSRF tokensBen Toews2016-01-041-0/+4
* | :scissors: Unnecessary spacing in the generated codeAkira Matsuda2016-01-051-1/+1
|/
* Merge pull request #22874 from prathamesh-sonpatki/create-application-model-u...Rafael França2016-01-012-0/+0
|\
| * Create application_record under namespaced directory in pluginPrathamesh Sonpatki2016-01-012-0/+0
* | Remove a wasted spaceShota Iguchi2016-01-011-1/+1
|/
* [ci skip] Space out framework names in USAGEKasper Timm Hansen2015-12-302-5/+5
* :scissors: whitespace in generated config files [skip ci]Jon Atack2015-12-242-2/+2
* Merge pull request #22750 from nettofarah/patch-1Sean Griffin2015-12-231-1/+26
|\
| * Plugin Usage and Installation instructionsNetto Farah2015-12-231-1/+26
* | Merge pull request #22757 from paulkogel/patch-1Rafael França2015-12-221-1/+1
|\ \
| * | seeds.rb.tt: fix English.Paul Kögel2015-12-221-1/+1
* | | remove cors initializer from rails appyuuji.yaginuma2015-12-221-0/+6
|/ /
* | Merge pull request #22753 from gwincr11/keeps-options-breaks-assetsMatthew Draper2015-12-221-1/+1
|\ \ | |/ |/|
| * Fix .keep file issue with ActionCableCory Gwin2015-12-211-1/+1
* | Merge pull request #22685 from jeyb/remove_cable_files_for_skip_action_cableRafael França2015-12-211-0/+8
|\ \ | |/ |/|
| * Ensure Action Cable files are removed when `skip_action_cable` is set.Jey Balachandran2015-12-211-0/+8
* | Merge pull request #22690 from claudiob/remove-blank-lineRichard Schneeman2015-12-181-1/+1
|\ \
| * | Remove blank line generated in config.ruclaudiob2015-12-181-1/+1
* | | Explain what initializer/config_serializer doesclaudiob2015-12-181-0/+2
|/ /
* / initializers/cookies_serializer is not new to 5.0claudiob2015-12-181-1/+0
|/
* Don't need to use `Array.wrap`Rafael Mendonça França2015-12-182-2/+2
* Merge pull request #22657 from matthewd/loosen-versionRafael Mendonça França2015-12-182-2/+2
|\
| * Allow normal version updates within a release seriesMatthew Draper2015-12-182-2/+2
* | Refer to rails command instead of rake in a bunch of placesDavid Heinemeier Hansson2015-12-181-1/+1
* | Explain reason for eager loadingDavid Heinemeier Hansson2015-12-181-0/+1