aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #29967 from naw/binstub-error-msgRichard Schneeman2017-08-031-5/+16
|\
| * Revise bundle binstub error messageNathan Wenneker2017-08-031-8/+13
| * Improve bundler binstub error messageNathan Wenneker2017-07-261-3/+9
* | Merge pull request #30011 from guilherme/fix-migration-generator-special-casesSean Griffin2017-08-031-0/+22
|\ \
| * | Handling add/remove to/from migration edge casesGuilherme Reis Campos2017-08-031-0/+22
* | | Merge remote-tracking branch 'origin/master' into unlock-minitestRafael Mendonça França2017-08-0159-490/+827
|\ \ \
| * \ \ Merge pull request #30015 from larskanis/use-duktake-on-mingwGuillermo Iguaran2017-08-012-0/+4
| |\ \ \
| | * | | Use duktape gem as default JS engine on Windows-MINGW and MS-Visual-C buildsLars Kanis2017-08-012-0/+4
| | |/ /
| * | | Merge pull request #30023 from y-yagi/remove_unnecessary_doc_directory_deletionGuillermo Iguaran2017-08-012-2/+0
| |\ \ \
| | * | | Remove unnecessary `doc` directory deletionyuuji.yaginuma2017-08-012-2/+0
| * | | | Merge pull request #30029 from yhirano55/fix_rails_command_commentsSean Griffin2017-08-011-3/+3
| |\ \ \ \
| | * | | | [ci skip] Fix rails_command commentsYoshiyuki Hirano2017-08-011-3/+3
| | | |_|/ | | |/| |
| * | | | Fix rubocop style issues in yarn and spring.rb templates"roberts10002017-07-312-3/+3
| | |/ / | |/| |
| * | | Set Ruby version in Gemfile and .ruby-version by defaultAlberto Almagro2017-07-315-0/+25
| | |/ | |/|
| * | 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