Syntax :- rails _version_
Rails application with specific version and specific database
To create a rails application with specific database , specific version
Syntax :- rails _version_ appname --database=databasename
Example:- rails _1.2.3_ demo --database=mysql
The above command creates a rails application with the database mysql with the rails version 1.2.3
Syntax :- rails _version_
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment