Skip to content

fnichol/rails-template-recipes

Repository files navigation

Rails Wizard Config

Select the recipes you would like to include and add some like the following to the Customize Template section at http:https://railswizard.org/:

git_repo = "https://github.com/fnichol/rails-template-recipes"
@recipe_list = recipes ; def recipe_list; @recipe_list end
extra_recipes = %w{ rvm git cleanup activerecord_extras
  cucumber_extras rspec_extras guard irb application.haml
  flashes_partial.haml flashes_partial.erb
  exclude_database_yaml rake_init_tasks gitflow_init_tasks
  capistrano_lastmile }
extra_recipes.each { |r| apply "#{git_repo}/raw/master/#{r}.rb" }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages