Skip to content

Rails application that mirrors carnal0wnage blog posts "Basics of Rails"

Notifications You must be signed in to change notification settings

cktricky/attackresearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This Rails application follows the Blog Post Series on carnal0wnage.attackresearch.com entitled "Basics of Rails".

To get this going, have RVM installed.

git clone git://github.com/cktricky/attackresearch.git
cd attackresearch
bundle install # <~ after accepting the .rvmrc file, of course
rake db:create
rake db:migrate
rake unicorn:start[4444]

About

Rails application that mirrors carnal0wnage blog posts "Basics of Rails"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published