1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib/rails/command
Petrik d6612d5238 Remove Command::Spellchecker and use DidYouMean for suggestions
Instead of generating our own "Maybe you meant ..." message, when a
generator or a server isn't found, use DidYouMean::Correctable.

This commit adds a generic CorrectableError in the Command namespace
that could be used for corrections for other commands.

By using DidYouMean we can delete the Command::Spellchecker.

Co-authored-by: Ryuta Kamizono <kamipo@gmail.com>
2021-06-04 09:20:43 +02:00
..
helpers Rename to Diffing and move module into credentials command 2019-08-03 23:06:47 +02:00
actions.rb Don't load app environment when editing credentials 2018-12-26 00:03:20 +01:00
base.rb Remove Command::Spellchecker and use DidYouMean for suggestions 2021-06-04 09:20:43 +02:00
behavior.rb Address to false negative for Performance/DeletePrefix,DeleteSuffix 2020-06-14 13:04:47 +09:00
environment_argument.rb Use match? where we don't need MatchData 2019-07-29 14:23:10 +09:00