Sha256: a1d612406732be2e00f9be0e929abecb04bb829e832f5172cc90fb2225959742
Contents?: true
Size: 525 Bytes
Versions: 1
Compression:
Stored size: 525 Bytes
Contents
# Delete all unnecessary files remove_file "README" remove_file "public/index.html" remove_file "public/robots.txt" remove_file "public/images/rails.png" create_file 'README' create_file 'log/.gitkeep' create_file 'tmp/.gitkeep' gsub_file 'config/application.rb', 'require "rails/test_unit/railtie"', '# require "rails/test_unit/railtie"' get "http://html5shiv.googlecode.com/svn/trunk/html5.js", "public/javascripts/html5.js" git :init append_file '.gitignore', load_template('gitignore','git') gem 'rails3-generators'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_templater-0.0.1 | lib/template/recipes/default.rb |