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: about 1 month 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 16 years ago)
- Default Branch: master
- Last Pushed: 2009-01-13T04:22:54.000Z (over 16 years ago)
- Last Synced: 2025-02-12T11:33:41.623Z (3 months ago)
- Homepage:
- Size: 93.8 KB
- Stars: 6
- Watchers: 4
- 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 gemsUsage
-----
railify new_app_name