Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

with configuration file support #18

Open
gutenye opened this issue Sep 5, 2011 · 0 comments
Open

with configuration file support #18

gutenye opened this issue Sep 5, 2011 · 0 comments

Comments

@gutenye
Copy link

gutenye commented Sep 5, 2011

  • ask user to choice, just like templater command
$ rails new <app_name> interactive  # integrated into `rails` command is better than `templater`, I think.
  • don't ask user, use a configuration file.
# ~/.rails_templaterrc
profiles = {
   "local": %w(mongoid rspec)
   "normal": %w(activerecord test-uint)
}
$ rails new <app_name> local # it uses the "local" profile
$ rails new <app_name> local+sass-rspec  # modify profile on-fly.

I don't want to choice options every time when create a new rails project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant