1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Andrew Tomaka a09b2938d8 Update README 10 years ago
app Initial attempt at tests 10 years ago
config Remove custom strategy 10 years ago
db Resolve database cluster---- from enum removal 10 years ago
doc Initial commit of clean Rails application 10 years ago
lib Add custom Devise authentication strategy for Kerberos 10 years ago
log Initial commit of clean Rails application 10 years ago
public Remove default index file 10 years ago
puppet Setup puppet provisioning for vagrant vm 10 years ago
script Initial commit of clean Rails application 10 years ago
test Fix tests in various ways 10 years ago
vendor Initial commit of clean Rails application 10 years ago
.gitignore Make sure we do not accidentally commit unnecessary vagrant stuff 10 years ago
.rails_footnotes Run generator for Rails footnotes 10 years ago
Gemfile Remove enumerated_attribute gem (not working with latest rails?) 10 years ago
Gemfile.lock Remove enumerated_attribute gem (not working with latest rails?) 10 years ago
README.md Update README 10 years ago
Rakefile Initial commit of clean Rails application 10 years ago
Vagrantfile Add some more RAM to the virtual machine 10 years ago
config.ru Initial commit of clean Rails application 10 years ago

README.md

vagrant up
vagrant ssh
cd /vagrant
bundle install
rails s