rails/railties/lib
yuuji.yaginuma 654704247e use Thor option parser in server commands parse
The `ServerCommand` inherits Thor, but currently does not use Thor
option parser.
Therefore, if leave the argument of Thor as it is, it becomes an error by
the argument checking of Thor.
To avoid it, to use the Thor option parser instead of reimplementing it.

Fixes #26964
2016-12-24 12:08:33 +09:00
..
rails use Thor option parser in server commands parse 2016-12-24 12:08:33 +09:00
rails.rb Add missing + around a some literals. 2016-10-27 00:27:47 +03:00