Skip to content

Builds a new Edge rails app pre-configured with a git repo, rspec, haml, and other various gems/plugins

Notifications You must be signed in to change notification settings

jasonf/railify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

railify

Utility script which generates a rails app with an initialized git repo and some standard gems/plugins installed.

Features

  • Generates an Edge Rails App
  • Initializes a git repo with the standard .gitignore for rails development
  • Creates your databases with rake db:create:all
  • Copies Edge into vendor/rails
  • Installs, unpacks, and sets up rspec, haml, and annotate_models

Forked

New Features / Changes

  • No longer uses braid
  • Git no longer ignores application.css (does not assume that sass is being used to generate it)
  • Uses FileUtils for mass removal of unnecessary files
  • Clears logs instead of removing them
  • Uses config.gem to add and unpack gems

Usage

railify rails_app

About

Builds a new Edge rails app pre-configured with a git repo, rspec, haml, and other various gems/plugins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published