Migrate a Rails Project
Migrate a Rails Project
To migrate a project already created with Rails to use Appcelerator, type the following:
app create:project [directory] [project_name] ruby --migrate
For example:
app create:project . myproject ruby --migrate
Running this command will migrate the existing Rails project in ./myproject.