For each rails project, I always start with the same common tasks
Here they are bundled in a rails template
-
setting up a git repos
-
creating the .gitignore file
-
make some directories ‘visible’ to the git commit
-
setting up the database.yml file for development
-
installing the haml plugin
-
installing the google_ajax_libraries_api plugin plugin
-
installing the form_helpers plugin
As simple as running this command
rails -m basic.rb your_project_name
-
Set up git on your machine
-
Have a running connection to internet (for haml plugin)
-
Have a fresh belgian beer next to you o_O
Author: Denis Jacquemin
Copyright © 2009 Denis Jacquemin, released under the MIT license