Rocket-Starter is capable of setting up basic directories and svn/git repositories for your applications when you want to start it. If you want, you can also use the git and the RaPT gem and a list of plugins.
NOTE: Rocket-Starter is licensed and provided under the terms of the MIT/X Consortium License.
Here are some key features of "Rocket-starter":
· create basic directories
· commit to subversion or git repositories
· set svn:ignore property or .gitignore file.
· install plugins
· use RaPT gem for managing plugins (Optional)
· write password to config/database.yml
· create databases before finish by ‘rake db:create:all’ command
What's New in This Release: [ read full changelog ]
· update project status to beta.
· add rspec files.(but basic test only)
· don't use -g option with rails command when a git repository is empty.
· fix some bugs.