aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
* support `-` as an argument to `rails runner`Cody Cutrer2017-07-172-2/+7
* Add bootsnap to default Gemfile:Burke Libbey2017-07-172-0/+4
* Set `RAILS_ENV` before load application fileyuuji.yaginuma2017-07-171-1/+4
* Merge pull request #29782 from y-yagi/follow_up_29699Kasper Timm Hansen2017-07-161-1/+1
|\
| * Set `represent_boolean_as_integer` via `configuration`yuuji.yaginuma2017-07-161-1/+1
* | Merge pull request #29358 from robin850/dbconsole-connectionKasper Timm Hansen2017-07-163-8/+25
|\ \
| * | Properly expand the environment's nameRobin Dupret2017-07-163-7/+6
| * | Deprecate environment as an argument for dbconsole and consoleRobin Dupret2017-07-161-0/+6
| * | Allow to pass a connection to the `dbconsole` commandRobin Dupret2017-07-161-2/+14
| |/
* / Fix root not being defined on Travis.Kasper Timm Hansen2017-07-161-1/+6
|/
* Merge pull request #29645 from y-yagi/check_component_when_run_app_updateKasper Timm Hansen2017-07-163-23/+37
|\
| * Do not generate unused components contents in `app:update` taskyuuji.yaginuma2017-07-163-23/+37
* | Remove blank lines in setupYoshiyuki Hirano2017-07-161-2/+3
|/
* Allow to edit secrets in mutiple apps at the same timeyuuji.yaginuma2017-07-131-1/+2
* Change sqlite3 boolean serialization to use 1 and 0Lisa Ugray2017-07-112-0/+8
* Fix typo in method nameyuuji.yaginuma2017-07-111-1/+1
* Merge pull request #29742 from lugray/default_protect_from_forgeryRafael França2017-07-103-3/+8
|\
| * Protect from forgery by defaultLisa Ugray2017-07-103-3/+8
* | * Don't eagerly require Rails' minitest plugin.Kasper Timm Hansen2017-07-109-262/+228
|/
* Merge pull request #29721 from y-yagi/fix_29696Kasper Timm Hansen2017-07-091-2/+2
|\
| * Treat secrets as binaryyuuji.yaginuma2017-07-091-2/+2
* | Load environment file in `dbconsole` commandyuuji.yaginuma2017-07-091-0/+1
|/
* Merge pull request #29695 from y-yagi/secrets_showMatthew Draper2017-07-091-0/+4
|\
| * Add `rails secrets:show` commandyuuji.yaginuma2017-07-071-0/+4
* | Do not update `secrets.yml.enc` when secretes do not changeyuuji.yaginuma2017-07-071-1/+3
|/
* Merge branch 'master' into require_relative_2017Xavier Noria2017-07-021-2/+9
|\
| * Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-02132-132/+0
| * Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-02132-0/+132
| |\
| | * Enforce frozen string in RubocopKir Shatrov2017-07-01132-0/+132
| * | Merge pull request #29534 from y-yagi/clear_screenshots_in_tmp_clear_taskEileen M. Uchitelle2017-07-011-2/+9
| |\ \
| | * | Clear screenshots files in `tmp:clear` taskyuuji.yaginuma2017-06-271-2/+9
* | | | [Railties] require => require_relativeAkira Matsuda2017-07-0171-107/+107
|/ / /
* | | Merge pull request #29418 from dinahshi/scaffold_system_testsEileen M. Uchitelle2017-06-305-11/+68
|\ \ \ | |_|/ |/| |
| * | Add system tests to generate scaffoldDinah Shi2017-06-305-11/+68
* | | Ignore public/assetsamingilani2017-06-271-0/+4
| |/ |/|
* | Merge pull request #29560 from fatkodima/remove_unnecessary_tap_callRafael França2017-06-261-1/+1
|\ \
| * | Remove unnecessary `tap` call on `ActionDispatch::MiddlewareStack` instancefatkodima2017-06-241-1/+1
* | | Add `railtie.rb` to the plugin generatorTsukuru Tanimichi2017-06-263-2/+14
|/ /
* | Deprecate an `capify!` method in generators and templatesyuuji.yaginuma2017-06-181-0/+1
* | Add the `<app_root>/test` dir to the `$LOAD_PATH` as a string:Edouard CHIN2017-06-161-1/+1
* | Use `require_relative` instead of `require` with full pathbogdanvlviv2017-06-142-2/+2
* | Merge pull request #29289 from vergenzt/patch-1Vipul A M2017-06-121-0/+3
|\ \
| * | Add note to Railtie docs to use unique filenamesTim Vergenz2017-06-121-0/+3
* | | Merge pull request #29425 from gsamokovarov/drop-the-irb-termGuillermo Iguaran2017-06-121-1/+1
|\ \ \
| * | | Drop IRB out of the web-console Gemfile commentGenadi Samokovarov2017-06-121-1/+1
* | | | Merge pull request #29263 from assain/default_message_encryptor_to_gcmKasper Timm Hansen2017-06-112-0/+8
|\ \ \ \ | |/ / / |/| | |
| * | | set message_encryptor default cipher to aes-256-gcmAssain2017-06-122-0/+8
* | | | Access EDITOR through Ruby's cross-platform ENV.Kasper Timm Hansen2017-06-111-2/+2
| |_|/ |/| |
* | | Ensure MSSQL password uses real ENV var.Ken Collins2017-06-051-2/+2
|/ /
* | Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-032-3/+4