https://github.com/sandro/railify
Edge Rails generator with configured git repo and rspec, haml and resource_controller gems.
https://github.com/sandro/railify
Last synced: 5 months ago
JSON representation
Edge Rails generator with configured git repo and rspec, haml and resource_controller gems.
- Host: GitHub
- URL: https://github.com/sandro/railify
- Owner: sandro
- Created: 2009-01-04T03:09:40.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2009-01-13T04:22:54.000Z (over 17 years ago)
- Last Synced: 2025-06-18T16:46:46.181Z (about 1 year ago)
- Homepage:
- Size: 93.8 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
railify
=======
Utility script which generates a rails app with an initialized git repo and installs some standard gems/plugins.
Features
------------
- Generates an Edge Rails App
- Initializes a git repo with the standard `.gitignore` for rails development
- Creates mysql databases with `rake db:create:all`
- Copies Edge into `vendor/rails`
- Installs and sets up `rspec, haml, and resource_controller`
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 gems
Usage
-----
railify new_app_name