Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Latest commit

 

History

History
50 lines (33 loc) · 1.68 KB

README.md

File metadata and controls

50 lines (33 loc) · 1.68 KB

Usage

Clone the template and have a look at its code. Don't blindly trust it since it might not work for you.

git clone [email protected]:Zorros/rails3-template.git

rails new app_name -J -T -m rails3-template/main.rb

Take into account that this is currently a work in progress and is not 100% finished. So, some things might not work as expected... or might not work at all.

Gems and config

RVM

The template will create an RVM gemset named after your application using ruby 1.8.7 EE by default.

General use

Development

Testing

Credit

We took many ideas from the aentos template

TODO

  • Install rack-debug.
  • Generate devise.
  • Ask options for RVM instead of using ree by default