I was under the impression that all three of these were the same, but now that I look into it, it seems they are all different.
I cannot find any good documentation on this by searching.
I was under the impression that all three of these were the same, but now that I look into it, it seems they are all different.
I cannot find any good documentation on this by searching.
According to Rails API and This Discussion Thread
both -T
and the --skip-test-unit
options are to be used when initially creating the project (rails new), whereas the --no-test-framework
is available to later generator commands(rails generate).