Skip to content

rswolff/Ruby-on-Rails-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

Ruby on Rails Application Template.

Introduction

This is a Ruby on Rails application template based heavily on the Big Old Rails Template by Mike Gunderloy. Read more about Rails templates.

Installation

$ rails app_name -m http://github.com/rswolff/Ruby-on-Rails-Template/raw/master/rails_template.rb

Replace app_name with your application name.

Source Control

Git

Gems

  • Authlogic (authentication)
  • Declarative Authorization (authorization)
  • will_paginate (pagination)
  • Paperclip (file uploads)
  • jRails (jQuery integration)
  • AASM (Acts As State Machine)
  • Whenever (Cron Scheduling)

Javascript

jQuery 1.3.5

Stylesheets

Blueprint CSS

Basic Configuration

The base application install comes pre-configures with roles based authentication using Authlogic and Declarative authorization.

About

A template for a skeleton ruby on rails application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages