Skip to content

panterch/project_zero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rails project to kickstart development

Comes with:

  • Rails 3
  • jQuery
  • Haml
  • inherited_resources
  • exception_notifier
  • Rspec, Factory Girl, Capybara and Spork

How to hit the ground running a pure rails app

# define a rails application name and a folder name where you want to 
# checkout your project
RAILS_NAME=ProjectOne
FS_NAME=projectone

# checkout project zero into a new folder
git clone [email protected]:panter/project_zero.git $FS_NAME

cd $FS_NAME
script/init_rails $RAILS_NAME

How to initialize a refinery app

# define a rails application name and a folder name where you want to
# checkout your project
RAILS_NAME=ProjectOne
FS_NAME=projectone

# checkout project zero into a new folder
git clone [email protected]:panter/project_zero.git $FS_NAME

cd $FS_NAME
script/init_refinery $RAILS_NAME

See the branches

There are branches of this project with other configurations.

About

Our Kickstart Rails Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6