• P
    Don't require using application_name before options · 47ac67b8
    Piotr Sarnacki 提交于
    Before this commit options for `rails new` and `rails plugin new` had to
    be passed in a strict order, trying to execute a following command:
    
        rails new -J path/to/app
    
    resulted in an error.
    
    This commit fixes the situation and allows to pass path to app anywhere
    after `new`
    47ac67b8
可在Tags中查看这些版本中当前仓库的状态.
CHANGELOG.md 2.6 KB