tboucheau/Meal_plan

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.dockerignore
.env
.env.prod
.gitignore
Capture1.JPG
Capture2.JPG
Capture3.JPG
Dockerfile
Dockerfile.prod
Gemfile
Gemfile.lock
README.md
Rakefile
app/assets/config/manifest.js0
A
0 mins
app/assets/javascripts/application.js0
A
0 mins
app/assets/javascripts/cable.js4
A
0 mins
app/assets/stylesheets/application.scss
app/channels/application_cable/channel.rb4
A
0 mins
app/channels/application_cable/connection.rb4
A
0 mins
app/controllers/application_controller.rb4
A
0 mins
app/controllers/meal_plans_controller.rb55
A
0 mins
app/controllers/recipes_controller.rb42
A
0 mins
app/controllers/welcome_controller.rb4
A
0 mins
app/helpers/application_helper.rb12
A
0 mins
app/jobs/application_job.rb2
A
0 mins
app/mailers/application_mailer.rb4
A
0 mins
app/models/application_record.rb3
A
0 mins
app/models/meal.rb7
A
0 mins
app/models/meal_plan.rb19
A
0 mins
app/models/recipe.rb9
A
0 mins
app/models/user.rb10
A
0 mins
app/views/layouts/application.html.erb
app/views/layouts/mailer.html.erb
app/views/layouts/mailer.text.erb
app/views/meal_plans/_form.html.erb
app/views/meal_plans/edit.html.erb
app/views/meal_plans/index.html.erb
app/views/meal_plans/new.html.erb
app/views/meal_plans/show.html.erb
app/views/recipes/_form.html.erb
app/views/recipes/edit.html.erb
app/views/recipes/index.html.erb
app/views/recipes/new.html.erb
app/views/recipes/show.html.erb
app/views/shared/_errors.html.erb
app/views/welcome/show.html.erb
bin/bundle
bin/rails
bin/rake
bin/setup