aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails
Commit message (Expand)AuthorAgeFilesLines
* Add version awareness to rails db:system:changeGannon McGibbon2019-03-081-2/+12
* 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
* Depend on bootsnap 1.4.1Rafael Mendonça França2019-02-251-1/+1
* Let Zeitwerk be a dependency of Active SupportXavier Noria2019-02-131-3/+1
* Zeitwerk integrationXavier Noria2019-02-121-2/+4
* Rename database_operations config to *_contextJohn Hawthorn2019-02-071-4/+5
* Remove finalizer and configurationAaron Patterson2019-02-061-3/+0
* Adds basic automatic database switching to RailsEileen Uchitelle2019-01-301-0/+20
* Changed webserver to web server.alkesh262019-01-221-1/+1
* Remove deprecated `after_bundle` helper inside plugins templatesRafael Mendonça França2019-01-172-10/+12
* Merge pull request #33419 from bogdanvlviv/update-active_storageGeorge Claghorn2019-01-161-0/+7
|\
| * Add foreign key to active_storage_attachments for `blob_id` via new migrationbogdanvlviv2019-01-161-0/+7
* | Add a space in framework names. Matches Active Record in generated Gemfile.Kasper Timm Hansen2019-01-161-2/+2
* | Minimize boilerplate setup code for JavaScript librariesJavan Makhmali2019-01-162-12/+6
* | Merge branch 'master' into db_system_change_commandKasper Timm Hansen2019-01-1615-18/+31
|\ \
| * | Remove `frozen_string_literal` from Action Cable's template filesbogdanvlviv2019-01-161-2/+0
| |/
| * Add connection_test to app generatorVladimir Dementyev2019-01-132-0/+15
| * Merge pull request #34913 from bogdanvlviv/docs_config_action_mailer_delivery...Gannon McGibbon2019-01-111-2/+2
| |\
| | * Add info about `config.action_mailer.delivery_job` to the guide [ci skip]bogdanvlviv2019-01-111-2/+2
| * | Replace `secrets` with `credentials` in commentsokuramasafumi2019-01-119-9/+9
| * | Move all npm packages to @rails scopeJavan Makhmali2019-01-103-7/+7
| |/
* | Revise wording on invalid database error messagesGannon McGibbon2019-01-092-2/+2
* | Add rails db:system:change commandGannon McGibbon2019-01-091-0/+55
* | Move application generator naming and database code to concernsGannon McGibbon2019-01-091-55/+0
|/
* Merge pull request #34692 from gmcgibbon/use_mail_delivery_job_in_6.0_defaultsRafael França2019-01-091-0/+9
|\
| * Move MailDeliveryJob default to 6.0 defaultsGannon McGibbon2019-01-071-0/+9
* | Enable `Lint/UselessAssignment` cop to avoid unused variable warnings (#34904)Ryuta Kamizono2019-01-091-3/+3
* | Revert "Revert "Merge pull request #34387 from yhirano55/rails_info_propertie...Kasper Timm Hansen2019-01-081-0/+4
* | Revert "Merge pull request #34387 from yhirano55/rails_info_properties_json"Kasper Timm Hansen2019-01-081-4/+0
* | Merge pull request #34132 from ConfusedVorlon/enable_fragment_cache_log_in_devRafael França2019-01-081-0/+1
|\ \ | |/ |/|
| * enable_fragment_cache_loggingRob Jonson2018-10-091-0/+1
* | Revert "Remove node_modules path from assets load paths since we use webpack ...bogdanvlviv2019-01-061-0/+4
* | Add `--skip-action-text` option to `rails new`bogdanvlviv2019-01-051-0/+1
* | Fix `new_framework_defaults_6_0.rb` filebogdanvlviv2019-01-041-1/+1
* | Send Active Storage jobs to dedicated queues by defaultGeorge Claghorn2019-01-041-2/+6
* | Capistrano is no longer a dominant force in the deployment strategy for new appsDavid Heinemeier Hansson2019-01-031-3/+0
* | Don't load Action Mailbox when Active Record is skippedGeorge Claghorn2018-12-281-1/+1
* | Load Action Mailbox when other components are skippedGeorge Claghorn2018-12-281-0/+1
* | Add option to set parallel test worker count to the physical core count of th...Bogdan2018-12-181-2/+2
* | Remove redundant suffixes on generated helpers.Gannon McGibbon2018-12-121-0/+5
* | Merge pull request #33992 from kirs/enqueue-return-falseRafael França2018-12-051-0/+3
|\ \
| * | Make AJ::Base#enqueue return false if the job wasn't enqueuedKir Shatrov2018-10-281-0/+3
* | | Bump the minimum version of PostgreSQL to 9.3Yasuo Honda2018-11-252-2/+2
* | | Merge pull request #34410 from gmcgibbon/test_support_windowsEileen M. Uchitelle2018-11-191-1/+1
|\ \ \
| * | | Windows support for parallelization and instrumenterGannon McGibbon2018-11-081-1/+1
* | | | Fix a method call in bin/setup fileNihad Abbasov2018-11-151-1/+1
* | | | add a nice alias for the --webpack optionAlessandro Rodi2018-11-131-2/+2
|/ / /
* | | Add `connect_src` example to content security policy initializeryuuji.yaginuma2018-11-041-0/+4
* | | Keep new line after the last dependencyyuuji.yaginuma2018-11-041-1/+1