Initial Commit
parents
Showing
.gitignore
0 → 100644
Gemfile
0 → 100644
| # A sample Gemfile | |||
| source "https://rubygems.org" | |||
| gem 'rake' | |||
| gem 'activesupport' | |||
| gem 'sinatra' | |||
| gem 'sinatra-contrib' | |||
| gem 'sinatra-activerecord' | |||
| gem 'puma' | |||
| gem 'tux' | |||
| group :development, :test do | |||
| gem 'pry' | |||
| gem 'shotgun' | |||
| gem 'sqlite3' | |||
| end |
Gemfile.lock
0 → 100644
README.md
0 → 100644
Rakefile
0 → 100644
app/actions.rb
0 → 100644
app/models/.keep
0 → 100644
app/views/index.erb
0 → 100644
app/views/layout.erb
0 → 100644
config.ru
0 → 100644
config/database.rb
0 → 100644
config/environment.rb
0 → 100644
db/migrate/.keep
0 → 100644
db/schema.rb
0 → 100644
public/javascript/.keep
0 → 100644
Please register or sign in to comment