thomd / rails-templates

collection of my rails templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rails templates

Collection of templates for my rails needs.

Make sure you have Rails 2.3 or greater installed.

Usage

rails project_name -m simple.template.rb

or

railst template project

For this put the following function (based on Ryan Bates) into your bashrc:

function railst {
  template=$1
  appname=$2
  shift 2
  rails $appname -m http://github.com/thomd/rails-templates/raw/master/$template.template.rb $@
}

Templates

plugin.loading-notice

This is a simple prove of concept application for the loading_notice rails-plugin.

simple

This is a simple start-to-experiment rails application. It uses Ryan Bates nifty-generators and inits git.

things

Rails template for a things application. Not finished yet ...

rspec

A simple rails application for experimenting with rspec.

About

collection of my rails templates


Languages

Language:Ruby 100.0%