Skip to content

A rails template generator to start an application with authentication support and other common features

License

Notifications You must be signed in to change notification settings

devinterface/Rails-Startup-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rails Startup Template

This template lets you to create quickly new Rails applications using Rails 2.3. To use it, just specify the -m switch when creating a Rails application:


rails new_app_name -m http://github.com/devinterface/Rails-Startup-App/raw/master/rails_startup.rb

Generated Application

Here’s a list of what this template sets up:

SCM

  • git repository

Javascript

CSS

Rails

  • Choice of Authlogic with or without OpenID support (includes models, controllers and views)

Testing

Other
Some other useful gems/plugins such as:

About

A rails template generator to start an application with authentication support and other common features

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages