This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# this is a basic rails application template | |
# usage: rails <app_name> -m http://gist.github.com/114140.txt OR rails -d mysql .... | |
puts "" | |
puts "*******************************************************" | |
puts "" | |
puts "Basic Rails application generator with:" | |
puts " - MySQL support (creating development, test and production databases with configuration file database.yml)" | |
puts " - HAML/SASS/Compass support" | |
puts " - BDD support: Cucumber, RSpec, autospec" |
NewerOlder