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

Specifying Rails Version #19

Open
dirktay opened this issue Mar 11, 2012 · 2 comments
Open

Specifying Rails Version #19

dirktay opened this issue Mar 11, 2012 · 2 comments
Milestone

Comments

@dirktay
Copy link

dirktay commented Mar 11, 2012

Apparently, the latest verison of rails is installed automatically after the gem is installed.
I have been using 3.1.3, and now 3.2.2 is installed. (I had to reinstall 3.1.3 to get it to work with the command 'rails 3.1.3 new test_app')

Is there a way to specify which version of rails will be used to build the new application?
Perhaps, a test to see if more than one installed, and if so, prompts for selection?
Could even look like the rails command, above!

Looks like it would then be a parameter in Cli.rb, in run_templater, yes?

Similarly, could it check before installing the latest rails, or is this a feature? ;-)

Regardless, Thanks for the product,
Dirk Taylor

@kfaustino
Copy link
Owner

I'll add the -v, [--version] option in version 0.4.0.

As for installing the latest rails, rails-templater has rails 3.1 and above as a dependency

@dirktay
Copy link
Author

dirktay commented Mar 14, 2012

Thanks! That's great.
I'll check out 0.3.0, too.
I saw the Devise recipe and it seemed to work.
Will you merge that in, too?

Looking good!

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

No branches or pull requests

2 participants