.circleci/config.yml | |
|
|
.env.example | |
|
|
.github/workflows/codeql-analysis.yml | |
|
|
.gitignore | |
|
|
.rspec | |
|
|
.rubocop.yml | |
|
|
.ruby-version | |
|
|
.travis.yml | |
|
|
CODEOWNERS | |
|
|
Gemfile | |
|
|
Gemfile.lock | |
|
|
Procfile | |
|
|
README.md | |
|
|
Rakefile | |
|
|
app/assets/config/manifest.js | 0 | A 0 mins |
|
app/assets/javascripts/application.js | 0 | A 0 mins |
|
app/assets/javascripts/cable.js | 4 | A 0 mins |
|
app/assets/javascripts/items.coffee | |
|
|
app/assets/javascripts/search.coffee | |
|
|
app/assets/javascripts/sessions.coffee | |
|
|
app/assets/javascripts/tags.coffee | |
|
|
app/assets/stylesheets/application.css | |
|
|
app/assets/stylesheets/items.scss | |
|
|
app/assets/stylesheets/scaffolds.scss | |
|
|
app/assets/stylesheets/search.scss | |
|
|
app/assets/stylesheets/sessions.scss | |
|
|
app/assets/stylesheets/tags.scss | |
|
|
app/channels/application_cable/channel.rb | 4 | A 0 mins |
|
app/channels/application_cable/connection.rb | 4 | A 0 mins |
|
app/controllers/application_controller.rb | 35 | A 0 mins |
|
app/controllers/items_controller.rb | 48 | A 0 mins |
|
app/controllers/search_controller.rb | 8 | A 0 mins |
|
app/controllers/sessions_controller.rb | 15 | A 0 mins |
|
app/controllers/tags_controller.rb | 11 | A 0 mins |
|
app/helpers/application_helper.rb | 5 | A 0 mins |
|
app/helpers/items_helper.rb | 2 | A 0 mins |
|
app/helpers/search_helper.rb | 2 | A 0 mins |
|
app/helpers/sessions_helper.rb | 2 | A 0 mins |
|
app/helpers/tags_helper.rb | 2 | A 0 mins |
|
app/jobs/application_job.rb | 2 | A 0 mins |
|
app/mailers/application_mailer.rb | 4 | A 0 mins |
|
app/models/application_record.rb | 3 | A 0 mins |
|
app/models/item.rb | 17 | A 0 mins |
|
app/views/items/_form.html.erb | |
|
|
app/views/items/_item.html.erb | |
|
|
app/views/items/_item.json.jbuilder | |
|
|
app/views/items/edit.html.erb | |
|
|
app/views/items/index.html.erb | |
|
|
app/views/items/index.json.jbuilder | |
|
|
app/views/items/new.html.erb | |
|
|