aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
* Preparing for 5.2.0.beta2 releaseRafael Mendonça França2017-11-281-1/+1
* Use same version constraint in mysql adapter and generated applicationyuuji.yaginuma2017-11-281-1/+1
* Preparing for 5.2.0.beta1 releaseRafael Mendonça França2017-11-271-1/+1
* Make form_with_generates_ids default value to be falseRafael Mendonça França2017-11-271-4/+0
* Remove Content-Security-Policy initializer in API-only Applicationsyuuji.yaginuma2017-11-271-0/+6
* Add DSL for configuring Content-Security-Policy headerAndrew White2017-11-274-34/+66
* Use Puma 3.11 in newly generated applicationsyuuji.yaginuma2017-11-271-1/+1
* Merge pull request #31167 from albertoalmagro/clean-db-ambiguityRafael França2017-11-261-2/+2
|\
| * Remove DB naming ambiguityAlberto Almagro2017-11-261-2/+2
* | Remove field ids from scaffold formyuuji.yaginuma2017-11-262-7/+3
|/
* Remove duplicated `form_with_generates_remote_forms` settingyuuji.yaginuma2017-11-261-1/+0
* Use parentheses for multi-line method callsRafael Mendonça França2017-11-252-5/+10
* Make form_with_generates_ids default in Rails 5.2Rafael Mendonça França2017-11-251-2/+7
* Change `form_with` to generates ids by defaultnpezza932017-11-251-0/+1
* Rubocop styleDixit Patel2017-11-241-0/+2
* Fix generator suggestion raise error when I18n.available_locales don’t incl...willnet2017-11-221-1/+2
* Fix formatting of `credentials` and `encrypted` [ci skip]yuuji.yaginuma2017-11-191-8/+8
* Deprecate an `after_bundle` callback in Rails plugin templatesyuuji.yaginuma2017-11-181-0/+4
* Fixed example of `Rails.application.encrypted` method usageWojciech Wnętrzak2017-11-161-1/+1
* Add master key to `gitignore` on `rails new`yuuji.yaginuma2017-11-163-1/+11
* Pass options onto key file generator.Kasper Timm Hansen2017-11-151-1/+1
* Merge branch 'freeletics-manage-multiple-credential-files'Kasper Timm Hansen2017-11-157-40/+253
|\
| * Add CLI to manage encrypted files/configs.Wojciech Wnętrzak2017-11-158-49/+263
* | Go through a single credentials instance.Kasper Timm Hansen2017-11-151-9/+10
* | Merge pull request #30004 from npenzin/patch-1Yuji Yaginuma2017-11-151-1/+1
|\ \
| * | Ensure plugin_generator adds to new line in GemfileNikita Penzin2017-11-141-1/+1
* | | Use released arelRafael Mendonça França2017-11-141-5/+2
| |/ |/|
* | Use .tt extension to all the template filesRafael Mendonça França2017-11-1397-2/+2
* | Merge pull request #30773 from y-yagi/fix_30765Eileen M. Uchitelle2017-11-121-0/+3
|\ \
| * | Make automatically synchronize test schema work inside engineyuuji.yaginuma2017-10-021-0/+3
* | | Revert displaying master key generation info on `rails new`.Kasper Timm Hansen2017-11-123-23/+20
* | | Deprecate encrypted secrets in favor of credentials.Kasper Timm Hansen2017-11-123-99/+9
* | | Merge pull request #30770 from y-yagi/do_not_create_credential_in_dummy_appli...Kasper Timm Hansen2017-11-122-2/+3
|\ \ \
| * | | Do not create credentials in dummy applicationyuuji.yaginuma2017-10-022-2/+3
| |/ /
* | | Adjust blank linesRyuta Kamizono2017-11-104-4/+5
* | | Do not show credentials in generators helpyuuji.yaginuma2017-11-091-0/+1
* | | Change output log about skipping instalation of Active Storagebogdanvlviv2017-11-081-1/+1
* | | Do not run `active_storage:install` when bundle install is skippedyuuji.yaginuma2017-11-081-1/+5
* | | Fix comment in `check_class_collision` [ci skip]yuuji.yaginuma2017-11-071-1/+1
* | | Merge pull request #30101 from bogdanvlviv/initialization-active_storageRafael França2017-11-0616-62/+123
|\ \ \
| * | | Execution of `active_storage:install` should respect `--quiet` during `rails ...bogdanvlviv2017-11-061-1/+1
| * | | Rails::Generators::Actions#execute_command allows option `capture`bogdanvlviv2017-11-061-1/+7
| * | | `rails new` runs `rails active_storage:install`bogdanvlviv2017-11-062-0/+7
| * | | Add --skip-active-storage and do so automatically when --skip-active-record i...bogdanvlviv2017-11-0615-61/+109
* | | | Remove unused requireyuuji.yaginuma2017-11-061-1/+0
* | | | Generate the correct path in nested scaffold generatoryuuji.yaginuma2017-11-051-9/+9
|/ / /
* | | Merge pull request #30813 from y-yagi/remove_unused_secrets_ymlRyuta Kamizono2017-10-262-36/+0
|\ \ \
| * | | Remove unused `secrets.yml` templateyuuji.yaginuma2017-10-062-36/+0
* | | | Merge pull request #30978 from y-yagi/change_vendor_path_to_app_rootGeorge Claghorn2017-10-241-2/+2
|\ \ \ \
| * | | | Change `VENDOR_PATH` to `APP_ROOT` in `bin/yarn`yuuji.yaginuma2017-10-251-2/+2