.env | |
|
|
.env.development | |
|
|
.env.test | |
|
|
.gitignore | |
|
|
.hanamirc | |
|
|
.overcommit.yml | |
|
|
.rubocop.yml | |
|
|
.travis.yml | |
|
|
Gemfile | |
|
|
Gemfile.lock | |
|
|
LICENSE | |
|
|
README.md | |
|
|
Rakefile | |
|
|
apps/api/application.rb | 32 | A 0 mins |
|
apps/api/config/routes.rb | 1 | A 0 mins |
|
apps/api/controllers/books/create.rb | 15 | A 0 mins |
|
apps/api/controllers/books/destroy.rb | 16 | A 0 mins |
|
apps/api/controllers/books/index.rb | 14 | A 0 mins |
|
apps/api/controllers/books/update.rb | 27 | A 0 mins |
|
apps/api/controllers/validation.rb | 25 | A 0 mins |
|
apps/api/representers/book.rb | 10 | A 0 mins |
|
apps/api/representers/books.rb | 8 | A 0 mins |
|
apps/cli.rb | 34 | A 0 mins |
|
apps/web/application.rb | 42 | A 0 mins |
|
apps/web/assets/favicon.ico | |
|
|
apps/web/config/routes.rb | 3 | A 0 mins |
|
apps/web/controllers/activities/index.rb | 9 | A 0 mins |
|
apps/web/controllers/books/create.rb | 19 | A 0 mins |
|
apps/web/controllers/books/destroy.rb | 12 | A 0 mins |
|
apps/web/controllers/books/edit.rb | 9 | A 0 mins |
|
apps/web/controllers/books/index.rb | 9 | A 0 mins |
|
apps/web/controllers/books/new.rb | 9 | A 0 mins |
|
apps/web/controllers/books/update.rb | 23 | A 0 mins |
|
apps/web/controllers/home/index.rb | 7 | A 0 mins |
|
apps/web/templates/activities/index.html.erb | |
|
|
apps/web/templates/application.html.erb | |
|
|
apps/web/templates/books/_form.html.erb | |
|
|
apps/web/templates/books/create.html.erb | |
|
|
apps/web/templates/books/edit.html.erb | |
|
|
apps/web/templates/books/index.html.erb | |
|
|
apps/web/templates/books/new.html.erb | |
|
|
apps/web/templates/books/update.html.erb | |
|
|
apps/web/templates/home/index.html.erb | |
|
|
apps/web/views/activities/index.rb | 32 | A 0 mins |
|
apps/web/views/application_layout.rb | 7 | A 0 mins |
|
apps/web/views/books/create.rb | 12 | A 0 mins |
|
apps/web/views/books/edit.rb | 12 | A 0 mins |
|
apps/web/views/books/index.rb | 12 | A 0 mins |
|
apps/web/views/books/new.rb | 11 | A 0 mins |
|
apps/web/views/books/update.rb | 13 | A 0 mins |
|