Skip to content

Latest commit

 

History

History
 
 

sample_app_activerecord

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

What's this?

This is a sample slack-ruby-bot-server with ActiveRecord.

Run

bundle install
rake db:create db:migrate
RAILS_ENV=test rake db:migrate
rackup