Syntax :- rails _Version_ app name
Rails application with specific version
To create a rails application with specific version you can create like this
Syntax :- rails _Version_ app name
Example:- rails _2.1.0_ demo
The above command creates a rails application with the rails version 2.1.0. In the same way you can pass any version number.
Syntax :- rails _Version_ app name
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment