aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | 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
* | | | Merge pull request #29677 from eugeneius/parameters_configuration_testsRafael Mendonça França2017-07-051-0/+36
|\ \ \ \
| * | | | Fix Parameters configuration integration testsEugene Kenny2017-07-041-0/+41
* | | | | Force ActionController::Base lazy laod hooks to runRafael Mendonça França2017-07-051-0/+12
|/ / / /
* | | | Add backticks [ci skip]Ryuta Kamizono2017-07-031-1/+1
* | | | Merge branch 'master' into require_relative_2017Xavier Noria2017-07-026-12/+61
|\ \ \ \
| * | | | Remove redundant `assert_respond_to`Ryuta Kamizono2017-07-031-3/+0
| * | | | Move test related to `tmp:clear` task to `tmp_test.rb`yuuji.yaginuma2017-07-022-7/+7
| * | | | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-02253-253/+0
| * | | | Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-02253-0/+253
| |\ \ \ \
| | * | | | Enforce frozen string in RubocopKir Shatrov2017-07-01252-0/+252
| * | | | | Merge pull request #29534 from y-yagi/clear_screenshots_in_tmp_clear_taskEileen M. Uchitelle2017-07-013-2/+49
| |\ \ \ \ \
| | * | | | | Clear screenshots files in `tmp:clear` taskyuuji.yaginuma2017-06-273-2/+49
| * | | | | | Add source code and changelog link to railties.gemspecKoichi ITO2017-07-011-0/+5