aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* Fix `warning: method redefined;`yuuji.yaginuma2017-07-281-3/+3
* Merge pull request #29926 from pawandubey:fix-test-with-absolute-pathsKasper Timm Hansen2017-07-252-1/+30
|\
| * Allow bin/rails test task to take absolute paths as argumentsPawan Dubey2017-07-252-3/+29
* | Merge pull request #29931 from y-yagi/extract_assert_output_and_available_pty...Sean Griffin2017-07-254-65/+36
|\ \ | |/ |/|
| * Extract `assert_output` and `available_pty?` into `ConsoleHelpers` moduleyuuji.yaginuma2017-07-254-65/+36
* | Fix `dbconsole` test when tempdir is a long pathSean Griffin2017-07-251-1/+1
* | Merge pull request #29916 from lugray/stop_generating_application_recordEileen M. Uchitelle2017-07-256-34/+35
|\ \ | |/ |/|
| * Stop creating ApplicationRecord on model generationLisa Ugray2017-07-246-34/+35
* | Fix `warning: ambiguous first argument`yuuji.yaginuma2017-07-251-1/+1
* | Merge pull request #29898 from deivid-rodriguez/follow_up_to_multiple_locatio...Rafael França2017-07-242-0/+38
|\ \ | |/ |/|
| * Fix regression from multiple mountpoint supportDavid Rodríguez2017-07-242-0/+38
* | Merge pull request #29902 from y-yagi/fix_29880Rafael França2017-07-241-2/+6
|\ \
| * | Do not show URL in boot info when using Pumayuuji.yaginuma2017-07-241-2/+6
* | | Merge pull request #29853 from lugray/move_generator_namespacing_to_baseRafael França2017-07-242-36/+37
|\ \ \
| * | | Move generator namespacing to BaseLisa Ugray2017-07-192-36/+37
* | | | Revert "Include rack-mini-profiler by default"Rafael França2017-07-242-7/+0
* | | | Include rack-mini-profiler by defaultschneems2017-07-242-0/+7
| |_|/ |/| |
* | | Avoid modifying frozen string in check_schema_fileEugene Kenny2017-07-231-0/+7
| |/ |/|
* | Fix false positive test related to wrong app root path.Wojciech Wnętrzak2017-07-211-11/+11
* | Make `rails yarn:install` ignore dev dependenciesprintercu2017-07-191-1/+1
|/
* support `-` as an argument to `rails runner`Cody Cutrer2017-07-174-2/+20
* Rename helper to force_lazy_load_hooks.Kasper Timm Hansen2017-07-171-14/+14
* Add bootsnap to default Gemfile:Burke Libbey2017-07-173-0/+8
* Set `RAILS_ENV` before load application fileyuuji.yaginuma2017-07-172-4/+36
* Merge pull request #29782 from y-yagi/follow_up_29699Kasper Timm Hansen2017-07-162-13/+36
|\
| * add helper method for explicit lazy loadyuuji.yaginuma2017-07-161-13/+18
| * Set `represent_boolean_as_integer` via `configuration`yuuji.yaginuma2017-07-162-1/+19
* | Merge pull request #29358 from robin850/dbconsole-connectionKasper Timm Hansen2017-07-166-19/+128
|\ \
| * | Properly expand the environment's nameRobin Dupret2017-07-166-7/+22
| * | Deprecate environment as an argument for dbconsole and consoleRobin Dupret2017-07-164-12/+44
| * | Allow to pass a connection to the `dbconsole` commandRobin Dupret2017-07-163-2/+64
| |/
* / 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-165-23/+60
|\
| * Do not generate unused components contents in `app:update` taskyuuji.yaginuma2017-07-165-23/+60
* | 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-113-0/+36
* Fix typo in method nameyuuji.yaginuma2017-07-111-1/+1
* Merge pull request #29742 from lugray/default_protect_from_forgeryRafael França2017-07-105-4/+16
|\
| * Protect from forgery by defaultLisa Ugray2017-07-105-4/+16
* | * Don't eagerly require Rails' minitest plugin.Kasper Timm Hansen2017-07-1012-267/+244
|/
* Merge pull request #29721 from y-yagi/fix_29696Kasper Timm Hansen2017-07-092-2/+36
|\
| * Treat secrets as binaryyuuji.yaginuma2017-07-092-2/+36
* | Load environment file in `dbconsole` commandyuuji.yaginuma2017-07-093-0/+73
|/
* Merge pull request #29695 from y-yagi/secrets_showMatthew Draper2017-07-094-1/+22
|\
| * Add `rails secrets:show` commandyuuji.yaginuma2017-07-074-1/+22
* | Merge pull request #29705 from y-yagi/do_not_update_secrets_yml_encMatthew Draper2017-07-092-1/+21
|\ \
| * | Do not update `secrets.yml.enc` when secretes do not changeyuuji.yaginuma2017-07-072-1/+21
| |/
* / Update default app files in app_generator_testKoichi ITO2017-07-061-2/+40
|/
* Allow mounting same engine under several locationsDavid Rodríguez2017-07-052-0/+92