aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #33403 from bogdanvlviv/clarify-test_notes_finds_notes_in_...Kasper Timm Hansen2018-07-221-59/+58
|\
| * Clarify `railties/test/application/rake/notes_test.rb`bogdanvlviv2018-07-211-59/+58
* | Merge pull request #32984 from chiraggshah/min-thread-env-variableRichard Schneeman2018-07-211-2/+3
|\ \ | |/ |/|
| * Modified the changes to make it backward compatibleChirag Shah2018-07-211-1/+1
| * Separate min and max threads count for pumaChirag Shah2018-05-251-2/+3
* | Fix deprecation message for `SOURCE_ANNOTATION_DIRECTORIES`yuuji.yaginuma2018-07-202-1/+4
* | Enable `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the futureRyuta Kamizono2018-07-123-3/+0
* | Merge pull request #33308 from anniecodes/notes-command-changelogRafael França2018-07-091-0/+19
|\ \
| * | Add deprecations related to `rails notes` command to ChangelogAnnie-Claude Côté2018-07-091-0/+19
* | | Merge pull request #28266 from Stellenticket/allow_disable_server_stdout_loggingKasper Timm Hansen2018-07-082-2/+21
|\ \ \
| * | | Allow to explicitly specify whether to output Rails' log to stdoutMarkus Doits2018-07-082-2/+21
* | | | Fix rubocop offense introduced in 161ed37bogdanvlviv2018-07-081-1/+1
|/ / /
* | | Don't balloon @original_options with --restart on restart.Kasper Timm Hansen2018-07-071-1/+1
* | | Don't show unneeded deprecation warning on server restart.Kasper Timm Hansen2018-07-072-11/+16
* | | Remove restart_command leftover from switching to Thor options.Kasper Timm Hansen2018-07-071-4/+0
* | | Use only snake cased symbols in commands.Kasper Timm Hansen2018-07-071-5/+5
|/ /
* | Merge pull request #32776 from Edouard-chin/ec-as-hooksKasper Timm Hansen2018-07-051-10/+11
|\ \
| * | Use testing lazy-load hooks:Edouard CHIN2018-07-041-10/+11
* | | Make NotesCommand tests more performant by getting rid of unecessary mapAnnie-Claude Côté2018-07-051-12/+12
* | | Merge pull request #33220 from anniecodes/notes-commandKasper Timm Hansen2018-07-054-18/+184
|\ \ \ | |/ / |/| |
| * | Port Annotations rake task to use Rails::NotesCommandAnnie-Claude Côté2018-07-042-7/+14
| * | Adds support to register directories and extensions to NotesCommandAnnie-Claude Côté2018-07-042-0/+46
| * | Adds a Rails::Command for NotesAnnie-Claude Côté2018-07-042-0/+121
| * | [ci skip] Update documentation related to `rails notes`Annie-Claude Côté2018-07-031-11/+3
| |/
* | Remove old TODO commentAlberto Almagro2018-07-041-1/+0
* | Merge pull request #33054 from jboler/masterRafael França2018-07-032-20/+4
|\ \
| * | Only execute route updater once on app bootJonathan Boler2018-06-192-6/+2
| * | Merge branch 'master' of github.com:rails/railsJonathan Boler2018-06-042-8/+2
| |\ \
| * | | Eager load routes on rebuildJonathan Boler2018-06-041-14/+2
| | |/ | |/|
* | | Merge pull request #32706 from yhirano55/fix-app-update-when-hyphenated-name-...Kasper Timm Hansen2018-07-012-5/+33
|\ \ \
| * | | Fix app:update when hyphenated name is givenYoshiyuki Hirano2018-04-242-5/+33
* | | | Fix assignment of TESTOPTS in railties test taskutilum2018-07-011-1/+3
* | | | Enable TESTOPTS in railties testsutilum2018-06-261-1/+1
* | | | Merge pull request #33191 from bogdanvlviv/change-rails_welcome-image-on-loca...George Claghorn2018-06-241-1/+1
|\ \ \ \
| * | | | Changes Rails Welcome image on localhost:3000bogdanvlviv2018-06-221-1/+1
* | | | | Add an assertion that `credentials:edit` works when `RAILS_MASTER_KEY` env is...yuuji.yaginuma2018-06-241-1/+1
* | | | | OS X -> macOS [Closes #30313]Xavier Noria2018-06-232-3/+3
|/ / / /
* | | | Merge pull request #33152 from bogdanvlviv/fix-ruby-version-fileRafael França2018-06-182-2/+8
|\ \ \ \
| * | | | Fix Ruby version in `.ruby-version`bogdanvlviv2018-06-182-2/+8
* | | | | Remove unused requireyuuji.yaginuma2018-06-181-1/+0
|/ / / /
* | | / Include `ActiveSupport::Testing::MethodCallAssertions` in `railties/test/isol...bogdanvlviv2018-06-092-2/+2
| |_|/ |/| |
* | | Remove unnecessary testyuuji.yaginuma2018-06-032-8/+2
| |/ |/|
* | Merge pull request #30406 from eliotsykes/reduce-spring-watch-callsRafael Mendonça França2018-05-231-6/+6
|\ \
| * | Minimize Spring.watch callsEliot Sykes2017-08-251-6/+6
* | | Enable warnings in all test tasksutilum2018-05-231-1/+1
* | | Merge pull request #32699 from printercu/patch-3Rafael França2018-05-221-1/+7
|\ \ \
| * | | Respect NODE_ENV when running `rails yarn:install`printercu2018-04-231-1/+7
| | |/ | |/|
* | | Bump minimum version of Thor to 0.19.0Guillermo Iguaran2018-05-221-1/+1
* | | Merge pull request #32934 from aki77/fix-locale-selectorRafael França2018-05-221-7/+10
|\ \ \
| * | | Fix locale selectoraki2018-05-191-7/+10