From dddd074f10ba9a9832a6293ed5fe1ef363648545 Mon Sep 17 00:00:00 2001 From: Dylan-Eckert Date: Tue, 5 Dec 2017 17:12:39 -0600 Subject: [PATCH 1/5] initial commit with all existing work on ruby stack --- .DS_Store | Bin 6148 -> 6148 bytes .../controllers/basic_models/.gitignore | 17 - .../controllers/basic_models/Gemfile | 50 - .../controllers/basic_models/Gemfile.lock | 175 --- .../controllers/basic_models/README.rdoc | 28 - .../controllers/basic_models/Rakefile | 6 - .../app/assets/javascripts/application.js | 16 - .../app/assets/stylesheets/application.css | 15 - .../app/controllers/application_controller.rb | 5 - .../app/controllers/users_controller.rb | 41 - .../basic_models/app/models/user.rb | 4 - .../app/views/layouts/application.html.erb | 14 - .../app/views/users/create.html.erb | 2 - .../app/views/users/destroy.html.erb | 2 - .../app/views/users/edit.html.erb | 19 - .../app/views/users/index.html.erb | 1 - .../basic_models/app/views/users/new.html.erb | 20 - .../app/views/users/show.html.erb | 11 - .../app/views/users/update.html.erb | 2 - .../app/views/users/userall.html.erb | 1 - .../app/views/users/view.html.erb | 2 - .../controllers/basic_models/bin/rails | 9 - .../controllers/basic_models/bin/setup | 29 - .../controllers/basic_models/config.ru | 4 - .../basic_models/config/application.rb | 26 - .../controllers/basic_models/config/boot.rb | 3 - .../basic_models/config/environment.rb | 5 - .../config/environments/development.rb | 42 - .../config/environments/production.rb | 79 -- .../basic_models/config/environments/test.rb | 42 - .../config/initializers/cookies_serializer.rb | 3 - .../config/initializers/rails_footnotes.rb | 27 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - .../controllers/basic_models/config/routes.rb | 67 - .../basic_models/config/secrets.yml | 22 - .../db/migrate/20171201193241_create_users.rb | 9 - .../controllers/basic_models/db/schema.rb | 22 - .../controllers/basic_models/db/seeds.rb | 7 - .../test/controllers/users_controller_test.rb | 39 - .../controllers/dashboard/.gitignore | 17 - .../controllers/dashboard/Gemfile | 48 - .../controllers/dashboard/Gemfile.lock | 175 --- .../controllers/dashboard/README.rdoc | 28 - .../controllers/dashboard/Rakefile | 6 - .../app/assets/javascripts/application.js | 16 - .../app/assets/stylesheets/application.css | 15 - .../app/controllers/application_controller.rb | 5 - .../app/controllers/dojos_controller.rb | 11 - .../controllers/dashboard/app/models/dojo.rb | 2 - .../dashboard/app/views/dojos/index.html.erb | 27 - .../dashboard/app/views/dojos/view.html.erb | 2 - .../app/views/layouts/application.html.erb | 14 - .../controllers/dashboard/bin/rails | 9 - .../controllers/dashboard/bin/setup | 29 - .../controllers/dashboard/config.ru | 4 - .../dashboard/config/application.rb | 26 - .../controllers/dashboard/config/boot.rb | 3 - .../dashboard/config/environment.rb | 5 - .../config/environments/development.rb | 42 - .../config/environments/production.rb | 79 -- .../dashboard/config/environments/test.rb | 42 - .../config/initializers/cookies_serializer.rb | 3 - .../config/initializers/rails_footnotes.rb | 27 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - .../controllers/dashboard/config/routes.rb | 59 - .../controllers/dashboard/config/secrets.yml | 22 - .../db/migrate/20171203230719_create_dojos.rb | 12 - .../controllers/dashboard/db/schema.rb | 25 - .../controllers/dashboard/db/seeds.rb | 7 - .../controllers/dashboard/public/404.html | 67 - .../controllers/dashboard/public/422.html | 67 - .../controllers/dashboard/public/500.html | 66 - .../test/controllers/dojos_controller_test.rb | 14 - .../controllers/dashboard2/.gitignore | 17 - .../controllers/dashboard2/Gemfile | 48 - .../controllers/dashboard2/Gemfile.lock | 175 --- .../controllers/dashboard2/README.rdoc | 28 - .../controllers/dashboard2/Rakefile | 6 - .../app/assets/javascripts/application.js | 16 - .../app/assets/javascripts/dojos.coffee | 3 - .../app/assets/stylesheets/application.css | 15 - .../app/assets/stylesheets/dojos.scss | 3 - .../app/controllers/application_controller.rb | 5 - .../app/controllers/dojos_controller.rb | 82 -- .../dashboard2/app/helpers/dojos_helper.rb | 2 - .../controllers/dashboard2/app/models/dojo.rb | 4 - .../dashboard2/app/views/dojos/edit.html.erb | 39 - .../dashboard2/app/views/dojos/index.html.erb | 35 - .../dashboard2/app/views/dojos/new.html.erb | 39 - .../dashboard2/app/views/dojos/show.html.erb | 31 - .../app/views/layouts/application.html.erb | 14 - .../controllers/dashboard2/bin/rails | 9 - .../controllers/dashboard2/bin/setup | 29 - .../controllers/dashboard2/config.ru | 4 - .../dashboard2/config/application.rb | 26 - .../controllers/dashboard2/config/boot.rb | 3 - .../dashboard2/config/environment.rb | 5 - .../config/environments/development.rb | 42 - .../config/environments/production.rb | 79 -- .../dashboard2/config/environments/test.rb | 42 - .../config/initializers/cookies_serializer.rb | 3 - .../config/initializers/rails_footnotes.rb | 27 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - .../controllers/dashboard2/config/routes.rb | 66 - .../controllers/dashboard2/config/secrets.yml | 22 - .../db/migrate/20171203230719_create_dojos.rb | 12 - .../controllers/dashboard2/db/schema.rb | 25 - .../controllers/dashboard2/db/seeds.rb | 7 - .../controllers/dashboard2/public/404.html | 67 - .../controllers/dashboard2/public/422.html | 67 - .../controllers/dashboard2/public/500.html | 66 - .../test/controllers/dojos_controller_test.rb | 14 - .../dashboard2/test/fixtures/dojos.yml | 13 - .../controllers/dashboard3/.gitignore | 17 - .../controllers/dashboard3/Gemfile | 48 - .../controllers/dashboard3/Gemfile.lock | 175 --- .../controllers/dashboard3/README.rdoc | 28 - .../controllers/dashboard3/Rakefile | 6 - .../app/assets/javascripts/application.js | 16 - .../app/assets/javascripts/dojos.coffee | 3 - .../app/assets/stylesheets/application.css | 15 - .../app/assets/stylesheets/dojos.scss | 3 - .../app/controllers/application_controller.rb | 5 - .../app/controllers/dojos_controller.rb | 80 -- .../dashboard3/app/helpers/dojos_helper.rb | 2 - .../controllers/dashboard3/app/models/dojo.rb | 4 - .../dashboard3/app/views/dojos/edit.html.erb | 41 - .../dashboard3/app/views/dojos/index.html.erb | 35 - .../dashboard3/app/views/dojos/new.html.erb | 39 - .../dashboard3/app/views/dojos/show.html.erb | 32 - .../app/views/layouts/application.html.erb | 14 - .../controllers/dashboard3/bin/rails | 9 - .../controllers/dashboard3/bin/setup | 29 - .../controllers/dashboard3/config.ru | 4 - .../dashboard3/config/application.rb | 26 - .../controllers/dashboard3/config/boot.rb | 3 - .../dashboard3/config/environment.rb | 5 - .../config/environments/development.rb | 42 - .../config/environments/production.rb | 79 -- .../dashboard3/config/environments/test.rb | 42 - .../config/initializers/cookies_serializer.rb | 3 - .../config/initializers/rails_footnotes.rb | 27 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - .../controllers/dashboard3/config/routes.rb | 69 - .../controllers/dashboard3/config/secrets.yml | 22 - .../db/migrate/20171203230719_create_dojos.rb | 12 - .../controllers/dashboard3/db/schema.rb | 25 - .../controllers/dashboard3/db/seeds.rb | 7 - .../controllers/dashboard3/public/404.html | 67 - .../controllers/dashboard3/public/422.html | 67 - .../controllers/dashboard3/public/500.html | 66 - .../test/controllers/dojos_controller_test.rb | 14 - .../dashboard3/test/fixtures/dojos.yml | 13 - .../dashboard3/test/models/dojo_test.rb | 7 - .../controllers/ninjaGold/.gitignore | 17 - .../controllers/ninjaGold/Gemfile | 51 - .../controllers/ninjaGold/Gemfile.lock | 175 --- .../controllers/ninjaGold/README.rdoc | 28 - .../controllers/ninjaGold/Rakefile | 6 - .../app/assets/javascripts/application.js | 16 - .../app/assets/javascripts/rpg.coffee | 3 - .../app/assets/stylesheets/application.css | 15 - .../ninjaGold/app/assets/stylesheets/rpg.scss | 3 - .../app/assets/stylesheets/style.css | 124 -- .../app/controllers/application_controller.rb | 5 - .../app/controllers/rpg_controller.rb | 60 - .../ninjaGold/app/helpers/rpg_helper.rb | 2 - .../app/views/layouts/application.html.erb | 14 - .../ninjaGold/app/views/rpg/casino.html.erb | 2 - .../ninjaGold/app/views/rpg/cave.html.erb | 2 - .../ninjaGold/app/views/rpg/farm.html.erb | 2 - .../ninjaGold/app/views/rpg/house.html.erb | 2 - .../ninjaGold/app/views/rpg/index.html.erb | 70 - .../controllers/ninjaGold/bin/rails | 9 - .../controllers/ninjaGold/bin/setup | 29 - .../controllers/ninjaGold/config.ru | 4 - .../ninjaGold/config/application.rb | 26 - .../controllers/ninjaGold/config/boot.rb | 3 - .../ninjaGold/config/environment.rb | 5 - .../config/environments/development.rb | 42 - .../config/environments/production.rb | 79 -- .../ninjaGold/config/environments/test.rb | 42 - .../ninjaGold/config/initializers/assets.rb | 11 - .../config/initializers/cookies_serializer.rb | 3 - .../config/initializers/rails_footnotes.rb | 27 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - .../controllers/ninjaGold/config/routes.rb | 63 - .../controllers/ninjaGold/config/secrets.yml | 22 - .../controllers/ninjaGold/db/seeds.rb | 7 - .../controllers/ninjaGold/public/404.html | 67 - .../controllers/ninjaGold/public/422.html | 67 - .../controllers/ninjaGold/public/500.html | 66 - .../test/controllers/rpg_controller_test.rb | 24 - .../controllers/routes/.gitignore | 17 - Rodolfo_Valdivieso/controllers/routes/Gemfile | 50 - .../controllers/routes/Gemfile.lock | 175 --- .../controllers/routes/README.rdoc | 28 - .../controllers/routes/Rakefile | 6 - .../app/assets/javascripts/application.js | 16 - .../app/assets/javascripts/products.coffee | 3 - .../routes/app/assets/javascripts/test.coffee | 3 - .../app/assets/stylesheets/application.css | 15 - .../app/assets/stylesheets/products.scss | 3 - .../routes/app/assets/stylesheets/test.scss | 3 - .../app/controllers/application_controller.rb | 5 - .../app/controllers/products_controller.rb | 35 - .../routes/app/controllers/test_controller.rb | 7 - .../routes/app/helpers/products_helper.rb | 2 - .../routes/app/helpers/test_helper.rb | 2 - .../app/views/layouts/application.html.erb | 14 - .../routes/app/views/products/index.html.erb | 2 - .../routes/app/views/products/new.html.erb | 2 - .../controllers/routes/bin/rails | 9 - .../controllers/routes/bin/setup | 29 - .../controllers/routes/config.ru | 4 - .../controllers/routes/config/application.rb | 26 - .../controllers/routes/config/boot.rb | 3 - .../controllers/routes/config/environment.rb | 5 - .../routes/config/environments/development.rb | 43 - .../routes/config/environments/production.rb | 79 -- .../routes/config/environments/test.rb | 42 - .../config/initializers/cookies_serializer.rb | 3 - .../config/initializers/rails_footnotes.rb | 27 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - .../controllers/routes/config/routes.rb | 67 - .../controllers/routes/config/secrets.yml | 22 - .../controllers/routes/db/seeds.rb | 7 - .../controllers/routes/public/404.html | 67 - .../controllers/routes/public/422.html | 67 - .../controllers/routes/public/500.html | 66 - .../controllers/products_controller_test.rb | 14 - .../test/controllers/test_controller_test.rb | 7 - .../controllers/survey_form/.gitignore | 17 - .../controllers/survey_form/Gemfile | 48 - .../controllers/survey_form/Gemfile.lock | 175 --- .../controllers/survey_form/README.rdoc | 28 - .../controllers/survey_form/Rakefile | 6 - .../app/assets/javascripts/application.js | 16 - .../app/assets/javascripts/surveys.coffee | 3 - .../app/assets/stylesheets/application.css | 15 - .../app/assets/stylesheets/surveys.scss | 3 - .../app/controllers/application_controller.rb | 5 - .../app/controllers/surveys_controller.rb | 35 - .../survey_form/app/helpers/surveys_helper.rb | 2 - .../app/views/layouts/application.html.erb | 14 - .../app/views/layouts/index.html.erb | 10 - .../app/views/surveys/index.html.erb | 46 - .../app/views/surveys/result.html.erb | 38 - .../controllers/survey_form/bin/rails | 9 - .../controllers/survey_form/bin/setup | 29 - .../controllers/survey_form/config.ru | 4 - .../survey_form/config/application.rb | 26 - .../controllers/survey_form/config/boot.rb | 3 - .../survey_form/config/environment.rb | 5 - .../config/environments/development.rb | 42 - .../config/environments/production.rb | 79 -- .../survey_form/config/environments/test.rb | 42 - .../config/initializers/cookies_serializer.rb | 3 - .../config/initializers/rails_footnotes.rb | 27 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - .../controllers/survey_form/config/routes.rb | 60 - .../survey_form/config/secrets.yml | 22 - .../controllers/survey_form/db/seeds.rb | 7 - .../controllers/survey_form/public/404.html | 67 - .../controllers/survey_form/public/422.html | 67 - .../controllers/survey_form/public/500.html | 66 - .../controllers/surveys_controller_test.rb | 9 - .../controllers/time_display/.gitignore | 17 - .../controllers/time_display/Gemfile | 49 - .../controllers/time_display/Gemfile.lock | 175 --- .../controllers/time_display/README.rdoc | 28 - .../controllers/time_display/Rakefile | 6 - .../app/assets/javascripts/application.js | 16 - .../app/assets/stylesheets/application.css | 15 - .../app/controllers/application_controller.rb | 5 - .../app/controllers/times_controller.rb | 8 - .../app/views/layouts/application.html.erb | 14 - .../app/views/times/main.html.erb | 17 - .../controllers/time_display/bin/rails | 9 - .../controllers/time_display/bin/setup | 29 - .../controllers/time_display/config.ru | 4 - .../time_display/config/application.rb | 26 - .../controllers/time_display/config/boot.rb | 3 - .../time_display/config/environment.rb | 5 - .../config/environments/development.rb | 42 - .../config/environments/production.rb | 79 -- .../time_display/config/environments/test.rb | 42 - .../config/initializers/cookies_serializer.rb | 3 - .../config/initializers/rails_footnotes.rb | 27 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - .../controllers/time_display/config/routes.rb | 58 - .../time_display/config/secrets.yml | 22 - .../controllers/time_display/db/seeds.rb | 7 - .../controllers/time_display/public/404.html | 67 - .../controllers/time_display/public/422.html | 67 - .../controllers/time_display/public/500.html | 66 - .../test/controllers/times_controller_test.rb | 9 - .../fundamentals/arrays/arrays.rb | 22 - .../fundamentals/basic13/basic13.rb | 140 -- .../guessTheNumber/guessTheNumber.rb | 30 - .../fundamentals/hashes/hashes.rb | 31 - .../myEnumerable/my_enumerable.rb | 19 - .../fundamentals/names/names.rb | 17 - .../fundamentals/range/range.rb | 12 - .../fundamentals/rubyPuzzles/rubyPuzzles.rb | 76 -- .../Polymorphism Assignment.txt | 27 - Rodolfo_Valdivieso/models/blogs/.gitignore | 17 - Rodolfo_Valdivieso/models/blogs/Gemfile | 48 - Rodolfo_Valdivieso/models/blogs/Gemfile.lock | 172 --- Rodolfo_Valdivieso/models/blogs/README.rdoc | 28 - Rodolfo_Valdivieso/models/blogs/Rakefile | 6 - .../app/assets/javascripts/application.js | 16 - .../app/assets/stylesheets/application.css | 15 - .../app/controllers/application_controller.rb | 5 - .../models/blogs/app/models/blog.rb | 6 - .../models/blogs/app/models/message.rb | 7 - .../models/blogs/app/models/post.rb | 6 - .../app/views/layouts/application.html.erb | 14 - Rodolfo_Valdivieso/models/blogs/bin/rails | 9 - Rodolfo_Valdivieso/models/blogs/bin/setup | 29 - Rodolfo_Valdivieso/models/blogs/config.ru | 4 - .../models/blogs/config/application.rb | 26 - .../models/blogs/config/boot.rb | 3 - .../models/blogs/config/environment.rb | 5 - .../blogs/config/environments/development.rb | 41 - .../blogs/config/environments/production.rb | 79 -- .../models/blogs/config/environments/test.rb | 42 - .../config/initializers/cookies_serializer.rb | 3 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - .../models/blogs/config/routes.rb | 56 - .../models/blogs/config/secrets.yml | 22 - .../db/migrate/20171129203950_create_blogs.rb | 10 - .../db/migrate/20171129204040_create_posts.rb | 11 - .../migrate/20171129204134_create_messages.rb | 11 - Rodolfo_Valdivieso/models/blogs/db/schema.rb | 43 - Rodolfo_Valdivieso/models/blogs/db/seeds.rb | 7 - .../models/blogs/public/404.html | 67 - .../models/blogs/public/422.html | 67 - .../models/blogs/public/500.html | 66 - .../models/blogs/test/fixtures/messages.yml | 11 - .../models/blogs/test/fixtures/posts.yml | 11 - Rodolfo_Valdivieso/models/blogs2/.gitignore | 17 - Rodolfo_Valdivieso/models/blogs2/Gemfile | 48 - Rodolfo_Valdivieso/models/blogs2/Gemfile.lock | 172 --- Rodolfo_Valdivieso/models/blogs2/README.rdoc | 28 - Rodolfo_Valdivieso/models/blogs2/Rakefile | 6 - .../app/assets/javascripts/application.js | 16 - .../app/assets/stylesheets/application.css | 15 - .../app/controllers/application_controller.rb | 5 - .../models/blogs2/app/models/blog.rb | 9 - .../models/blogs2/app/models/message.rb | 7 - .../models/blogs2/app/models/owner.rb | 4 - .../models/blogs2/app/models/post.rb | 8 - .../models/blogs2/app/models/user.rb | 12 - .../app/views/layouts/application.html.erb | 14 - Rodolfo_Valdivieso/models/blogs2/bin/rails | 9 - Rodolfo_Valdivieso/models/blogs2/bin/setup | 29 - Rodolfo_Valdivieso/models/blogs2/config.ru | 4 - .../models/blogs2/config/application.rb | 26 - .../models/blogs2/config/boot.rb | 3 - .../models/blogs2/config/environment.rb | 5 - .../blogs2/config/environments/development.rb | 41 - .../blogs2/config/environments/production.rb | 79 -- .../models/blogs2/config/environments/test.rb | 42 - .../config/initializers/cookies_serializer.rb | 3 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - .../models/blogs2/config/routes.rb | 56 - .../models/blogs2/config/secrets.yml | 22 - .../db/migrate/20171130165929_create_users.rb | 11 - .../db/migrate/20171130170337_create_blogs.rb | 10 - .../db/migrate/20171130170539_create_posts.rb | 12 - .../migrate/20171130170643_create_messages.rb | 12 - .../migrate/20171130174238_create_owners.rb | 10 - Rodolfo_Valdivieso/models/blogs2/db/schema.rb | 65 - Rodolfo_Valdivieso/models/blogs2/db/seeds.rb | 7 - .../models/blogs2/public/404.html | 67 - .../models/blogs2/public/422.html | 67 - .../models/blogs2/public/500.html | 66 - .../models/blogs2/test/fixtures/blogs.yml | 9 - .../models/blogs2/test/fixtures/messages.yml | 13 - .../models/blogs2/test/fixtures/owners.yml | 9 - .../models/blogs2/test/fixtures/posts.yml | 13 - .../models/blogs2/test/fixtures/users.yml | 11 - .../models/dojo_ninjas/.gitignore | 17 - Rodolfo_Valdivieso/models/dojo_ninjas/Gemfile | 48 - .../models/dojo_ninjas/Gemfile.lock | 172 --- .../models/dojo_ninjas/README.rdoc | 28 - .../models/dojo_ninjas/Rakefile | 6 - .../app/assets/javascripts/application.js | 16 - .../app/assets/stylesheets/application.css | 15 - .../app/controllers/application_controller.rb | 5 - .../models/dojo_ninjas/app/models/dojo.rb | 14 - .../models/dojo_ninjas/app/models/ninja.rb | 5 - .../app/views/layouts/application.html.erb | 14 - .../models/dojo_ninjas/bin/rails | 9 - .../models/dojo_ninjas/bin/setup | 29 - .../models/dojo_ninjas/config.ru | 4 - .../models/dojo_ninjas/config/application.rb | 26 - .../models/dojo_ninjas/config/boot.rb | 3 - .../models/dojo_ninjas/config/environment.rb | 5 - .../config/environments/development.rb | 41 - .../config/environments/production.rb | 79 -- .../dojo_ninjas/config/environments/test.rb | 42 - .../config/initializers/cookies_serializer.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - .../models/dojo_ninjas/config/routes.rb | 56 - .../models/dojo_ninjas/config/secrets.yml | 22 - .../db/migrate/20171129190549_create_dojos.rb | 11 - .../migrate/20171129190755_create_ninjas.rb | 11 - .../models/dojo_ninjas/db/schema.rb | 34 - .../models/dojo_ninjas/db/seeds.rb | 7 - .../models/dojo_ninjas/public/404.html | 67 - .../models/dojo_ninjas/public/422.html | 67 - .../models/dojo_ninjas/public/500.html | 66 - .../dojo_ninjas/test/fixtures/ninjas.yml | 11 - .../dojo_ninjas/test/models/dojo_test.rb | 7 - Rodolfo_Valdivieso/models/optimize/.gitignore | 17 - Rodolfo_Valdivieso/models/optimize/Gemfile | 48 - .../models/optimize/Gemfile.lock | 172 --- .../models/optimize/README.rdoc | 28 - Rodolfo_Valdivieso/models/optimize/Rakefile | 6 - .../app/assets/javascripts/application.js | 16 - .../app/assets/stylesheets/application.css | 15 - .../app/controllers/application_controller.rb | 5 - .../app/helpers/application_helper.rb | 2 - .../models/optimize/app/models/player.rb | 46 - .../models/optimize/app/models/team.rb | 3 - .../app/views/layouts/application.html.erb | 14 - Rodolfo_Valdivieso/models/optimize/bin/bundle | 3 - Rodolfo_Valdivieso/models/optimize/bin/rails | 9 - Rodolfo_Valdivieso/models/optimize/bin/rake | 9 - Rodolfo_Valdivieso/models/optimize/bin/setup | 29 - Rodolfo_Valdivieso/models/optimize/bin/spring | 17 - Rodolfo_Valdivieso/models/optimize/config.ru | 4 - .../models/optimize/config/application.rb | 26 - .../models/optimize/config/boot.rb | 3 - .../models/optimize/config/database.yml | 25 - .../models/optimize/config/environment.rb | 5 - .../config/environments/development.rb | 41 - .../config/environments/production.rb | 79 -- .../optimize/config/environments/test.rb | 42 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../config/initializers/inflections.rb | 16 - .../config/initializers/mime_types.rb | 4 - .../config/initializers/wrap_parameters.rb | 14 - .../models/optimize/config/locales/en.yml | 23 - .../models/optimize/config/routes.rb | 56 - .../models/optimize/config/secrets.yml | 22 - .../db/migrate/20171130022208_create_teams.rb | 11 - .../migrate/20171130022231_create_players.rb | 10 - .../models/optimize/db/schema.rb | 33 - .../models/optimize/db/seeds.rb | 113 -- .../models/optimize/public/404.html | 67 - .../models/optimize/public/422.html | 67 - .../models/optimize/public/500.html | 66 - .../models/optimize/public/robots.txt | 5 - .../models/optimize/test/fixtures/players.yml | 9 - .../models/optimize/test/test_helper.rb | 10 - .../models/self_join/.gitignore | 17 - Rodolfo_Valdivieso/models/self_join/Gemfile | 48 - .../models/self_join/Gemfile.lock | 172 --- .../models/self_join/README.rdoc | 28 - Rodolfo_Valdivieso/models/self_join/Rakefile | 6 - .../app/assets/javascripts/application.js | 16 - .../app/assets/stylesheets/application.css | 15 - .../app/controllers/application_controller.rb | 5 - .../app/helpers/application_helper.rb | 2 - .../models/self_join/app/models/friendship.rb | 4 - .../models/self_join/app/models/user.rb | 7 - .../app/views/layouts/application.html.erb | 14 - .../models/self_join/bin/bundle | 3 - Rodolfo_Valdivieso/models/self_join/bin/rails | 9 - Rodolfo_Valdivieso/models/self_join/bin/rake | 9 - Rodolfo_Valdivieso/models/self_join/bin/setup | 29 - .../models/self_join/bin/spring | 17 - Rodolfo_Valdivieso/models/self_join/config.ru | 4 - .../models/self_join/config/application.rb | 26 - .../models/self_join/config/boot.rb | 3 - .../models/self_join/config/database.yml | 25 - .../models/self_join/config/environment.rb | 5 - .../config/environments/development.rb | 41 - .../config/environments/production.rb | 79 -- .../self_join/config/environments/test.rb | 42 - .../self_join/config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../config/initializers/inflections.rb | 16 - .../config/initializers/mime_types.rb | 4 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - .../models/self_join/config/locales/en.yml | 23 - .../models/self_join/config/routes.rb | 56 - .../models/self_join/config/secrets.yml | 22 - .../db/migrate/20171130210447_create_users.rb | 10 - .../20171130210908_create_friendships.rb | 10 - .../models/self_join/db/schema.rb | 33 - .../models/self_join/db/seeds.rb | 7 - .../models/self_join/public/404.html | 67 - .../models/self_join/public/422.html | 67 - .../models/self_join/public/500.html | 66 - .../models/self_join/public/robots.txt | 5 - .../self_join/test/fixtures/friendships.yml | 9 - .../models/self_join/test/fixtures/users.yml | 9 - .../self_join/test/models/friendship_test.rb | 7 - .../models/self_join/test/test_helper.rb | 10 - .../self_join/vendor/assets/stylesheets/.keep | 0 .../models/user_login_project/.gitignore | 17 - .../models/user_login_project/Gemfile | 48 - .../models/user_login_project/Gemfile.lock | 172 --- .../models/user_login_project/README.rdoc | 28 - .../models/user_login_project/Rakefile | 6 - .../app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 16 - .../app/assets/stylesheets/application.css | 15 - .../app/controllers/application_controller.rb | 5 - .../app/controllers/concerns/.keep | 0 .../app/helpers/application_helper.rb | 2 - .../user_login_project/app/mailers/.keep | 0 .../user_login_project/app/models/.keep | 0 .../app/models/concerns/.keep | 0 .../user_login_project/app/models/user.rb | 8 - .../app/views/layouts/application.html.erb | 14 - .../models/user_login_project/bin/bundle | 3 - .../models/user_login_project/bin/rails | 9 - .../models/user_login_project/bin/rake | 9 - .../models/user_login_project/bin/setup | 29 - .../models/user_login_project/bin/spring | 17 - .../models/user_login_project/config.ru | 4 - .../user_login_project/config/application.rb | 26 - .../models/user_login_project/config/boot.rb | 3 - .../user_login_project/config/database.yml | 25 - .../user_login_project/config/environment.rb | 5 - .../config/environments/development.rb | 41 - .../config/environments/production.rb | 79 -- .../config/environments/test.rb | 42 - .../config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../config/initializers/inflections.rb | 16 - .../config/initializers/mime_types.rb | 4 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - .../user_login_project/config/locales/en.yml | 23 - .../user_login_project/config/routes.rb | 56 - .../user_login_project/config/secrets.yml | 22 - .../db/migrate/20171129150335_create_users.rb | 12 - .../models/user_login_project/db/schema.rb | 25 - .../models/user_login_project/db/seeds.rb | 7 - .../user_login_project/lib/assets/.keep | 0 .../models/user_login_project/lib/tasks/.keep | 0 .../models/user_login_project/log/.keep | 0 .../models/user_login_project/public/404.html | 67 - .../models/user_login_project/public/422.html | 67 - .../models/user_login_project/public/500.html | 66 - .../user_login_project/public/favicon.ico | 0 .../user_login_project/public/robots.txt | 5 - .../user_login_project/test/controllers/.keep | 0 .../user_login_project/test/fixtures/.keep | 0 .../test/fixtures/users.yml | 13 - .../user_login_project/test/helpers/.keep | 0 .../user_login_project/test/integration/.keep | 0 .../user_login_project/test/mailers/.keep | 0 .../user_login_project/test/models/.keep | 0 .../user_login_project/test/test_helper.rb | 10 - .../vendor/assets/javascripts/.keep | 0 .../vendor/assets/stylesheets/.keep | 0 .../objects/bankAccount/bankAccount.rb | 106 -- Rodolfo_Valdivieso/objects/dog/dog.rb | 24 - Rodolfo_Valdivieso/objects/dog/mammal.rb | 17 - Rodolfo_Valdivieso/objects/human/human.rb | 33 - Rodolfo_Valdivieso/objects/lion/dog.rb | 20 - Rodolfo_Valdivieso/objects/lion/lion.rb | 35 - Rodolfo_Valdivieso/objects/lion/mammal.rb | 12 - .../objects/mathDojo/mathDojo.rb | 27 - Rodolfo_Valdivieso/objects/project/project.rb | 18 - Rodolfo_Valdivieso/objects/wizard/human.rb | 42 - Rodolfo_Valdivieso/objects/wizard/ninja.rb | 21 - Rodolfo_Valdivieso/objects/wizard/samurai.rb | 28 - Rodolfo_Valdivieso/objects/wizard/wizard.rb | 22 - Staci_Rodriquez/fundamentals/arrays.rb | 31 - Staci_Rodriquez/fundamentals/basic_13.rb | 73 -- .../fundamentals/guess_the_number.rb | 15 - Staci_Rodriquez/fundamentals/hashes.rb | 13 - Staci_Rodriquez/fundamentals/myEnumerable.rb | 14 - Staci_Rodriquez/fundamentals/names.rb | 12 - Staci_Rodriquez/fundamentals/range.rb | 13 - Staci_Rodriquez/fundamentals/ruby_puzzles.rb | 80 -- Staci_Rodriquez/oop/MathDojo.rb | 20 - Staci_Rodriquez/oop/dog.rb | 19 - Staci_Rodriquez/oop/mammal.rb | 12 - Staci_Rodriquez/oop/project.rb | 16 - Stephen Weil/Fundamentals/arrays.rb | 55 - Stephen Weil/Fundamentals/basic13.rb | 123 -- Stephen Weil/Fundamentals/guess_the_number.rb | 12 - Stephen Weil/Fundamentals/hashes.rb | 16 - Stephen Weil/Fundamentals/iterators.rb | 36 - Stephen Weil/Fundamentals/my_enumerable.rb | 12 - Stephen Weil/Fundamentals/names.rb | 13 - Stephen Weil/Fundamentals/puzzles.rb | 81 -- Stephen Weil/Fundamentals/range.rb | 19 - Stephen Weil/OOP/bankaccount.rb | 66 - Stephen Weil/OOP/dog.rb | 18 - Stephen Weil/OOP/human.rb | 30 - Stephen Weil/OOP/lion.rb | 26 - Stephen Weil/OOP/mammal.rb | 10 - Stephen Weil/OOP/mathdojo.rb | 20 - Stephen Weil/OOP/ninja.rb | 30 - Stephen Weil/OOP/project.rb | 15 - Stephen Weil/OOP/samurai.rb | 40 - Stephen Weil/OOP/wizard.rb | 31 - Stephen Weil/Rails/Models/blogs_one.txt | 20 - .../Rails/Models/blogs_one/.gitignore | 17 - Stephen Weil/Rails/Models/blogs_one/Gemfile | 49 - .../Rails/Models/blogs_one/Gemfile.lock | 172 --- .../Rails/Models/blogs_one/README.rdoc | 28 - Stephen Weil/Rails/Models/blogs_one/Rakefile | 6 - .../Models/blogs_one/app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 16 - .../app/assets/stylesheets/application.css | 15 - .../app/controllers/application_controller.rb | 5 - .../blogs_one/app/controllers/concerns/.keep | 0 .../app/helpers/application_helper.rb | 2 - .../Rails/Models/blogs_one/app/mailers/.keep | 0 .../Rails/Models/blogs_one/app/models/.keep | 0 .../Rails/Models/blogs_one/app/models/blog.rb | 4 - .../blogs_one/app/models/concerns/.keep | 0 .../Models/blogs_one/app/models/message.rb | 5 - .../Rails/Models/blogs_one/app/models/post.rb | 6 - .../app/views/layouts/application.html.erb | 14 - .../Rails/Models/blogs_one/bin/bundle | 3 - Stephen Weil/Rails/Models/blogs_one/bin/rails | 9 - Stephen Weil/Rails/Models/blogs_one/bin/rake | 9 - Stephen Weil/Rails/Models/blogs_one/bin/setup | 29 - .../Rails/Models/blogs_one/bin/spring | 17 - Stephen Weil/Rails/Models/blogs_one/config.ru | 4 - .../Models/blogs_one/config/application.rb | 26 - .../Rails/Models/blogs_one/config/boot.rb | 3 - .../Models/blogs_one/config/database.yml | 25 - .../Models/blogs_one/config/environment.rb | 5 - .../config/environments/development.rb | 41 - .../config/environments/production.rb | 79 -- .../blogs_one/config/environments/test.rb | 42 - .../blogs_one/config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../config/initializers/inflections.rb | 16 - .../config/initializers/mime_types.rb | 4 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - .../Models/blogs_one/config/locales/en.yml | 23 - .../Rails/Models/blogs_one/config/routes.rb | 56 - .../Rails/Models/blogs_one/config/secrets.yml | 22 - .../db/migrate/20171129215414_create_blogs.rb | 10 - .../db/migrate/20171129215430_create_posts.rb | 10 - .../20171129215654_add_post_to_blog.rb | 5 - .../migrate/20171129215752_create_messages.rb | 11 - .../20171129221530_add_blog_to_post.rb | 5 - .../Rails/Models/blogs_one/db/schema.rb | 46 - .../Rails/Models/blogs_one/db/seeds.rb | 7 - .../Rails/Models/blogs_one/lib/assets/.keep | 0 .../Rails/Models/blogs_one/lib/tasks/.keep | 0 Stephen Weil/Rails/Models/blogs_one/log/.keep | 0 .../Rails/Models/blogs_one/public/404.html | 67 - .../Rails/Models/blogs_one/public/422.html | 67 - .../Rails/Models/blogs_one/public/500.html | 66 - .../Rails/Models/blogs_one/public/favicon.ico | 0 .../Rails/Models/blogs_one/public/robots.txt | 5 - .../Models/blogs_one/test/controllers/.keep | 0 .../Models/blogs_one/test/fixtures/.keep | 0 .../Models/blogs_one/test/fixtures/blogs.yml | 9 - .../blogs_one/test/fixtures/messages.yml | 11 - .../Models/blogs_one/test/fixtures/posts.yml | 9 - .../Rails/Models/blogs_one/test/helpers/.keep | 0 .../Models/blogs_one/test/integration/.keep | 0 .../Rails/Models/blogs_one/test/mailers/.keep | 0 .../Rails/Models/blogs_one/test/models/.keep | 0 .../Models/blogs_one/test/models/blog_test.rb | 7 - .../blogs_one/test/models/message_test.rb | 7 - .../Models/blogs_one/test/models/post_test.rb | 7 - .../Models/blogs_one/test/test_helper.rb | 10 - .../blogs_one/vendor/assets/javascripts/.keep | 0 .../blogs_one/vendor/assets/stylesheets/.keep | 0 Stephen Weil/Rails/Models/dojo_ninjas.txt | 20 - .../Rails/Models/dojo_ninjas/.gitignore | 17 - Stephen Weil/Rails/Models/dojo_ninjas/Gemfile | 48 - .../Rails/Models/dojo_ninjas/Gemfile.lock | 172 --- .../Rails/Models/dojo_ninjas/README.rdoc | 28 - .../Rails/Models/dojo_ninjas/Rakefile | 6 - .../dojo_ninjas/app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 16 - .../app/assets/stylesheets/application.css | 15 - .../app/controllers/application_controller.rb | 5 - .../app/controllers/concerns/.keep | 0 .../app/helpers/application_helper.rb | 2 - .../Models/dojo_ninjas/app/mailers/.keep | 0 .../Rails/Models/dojo_ninjas/app/models/.keep | 0 .../dojo_ninjas/app/models/concerns/.keep | 0 .../Models/dojo_ninjas/app/models/dojo.rb | 6 - .../Models/dojo_ninjas/app/models/ninja.rb | 5 - .../app/views/layouts/application.html.erb | 14 - .../Rails/Models/dojo_ninjas/bin/bundle | 3 - .../Rails/Models/dojo_ninjas/bin/rails | 9 - .../Rails/Models/dojo_ninjas/bin/rake | 9 - .../Rails/Models/dojo_ninjas/bin/setup | 29 - .../Rails/Models/dojo_ninjas/bin/spring | 17 - .../Rails/Models/dojo_ninjas/config.ru | 4 - .../Models/dojo_ninjas/config/application.rb | 26 - .../Rails/Models/dojo_ninjas/config/boot.rb | 3 - .../Models/dojo_ninjas/config/database.yml | 25 - .../Models/dojo_ninjas/config/environment.rb | 5 - .../config/environments/development.rb | 41 - .../config/environments/production.rb | 79 -- .../dojo_ninjas/config/environments/test.rb | 42 - .../dojo_ninjas/config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../config/initializers/inflections.rb | 16 - .../config/initializers/mime_types.rb | 4 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - .../Models/dojo_ninjas/config/locales/en.yml | 23 - .../Rails/Models/dojo_ninjas/config/routes.rb | 56 - .../Models/dojo_ninjas/config/secrets.yml | 22 - .../db/migrate/20171129210400_create_dojos.rb | 11 - .../migrate/20171129210425_create_ninjas.rb | 11 - .../Rails/Models/dojo_ninjas/db/schema.rb | 34 - .../Rails/Models/dojo_ninjas/db/seeds.rb | 7 - .../Rails/Models/dojo_ninjas/lib/assets/.keep | 0 .../Rails/Models/dojo_ninjas/lib/tasks/.keep | 0 .../Rails/Models/dojo_ninjas/log/.keep | 0 .../Rails/Models/dojo_ninjas/public/404.html | 67 - .../Rails/Models/dojo_ninjas/public/422.html | 67 - .../Rails/Models/dojo_ninjas/public/500.html | 66 - .../Models/dojo_ninjas/public/favicon.ico | 0 .../Models/dojo_ninjas/public/robots.txt | 5 - .../Models/dojo_ninjas/test/controllers/.keep | 0 .../Models/dojo_ninjas/test/fixtures/.keep | 0 .../dojo_ninjas/test/fixtures/dojos.yml | 11 - .../dojo_ninjas/test/fixtures/ninjas.yml | 11 - .../Models/dojo_ninjas/test/helpers/.keep | 0 .../Models/dojo_ninjas/test/integration/.keep | 0 .../Models/dojo_ninjas/test/mailers/.keep | 0 .../Models/dojo_ninjas/test/models/.keep | 0 .../dojo_ninjas/test/models/dojo_test.rb | 7 - .../dojo_ninjas/test/models/ninja_test.rb | 7 - .../Models/dojo_ninjas/test/test_helper.rb | 10 - .../vendor/assets/javascripts/.keep | 0 .../vendor/assets/stylesheets/.keep | 0 Stephen Weil/Rails/Models/optimize/.gitignore | 17 - Stephen Weil/Rails/Models/optimize/Gemfile | 49 - .../Rails/Models/optimize/Gemfile.lock | 172 --- .../Rails/Models/optimize/README.rdoc | 28 - Stephen Weil/Rails/Models/optimize/Rakefile | 6 - .../Models/optimize/app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 16 - .../app/assets/stylesheets/application.css | 15 - .../app/controllers/application_controller.rb | 5 - .../optimize/app/controllers/concerns/.keep | 0 .../app/helpers/application_helper.rb | 2 - .../Rails/Models/optimize/app/mailers/.keep | 0 .../Rails/Models/optimize/app/models/.keep | 0 .../Models/optimize/app/models/concerns/.keep | 0 .../Models/optimize/app/models/player.rb | 3 - .../Rails/Models/optimize/app/models/team.rb | 3 - .../app/views/layouts/application.html.erb | 14 - Stephen Weil/Rails/Models/optimize/bin/bundle | 3 - Stephen Weil/Rails/Models/optimize/bin/rails | 9 - Stephen Weil/Rails/Models/optimize/bin/rake | 9 - Stephen Weil/Rails/Models/optimize/bin/setup | 29 - Stephen Weil/Rails/Models/optimize/bin/spring | 17 - Stephen Weil/Rails/Models/optimize/config.ru | 4 - .../Models/optimize/config/application.rb | 26 - .../Rails/Models/optimize/config/boot.rb | 3 - .../Rails/Models/optimize/config/database.yml | 25 - .../Models/optimize/config/environment.rb | 5 - .../config/environments/development.rb | 41 - .../config/environments/production.rb | 79 -- .../optimize/config/environments/test.rb | 42 - .../optimize/config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../config/initializers/inflections.rb | 16 - .../config/initializers/mime_types.rb | 4 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - .../Models/optimize/config/locales/en.yml | 23 - .../Rails/Models/optimize/config/routes.rb | 56 - .../Rails/Models/optimize/config/secrets.yml | 22 - .../db/migrate/20171129231623_create_teams.rb | 11 - .../migrate/20171129231701_create_players.rb | 10 - .../Rails/Models/optimize/db/schema.rb | 33 - .../Rails/Models/optimize/db/seeds.rb | 110 -- .../Rails/Models/optimize/lib/assets/.keep | 0 .../Rails/Models/optimize/lib/tasks/.keep | 0 Stephen Weil/Rails/Models/optimize/log/.keep | 0 .../Rails/Models/optimize/public/404.html | 67 - .../Rails/Models/optimize/public/422.html | 67 - .../Rails/Models/optimize/public/500.html | 66 - .../Rails/Models/optimize/public/favicon.ico | 0 .../Rails/Models/optimize/public/robots.txt | 5 - .../Models/optimize/test/controllers/.keep | 0 .../Rails/Models/optimize/test/fixtures/.keep | 0 .../Models/optimize/test/fixtures/players.yml | 9 - .../Models/optimize/test/fixtures/teams.yml | 11 - .../Rails/Models/optimize/test/helpers/.keep | 0 .../Models/optimize/test/integration/.keep | 0 .../Rails/Models/optimize/test/mailers/.keep | 0 .../Rails/Models/optimize/test/models/.keep | 0 .../optimize/test/models/player_test.rb | 7 - .../Models/optimize/test/models/team_test.rb | 7 - .../Rails/Models/optimize/test/test_helper.rb | 10 - .../optimize/vendor/assets/javascripts/.keep | 0 .../optimize/vendor/assets/stylesheets/.keep | 0 .../Models/user_login_project/.gitignore | 17 - .../Rails/Models/user_login_project/Gemfile | 48 - .../Models/user_login_project/Gemfile.lock | 172 --- .../Models/user_login_project/README.rdoc | 28 - .../Rails/Models/user_login_project/Rakefile | 6 - .../app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 16 - .../app/assets/stylesheets/application.css | 15 - .../app/controllers/application_controller.rb | 5 - .../app/controllers/concerns/.keep | 0 .../app/helpers/application_helper.rb | 2 - .../user_login_project/app/mailers/.keep | 0 .../user_login_project/app/models/.keep | 0 .../app/models/concerns/.keep | 0 .../user_login_project/app/models/user.rb | 4 - .../app/views/layouts/application.html.erb | 14 - .../Models/user_login_project/bin/bundle | 3 - .../Rails/Models/user_login_project/bin/rails | 9 - .../Rails/Models/user_login_project/bin/rake | 9 - .../Rails/Models/user_login_project/bin/setup | 29 - .../Models/user_login_project/bin/spring | 17 - .../Rails/Models/user_login_project/config.ru | 4 - .../user_login_project/config/application.rb | 26 - .../Models/user_login_project/config/boot.rb | 3 - .../user_login_project/config/database.yml | 25 - .../user_login_project/config/environment.rb | 5 - .../config/environments/development.rb | 41 - .../config/environments/production.rb | 79 -- .../config/environments/test.rb | 42 - .../config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../config/initializers/inflections.rb | 16 - .../config/initializers/mime_types.rb | 4 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - .../user_login_project/config/locales/en.yml | 23 - .../user_login_project/config/routes.rb | 56 - .../user_login_project/config/secrets.yml | 22 - .../db/migrate/20171129201433_create_users.rb | 12 - .../Models/user_login_project/db/schema.rb | 25 - .../Models/user_login_project/db/seeds.rb | 7 - .../user_login_project/lib/assets/.keep | 0 .../Models/user_login_project/lib/tasks/.keep | 0 .../Rails/Models/user_login_project/log/.keep | 0 .../Models/user_login_project/public/404.html | 67 - .../Models/user_login_project/public/422.html | 67 - .../Models/user_login_project/public/500.html | 66 - .../user_login_project/public/favicon.ico | 0 .../user_login_project/public/robots.txt | 5 - .../user_login_project/test/controllers/.keep | 0 .../user_login_project/test/fixtures/.keep | 0 .../test/fixtures/users.yml | 13 - .../user_login_project/test/helpers/.keep | 0 .../user_login_project/test/integration/.keep | 0 .../user_login_project/test/mailers/.keep | 0 .../user_login_project/test/models/.keep | 0 .../user_login_project/test/test_helper.rb | 10 - .../vendor/assets/javascripts/.keep | 0 .../vendor/assets/stylesheets/.keep | 0 Stephen Weil/Rails/Models/users.txt | 12 - Tamisha_Damas/Models_Specs/Gemfile | 49 - .../Personal Exercises/Number_Game.rb | 47 - .../Rails II/dojo_secrets/.gitignore | 13 - Tamisha_Damas/Rails II/dojo_secrets/.rspec | 1 - Tamisha_Damas/Rails II/dojo_secrets/Gemfile | 51 - .../Rails II/dojo_secrets/Gemfile.lock | 218 ---- .../Rails II/dojo_secrets/README.rdoc | 28 - Tamisha_Damas/Rails II/dojo_secrets/Rakefile | 6 - .../dojo_secrets/app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 16 - .../app/assets/javascripts/sessions.coffee | 3 - .../app/assets/stylesheets/application.css | 15 - .../app/assets/stylesheets/sessions.scss | 3 - .../app/assets/stylesheets/users.scss | 3 - .../app/controllers/application_controller.rb | 10 - .../app/controllers/concerns/.keep | 0 .../app/controllers/sessions_controller.rb | 29 - .../app/controllers/users_controller.rb | 16 - .../app/helpers/application_helper.rb | 2 - .../app/helpers/sessions_helper.rb | 2 - .../Rails II/dojo_secrets/app/mailers/.keep | 0 .../Rails II/dojo_secrets/app/models/.keep | 0 .../dojo_secrets/app/models/concerns/.keep | 0 .../Rails II/dojo_secrets/app/models/user.rb | 13 - .../app/views/layouts/application.html.erb | 15 - .../app/views/sessions/destroy.html.erb | 5 - .../app/views/sessions/new.html.erb | 7 - .../app/views/users/create.html.erb | 2 - .../dojo_secrets/app/views/users/new.html.erb | 2 - .../app/views/users/show.html.erb | 3 - .../Rails II/dojo_secrets/bin/bundle | 3 - Tamisha_Damas/Rails II/dojo_secrets/bin/rails | 9 - Tamisha_Damas/Rails II/dojo_secrets/bin/rake | 9 - Tamisha_Damas/Rails II/dojo_secrets/bin/setup | 29 - .../Rails II/dojo_secrets/bin/spring | 17 - Tamisha_Damas/Rails II/dojo_secrets/config.ru | 4 - .../dojo_secrets/config/application.rb | 35 - .../Rails II/dojo_secrets/config/boot.rb | 3 - .../Rails II/dojo_secrets/config/database.yml | 85 -- .../dojo_secrets/config/environment.rb | 5 - .../config/environments/development.rb | 41 - .../config/environments/production.rb | 79 -- .../dojo_secrets/config/environments/test.rb | 42 - .../config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../config/initializers/inflections.rb | 16 - .../config/initializers/mime_types.rb | 4 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - .../dojo_secrets/config/locales/en.yml | 23 - .../Rails II/dojo_secrets/config/routes.rb | 80 -- .../Rails II/dojo_secrets/config/secrets.yml | 22 - .../db/migrate/20171019230004_create_users.rb | 11 - .../Rails II/dojo_secrets/db/schema.rb | 27 - .../Rails II/dojo_secrets/db/seeds.rb | 7 - .../Rails II/dojo_secrets/lib/assets/.keep | 0 .../Rails II/dojo_secrets/lib/tasks/.keep | 0 Tamisha_Damas/Rails II/dojo_secrets/log/.keep | 0 .../Rails II/dojo_secrets/public/404.html | 67 - .../Rails II/dojo_secrets/public/422.html | 67 - .../Rails II/dojo_secrets/public/500.html | 66 - .../Rails II/dojo_secrets/public/favicon.ico | 0 .../Rails II/dojo_secrets/public/robots.txt | 5 - .../dojo_secrets/spec/factories/users.rb | 8 - .../spec/features/authentication_spec.rb | 40 - .../spec/helpers/sessions_helper_spec.rb | 15 - .../spec/helpers/users_helper_spec.rb | 15 - .../dojo_secrets/spec/models/user_spec.rb | 38 - .../dojo_secrets/spec/rails_helper.rb | 59 - .../Rails II/dojo_secrets/spec/spec_helper.rb | 111 -- .../vendor/assets/javascripts/.keep | 0 .../vendor/assets/stylesheets/.keep | 0 .../Survey_Form/.gitignore | 17 - .../Controllers & Views /Survey_Form/Gemfile | 47 - .../Survey_Form/Gemfile.lock | 176 --- .../Survey_Form/README.rdoc | 28 - .../Controllers & Views /Survey_Form/Rakefile | 6 - .../Survey_Form/app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 16 - .../app/assets/javascripts/users.coffee | 3 - .../app/assets/stylesheets/application.css | 15 - .../app/assets/stylesheets/users.scss | 3 - .../app/controllers/application_controller.rb | 5 - .../app/controllers/concerns/.keep | 0 .../app/controllers/users_controller.rb | 22 - .../app/helpers/application_helper.rb | 2 - .../Survey_Form/app/helpers/users_helper.rb | 2 - .../Survey_Form/app/mailers/.keep | 0 .../Survey_Form/app/models/.keep | 0 .../Survey_Form/app/models/concerns/.keep | 0 .../app/views/layouts/application.html.erb | 14 - .../app/views/users/index.html.erb | 38 - .../Survey_Form/app/views/users/show.html.erb | 21 - .../Survey_Form/bin/bundle | 3 - .../Survey_Form/bin/rails | 9 - .../Controllers & Views /Survey_Form/bin/rake | 9 - .../Survey_Form/bin/setup | 29 - .../Survey_Form/bin/spring | 17 - .../Survey_Form/config.ru | 4 - .../Survey_Form/config/application.rb | 26 - .../Survey_Form/config/boot.rb | 3 - .../Survey_Form/config/database.yml | 25 - .../Survey_Form/config/environment.rb | 5 - .../config/environments/development.rb | 41 - .../config/environments/production.rb | 79 -- .../Survey_Form/config/environments/test.rb | 42 - .../Survey_Form/config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../config/initializers/inflections.rb | 16 - .../config/initializers/mime_types.rb | 4 - .../config/initializers/rails_footnotes.rb | 27 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - .../Survey_Form/config/locales/en.yml | 23 - .../Survey_Form/config/routes.rb | 64 - .../Survey_Form/config/secrets.yml | 22 - .../Survey_Form/db/seeds.rb | 7 - .../Survey_Form/lib/assets/.keep | 0 .../Survey_Form/lib/tasks/.keep | 0 .../Survey_Form/log/.keep | 0 .../Survey_Form/public/404.html | 67 - .../Survey_Form/public/422.html | 67 - .../Survey_Form/public/500.html | 66 - .../Survey_Form/public/favicon.ico | 0 .../Survey_Form/public/robots.txt | 5 - .../Survey_Form/test/controllers/.keep | 0 .../test/controllers/users_controller_test.rb | 19 - .../Survey_Form/test/fixtures/.keep | 0 .../Survey_Form/test/helpers/.keep | 0 .../Survey_Form/test/integration/.keep | 0 .../Survey_Form/test/mailers/.keep | 0 .../Survey_Form/test/models/.keep | 0 .../Survey_Form/test/test_helper.rb | 10 - .../vendor/assets/javascripts/.keep | 0 .../vendor/assets/stylesheets/.keep | 0 .../Time_display/.gitignore | 17 - .../Controllers & Views /Time_display/Gemfile | 47 - .../Time_display/Gemfile.lock | 176 --- .../Time_display/README.rdoc | 28 - .../Time_display/Rakefile | 6 - .../Time_display/app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 16 - .../app/assets/javascripts/times.coffee | 3 - .../app/assets/stylesheets/application.css | 15 - .../app/assets/stylesheets/times.scss | 3 - .../app/controllers/application_controller.rb | 5 - .../app/controllers/concerns/.keep | 0 .../app/controllers/times_controller.rb | 5 - .../app/helpers/application_helper.rb | 2 - .../Time_display/app/helpers/times_helper.rb | 2 - .../Time_display/app/mailers/.keep | 0 .../Time_display/app/models/.keep | 0 .../Time_display/app/models/concerns/.keep | 0 .../app/views/layouts/application.html.erb | 14 - .../app/views/times/main.html.erb | 6 - .../Time_display/bin/bundle | 3 - .../Time_display/bin/rails | 9 - .../Time_display/bin/rake | 9 - .../Time_display/bin/setup | 29 - .../Time_display/bin/spring | 17 - .../Time_display/config.ru | 4 - .../Time_display/config/application.rb | 26 - .../Time_display/config/boot.rb | 3 - .../Time_display/config/database.yml | 25 - .../Time_display/config/environment.rb | 5 - .../config/environments/development.rb | 41 - .../config/environments/production.rb | 79 -- .../Time_display/config/environments/test.rb | 42 - .../config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../config/initializers/inflections.rb | 16 - .../config/initializers/mime_types.rb | 4 - .../config/initializers/rails_footnotes.rb | 27 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - .../Time_display/config/locales/en.yml | 23 - .../Time_display/config/routes.rb | 58 - .../Time_display/config/secrets.yml | 22 - .../Time_display/db/seeds.rb | 7 - .../Time_display/lib/assets/.keep | 0 .../Time_display/lib/tasks/.keep | 0 .../Time_display/log/.keep | 0 .../Time_display/public/404.html | 67 - .../Time_display/public/422.html | 67 - .../Time_display/public/500.html | 66 - .../Time_display/public/favicon.ico | 0 .../Time_display/public/robots.txt | 5 - .../Time_display/test/controllers/.keep | 0 .../test/controllers/times_controller_test.rb | 9 - .../Time_display/test/fixtures/.keep | 0 .../Time_display/test/helpers/.keep | 0 .../Time_display/test/integration/.keep | 0 .../Time_display/test/mailers/.keep | 0 .../Time_display/test/models/.keep | 0 .../Time_display/test/test_helper.rb | 10 - .../vendor/assets/javascripts/.keep | 0 .../vendor/assets/stylesheets/.keep | 0 .../dojo_dashboard 2/.gitignore | 17 - .../dojo_dashboard 2/Gemfile | 47 - .../dojo_dashboard 2/Gemfile.lock | 176 --- .../dojo_dashboard 2/README.rdoc | 28 - .../dojo_dashboard 2/Rakefile | 6 - .../dojo_dashboard 2/app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 16 - .../app/assets/javascripts/dojos.coffee | 3 - .../app/assets/stylesheets/application.css | 15 - .../app/assets/stylesheets/dojos.scss | 10 - .../app/controllers/application_controller.rb | 5 - .../app/controllers/concerns/.keep | 0 .../app/controllers/dojos_controller.rb | 55 - .../app/helpers/application_helper.rb | 2 - .../app/helpers/dojos_helper.rb | 2 - .../dojo_dashboard 2/app/mailers/.keep | 0 .../dojo_dashboard 2/app/models/.keep | 0 .../app/models/concerns/.keep | 0 .../dojo_dashboard 2/app/models/dojo.rb | 4 - .../app/views/dojos/destroy.html.erb | 2 - .../app/views/dojos/edit.html.erb | 32 - .../app/views/dojos/index.html.erb | 29 - .../app/views/dojos/new.html.erb | 32 - .../app/views/dojos/show.html.erb | 15 - .../app/views/layouts/application.html.erb | 14 - .../dojo_dashboard 2/bin/bundle | 3 - .../dojo_dashboard 2/bin/rails | 9 - .../dojo_dashboard 2/bin/rake | 9 - .../dojo_dashboard 2/bin/setup | 29 - .../dojo_dashboard 2/bin/spring | 17 - .../dojo_dashboard 2/config.ru | 4 - .../dojo_dashboard 2/config/application.rb | 26 - .../dojo_dashboard 2/config/boot.rb | 3 - .../dojo_dashboard 2/config/database.yml | 25 - .../dojo_dashboard 2/config/environment.rb | 5 - .../config/environments/development.rb | 41 - .../config/environments/production.rb | 79 -- .../config/environments/test.rb | 42 - .../config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../config/initializers/inflections.rb | 16 - .../config/initializers/mime_types.rb | 4 - .../config/initializers/rails_footnotes.rb | 27 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - .../dojo_dashboard 2/config/locales/en.yml | 23 - .../dojo_dashboard 2/config/routes.rb | 71 - .../dojo_dashboard 2/config/secrets.yml | 22 - .../db/migrate/20171015215328_create_dojos.rb | 12 - .../dojo_dashboard 2/db/schema.rb | 25 - .../dojo_dashboard 2/db/seeds.rb | 7 - .../dojo_dashboard 2/lib/assets/.keep | 0 .../dojo_dashboard 2/lib/tasks/.keep | 0 .../dojo_dashboard 2/log/.keep | 0 .../dojo_dashboard 2/public/404.html | 67 - .../dojo_dashboard 2/public/422.html | 67 - .../dojo_dashboard 2/public/500.html | 66 - .../dojo_dashboard 2/public/favicon.ico | 0 .../dojo_dashboard 2/public/robots.txt | 5 - .../dojo_dashboard 2/test/controllers/.keep | 0 .../test/controllers/dojos_controller_test.rb | 19 - .../dojo_dashboard 2/test/fixtures/.keep | 0 .../dojo_dashboard 2/test/fixtures/dojos.yml | 13 - .../dojo_dashboard 2/test/helpers/.keep | 0 .../dojo_dashboard 2/test/integration/.keep | 0 .../dojo_dashboard 2/test/mailers/.keep | 0 .../dojo_dashboard 2/test/models/.keep | 0 .../dojo_dashboard 2/test/models/dojo_test.rb | 7 - .../dojo_dashboard 2/test/test_helper.rb | 10 - .../vendor/assets/javascripts/.keep | 0 .../vendor/assets/stylesheets/.keep | 0 .../dojo_dashboard 3/.gitignore | 17 - .../dojo_dashboard 3/Gemfile | 47 - .../dojo_dashboard 3/Gemfile.lock | 176 --- .../dojo_dashboard 3/README.rdoc | 28 - .../dojo_dashboard 3/Rakefile | 6 - .../dojo_dashboard 3/app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 16 - .../app/assets/javascripts/dojos.coffee | 3 - .../app/assets/stylesheets/application.css | 15 - .../app/assets/stylesheets/dojos.scss | 10 - .../app/controllers/application_controller.rb | 5 - .../app/controllers/concerns/.keep | 0 .../app/controllers/dojos_controller.rb | 55 - .../app/helpers/application_helper.rb | 2 - .../app/helpers/dojos_helper.rb | 2 - .../dojo_dashboard 3/app/mailers/.keep | 0 .../dojo_dashboard 3/app/models/.keep | 0 .../app/models/concerns/.keep | 0 .../dojo_dashboard 3/app/models/dojo.rb | 4 - .../app/views/dojos/destroy.html.erb | 2 - .../app/views/dojos/edit.html.erb | 32 - .../app/views/dojos/index.html.erb | 29 - .../app/views/dojos/new.html.erb | 32 - .../app/views/dojos/show.html.erb | 15 - .../app/views/layouts/application.html.erb | 14 - .../dojo_dashboard 3/bin/bundle | 3 - .../dojo_dashboard 3/bin/rails | 9 - .../dojo_dashboard 3/bin/rake | 9 - .../dojo_dashboard 3/bin/setup | 29 - .../dojo_dashboard 3/bin/spring | 17 - .../dojo_dashboard 3/config.ru | 4 - .../dojo_dashboard 3/config/application.rb | 26 - .../dojo_dashboard 3/config/boot.rb | 3 - .../dojo_dashboard 3/config/database.yml | 25 - .../dojo_dashboard 3/config/environment.rb | 5 - .../config/environments/development.rb | 41 - .../config/environments/production.rb | 79 -- .../config/environments/test.rb | 42 - .../config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../config/initializers/inflections.rb | 16 - .../config/initializers/mime_types.rb | 4 - .../config/initializers/rails_footnotes.rb | 27 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - .../dojo_dashboard 3/config/locales/en.yml | 23 - .../dojo_dashboard 3/config/routes.rb | 71 - .../dojo_dashboard 3/config/secrets.yml | 22 - .../db/migrate/20171015215328_create_dojos.rb | 12 - .../dojo_dashboard 3/db/schema.rb | 25 - .../dojo_dashboard 3/db/seeds.rb | 7 - .../dojo_dashboard 3/lib/assets/.keep | 0 .../dojo_dashboard 3/lib/tasks/.keep | 0 .../dojo_dashboard 3/log/.keep | 0 .../dojo_dashboard 3/public/404.html | 67 - .../dojo_dashboard 3/public/422.html | 67 - .../dojo_dashboard 3/public/500.html | 66 - .../dojo_dashboard 3/public/favicon.ico | 0 .../dojo_dashboard 3/public/robots.txt | 5 - .../dojo_dashboard 3/test/controllers/.keep | 0 .../test/controllers/dojos_controller_test.rb | 19 - .../dojo_dashboard 3/test/fixtures/.keep | 0 .../dojo_dashboard 3/test/fixtures/dojos.yml | 13 - .../dojo_dashboard 3/test/helpers/.keep | 0 .../dojo_dashboard 3/test/integration/.keep | 0 .../dojo_dashboard 3/test/mailers/.keep | 0 .../dojo_dashboard 3/test/models/.keep | 0 .../dojo_dashboard 3/test/models/dojo_test.rb | 7 - .../dojo_dashboard 3/test/test_helper.rb | 10 - .../vendor/assets/javascripts/.keep | 0 .../vendor/assets/stylesheets/.keep | 0 .../dojo_dashboard/app/models/dojo.rb | 0 .../dojo_dashboard/config/routes.rb | 0 .../intergrating_m/.gitignore | 17 - .../intergrating_m/Gemfile | 46 - .../intergrating_m/Gemfile.lock | 173 --- .../intergrating_m/README.rdoc | 28 - .../intergrating_m/Rakefile | 6 - .../intergrating_m/app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 16 - .../app/assets/javascripts/users.coffee | 3 - .../app/assets/stylesheets/application.css | 15 - .../app/assets/stylesheets/users.scss | 3 - .../app/controllers/application_controller.rb | 5 - .../app/controllers/concerns/.keep | 0 .../app/controllers/users_controller.rb | 32 - .../app/helpers/application_helper.rb | 2 - .../app/helpers/users_helper.rb | 2 - .../intergrating_m/app/mailers/.keep | 0 .../intergrating_m/app/models/.keep | 0 .../intergrating_m/app/models/concerns/.keep | 0 .../intergrating_m/app/models/user.rb | 2 - .../app/views/layouts/application.html.erb | 14 - .../app/views/users/edit.html.erb | 11 - .../app/views/users/new.html.erb | 10 - .../intergrating_m/bin/bundle | 3 - .../intergrating_m/bin/rails | 9 - .../intergrating_m/bin/rake | 9 - .../intergrating_m/bin/setup | 29 - .../intergrating_m/bin/spring | 17 - .../intergrating_m/config.ru | 4 - .../intergrating_m/config/application.rb | 26 - .../intergrating_m/config/boot.rb | 3 - .../intergrating_m/config/database.yml | 25 - .../intergrating_m/config/environment.rb | 5 - .../config/environments/development.rb | 41 - .../config/environments/production.rb | 79 -- .../config/environments/test.rb | 42 - .../config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../config/initializers/inflections.rb | 16 - .../config/initializers/mime_types.rb | 4 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - .../intergrating_m/config/locales/en.yml | 23 - .../intergrating_m/config/routes.rb | 69 - .../intergrating_m/config/secrets.yml | 22 - .../db/migrate/20171011222406_create_users.rb | 9 - .../intergrating_m/db/schema.rb | 22 - .../intergrating_m/db/seeds.rb | 7 - .../intergrating_m/lib/assets/.keep | 0 .../intergrating_m/lib/tasks/.keep | 0 .../intergrating_m/log/.keep | 0 .../intergrating_m/public/404.html | 67 - .../intergrating_m/public/422.html | 67 - .../intergrating_m/public/500.html | 66 - .../intergrating_m/public/favicon.ico | 0 .../intergrating_m/public/robots.txt | 5 - .../intergrating_m/test/controllers/.keep | 0 .../test/controllers/users_controller_test.rb | 34 - .../intergrating_m/test/fixtures/.keep | 0 .../intergrating_m/test/fixtures/users.yml | 7 - .../intergrating_m/test/helpers/.keep | 0 .../intergrating_m/test/integration/.keep | 0 .../intergrating_m/test/mailers/.keep | 0 .../intergrating_m/test/models/.keep | 0 .../intergrating_m/test/models/user_test.rb | 7 - .../intergrating_m/test/test_helper.rb | 10 - .../vendor/assets/javascripts/.keep | 0 .../vendor/assets/stylesheets/.keep | 0 .../routes_controllers/.gitignore | 17 - .../routes_controllers/Gemfile | 47 - .../routes_controllers/Gemfile.lock | 176 --- .../routes_controllers/README.rdoc | 28 - .../routes_controllers/Rakefile | 6 - .../app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 16 - .../app/assets/javascripts/displays.coffee | 3 - .../app/assets/stylesheets/application.css | 15 - .../app/assets/stylesheets/displays.scss | 3 - .../app/controllers/application_controller.rb | 5 - .../app/controllers/concerns/.keep | 0 .../app/controllers/displays_controller.rb | 31 - .../app/helpers/application_helper.rb | 2 - .../app/helpers/displays_helper.rb | 2 - .../routes_controllers/app/mailers/.keep | 0 .../routes_controllers/app/models/.keep | 0 .../app/models/concerns/.keep | 0 .../app/views/displays/hello.html.erb | 2 - .../app/views/displays/index.html.erb | 2 - .../app/views/displays/restart.html.erb | 2 - .../app/views/displays/say.html.erb | 2 - .../app/views/displays/times.html.erb | 2 - .../app/views/layouts/application.html.erb | 14 - .../routes_controllers/bin/bundle | 3 - .../routes_controllers/bin/rails | 9 - .../routes_controllers/bin/rake | 9 - .../routes_controllers/bin/setup | 29 - .../routes_controllers/bin/spring | 17 - .../routes_controllers/config.ru | 4 - .../routes_controllers/config/application.rb | 26 - .../routes_controllers/config/boot.rb | 3 - .../routes_controllers/config/database.yml | 25 - .../routes_controllers/config/environment.rb | 5 - .../config/environments/development.rb | 41 - .../config/environments/production.rb | 79 -- .../config/environments/test.rb | 42 - .../config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../config/initializers/inflections.rb | 16 - .../config/initializers/mime_types.rb | 4 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - .../routes_controllers/config/locales/en.yml | 23 - .../routes_controllers/config/routes.rb | 68 - .../routes_controllers/config/secrets.yml | 22 - .../routes_controllers/db/seeds.rb | 7 - .../routes_controllers/lib/assets/.keep | 0 .../routes_controllers/lib/tasks/.keep | 0 .../routes_controllers/log/.keep | 0 .../routes_controllers/public/404.html | 67 - .../routes_controllers/public/422.html | 67 - .../routes_controllers/public/500.html | 66 - .../routes_controllers/public/favicon.ico | 0 .../routes_controllers/public/robots.txt | 5 - .../routes_controllers/test/controllers/.keep | 0 .../controllers/displays_controller_test.rb | 29 - .../routes_controllers/test/fixtures/.keep | 0 .../routes_controllers/test/helpers/.keep | 0 .../routes_controllers/test/integration/.keep | 0 .../routes_controllers/test/mailers/.keep | 0 .../routes_controllers/test/models/.keep | 0 .../routes_controllers/test/test_helper.rb | 10 - .../vendor/assets/javascripts/.keep | 0 .../vendor/assets/stylesheets/.keep | 0 .../student_dashboard/.gitignore | 17 - .../student_dashboard/Gemfile | 47 - .../student_dashboard/Gemfile.lock | 176 --- .../student_dashboard/README.rdoc | 28 - .../student_dashboard/Rakefile | 6 - .../student_dashboard/app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 16 - .../app/assets/javascripts/dojos.coffee | 3 - .../app/assets/stylesheets/application.css | 15 - .../app/assets/stylesheets/dojos.scss | 10 - .../app/controllers/application_controller.rb | 5 - .../app/controllers/concerns/.keep | 0 .../app/controllers/dojos_controller.rb | 56 - .../app/controllers/students_controller.rb | 46 - .../app/helpers/application_helper.rb | 2 - .../app/helpers/dojos_helper.rb | 2 - .../student_dashboard/app/mailers/.keep | 0 .../student_dashboard/app/models/.keep | 0 .../app/models/concerns/.keep | 0 .../student_dashboard/app/models/dojo.rb | 5 - .../student_dashboard/app/models/student.rb | 7 - .../app/views/dojos/destroy.html.erb | 2 - .../app/views/dojos/edit.html.erb | 32 - .../app/views/dojos/index.html.erb | 29 - .../app/views/dojos/new.html.erb | 28 - .../app/views/dojos/show.html.erb | 38 - .../app/views/layouts/application.html.erb | 18 - .../app/views/students/edit.html.erb | 29 - .../app/views/students/index.html.erb | 1 - .../app/views/students/new.html.erb | 32 - .../app/views/students/show.html.erb | 23 - .../student_dashboard/bin/bundle | 3 - .../student_dashboard/bin/rails | 9 - .../student_dashboard/bin/rake | 9 - .../student_dashboard/bin/setup | 29 - .../student_dashboard/bin/spring | 17 - .../student_dashboard/config.ru | 4 - .../student_dashboard/config/application.rb | 26 - .../student_dashboard/config/boot.rb | 3 - .../student_dashboard/config/database.yml | 25 - .../student_dashboard/config/environment.rb | 5 - .../config/environments/development.rb | 41 - .../config/environments/production.rb | 79 -- .../config/environments/test.rb | 42 - .../config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../config/initializers/inflections.rb | 16 - .../config/initializers/mime_types.rb | 4 - .../config/initializers/rails_footnotes.rb | 27 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - .../student_dashboard/config/locales/en.yml | 23 - .../student_dashboard/config/routes.rb | 74 -- .../student_dashboard/config/secrets.yml | 22 - .../db/migrate/20171015215328_create_dojos.rb | 12 - .../migrate/20171016232721_create_students.rb | 12 - .../student_dashboard/db/schema.rb | 36 - .../student_dashboard/db/seeds.rb | 7 - .../student_dashboard/lib/assets/.keep | 0 .../student_dashboard/lib/tasks/.keep | 0 .../student_dashboard/log/.keep | 0 .../student_dashboard/public/404.html | 67 - .../student_dashboard/public/422.html | 67 - .../student_dashboard/public/500.html | 66 - .../student_dashboard/public/favicon.ico | 0 .../student_dashboard/public/robots.txt | 5 - .../student_dashboard/test/controllers/.keep | 0 .../test/controllers/dojos_controller_test.rb | 19 - .../controllers/students_controller_test.rb | 7 - .../student_dashboard/test/fixtures/.keep | 0 .../student_dashboard/test/fixtures/dojos.yml | 13 - .../test/fixtures/students.yml | 13 - .../student_dashboard/test/helpers/.keep | 0 .../student_dashboard/test/integration/.keep | 0 .../student_dashboard/test/mailers/.keep | 0 .../student_dashboard/test/models/.keep | 0 .../test/models/dojo_test.rb | 7 - .../student_dashboard/test/test_helper.rb | 10 - .../vendor/assets/javascripts/.keep | 0 .../vendor/assets/stylesheets/.keep | 0 Tamisha_Damas/Rails/Models /Blogs/.gitignore | 17 - Tamisha_Damas/Rails/Models /Blogs/Gemfile | 46 - .../Rails/Models /Blogs/Gemfile.lock | 173 --- Tamisha_Damas/Rails/Models /Blogs/README.rdoc | 28 - Tamisha_Damas/Rails/Models /Blogs/Rakefile | 6 - .../Models /Blogs/app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 16 - .../app/assets/stylesheets/application.css | 15 - .../app/controllers/application_controller.rb | 5 - .../Blogs/app/controllers/concerns/.keep | 0 .../Blogs/app/helpers/application_helper.rb | 2 - .../Rails/Models /Blogs/app/mailers/.keep | 0 .../Rails/Models /Blogs/app/models/.keep | 0 .../Rails/Models /Blogs/app/models/blog.rb | 4 - .../Models /Blogs/app/models/concerns/.keep | 0 .../Rails/Models /Blogs/app/models/message.rb | 5 - .../Rails/Models /Blogs/app/models/post.rb | 5 - .../app/views/layouts/application.html.erb | 14 - Tamisha_Damas/Rails/Models /Blogs/bin/bundle | 3 - Tamisha_Damas/Rails/Models /Blogs/bin/rails | 9 - Tamisha_Damas/Rails/Models /Blogs/bin/rake | 9 - Tamisha_Damas/Rails/Models /Blogs/bin/setup | 29 - Tamisha_Damas/Rails/Models /Blogs/bin/spring | 17 - Tamisha_Damas/Rails/Models /Blogs/config.ru | 4 - .../Rails/Models /Blogs/config/application.rb | 26 - .../Rails/Models /Blogs/config/boot.rb | 3 - .../Rails/Models /Blogs/config/database.yml | 25 - .../Rails/Models /Blogs/config/environment.rb | 5 - .../Blogs/config/environments/development.rb | 41 - .../Blogs/config/environments/production.rb | 79 -- .../Models /Blogs/config/environments/test.rb | 42 - .../Blogs/config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../Blogs/config/initializers/inflections.rb | 16 - .../Blogs/config/initializers/mime_types.rb | 4 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - .../Rails/Models /Blogs/config/locales/en.yml | 23 - .../Rails/Models /Blogs/config/routes.rb | 56 - .../Rails/Models /Blogs/config/secrets.yml | 22 - .../db/migrate/20171009180749_create_blogs.rb | 23 - .../db/migrate/20171009180920_create_posts.rb | 11 - .../migrate/20171009181240_create_messages.rb | 11 - .../Rails/Models /Blogs/db/schema.rb | 43 - Tamisha_Damas/Rails/Models /Blogs/db/seeds.rb | 7 - .../Rails/Models /Blogs/lib/assets/.keep | 0 .../Rails/Models /Blogs/lib/tasks/.keep | 0 Tamisha_Damas/Rails/Models /Blogs/log/.keep | 0 .../Rails/Models /Blogs/public/404.html | 67 - .../Rails/Models /Blogs/public/422.html | 67 - .../Rails/Models /Blogs/public/500.html | 66 - .../Rails/Models /Blogs/public/favicon.ico | 0 .../Rails/Models /Blogs/public/robots.txt | 5 - .../Models /Blogs/test/controllers/.keep | 0 .../Rails/Models /Blogs/test/fixtures/.keep | 0 .../Models /Blogs/test/fixtures/blogs.yml | 9 - .../Models /Blogs/test/fixtures/messages.yml | 11 - .../Models /Blogs/test/fixtures/posts.yml | 11 - .../Rails/Models /Blogs/test/helpers/.keep | 0 .../Models /Blogs/test/integration/.keep | 0 .../Rails/Models /Blogs/test/mailers/.keep | 0 .../Rails/Models /Blogs/test/models/.keep | 0 .../Models /Blogs/test/models/blog_test.rb | 7 - .../Models /Blogs/test/models/message_test.rb | 7 - .../Models /Blogs/test/models/post_test.rb | 7 - .../Rails/Models /Blogs/test/test_helper.rb | 10 - .../Blogs/vendor/assets/javascripts/.keep | 0 .../Blogs/vendor/assets/stylesheets/.keep | 0 .../Models /Friends(self_join)/.gitignore | 23 - .../Rails/Models /Friends(self_join)/Gemfile | 54 - .../Models /Friends(self_join)/Gemfile.lock | 198 --- .../app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 15 - .../app/assets/javascripts/cable.js | 13 - .../app/assets/javascripts/channels/.keep | 0 .../app/assets/stylesheets/application.css | 15 - .../app/controllers/concerns/.keep | 0 .../app/helpers/application_helper.rb | 2 - .../app/models/concerns/.keep | 0 .../app/models/friendship.rb | 4 - .../Friends(self_join)/app/models/user.rb | 21 - .../app/views/layouts/application.html.erb | 14 - .../Models /Friends(self_join)/bin/bundle | 3 - .../Rails/Models /Friends(self_join)/bin/rake | 9 - .../Models /Friends(self_join)/bin/setup | 38 - .../Models /Friends(self_join)/bin/spring | 17 - .../Rails/Models /Friends(self_join)/bin/yarn | 11 - .../Friends(self_join)/config/application.rb | 18 - .../Friends(self_join)/config/cable.yml | 10 - .../Friends(self_join)/config/database.yml | 25 - .../config/environments/development.rb | 54 - .../config/environments/production.rb | 91 -- .../config/environments/test.rb | 42 - .../config/initializers/assets.rb | 14 - .../initializers/backtrace_silencers.rb | 7 - .../initializers/filter_parameter_logging.rb | 4 - .../config/initializers/inflections.rb | 16 - .../config/initializers/mime_types.rb | 4 - .../Friends(self_join)/config/locales/en.yml | 33 - .../Models /Friends(self_join)/config/puma.rb | 56 - .../Friends(self_join)/config/secrets.yml | 32 - .../db/migrate/20171202200608_create_users.rb | 10 - .../20171202200623_create_friendships.rb | 10 - .../Models /Friends(self_join)/db/schema.rb | 29 - .../Friends(self_join)/lib/assets/.keep | 0 .../Friends(self_join)/lib/tasks/.keep | 0 .../Models /Friends(self_join)/log/.keep | 0 .../Models /Friends(self_join)/package.json | 5 - .../public/apple-touch-icon-precomposed.png | 0 .../public/apple-touch-icon.png | 0 .../Friends(self_join)/public/favicon.ico | 0 .../Friends(self_join)/public/robots.txt | 1 - .../test/application_system_test_case.rb | 5 - .../Friends(self_join)/test/controllers/.keep | 0 .../Friends(self_join)/test/fixtures/.keep | 0 .../test/fixtures/files/.keep | 0 .../test/fixtures/friendships.yml | 9 - .../test/fixtures/users.yml | 9 - .../Friends(self_join)/test/helpers/.keep | 0 .../Friends(self_join)/test/integration/.keep | 0 .../Friends(self_join)/test/mailers/.keep | 0 .../Friends(self_join)/test/models/.keep | 0 .../test/models/friendship_test.rb | 7 - .../test/models/user_test.rb | 7 - .../Friends(self_join)/test/system/.keep | 0 .../Friends(self_join)/test/test_helper.rb | 9 - .../Models /Friends(self_join)/tmp/.keep | 0 .../Models /Friends(self_join)/vendor/.keep | 0 .../Models /blog_posts_messages_2/.gitignore | 17 - .../Models /blog_posts_messages_2/Gemfile | 46 - .../blog_posts_messages_2/Gemfile.lock | 175 --- .../Models /blog_posts_messages_2/README.rdoc | 28 - .../Models /blog_posts_messages_2/Rakefile | 6 - .../app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 16 - .../app/assets/stylesheets/application.css | 15 - .../app/controllers/application_controller.rb | 5 - .../app/controllers/concerns/.keep | 0 .../app/helpers/application_helper.rb | 2 - .../blog_posts_messages_2/app/mailers/.keep | 0 .../blog_posts_messages_2/app/models/.keep | 0 .../blog_posts_messages_2/app/models/blog.rb | 79 -- .../app/models/concerns/.keep | 0 .../app/models/message.rb | 6 - .../blog_posts_messages_2/app/models/owner.rb | 5 - .../blog_posts_messages_2/app/models/post.rb | 7 - .../blog_posts_messages_2/app/models/user.rb | 14 - .../app/views/layouts/application.html.erb | 14 - .../Models /blog_posts_messages_2/bin/bundle | 3 - .../Models /blog_posts_messages_2/bin/rails | 9 - .../Models /blog_posts_messages_2/bin/rake | 9 - .../Models /blog_posts_messages_2/bin/setup | 29 - .../Models /blog_posts_messages_2/bin/spring | 17 - .../Models /blog_posts_messages_2/config.ru | 4 - .../config/application.rb | 26 - .../blog_posts_messages_2/config/boot.rb | 3 - .../blog_posts_messages_2/config/database.yml | 25 - .../config/environment.rb | 5 - .../config/environments/development.rb | 41 - .../config/environments/production.rb | 79 -- .../config/environments/test.rb | 42 - .../config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../config/initializers/inflections.rb | 16 - .../config/initializers/mime_types.rb | 4 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - .../config/locales/en.yml | 23 - .../blog_posts_messages_2/config/routes.rb | 56 - .../blog_posts_messages_2/config/secrets.yml | 22 - .../db/migrate/20171201211552_create_users.rb | 11 - .../db/migrate/20171201214740_create_blogs.rb | 10 - .../migrate/20171201214910_create_owners.rb | 10 - .../db/migrate/20171201215007_create_posts.rb | 12 - .../migrate/20171201215115_create_messages.rb | 12 - .../blog_posts_messages_2/db/schema.rb | 65 - .../Models /blog_posts_messages_2/db/seeds.rb | 7 - .../blog_posts_messages_2/lib/assets/.keep | 0 .../blog_posts_messages_2/lib/tasks/.keep | 0 .../Models /blog_posts_messages_2/log/.keep | 0 .../blog_posts_messages_2/public/404.html | 67 - .../blog_posts_messages_2/public/422.html | 67 - .../blog_posts_messages_2/public/500.html | 66 - .../blog_posts_messages_2/public/favicon.ico | 0 .../blog_posts_messages_2/public/robots.txt | 5 - .../test/controllers/.keep | 0 .../blog_posts_messages_2/test/fixtures/.keep | 0 .../test/fixtures/blogs.yml | 9 - .../test/fixtures/messages.yml | 13 - .../test/fixtures/owners.yml | 9 - .../test/fixtures/posts.yml | 13 - .../test/fixtures/users.yml | 11 - .../blog_posts_messages_2/test/helpers/.keep | 0 .../test/integration/.keep | 0 .../blog_posts_messages_2/test/mailers/.keep | 0 .../blog_posts_messages_2/test/models/.keep | 0 .../test/models/blog_test.rb | 7 - .../test/models/message_test.rb | 7 - .../test/models/owner_test.rb | 7 - .../test/models/post_test.rb | 7 - .../test/models/user_test.rb | 7 - .../blog_posts_messages_2/test/test_helper.rb | 10 - .../vendor/assets/javascripts/.keep | 0 .../vendor/assets/stylesheets/.keep | 0 .../blog_posts_messages_2_poly/.gitignore | 17 - .../blog_posts_messages_2_poly/Gemfile | 46 - .../blog_posts_messages_2_poly/Gemfile.lock | 175 --- .../blog_posts_messages_2_poly/README.rdoc | 28 - .../blog_posts_messages_2_poly/Rakefile | 6 - .../app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 16 - .../app/assets/stylesheets/application.css | 15 - .../app/controllers/application_controller.rb | 5 - .../app/controllers/concerns/.keep | 0 .../app/helpers/application_helper.rb | 2 - .../app/mailers/.keep | 0 .../app/models/.keep | 0 .../app/models/blog.rb | 91 -- .../app/models/comment.rb | 3 - .../app/models/concerns/.keep | 0 .../app/models/message.rb | 7 - .../app/models/owner.rb | 5 - .../app/models/post.rb | 8 - .../app/models/user.rb | 15 - .../app/views/layouts/application.html.erb | 14 - .../blog_posts_messages_2_poly/bin/bundle | 3 - .../blog_posts_messages_2_poly/bin/rails | 9 - .../blog_posts_messages_2_poly/bin/rake | 9 - .../blog_posts_messages_2_poly/bin/setup | 29 - .../blog_posts_messages_2_poly/bin/spring | 17 - .../blog_posts_messages_2_poly/config.ru | 4 - .../config/application.rb | 26 - .../blog_posts_messages_2_poly/config/boot.rb | 3 - .../config/database.yml | 25 - .../config/environment.rb | 5 - .../config/environments/development.rb | 41 - .../config/environments/production.rb | 79 -- .../config/environments/test.rb | 42 - .../config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../config/initializers/inflections.rb | 16 - .../config/initializers/mime_types.rb | 4 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - .../config/locales/en.yml | 23 - .../config/routes.rb | 56 - .../config/secrets.yml | 22 - .../db/migrate/20171201211552_create_users.rb | 11 - .../db/migrate/20171201214740_create_blogs.rb | 10 - .../migrate/20171201214910_create_owners.rb | 10 - .../db/migrate/20171201215007_create_posts.rb | 12 - .../migrate/20171201215115_create_messages.rb | 12 - .../migrate/20171202190136_create_comments.rb | 10 - .../blog_posts_messages_2_poly/db/schema.rb | 75 -- .../blog_posts_messages_2_poly/db/seeds.rb | 7 - .../lib/assets/.keep | 0 .../lib/tasks/.keep | 0 .../blog_posts_messages_2_poly/log/.keep | 0 .../public/404.html | 67 - .../public/422.html | 67 - .../public/500.html | 66 - .../public/favicon.ico | 0 .../public/robots.txt | 5 - .../test/controllers/.keep | 0 .../test/fixtures/.keep | 0 .../test/fixtures/blogs.yml | 9 - .../test/fixtures/comments.yml | 11 - .../test/fixtures/messages.yml | 13 - .../test/fixtures/owners.yml | 9 - .../test/fixtures/posts.yml | 13 - .../test/fixtures/users.yml | 11 - .../test/helpers/.keep | 0 .../test/integration/.keep | 0 .../test/mailers/.keep | 0 .../test/models/.keep | 0 .../test/models/blog_test.rb | 7 - .../test/models/message_test.rb | 7 - .../test/models/owner_test.rb | 7 - .../test/models/post_test.rb | 7 - .../test/models/user_test.rb | 7 - .../test/test_helper.rb | 10 - .../vendor/assets/javascripts/.keep | 0 .../vendor/assets/stylesheets/.keep | 0 .../Rails/Models /dojo_ninja/.gitignore | 17 - .../Rails/Models /dojo_ninja/Gemfile | 46 - .../Rails/Models /dojo_ninja/Gemfile.lock | 173 --- .../Rails/Models /dojo_ninja/README.rdoc | 28 - .../Rails/Models /dojo_ninja/Rakefile | 6 - .../dojo_ninja/app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 16 - .../app/assets/stylesheets/application.css | 15 - .../app/controllers/application_controller.rb | 5 - .../dojo_ninja/app/controllers/concerns/.keep | 0 .../app/helpers/application_helper.rb | 2 - .../Models /dojo_ninja/app/mailers/.keep | 0 .../Rails/Models /dojo_ninja/app/models/.keep | 0 .../dojo_ninja/app/models/concerns/.keep | 0 .../Models /dojo_ninja/app/models/dojo.rb | 13 - .../Models /dojo_ninja/app/models/ninja.rb | 4 - .../app/views/layouts/application.html.erb | 14 - .../Rails/Models /dojo_ninja/bin/bundle | 3 - .../Rails/Models /dojo_ninja/bin/rails | 9 - .../Rails/Models /dojo_ninja/bin/rake | 9 - .../Rails/Models /dojo_ninja/bin/setup | 29 - .../Rails/Models /dojo_ninja/bin/spring | 17 - .../Rails/Models /dojo_ninja/config.ru | 4 - .../Models /dojo_ninja/config/application.rb | 26 - .../Rails/Models /dojo_ninja/config/boot.rb | 3 - .../Models /dojo_ninja/config/database.yml | 25 - .../Models /dojo_ninja/config/environment.rb | 5 - .../config/environments/development.rb | 41 - .../config/environments/production.rb | 79 -- .../dojo_ninja/config/environments/test.rb | 42 - .../dojo_ninja/config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../config/initializers/inflections.rb | 16 - .../config/initializers/mime_types.rb | 4 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - .../Models /dojo_ninja/config/locales/en.yml | 23 - .../Rails/Models /dojo_ninja/config/routes.rb | 56 - .../Models /dojo_ninja/config/secrets.yml | 22 - .../db/migrate/20171009015736_create_dojos.rb | 11 - .../migrate/20171009130935_create_ninjas.rb | 11 - .../Rails/Models /dojo_ninja/db/schema.rb | 34 - .../Rails/Models /dojo_ninja/db/seeds.rb | 7 - .../Rails/Models /dojo_ninja/lib/assets/.keep | 0 .../Rails/Models /dojo_ninja/lib/tasks/.keep | 0 .../Rails/Models /dojo_ninja/log/.keep | 0 .../Rails/Models /dojo_ninja/public/404.html | 67 - .../Rails/Models /dojo_ninja/public/422.html | 67 - .../Rails/Models /dojo_ninja/public/500.html | 66 - .../Models /dojo_ninja/public/favicon.ico | 0 .../Models /dojo_ninja/public/robots.txt | 5 - .../Models /dojo_ninja/test/controllers/.keep | 0 .../Models /dojo_ninja/test/fixtures/.keep | 0 .../dojo_ninja/test/fixtures/dojos.yml | 11 - .../dojo_ninja/test/fixtures/ninjas.yml | 11 - .../Models /dojo_ninja/test/helpers/.keep | 0 .../Models /dojo_ninja/test/integration/.keep | 0 .../Models /dojo_ninja/test/mailers/.keep | 0 .../Models /dojo_ninja/test/models/.keep | 0 .../dojo_ninja/test/models/dojo_test.rb | 7 - .../dojo_ninja/test/models/ninja_test.rb | 7 - .../Models /dojo_ninja/test/test_helper.rb | 10 - .../vendor/assets/javascripts/.keep | 0 .../vendor/assets/stylesheets/.keep | 0 .../Rails/Models /optimize/.each do |player| | 1158 ----------------- .../Rails/Models /optimize/.gitignore | 17 - Tamisha_Damas/Rails/Models /optimize/Gemfile | 46 - .../Rails/Models /optimize/Gemfile.lock | 174 --- .../Rails/Models /optimize/README.rdoc | 28 - Tamisha_Damas/Rails/Models /optimize/Rakefile | 6 - .../Models /optimize/app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 16 - .../app/assets/stylesheets/application.css | 15 - .../app/controllers/application_controller.rb | 5 - .../optimize/app/controllers/concerns/.keep | 0 .../app/helpers/application_helper.rb | 2 - .../Rails/Models /optimize/app/mailers/.keep | 0 .../Rails/Models /optimize/app/models/.keep | 0 .../optimize/app/models/concerns/.keep | 0 .../Models /optimize/app/models/player.rb | 3 - .../Rails/Models /optimize/app/models/team.rb | 29 - .../app/views/layouts/application.html.erb | 14 - .../Rails/Models /optimize/bin/bundle | 3 - .../Rails/Models /optimize/bin/rails | 9 - Tamisha_Damas/Rails/Models /optimize/bin/rake | 9 - .../Rails/Models /optimize/bin/setup | 29 - .../Rails/Models /optimize/bin/spring | 17 - .../Rails/Models /optimize/config.ru | 4 - .../Models /optimize/config/application.rb | 26 - .../Rails/Models /optimize/config/boot.rb | 3 - .../Models /optimize/config/database.yml | 25 - .../Models /optimize/config/environment.rb | 5 - .../config/environments/development.rb | 41 - .../config/environments/production.rb | 79 -- .../optimize/config/environments/test.rb | 42 - .../optimize/config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../config/initializers/inflections.rb | 16 - .../config/initializers/mime_types.rb | 4 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - .../Models /optimize/config/locales/en.yml | 23 - .../Rails/Models /optimize/config/routes.rb | 56 - .../Rails/Models /optimize/config/secrets.yml | 22 - .../db/migrate/20171009205208_create_teams.rb | 11 - .../migrate/20171009205259_create_players.rb | 10 - .../Rails/Models /optimize/db/schema.rb | 33 - .../Rails/Models /optimize/db/seeds.rb | 111 -- .../Rails/Models /optimize/lib/assets/.keep | 0 .../Rails/Models /optimize/lib/tasks/.keep | 0 .../Rails/Models /optimize/log/.keep | 0 .../Rails/Models /optimize/public/404.html | 67 - .../Rails/Models /optimize/public/422.html | 67 - .../Rails/Models /optimize/public/500.html | 66 - .../Rails/Models /optimize/public/favicon.ico | 0 .../Rails/Models /optimize/public/robots.txt | 5 - .../Models /optimize/test/controllers/.keep | 0 .../Models /optimize/test/fixtures/.keep | 0 .../optimize/test/fixtures/players.yml | 9 - .../Models /optimize/test/fixtures/teams.yml | 11 - .../Rails/Models /optimize/test/helpers/.keep | 0 .../Models /optimize/test/integration/.keep | 0 .../Rails/Models /optimize/test/mailers/.keep | 0 .../Rails/Models /optimize/test/models/.keep | 0 .../optimize/test/models/player_test.rb | 7 - .../Models /optimize/test/models/team_test.rb | 7 - .../Models /optimize/test/test_helper.rb | 10 - .../optimize/vendor/assets/javascripts/.keep | 0 .../optimize/vendor/assets/stylesheets/.keep | 0 .../Models /user_login_project/.gitignore | 17 - .../Rails/Models /user_login_project/Gemfile | 46 - .../Models /user_login_project/Gemfile.lock | 173 --- .../Models /user_login_project/README.rdoc | 28 - .../Rails/Models /user_login_project/Rakefile | 6 - .../app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 16 - .../app/assets/stylesheets/application.css | 15 - .../app/controllers/application_controller.rb | 5 - .../app/controllers/concerns/.keep | 0 .../app/helpers/application_helper.rb | 2 - .../user_login_project/app/mailers/.keep | 0 .../user_login_project/app/models/.keep | 0 .../app/models/concerns/.keep | 0 .../user_login_project/app/models/user.rb | 6 - .../app/views/layouts/application.html.erb | 14 - .../Models /user_login_project/bin/bundle | 3 - .../Models /user_login_project/bin/rails | 9 - .../Rails/Models /user_login_project/bin/rake | 9 - .../Models /user_login_project/bin/setup | 29 - .../Models /user_login_project/bin/spring | 17 - .../Models /user_login_project/config.ru | 4 - .../user_login_project/config/application.rb | 26 - .../Models /user_login_project/config/boot.rb | 3 - .../user_login_project/config/database.yml | 25 - .../user_login_project/config/environment.rb | 5 - .../config/environments/development.rb | 41 - .../config/environments/production.rb | 79 -- .../config/environments/test.rb | 42 - .../config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../config/initializers/inflections.rb | 16 - .../config/initializers/mime_types.rb | 4 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - .../user_login_project/config/locales/en.yml | 23 - .../user_login_project/config/routes.rb | 56 - .../user_login_project/config/secrets.yml | 22 - .../db/migrate/20171008003509_create_users.rb | 12 - .../Models /user_login_project/db/schema.rb | 25 - .../Models /user_login_project/db/seeds.rb | 7 - .../user_login_project/lib/assets/.keep | 0 .../user_login_project/lib/tasks/.keep | 0 .../Models /user_login_project/log/.keep | 0 .../user_login_project/public/404.html | 67 - .../user_login_project/public/422.html | 67 - .../user_login_project/public/500.html | 66 - .../user_login_project/public/favicon.ico | 0 .../user_login_project/public/robots.txt | 5 - .../user_login_project/test/controllers/.keep | 0 .../user_login_project/test/fixtures/.keep | 0 .../test/fixtures/users.yml | 13 - .../user_login_project/test/helpers/.keep | 0 .../user_login_project/test/integration/.keep | 0 .../user_login_project/test/mailers/.keep | 0 .../user_login_project/test/models/.keep | 0 .../test/models/user_test.rb | 7 - .../user_login_project/test/test_helper.rb | 10 - .../vendor/assets/javascripts/.keep | 0 .../vendor/assets/stylesheets/.keep | 0 Tamisha_Damas/Ruby/Fundammentals/Arrays.rb | 16 - Tamisha_Damas/Ruby/Fundammentals/Basic13.rb | 86 -- .../Ruby/Fundammentals/Guess_the_Number.rb | 7 - Tamisha_Damas/Ruby/Fundammentals/Hashes.rb | 42 - Tamisha_Damas/Ruby/Fundammentals/Range.rb | 8 - .../Ruby/Fundammentals/my_enumerable.rb | 14 - Tamisha_Damas/Ruby/Fundammentals/names.rb | 12 - .../Ruby/Fundammentals/ruby_puzzles.rb | 46 - Tamisha_Damas/Ruby/OOP/Animals/dog.rb | 30 - Tamisha_Damas/Ruby/OOP/Animals/lion.rb | 25 - Tamisha_Damas/Ruby/OOP/Animals/mammals.rb | 10 - Tamisha_Damas/Ruby/OOP/MathDojo.rb | 46 - .../Ruby/OOP/OOP Assignments/animals/dog.rb | 24 - .../Ruby/OOP/OOP Assignments/animals/dog2.rb | 22 - .../Ruby/OOP/OOP Assignments/animals/lion.rb | 29 - .../OOP/OOP Assignments/animals/mammal.rb | 14 - .../Ruby/OOP/OOP Assignments/arrays.rb | 74 -- .../Ruby/OOP/OOP Assignments/bankaccount.rb | 95 -- .../Ruby/OOP/OOP Assignments/basic13.rb | 88 -- .../Ruby/OOP/OOP Assignments/cardgame.rb | 89 -- .../Ruby/OOP/OOP Assignments/guessnumber.rb | 33 - .../Ruby/OOP/OOP Assignments/hashes.rb | 24 - .../Ruby/OOP/OOP Assignments/human/human.rb | 149 --- .../Ruby/OOP/OOP Assignments/mathdojo.rb | 70 - .../Ruby/OOP/OOP Assignments/names.rb | 14 - .../Ruby/OOP/OOP Assignments/oopquiz.rb | 24 - .../Ruby/OOP/OOP Assignments/practice.rb | 84 -- .../Ruby/OOP/OOP Assignments/project.rb | 29 - .../Ruby/OOP/OOP Assignments/puzzles.rb | 68 - .../Ruby/OOP/OOP Assignments/range.rb | 28 - Tamisha_Damas/Ruby/OOP/Project/project.rb | 16 - .../Ruby/OOP/Project/project_spec.rb | 15 - Tamisha_Damas/Ruby/OOP/Sammple_code.rb | 20 - Tamisha_Damas/Ruby/OOP/bank_account.rb | 54 - Tamisha_Damas/Ruby/OOP/humans.rb | 24 - .../Ruby/OOP/wizard_ninja_samurai.zip | Bin 1818 -> 0 bytes .../Ruby/OOP/wizard_ninja_samurai/human.rb | 24 - .../Ruby/OOP/wizard_ninja_samurai/ninja.rb | 15 - .../Ruby/OOP/wizard_ninja_samurai/samurai.rb | 23 - .../Ruby/OOP/wizard_ninja_samurai/wizard.rb | 27 - arden_zhan/Fundamentals/arrays.rb | 30 - arden_zhan/Fundamentals/basic_13.rb | 62 - arden_zhan/Fundamentals/blocks.rb | 6 - arden_zhan/Fundamentals/conditionals.rb | 42 - arden_zhan/Fundamentals/guess_the_number.rb | 13 - arden_zhan/Fundamentals/hashes.rb | 12 - arden_zhan/Fundamentals/intro.rb | 34 - arden_zhan/Fundamentals/iterators.rb | 40 - arden_zhan/Fundamentals/loops.rb | 24 - arden_zhan/Fundamentals/methods.rb | 30 - .../Fundamentals/module_practice/main.rb | 9 - .../Fundamentals/module_practice/modules.txt | 28 - .../module_practice/printer_module.rb | 7 - arden_zhan/Fundamentals/my_enumerable.rb | 18 - arden_zhan/Fundamentals/names.rb | 24 - arden_zhan/Fundamentals/puts.rb | 27 - arden_zhan/Fundamentals/puts2.rb | 40 - arden_zhan/Fundamentals/puzzles.rb | 51 - arden_zhan/Fundamentals/range.rb | 20 - arden_zhan/Fundamentals/strings.rb | 28 - arden_zhan/Fundamentals/symbols.rb | 18 - brittney_jackson/modulePractice/main.rb | 18 - .../modulePractice/printerModule.rb | 19 - brittney_jackson/oop/animals/dog.rb | 21 - brittney_jackson/oop/animals/human.rb | 7 - brittney_jackson/oop/animals/lion.rb | 35 - brittney_jackson/oop/animals/mammal.rb | 20 - brittney_jackson/oop/bankaccount.rb | 19 - brittney_jackson/oop/mathDojo.rb | 40 - brittney_jackson/oop/project.rb | 18 - brittney_jackson/oop/user.rb | 55 - brittney_jackson/rails/BMPcommands.rb | 21 - brittney_jackson/rails/bpm/.gitignore | 17 - brittney_jackson/rails/bpm/Gemfile | 48 - brittney_jackson/rails/bpm/Gemfile.lock | 172 --- brittney_jackson/rails/bpm/README.rdoc | 28 - brittney_jackson/rails/bpm/Rakefile | 6 - .../rails/bpm/app/assets/images/.keep | 0 .../bpm/app/assets/javascripts/application.js | 16 - .../app/assets/stylesheets/application.css | 15 - .../app/controllers/application_controller.rb | 5 - .../rails/bpm/app/controllers/concerns/.keep | 0 .../bpm/app/helpers/application_helper.rb | 2 - brittney_jackson/rails/bpm/app/mailers/.keep | 0 brittney_jackson/rails/bpm/app/models/.keep | 0 brittney_jackson/rails/bpm/app/models/blog.rb | 6 - .../rails/bpm/app/models/concerns/.keep | 0 .../rails/bpm/app/models/message.rb | 8 - brittney_jackson/rails/bpm/app/models/post.rb | 8 - .../app/views/layouts/application.html.erb | 14 - brittney_jackson/rails/bpm/bin/bundle | 3 - brittney_jackson/rails/bpm/bin/rails | 9 - brittney_jackson/rails/bpm/bin/rake | 9 - brittney_jackson/rails/bpm/bin/setup | 29 - brittney_jackson/rails/bpm/bin/spring | 17 - brittney_jackson/rails/bpm/config.ru | 4 - .../rails/bpm/config/application.rb | 26 - brittney_jackson/rails/bpm/config/boot.rb | 3 - .../rails/bpm/config/database.yml | 25 - .../rails/bpm/config/environment.rb | 5 - .../bpm/config/environments/development.rb | 41 - .../bpm/config/environments/production.rb | 79 -- .../rails/bpm/config/environments/test.rb | 42 - .../rails/bpm/config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../bpm/config/initializers/inflections.rb | 16 - .../bpm/config/initializers/mime_types.rb | 4 - .../config/initializers/wrap_parameters.rb | 14 - .../rails/bpm/config/locales/en.yml | 23 - brittney_jackson/rails/bpm/config/routes.rb | 56 - brittney_jackson/rails/bpm/config/secrets.yml | 22 - .../db/migrate/20171130194150_create_blogs.rb | 10 - .../db/migrate/20171130194230_create_posts.rb | 11 - .../migrate/20171130194306_create_messages.rb | 11 - brittney_jackson/rails/bpm/db/schema.rb | 43 - brittney_jackson/rails/bpm/db/seeds.rb | 7 - brittney_jackson/rails/bpm/lib/assets/.keep | 0 brittney_jackson/rails/bpm/lib/tasks/.keep | 0 brittney_jackson/rails/bpm/log/.keep | 0 brittney_jackson/rails/bpm/public/404.html | 67 - brittney_jackson/rails/bpm/public/422.html | 67 - brittney_jackson/rails/bpm/public/500.html | 66 - brittney_jackson/rails/bpm/public/favicon.ico | 0 brittney_jackson/rails/bpm/public/robots.txt | 5 - .../rails/bpm/test/controllers/.keep | 0 .../rails/bpm/test/fixtures/.keep | 0 .../rails/bpm/test/fixtures/blogs.yml | 9 - .../rails/bpm/test/fixtures/messages.yml | 11 - .../rails/bpm/test/fixtures/posts.yml | 11 - brittney_jackson/rails/bpm/test/helpers/.keep | 0 .../rails/bpm/test/integration/.keep | 0 brittney_jackson/rails/bpm/test/mailers/.keep | 0 brittney_jackson/rails/bpm/test/models/.keep | 0 .../rails/bpm/test/models/blog_test.rb | 7 - .../rails/bpm/test/models/message_test.rb | 7 - .../rails/bpm/test/models/post_test.rb | 7 - .../rails/bpm/test/test_helper.rb | 10 - .../rails/bpm/vendor/assets/javascripts/.keep | 0 .../rails/bpm/vendor/assets/stylesheets/.keep | 0 brittney_jackson/rails/dojoNinjacommands.rb | 86 -- brittney_jackson/rails/dojo_ninjas/.gitignore | 17 - brittney_jackson/rails/dojo_ninjas/Gemfile | 48 - .../rails/dojo_ninjas/Gemfile.lock | 174 --- .../rails/dojo_ninjas/README.rdoc | 28 - brittney_jackson/rails/dojo_ninjas/Rakefile | 6 - .../rails/dojo_ninjas/app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 16 - .../app/assets/stylesheets/application.css | 15 - .../app/controllers/application_controller.rb | 5 - .../app/controllers/concerns/.keep | 0 .../app/helpers/application_helper.rb | 2 - .../rails/dojo_ninjas/app/mailers/.keep | 0 .../rails/dojo_ninjas/app/models/.keep | 0 .../dojo_ninjas/app/models/concerns/.keep | 0 .../rails/dojo_ninjas/app/models/dojo.rb | 7 - .../rails/dojo_ninjas/app/models/ninja.rb | 6 - .../app/views/layouts/application.html.erb | 14 - brittney_jackson/rails/dojo_ninjas/bin/bundle | 3 - brittney_jackson/rails/dojo_ninjas/bin/rails | 9 - brittney_jackson/rails/dojo_ninjas/bin/rake | 9 - brittney_jackson/rails/dojo_ninjas/bin/setup | 29 - brittney_jackson/rails/dojo_ninjas/bin/spring | 17 - brittney_jackson/rails/dojo_ninjas/config.ru | 4 - .../rails/dojo_ninjas/config/application.rb | 26 - .../rails/dojo_ninjas/config/boot.rb | 3 - .../rails/dojo_ninjas/config/database.yml | 25 - .../rails/dojo_ninjas/config/environment.rb | 5 - .../config/environments/development.rb | 41 - .../config/environments/production.rb | 79 -- .../dojo_ninjas/config/environments/test.rb | 42 - .../dojo_ninjas/config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../config/initializers/inflections.rb | 16 - .../config/initializers/mime_types.rb | 4 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - .../rails/dojo_ninjas/config/locales/en.yml | 23 - .../rails/dojo_ninjas/config/routes.rb | 56 - .../rails/dojo_ninjas/config/secrets.yml | 22 - .../db/migrate/20171130163305_create_dojos.rb | 11 - .../migrate/20171130163410_create_ninjas.rb | 11 - .../rails/dojo_ninjas/db/schema.rb | 34 - .../rails/dojo_ninjas/db/seeds.rb | 7 - .../rails/dojo_ninjas/lib/assets/.keep | 0 .../rails/dojo_ninjas/lib/tasks/.keep | 0 brittney_jackson/rails/dojo_ninjas/log/.keep | 0 .../rails/dojo_ninjas/public/404.html | 67 - .../rails/dojo_ninjas/public/422.html | 67 - .../rails/dojo_ninjas/public/500.html | 66 - .../rails/dojo_ninjas/public/favicon.ico | 0 .../rails/dojo_ninjas/public/robots.txt | 5 - .../rails/dojo_ninjas/test/controllers/.keep | 0 .../rails/dojo_ninjas/test/fixtures/.keep | 0 .../rails/dojo_ninjas/test/fixtures/dojos.yml | 11 - .../dojo_ninjas/test/fixtures/ninjas.yml | 11 - .../rails/dojo_ninjas/test/helpers/.keep | 0 .../rails/dojo_ninjas/test/integration/.keep | 0 .../rails/dojo_ninjas/test/mailers/.keep | 0 .../rails/dojo_ninjas/test/models/.keep | 0 .../dojo_ninjas/test/models/dojo_test.rb | 7 - .../dojo_ninjas/test/models/ninja_test.rb | 7 - .../rails/dojo_ninjas/test/test_helper.rb | 10 - .../vendor/assets/javascripts/.keep | 0 .../vendor/assets/stylesheets/.keep | 0 .../rails/integrateModels/.gitignore | 17 - .../rails/integrateModels/Gemfile | 48 - .../rails/integrateModels/Gemfile.lock | 172 --- .../rails/integrateModels/README.rdoc | 28 - .../rails/integrateModels/Rakefile | 6 - .../integrateModels/app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 16 - .../app/assets/javascripts/users.coffee | 3 - .../app/assets/stylesheets/application.css | 15 - .../app/assets/stylesheets/users.scss | 3 - .../app/controllers/application_controller.rb | 5 - .../app/controllers/concerns/.keep | 0 .../app/controllers/users_controller.rb | 47 - .../app/helpers/application_helper.rb | 2 - .../app/helpers/users_helper.rb | 2 - .../rails/integrateModels/app/mailers/.keep | 0 .../rails/integrateModels/app/models/.keep | 0 .../integrateModels/app/models/concerns/.keep | 0 .../rails/integrateModels/app/models/user.rb | 2 - .../app/views/layouts/application.html.erb | 14 - .../app/views/users/edit.html.erb | 15 - .../app/views/users/new.html.erb | 15 - .../rails/integrateModels/bin/bundle | 3 - .../rails/integrateModels/bin/rails | 9 - .../rails/integrateModels/bin/rake | 9 - .../rails/integrateModels/bin/setup | 29 - .../rails/integrateModels/bin/spring | 17 - .../rails/integrateModels/config.ru | 4 - .../integrateModels/config/application.rb | 26 - .../rails/integrateModels/config/boot.rb | 3 - .../rails/integrateModels/config/database.yml | 25 - .../integrateModels/config/environment.rb | 5 - .../config/environments/development.rb | 41 - .../config/environments/production.rb | 79 -- .../config/environments/test.rb | 42 - .../config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../config/initializers/inflections.rb | 16 - .../config/initializers/mime_types.rb | 4 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - .../integrateModels/config/locales/en.yml | 23 - .../rails/integrateModels/config/routes.rb | 68 - .../rails/integrateModels/config/secrets.yml | 22 - .../db/migrate/20171202213734_create_users.rb | 9 - .../rails/integrateModels/db/schema.rb | 22 - .../rails/integrateModels/db/seeds.rb | 7 - .../rails/integrateModels/lib/assets/.keep | 0 .../rails/integrateModels/lib/tasks/.keep | 0 .../rails/integrateModels/log/.keep | 0 .../rails/integrateModels/public/404.html | 67 - .../rails/integrateModels/public/422.html | 67 - .../rails/integrateModels/public/500.html | 66 - .../rails/integrateModels/public/favicon.ico | 0 .../rails/integrateModels/public/robots.txt | 5 - .../integrateModels/test/controllers/.keep | 0 .../test/controllers/users_controller_test.rb | 7 - .../rails/integrateModels/test/fixtures/.keep | 0 .../integrateModels/test/fixtures/users.yml | 7 - .../rails/integrateModels/test/helpers/.keep | 0 .../integrateModels/test/integration/.keep | 0 .../rails/integrateModels/test/mailers/.keep | 0 .../rails/integrateModels/test/models/.keep | 0 .../integrateModels/test/models/user_test.rb | 7 - .../rails/integrateModels/test/test_helper.rb | 10 - .../vendor/assets/javascripts/.keep | 0 .../vendor/assets/stylesheets/.keep | 0 brittney_jackson/rails/optimize/.gitignore | 17 - brittney_jackson/rails/optimize/Gemfile | 50 - brittney_jackson/rails/optimize/Gemfile.lock | 172 --- brittney_jackson/rails/optimize/README.rdoc | 28 - brittney_jackson/rails/optimize/Rakefile | 6 - .../rails/optimize/app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 16 - .../app/assets/stylesheets/application.css | 15 - .../app/controllers/application_controller.rb | 5 - .../optimize/app/controllers/concerns/.keep | 0 .../app/helpers/application_helper.rb | 2 - .../rails/optimize/app/mailers/.keep | 0 .../rails/optimize/app/models/.keep | 0 .../rails/optimize/app/models/concerns/.keep | 0 .../rails/optimize/app/models/player.rb | 6 - .../rails/optimize/app/models/team.rb | 5 - .../app/views/layouts/application.html.erb | 14 - brittney_jackson/rails/optimize/bin/bundle | 3 - brittney_jackson/rails/optimize/bin/rails | 9 - brittney_jackson/rails/optimize/bin/rake | 9 - brittney_jackson/rails/optimize/bin/setup | 29 - brittney_jackson/rails/optimize/bin/spring | 17 - brittney_jackson/rails/optimize/config.ru | 4 - .../rails/optimize/config/application.rb | 26 - .../rails/optimize/config/boot.rb | 3 - .../rails/optimize/config/database.yml | 25 - .../rails/optimize/config/environment.rb | 5 - .../config/environments/development.rb | 41 - .../config/environments/production.rb | 79 -- .../optimize/config/environments/test.rb | 42 - .../optimize/config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../config/initializers/inflections.rb | 16 - .../config/initializers/mime_types.rb | 4 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - .../rails/optimize/config/locales/en.yml | 23 - .../rails/optimize/config/routes.rb | 56 - .../rails/optimize/config/secrets.yml | 22 - .../db/migrate/20171201021151_create_teams.rb | 11 - .../migrate/20171201021205_create_players.rb | 10 - brittney_jackson/rails/optimize/db/schema.rb | 33 - brittney_jackson/rails/optimize/db/seeds.rb | 113 -- .../rails/optimize/lib/assets/.keep | 0 .../rails/optimize/lib/tasks/.keep | 0 brittney_jackson/rails/optimize/log/.keep | 0 .../rails/optimize/public/404.html | 67 - .../rails/optimize/public/422.html | 67 - .../rails/optimize/public/500.html | 66 - .../rails/optimize/public/favicon.ico | 0 .../rails/optimize/public/robots.txt | 5 - .../rails/optimize/test/controllers/.keep | 0 .../rails/optimize/test/fixtures/.keep | 0 .../rails/optimize/test/fixtures/players.yml | 9 - .../rails/optimize/test/fixtures/teams.yml | 11 - .../rails/optimize/test/helpers/.keep | 0 .../rails/optimize/test/integration/.keep | 0 .../rails/optimize/test/mailers/.keep | 0 .../rails/optimize/test/models/.keep | 0 .../rails/optimize/test/models/player_test.rb | 7 - .../rails/optimize/test/models/team_test.rb | 7 - .../rails/optimize/test/test_helper.rb | 10 - .../optimize/vendor/assets/javascripts/.keep | 0 .../optimize/vendor/assets/stylesheets/.keep | 0 brittney_jackson/rails/optimizeCommands.rb | 30 - .../rails/routesControllers/.gitignore | 17 - .../rails/routesControllers/Gemfile | 52 - .../rails/routesControllers/Gemfile.lock | 175 --- .../rails/routesControllers/README.rdoc | 28 - .../rails/routesControllers/Rakefile | 6 - .../routesControllers/app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 16 - .../app/assets/javascripts/hellos.coffee | 3 - .../app/assets/stylesheets/application.css | 15 - .../app/assets/stylesheets/hellos.scss | 3 - .../app/controllers/application_controller.rb | 5 - .../app/controllers/concerns/.keep | 0 .../app/controllers/hellos_controller.rb | 34 - .../app/helpers/application_helper.rb | 2 - .../app/helpers/hellos_helper.rb | 2 - .../rails/routesControllers/app/mailers/.keep | 0 .../rails/routesControllers/app/models/.keep | 0 .../app/models/concerns/.keep | 0 .../app/views/layouts/application.html.erb | 14 - .../rails/routesControllers/bin/bundle | 3 - .../rails/routesControllers/bin/rails | 9 - .../rails/routesControllers/bin/rake | 9 - .../rails/routesControllers/bin/setup | 29 - .../rails/routesControllers/bin/spring | 17 - .../rails/routesControllers/config.ru | 4 - .../routesControllers/config/application.rb | 26 - .../rails/routesControllers/config/boot.rb | 3 - .../routesControllers/config/database.yml | 25 - .../routesControllers/config/environment.rb | 5 - .../config/environments/development.rb | 41 - .../config/environments/production.rb | 79 -- .../config/environments/test.rb | 42 - .../config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../config/initializers/inflections.rb | 16 - .../config/initializers/mime_types.rb | 4 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - .../routesControllers/config/locales/en.yml | 23 - .../rails/routesControllers/config/routes.rb | 68 - .../routesControllers/config/secrets.yml | 22 - .../rails/routesControllers/db/seeds.rb | 7 - .../rails/routesControllers/lib/assets/.keep | 0 .../rails/routesControllers/lib/tasks/.keep | 0 .../rails/routesControllers/log/.keep | 0 .../rails/routesControllers/public/404.html | 67 - .../rails/routesControllers/public/422.html | 67 - .../rails/routesControllers/public/500.html | 66 - .../routesControllers/public/favicon.ico | 0 .../rails/routesControllers/public/robots.txt | 5 - .../routesControllers/test/controllers/.keep | 0 .../controllers/hellos_controller_test.rb | 7 - .../routesControllers/test/fixtures/.keep | 0 .../routesControllers/test/helpers/.keep | 0 .../routesControllers/test/integration/.keep | 0 .../routesControllers/test/mailers/.keep | 0 .../rails/routesControllers/test/models/.keep | 0 .../routesControllers/test/test_helper.rb | 10 - .../vendor/assets/javascripts/.keep | 0 .../vendor/assets/stylesheets/.keep | 0 brittney_jackson/rails/timeDisplay/.gitignore | 17 - brittney_jackson/rails/timeDisplay/Gemfile | 51 - .../rails/timeDisplay/Gemfile.lock | 175 --- .../rails/timeDisplay/README.rdoc | 28 - brittney_jackson/rails/timeDisplay/Rakefile | 6 - .../rails/timeDisplay/app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 16 - .../app/assets/javascripts/times.coffee | 3 - .../app/assets/stylesheets/application.css | 15 - .../app/assets/stylesheets/times.scss | 3 - .../app/controllers/application_controller.rb | 5 - .../app/controllers/concerns/.keep | 0 .../app/controllers/times_controller.rb | 9 - .../app/helpers/application_helper.rb | 2 - .../timeDisplay/app/helpers/times_helper.rb | 2 - .../rails/timeDisplay/app/mailers/.keep | 0 .../rails/timeDisplay/app/models/.keep | 0 .../timeDisplay/app/models/concerns/.keep | 0 .../app/views/layouts/application.html.erb | 14 - .../app/views/times/index.html.erb | 14 - brittney_jackson/rails/timeDisplay/bin/bundle | 3 - brittney_jackson/rails/timeDisplay/bin/rails | 9 - brittney_jackson/rails/timeDisplay/bin/rake | 9 - brittney_jackson/rails/timeDisplay/bin/setup | 29 - brittney_jackson/rails/timeDisplay/bin/spring | 17 - brittney_jackson/rails/timeDisplay/config.ru | 4 - .../rails/timeDisplay/config/application.rb | 26 - .../rails/timeDisplay/config/boot.rb | 3 - .../rails/timeDisplay/config/database.yml | 25 - .../rails/timeDisplay/config/environment.rb | 5 - .../config/environments/development.rb | 41 - .../config/environments/production.rb | 79 -- .../timeDisplay/config/environments/test.rb | 42 - .../timeDisplay/config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../config/initializers/inflections.rb | 16 - .../config/initializers/mime_types.rb | 4 - .../config/initializers/rails_footnotes.rb | 27 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - .../rails/timeDisplay/config/locales/en.yml | 23 - .../rails/timeDisplay/config/routes.rb | 60 - .../rails/timeDisplay/config/secrets.yml | 22 - .../rails/timeDisplay/db/seeds.rb | 7 - .../rails/timeDisplay/lib/assets/.keep | 0 .../rails/timeDisplay/lib/tasks/.keep | 0 brittney_jackson/rails/timeDisplay/log/.keep | 0 .../rails/timeDisplay/public/404.html | 67 - .../rails/timeDisplay/public/422.html | 67 - .../rails/timeDisplay/public/500.html | 66 - .../rails/timeDisplay/public/favicon.ico | 0 .../rails/timeDisplay/public/robots.txt | 5 - .../rails/timeDisplay/test/controllers/.keep | 0 .../test/controllers/times_controller_test.rb | 7 - .../rails/timeDisplay/test/fixtures/.keep | 0 .../rails/timeDisplay/test/helpers/.keep | 0 .../rails/timeDisplay/test/integration/.keep | 0 .../rails/timeDisplay/test/mailers/.keep | 0 .../rails/timeDisplay/test/models/.keep | 0 .../rails/timeDisplay/test/test_helper.rb | 10 - .../vendor/assets/javascripts/.keep | 0 .../vendor/assets/stylesheets/.keep | 0 .../rails/user_login_project/.gitignore | 17 - .../rails/user_login_project/Gemfile | 49 - .../rails/user_login_project/Gemfile.lock | 174 --- .../rails/user_login_project/README.rdoc | 28 - .../rails/user_login_project/Rakefile | 6 - .../app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 16 - .../app/assets/stylesheets/application.css | 15 - .../app/controllers/application_controller.rb | 5 - .../app/controllers/concerns/.keep | 0 .../app/helpers/application_helper.rb | 2 - .../user_login_project/app/mailers/.keep | 0 .../rails/user_login_project/app/models/.keep | 0 .../app/models/concerns/.keep | 0 .../user_login_project/app/models/user.rb | 7 - .../app/views/layouts/application.html.erb | 14 - .../rails/user_login_project/bin/bundle | 3 - .../rails/user_login_project/bin/rails | 9 - .../rails/user_login_project/bin/rake | 9 - .../rails/user_login_project/bin/setup | 29 - .../rails/user_login_project/bin/spring | 17 - .../rails/user_login_project/config.ru | 4 - .../user_login_project/config/application.rb | 26 - .../rails/user_login_project/config/boot.rb | 3 - .../user_login_project/config/database.yml | 25 - .../user_login_project/config/environment.rb | 5 - .../config/environments/development.rb | 41 - .../config/environments/production.rb | 79 -- .../config/environments/test.rb | 42 - .../config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../config/initializers/inflections.rb | 16 - .../config/initializers/mime_types.rb | 4 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - .../user_login_project/config/locales/en.yml | 23 - .../rails/user_login_project/config/routes.rb | 56 - .../user_login_project/config/secrets.yml | 22 - .../db/migrate/20171130005431_create_users.rb | 12 - .../rails/user_login_project/db/schema.rb | 25 - .../rails/user_login_project/db/seeds.rb | 7 - .../rails/user_login_project/lib/assets/.keep | 0 .../rails/user_login_project/lib/tasks/.keep | 0 .../rails/user_login_project/log/.keep | 0 .../rails/user_login_project/public/404.html | 67 - .../rails/user_login_project/public/422.html | 67 - .../rails/user_login_project/public/500.html | 66 - .../user_login_project/public/favicon.ico | 0 .../user_login_project/public/robots.txt | 5 - .../user_login_project/test/controllers/.keep | 0 .../user_login_project/test/fixtures/.keep | 0 .../test/fixtures/users.yml | 13 - .../user_login_project/test/helpers/.keep | 0 .../user_login_project/test/integration/.keep | 0 .../user_login_project/test/mailers/.keep | 0 .../user_login_project/test/models/.keep | 0 .../test/models/user_test.rb | 7 - .../user_login_project/test/test_helper.rb | 10 - .../vendor/assets/javascripts/.keep | 0 .../vendor/assets/stylesheets/.keep | 0 brittney_jackson/rubyFundamentals/arrays.rb | 69 - brittney_jackson/rubyFundamentals/basic13.rb | 95 -- brittney_jackson/rubyFundamentals/blocks.rb | 16 - .../rubyFundamentals/guessNumber.rb | 14 - brittney_jackson/rubyFundamentals/hashes.rb | 26 - .../rubyFundamentals/iterators.rb | 46 - .../rubyFundamentals/myEnumerable.rb | 17 - brittney_jackson/rubyFundamentals/names.rb | 39 - brittney_jackson/rubyFundamentals/range.rb | 21 - .../rubyFundamentals/rubyPuzzles.rb | 83 -- .../controllersnviews/dojodash/.gitignore | 21 + .../controllersnviews/dojodash/Gemfile | 53 + .../controllersnviews/dojodash/Gemfile.lock | 179 +++ .../controllersnviews/dojodash}/README.md | 0 .../controllersnviews/dojodash}/Rakefile | 0 .../dojodash}/app/assets/config/manifest.js | 0 .../dojodash}/app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 16 + .../dojodash/app/assets/javascripts/cable.js | 13 + .../app/assets/javascripts/channels}/.keep | 0 .../app/assets/javascripts/dojos.coffee | 0 .../app/assets/javascripts/students.coffee | 0 .../app/assets/stylesheets/application.css | 15 + .../app/assets/stylesheets/dojos.scss | 0 .../app/assets/stylesheets/students.scss | 0 .../app/channels/application_cable/channel.rb | 0 .../channels/application_cable/connection.rb | 0 .../app/controllers/application_controller.rb | 0 .../dojodash/app/controllers/concerns}/.keep | 0 .../app/controllers/dojos_controller.rb | 48 + .../app/controllers/students_controller.rb | 47 + .../app/helpers/application_helper.rb | 0 .../dojodash}/app/helpers/dojos_helper.rb | 0 .../dojodash}/app/helpers/students_helper.rb | 0 .../dojodash}/app/jobs/application_job.rb | 0 .../app/mailers/application_mailer.rb | 0 .../app/models/application_record.rb | 0 .../dojodash/app/models/concerns}/.keep | 0 .../dojodash/app/models/dojo.rb | 4 + .../dojodash/app/models/student.rb | 3 + .../dojodash/app/views/dojos/edit.html.erb | 24 + .../dojodash/app/views/dojos/index.html.erb | 24 + .../dojodash/app/views/dojos/new.html.erb | 23 + .../dojodash/app/views/dojos/show.html.erb | 13 + .../app/views/layouts/application.html.erb | 14 + .../app/views/layouts/mailer.html.erb | 0 .../app/views/layouts/mailer.text.erb | 0 .../app/views/students/index.html.erb | 21 + .../controllersnviews/dojodash}/bin/bundle | 0 .../controllersnviews/dojodash}/bin/rails | 0 .../controllersnviews/dojodash}/bin/rake | 0 .../controllersnviews/dojodash/bin/setup | 34 + .../controllersnviews/dojodash}/bin/spring | 0 .../controllersnviews/dojodash}/bin/update | 0 .../controllersnviews/dojodash}/config.ru | 0 .../dojodash/config/application.rb | 15 + .../dojodash}/config/boot.rb | 0 .../dojodash/config/cable.yml | 9 + .../dojodash}/config/database.yml | 0 .../dojodash}/config/environment.rb | 0 .../config/environments/development.rb | 56 + .../config/environments/production.rb | 86 ++ .../dojodash/config/environments/test.rb | 42 + .../application_controller_renderer.rb | 0 .../dojodash}/config/initializers/assets.rb | 0 .../initializers/backtrace_silencers.rb | 0 .../config/initializers/cookies_serializer.rb | 0 .../initializers/filter_parameter_logging.rb | 0 .../config/initializers/inflections.rb | 0 .../config/initializers/mime_types.rb | 0 .../initializers/new_framework_defaults.rb | 26 + .../config/initializers/session_store.rb | 3 + .../config/initializers/wrap_parameters.rb | 0 .../dojodash}/config/locales/en.yml | 0 .../controllersnviews/dojodash/config/puma.rb | 47 + .../dojodash/config/routes.rb | 21 + .../dojodash/config/secrets.yml | 22 + .../dojodash}/config/spring.rb | 0 .../db/migrate/20171205193648_create_dojos.rb | 12 + .../migrate/20171205215935_create_students.rb | 12 + .../controllersnviews/dojodash/db/schema.rb | 34 + .../controllersnviews/dojodash}/db/seeds.rb | 0 .../dojodash/lib/assets}/.keep | 0 .../dojodash/lib/tasks}/.keep | 0 .../controllersnviews/dojodash/log}/.keep | 0 .../dojodash}/public/404.html | 0 .../dojodash}/public/422.html | 0 .../dojodash}/public/500.html | 0 .../public/apple-touch-icon-precomposed.png | 0 .../dojodash/public/apple-touch-icon.png | 0 .../dojodash}/public/favicon.ico | 0 .../dojodash}/public/robots.txt | 0 .../dojodash}/test/controllers/.keep | 0 .../test/controllers/dojos_controller_test.rb | 7 + .../controllers/students_controller_test.rb | 7 + .../dojodash}/test/fixtures/.keep | 0 .../dojodash}/test/fixtures/dojos.yml | 0 .../dojodash/test/fixtures/files}/.keep | 0 .../dojodash/test/fixtures/students.yml | 13 + .../dojodash/test/helpers}/.keep | 0 .../dojodash/test/integration}/.keep | 0 .../dojodash/test/mailers}/.keep | 0 .../dojodash/test/models}/.keep | 0 .../dojodash}/test/models/dojo_test.rb | 0 .../dojodash}/test/models/student_test.rb | 0 .../dojodash}/test/test_helper.rb | 0 .../controllersnviews/dojodash/tmp}/.keep | 0 .../dojodash/vendor/assets/javascripts}/.keep | 0 .../dojodash/vendor/assets/stylesheets}/.keep | 0 dylan_eckert/controllersnviews/dojodash1.zip | Bin 0 -> 408871 bytes dylan_eckert/controllersnviews/dojodash2.zip | Bin 0 -> 419508 bytes dylan_eckert/controllersnviews/dojodash3.zip | Bin 0 -> 419508 bytes .../integratemodels/.gitignore | 21 + .../controllersnviews/integratemodels/Gemfile | 53 + .../integratemodels/Gemfile.lock | 179 +++ .../integratemodels/README.md | 24 + .../integratemodels/Rakefile | 6 + .../app/assets/config/manifest.js | 3 + .../integratemodels/app/assets/images}/.keep | 0 .../app/assets/javascripts/application.js | 16 + .../app/assets/javascripts/cable.js | 13 + .../app/assets/javascripts/channels}/.keep | 0 .../app/assets/javascripts/users.coffee | 0 .../app/assets/stylesheets/application.css | 15 + .../app/assets/stylesheets/users.scss | 3 + .../app/channels/application_cable/channel.rb | 4 + .../channels/application_cable/connection.rb | 4 + .../app/controllers/application_controller.rb | 3 + .../app/controllers}/concerns/.keep | 0 .../app/controllers/users_controller.rb | 35 + .../app/helpers/application_helper.rb | 0 .../app/helpers/users_helper.rb | 0 .../app/jobs/application_job.rb | 2 + .../app/mailers/application_mailer.rb | 4 + .../app/models/application_record.rb | 3 + .../app/models/concerns}/.keep | 0 .../integratemodels/app/models/user.rb | 2 + .../app/views/layouts/application.html.erb | 14 + .../app/views/layouts/mailer.html.erb | 13 + .../app/views/layouts/mailer.text.erb | 1 + .../app/views/users/edit.html.erb | 16 + .../app/views/users/index.html.erb | 11 + .../app/views/users/new.html.erb | 15 + .../integratemodels}/bin/bundle | 0 .../integratemodels/bin/rails | 9 + .../integratemodels}/bin/rake | 0 .../integratemodels/bin/setup | 34 + .../integratemodels}/bin/spring | 0 .../integratemodels/bin/update | 29 + .../integratemodels/config.ru | 5 + .../integratemodels/config/application.rb | 15 + .../integratemodels/config/boot.rb | 3 + .../integratemodels/config/cable.yml | 9 + .../integratemodels}/config/database.yml | 0 .../integratemodels/config/environment.rb | 5 + .../config/environments/development.rb | 55 + .../config/environments/production.rb | 86 ++ .../config/environments/test.rb | 42 + .../application_controller_renderer.rb | 8 + .../config/initializers/assets.rb | 0 .../initializers/backtrace_silencers.rb | 0 .../config/initializers/cookies_serializer.rb | 5 + .../initializers/filter_parameter_logging.rb | 0 .../config/initializers/inflections.rb | 0 .../config/initializers/mime_types.rb | 0 .../initializers/new_framework_defaults.rb | 26 + .../config/initializers/session_store.rb | 3 + .../config/initializers/wrap_parameters.rb | 14 + .../integratemodels}/config/locales/en.yml | 0 .../integratemodels/config/puma.rb | 47 + .../integratemodels/config/routes.rb | 16 + .../integratemodels/config/secrets.yml | 22 + .../integratemodels/config/spring.rb | 6 + .../db/migrate/20171204185211_create_users.rb | 9 + .../integratemodels/db/schema.rb | 21 + .../integratemodels/db/seeds.rb | 7 + .../integratemodels/files.zip | Bin 0 -> 1772 bytes .../integratemodels/files/edit.html.erb | 16 + .../integratemodels/files/new.html.erb | 15 + .../integratemodels/files/routes.rb | 16 + .../integratemodels/files/user.rb | 2 + .../integratemodels/files/users_controller.rb | 35 + .../integratemodels/lib/assets}/.keep | 0 .../integratemodels/lib/tasks}/.keep | 0 .../integratemodels/log}/.keep | 0 .../integratemodels/public/404.html | 67 + .../integratemodels/public/422.html | 67 + .../integratemodels/public/500.html | 66 + .../public/apple-touch-icon-precomposed.png | 0 .../public/apple-touch-icon.png | 0 .../integratemodels}/public/favicon.ico | 0 .../integratemodels}/public/robots.txt | 0 .../integratemodels/test/controllers}/.keep | 0 .../test/controllers/users_controller_test.rb | 7 + .../integratemodels/test/fixtures}/.keep | 0 .../test/fixtures/files}/.keep | 0 .../integratemodels}/test/fixtures/users.yml | 0 .../integratemodels/test/helpers}/.keep | 0 .../integratemodels/test/integration}/.keep | 0 .../integratemodels/test/mailers}/.keep | 0 .../integratemodels/test/models}/.keep | 0 .../integratemodels}/test/models/user_test.rb | 0 .../integratemodels}/test/test_helper.rb | 0 .../integratemodels/tmp}/.keep | 0 .../vendor/assets/javascripts}/.keep | 0 .../vendor/assets/stylesheets}/.keep | 0 .../routesncontrollers/.gitignore | 21 + .../routesncontrollers/Gemfile | 53 + .../routesncontrollers/Gemfile.lock | 179 +++ .../routesncontrollers/README.md | 24 + .../routesncontrollers/Rakefile | 6 + .../app/assets/config/manifest.js | 3 + .../app/assets/images}/.keep | 0 .../app/assets/javascripts/application.js | 16 + .../app/assets/javascripts/cable.js | 13 + .../app/assets/javascripts/channels}/.keep | 0 .../app/assets/javascripts/tests.coffee | 0 .../app/assets/stylesheets/application.css | 15 + .../app/assets/stylesheets/tests.scss | 0 .../app/channels/application_cable/channel.rb | 4 + .../channels/application_cable/connection.rb | 4 + .../app/controllers/application_controller.rb | 3 + .../app/controllers/concerns}/.keep | 0 .../app/controllers/tests_controller.rb | 33 + .../app/helpers/application_helper.rb | 0 .../app/helpers/tests_helper.rb | 0 .../app/jobs/application_job.rb | 2 + .../app/mailers/application_mailer.rb | 4 + .../app/models/application_record.rb | 3 + .../app/models/concerns}/.keep | 0 .../app/views/layouts/application.html.erb | 14 + .../app/views/layouts/mailer.html.erb | 13 + .../app/views/layouts/mailer.text.erb | 1 + .../routesncontrollers}/bin/bundle | 0 .../routesncontrollers/bin/rails | 9 + .../routesncontrollers}/bin/rake | 0 .../routesncontrollers/bin/setup | 34 + .../routesncontrollers}/bin/spring | 0 .../routesncontrollers/bin/update | 29 + .../routesncontrollers/config.ru | 5 + .../routesncontrollers/config/application.rb | 15 + .../routesncontrollers/config/boot.rb | 3 + .../routesncontrollers/config/cable.yml | 9 + .../routesncontrollers}/config/database.yml | 0 .../routesncontrollers/config/environment.rb | 5 + .../config/environments/development.rb | 55 + .../config/environments/production.rb | 86 ++ .../config/environments/test.rb | 42 + .../application_controller_renderer.rb | 8 + .../config/initializers/assets.rb | 0 .../initializers/backtrace_silencers.rb | 0 .../config/initializers/cookies_serializer.rb | 5 + .../initializers/filter_parameter_logging.rb | 0 .../config/initializers/inflections.rb | 0 .../config/initializers/mime_types.rb | 0 .../initializers/new_framework_defaults.rb | 26 + .../config/initializers/session_store.rb | 3 + .../config/initializers/wrap_parameters.rb | 14 + .../routesncontrollers}/config/locales/en.yml | 0 .../routesncontrollers/config/puma.rb | 47 + .../routesncontrollers/config/routes.rb | 12 + .../routesncontrollers/config/secrets.yml | 22 + .../routesncontrollers/config/spring.rb | 6 + .../routesncontrollers/db/seeds.rb | 7 + .../routesncontrollers/files.zip | Bin 0 -> 904 bytes .../routesncontrollers/files/routes.rb | 12 + .../files/tests_controller.rb | 33 + .../routesncontrollers/lib/assets}/.keep | 0 .../routesncontrollers/lib/tasks}/.keep | 0 .../routesncontrollers/log}/.keep | 0 .../routesncontrollers/public/404.html | 67 + .../routesncontrollers/public/422.html | 67 + .../routesncontrollers/public/500.html | 66 + .../public/apple-touch-icon-precomposed.png | 0 .../public/apple-touch-icon.png | 0 .../routesncontrollers}/public/favicon.ico | 0 .../routesncontrollers}/public/robots.txt | 0 .../test/controllers}/.keep | 0 .../test/controllers/tests_controller_test.rb | 7 + .../routesncontrollers/test/fixtures}/.keep | 0 .../test/fixtures/files}/.keep | 0 .../routesncontrollers/test/helpers}/.keep | 0 .../test/integration}/.keep | 0 .../routesncontrollers/test/mailers}/.keep | 0 .../routesncontrollers/test/models}/.keep | 0 .../routesncontrollers}/test/test_helper.rb | 0 .../routesncontrollers/tmp}/.keep | 0 .../vendor/assets/javascripts}/.keep | 0 .../vendor/assets/stylesheets}/.keep | 0 .../controllersnviews/suerveyform.zip | Bin 0 -> 415045 bytes .../controllersnviews/suerveyform/.gitignore | 21 + .../controllersnviews/suerveyform/Gemfile | 53 + .../suerveyform/Gemfile.lock | 179 +++ .../controllersnviews/suerveyform/README.md | 24 + .../controllersnviews/suerveyform/Rakefile | 6 + .../suerveyform/app/assets/config/manifest.js | 3 + .../suerveyform/app/assets/images}/.keep | 0 .../app/assets/javascripts/application.js | 16 + .../app/assets/javascripts/cable.js | 13 + .../app/assets/javascripts/channels}/.keep | 0 .../app/assets/javascripts/users.coffee | 0 .../app/assets/stylesheets/application.css | 15 + .../app/assets/stylesheets/users.scss | 0 .../app/channels/application_cable/channel.rb | 4 + .../channels/application_cable/connection.rb | 4 + .../app/controllers/application_controller.rb | 3 + .../app/controllers/concerns}/.keep | 0 .../app/controllers/users_controller.rb | 31 + .../app/helpers/application_helper.rb | 0 .../suerveyform}/app/helpers/users_helper.rb | 0 .../suerveyform/app/jobs/application_job.rb | 2 + .../app/mailers/application_mailer.rb | 4 + .../app/models/application_record.rb | 3 + .../suerveyform/app/models/concerns}/.keep | 0 .../suerveyform/app/models/user.rb | 3 + .../app/views/layouts/application.html.erb | 14 + .../app/views/layouts/mailer.html.erb | 13 + .../app/views/layouts/mailer.text.erb | 1 + .../app/views/users/index.html.erb | 36 + .../app/views/users/result.html.erb | 16 + .../controllersnviews/suerveyform}/bin/bundle | 0 .../controllersnviews/suerveyform/bin/rails | 9 + .../controllersnviews/suerveyform}/bin/rake | 0 .../controllersnviews/suerveyform/bin/setup | 34 + .../controllersnviews/suerveyform}/bin/spring | 0 .../controllersnviews/suerveyform/bin/update | 29 + .../controllersnviews/suerveyform/config.ru | 5 + .../suerveyform/config/application.rb | 15 + .../suerveyform/config/boot.rb | 3 + .../suerveyform/config/cable.yml | 9 + .../suerveyform}/config/database.yml | 0 .../suerveyform/config/environment.rb | 5 + .../config/environments/development.rb | 55 + .../config/environments/production.rb | 86 ++ .../suerveyform/config/environments/test.rb | 42 + .../application_controller_renderer.rb | 8 + .../config/initializers/assets.rb | 0 .../initializers/backtrace_silencers.rb | 0 .../config/initializers/cookies_serializer.rb | 5 + .../initializers/filter_parameter_logging.rb | 0 .../config/initializers/inflections.rb | 0 .../config/initializers/mime_types.rb | 0 .../initializers/new_framework_defaults.rb | 26 + .../config/initializers/session_store.rb | 3 + .../config/initializers/wrap_parameters.rb | 14 + .../suerveyform}/config/locales/en.yml | 0 .../suerveyform/config/puma.rb | 47 + .../suerveyform/config/routes.rb | 8 + .../suerveyform/config/secrets.yml | 22 + .../suerveyform/config/spring.rb | 6 + .../db/migrate/20171205161536_create_users.rb | 12 + .../suerveyform/db/schema.rb | 24 + .../controllersnviews/suerveyform/db/seeds.rb | 7 + .../suerveyform/lib/assets}/.keep | 0 .../suerveyform/lib/tasks}/.keep | 0 .../controllersnviews/suerveyform/log}/.keep | 0 .../suerveyform/public/404.html | 67 + .../suerveyform/public/422.html | 67 + .../suerveyform/public/500.html | 66 + .../public/apple-touch-icon-precomposed.png | 0 .../suerveyform/public/apple-touch-icon.png | 0 .../suerveyform}/public/favicon.ico | 0 .../suerveyform}/public/robots.txt | 0 .../suerveyform/test/controllers}/.keep | 0 .../test/controllers/users_controller_test.rb | 7 + .../suerveyform/test/fixtures}/.keep | 0 .../suerveyform/test/fixtures/files}/.keep | 0 .../suerveyform/test/fixtures/users.yml | 13 + .../suerveyform/test/helpers}/.keep | 0 .../suerveyform/test/integration}/.keep | 0 .../suerveyform/test/mailers}/.keep | 0 .../suerveyform/test/models}/.keep | 0 .../suerveyform}/test/models/user_test.rb | 0 .../suerveyform}/test/test_helper.rb | 0 .../controllersnviews/suerveyform/tmp}/.keep | 0 .../vendor/assets/javascripts}/.keep | 0 .../vendor/assets/stylesheets}/.keep | 0 .../controllersnviews/timedisp/.gitignore | 21 + .../controllersnviews/timedisp/Gemfile | 53 + .../controllersnviews/timedisp/Gemfile.lock | 179 +++ .../controllersnviews/timedisp/README.md | 24 + .../controllersnviews/timedisp/Rakefile | 6 + .../timedisp/app/assets/config/manifest.js | 3 + .../timedisp/app/assets/images}/.keep | 0 .../app/assets/javascripts/application.js | 16 + .../timedisp/app/assets/javascripts/cable.js | 13 + .../app/assets/javascripts/channels}/.keep | 0 .../app/assets/javascripts/times.coffee | 0 .../app/assets/stylesheets/application.css | 15 + .../app/assets/stylesheets/times.scss | 0 .../app/channels/application_cable/channel.rb | 4 + .../channels/application_cable/connection.rb | 4 + .../app/controllers/application_controller.rb | 3 + .../timedisp/app/controllers/concerns}/.keep | 0 .../app/controllers/times_controller.rb | 5 + .../app/helpers/application_helper.rb | 0 .../timedisp}/app/helpers/times_helper.rb | 0 .../timedisp/app/jobs/application_job.rb | 2 + .../app/mailers/application_mailer.rb | 4 + .../timedisp/app/models/application_record.rb | 3 + .../timedisp/app/models/concerns}/.keep | 0 .../app/views/layouts/application.html.erb | 14 + .../app/views/layouts/mailer.html.erb | 13 + .../app/views/layouts/mailer.text.erb | 1 + .../timedisp/app/views/times/main.html.erb | 11 + .../controllersnviews/timedisp/assignment.zip | Bin 0 -> 993 bytes .../timedisp/assignment/main.html.erb | 11 + .../timedisp/assignment/routes.rb | 5 + .../timedisp/assignment/times_controller.rb | 5 + .../controllersnviews/timedisp}/bin/bundle | 0 .../controllersnviews/timedisp/bin/rails | 9 + .../controllersnviews/timedisp}/bin/rake | 0 .../controllersnviews/timedisp/bin/setup | 34 + .../controllersnviews/timedisp}/bin/spring | 0 .../controllersnviews/timedisp/bin/update | 29 + .../controllersnviews/timedisp/config.ru | 5 + .../timedisp/config/application.rb | 15 + .../controllersnviews/timedisp/config/boot.rb | 3 + .../timedisp/config/cable.yml | 9 + .../timedisp}/config/database.yml | 0 .../timedisp/config/environment.rb | 5 + .../config/environments/development.rb | 54 + .../config/environments/production.rb | 86 ++ .../timedisp/config/environments/test.rb | 42 + .../application_controller_renderer.rb | 8 + .../timedisp}/config/initializers/assets.rb | 0 .../initializers/backtrace_silencers.rb | 0 .../config/initializers/cookies_serializer.rb | 5 + .../initializers/filter_parameter_logging.rb | 0 .../config/initializers/inflections.rb | 0 .../config/initializers/mime_types.rb | 0 .../initializers/new_framework_defaults.rb | 26 + .../config/initializers/session_store.rb | 3 + .../config/initializers/wrap_parameters.rb | 14 + .../timedisp}/config/locales/en.yml | 0 .../controllersnviews/timedisp/config/puma.rb | 47 + .../timedisp/config/routes.rb | 5 + .../timedisp/config/secrets.yml | 22 + .../timedisp/config/spring.rb | 6 + .../controllersnviews/timedisp/db/seeds.rb | 7 + .../timedisp/lib/assets}/.keep | 0 .../timedisp/lib/tasks}/.keep | 0 .../controllersnviews/timedisp/log}/.keep | 0 .../timedisp/public/404.html | 67 + .../timedisp/public/422.html | 67 + .../timedisp/public/500.html | 66 + .../public/apple-touch-icon-precomposed.png | 0 .../timedisp/public/apple-touch-icon.png | 0 .../timedisp}/public/favicon.ico | 0 .../timedisp}/public/robots.txt | 0 .../timedisp/test/controllers}/.keep | 0 .../test/controllers/times_controller_test.rb | 7 + .../timedisp/test/fixtures}/.keep | 0 .../timedisp/test/fixtures/files}/.keep | 0 .../timedisp/test/helpers}/.keep | 0 .../timedisp/test/integration}/.keep | 0 .../timedisp/test/mailers}/.keep | 0 .../timedisp/test/models}/.keep | 0 .../timedisp}/test/test_helper.rb | 0 .../controllersnviews/timedisp/tmp}/.keep | 0 .../timedisp/vendor/assets/javascripts}/.keep | 0 .../timedisp/vendor/assets/stylesheets}/.keep | 0 dylan_eckert/fundamentals/arrays.rb | 27 + dylan_eckert/fundamentals/basic13.rb | 92 ++ dylan_eckert/fundamentals/guessnum.rb | 14 + dylan_eckert/fundamentals/hashes.rb | 11 + dylan_eckert/fundamentals/myenumerable.rb | 12 + dylan_eckert/fundamentals/names.rb | 19 + dylan_eckert/fundamentals/range.rb | 6 + dylan_eckert/fundamentals/rubypuzzles.rb | 57 + dylan_eckert/fundamentals/test.rb | 59 + dylan_eckert/models/bpm/.gitignore | 21 + dylan_eckert/models/bpm/Gemfile | 53 + dylan_eckert/models/bpm/Gemfile.lock | 181 +++ dylan_eckert/models/bpm/README.md | 24 + dylan_eckert/models/bpm/Rakefile | 6 + .../models/bpm/app/assets/config/manifest.js | 3 + .../models/bpm/app/assets/images}/.keep | 0 .../bpm/app/assets/javascripts/application.js | 16 + .../bpm/app/assets/javascripts/cable.js | 13 + .../app/assets/javascripts/channels}/.keep | 0 .../app/assets/stylesheets/application.css | 15 + .../app/channels/application_cable/channel.rb | 4 + .../channels/application_cable/connection.rb | 4 + .../app/controllers/application_controller.rb | 3 + .../bpm/app/controllers/concerns}/.keep | 0 .../bpm}/app/helpers/application_helper.rb | 0 .../models/bpm/app/jobs/application_job.rb | 2 + .../bpm/app/mailers/application_mailer.rb | 4 + .../bpm/app/models/application_record.rb | 3 + dylan_eckert/models/bpm/app/models/blog.rb | 5 + .../models/bpm/app/models}/concerns/.keep | 0 dylan_eckert/models/bpm/app/models/message.rb | 6 + dylan_eckert/models/bpm/app/models/post.rb | 7 + .../app/views/layouts/application.html.erb | 14 + .../bpm/app/views/layouts/mailer.html.erb | 13 + .../bpm/app/views/layouts/mailer.text.erb | 1 + .../models/bpm}/bin/bundle | 0 dylan_eckert/models/bpm/bin/rails | 9 + .../models/bpm}/bin/rake | 0 dylan_eckert/models/bpm/bin/setup | 34 + .../models/bpm}/bin/spring | 0 dylan_eckert/models/bpm/bin/update | 29 + dylan_eckert/models/bpm/commands.txt | 45 + dylan_eckert/models/bpm/config.ru | 5 + dylan_eckert/models/bpm/config/application.rb | 15 + dylan_eckert/models/bpm/config/boot.rb | 3 + dylan_eckert/models/bpm/config/cable.yml | 9 + .../models/bpm}/config/database.yml | 0 dylan_eckert/models/bpm/config/environment.rb | 5 + .../bpm/config/environments/development.rb | 54 + .../bpm/config/environments/production.rb | 86 ++ .../models/bpm/config/environments/test.rb | 42 + .../application_controller_renderer.rb | 8 + .../models/bpm}/config/initializers/assets.rb | 0 .../initializers/backtrace_silencers.rb | 0 .../config/initializers/cookies_serializer.rb | 5 + .../initializers/filter_parameter_logging.rb | 0 .../bpm}/config/initializers/inflections.rb | 0 .../bpm}/config/initializers/mime_types.rb | 0 .../initializers/new_framework_defaults.rb | 26 + .../bpm/config/initializers/session_store.rb | 0 .../config/initializers/wrap_parameters.rb | 14 + .../models/bpm}/config/locales/en.yml | 0 dylan_eckert/models/bpm/config/puma.rb | 47 + .../models/bpm}/config/routes.rb | 0 dylan_eckert/models/bpm/config/secrets.yml | 22 + dylan_eckert/models/bpm/config/spring.rb | 6 + .../db/migrate/20171130173044_create_blogs.rb | 10 + .../db/migrate/20171130173057_create_posts.rb | 11 + .../migrate/20171130173105_create_messages.rb | 11 + dylan_eckert/models/bpm/db/schema.rb | 40 + dylan_eckert/models/bpm/db/seeds.rb | 7 + .../models/bpm/lib/assets}/.keep | 0 .../models/bpm/lib/tasks}/.keep | 0 .../models/bpm/log}/.keep | 0 dylan_eckert/models/bpm/public/404.html | 67 + dylan_eckert/models/bpm/public/422.html | 67 + dylan_eckert/models/bpm/public/500.html | 66 + .../public/apple-touch-icon-precomposed.png | 0 .../models/bpm/public/apple-touch-icon.png | 0 .../models/bpm}/public/favicon.ico | 0 .../models/bpm}/public/robots.txt | 0 .../models/bpm/test/controllers}/.keep | 0 .../models/bpm/test/fixtures}/.keep | 0 .../models/bpm}/test/fixtures/blogs.yml | 0 .../models/bpm/test/fixtures/files}/.keep | 0 .../models/bpm/test/fixtures/messages.yml | 11 + .../models/bpm/test/fixtures/posts.yml | 11 + .../models/bpm}/test/helpers/.keep | 0 .../models/bpm}/test/integration/.keep | 0 .../models/bpm}/test/mailers/.keep | 0 .../models/bpm}/test/models/.keep | 0 .../models/bpm}/test/models/blog_test.rb | 0 .../models/bpm}/test/models/message_test.rb | 0 .../models/bpm}/test/models/post_test.rb | 0 .../models/bpm}/test/test_helper.rb | 0 .../models/bpm/tmp}/.keep | 0 .../bpm/vendor/assets/javascripts}/.keep | 0 .../bpm/vendor/assets/stylesheets}/.keep | 0 dylan_eckert/models/bpm2/.gitignore | 21 + dylan_eckert/models/bpm2/Gemfile | 53 + dylan_eckert/models/bpm2/Gemfile.lock | 181 +++ dylan_eckert/models/bpm2/README.md | 24 + dylan_eckert/models/bpm2/Rakefile | 6 + .../models/bpm2/app/assets/config/manifest.js | 3 + .../models/bpm2/app/assets/images}/.keep | 0 .../app/assets/javascripts/application.js | 16 + .../bpm2/app/assets/javascripts/cable.js | 13 + .../app/assets/javascripts/channels}/.keep | 0 .../app/assets/stylesheets/application.css | 15 + .../app/channels/application_cable/channel.rb | 4 + .../channels/application_cable/connection.rb | 4 + .../app/controllers/application_controller.rb | 3 + .../bpm2/app/controllers/concerns}/.keep | 0 .../bpm2}/app/helpers/application_helper.rb | 0 .../models/bpm2/app/jobs/application_job.rb | 2 + .../bpm2/app/mailers/application_mailer.rb | 4 + .../bpm2/app/models/application_record.rb | 3 + dylan_eckert/models/bpm2/app/models/blog.rb | 8 + .../models/bpm2/app/models/comment.rb | 3 + .../models/bpm2}/app/models/concerns/.keep | 0 .../models/bpm2/app/models/message.rb | 7 + dylan_eckert/models/bpm2/app/models/owner.rb | 4 + dylan_eckert/models/bpm2/app/models/post.rb | 8 + dylan_eckert/models/bpm2/app/models/user.rb | 10 + .../app/views/layouts/application.html.erb | 14 + .../bpm2/app/views/layouts/mailer.html.erb | 13 + .../bpm2/app/views/layouts/mailer.text.erb | 1 + .../models/bpm2}/bin/bundle | 0 dylan_eckert/models/bpm2/bin/rails | 9 + .../models/bpm2}/bin/rake | 0 dylan_eckert/models/bpm2/bin/setup | 34 + .../models/bpm2}/bin/spring | 0 dylan_eckert/models/bpm2/bin/update | 29 + dylan_eckert/models/bpm2/commands.txt | 53 + dylan_eckert/models/bpm2/config.ru | 5 + .../models/bpm2/config/application.rb | 15 + dylan_eckert/models/bpm2/config/boot.rb | 3 + dylan_eckert/models/bpm2/config/cable.yml | 9 + .../models/bpm2}/config/database.yml | 0 .../models/bpm2/config/environment.rb | 5 + .../bpm2/config/environments/development.rb | 54 + .../bpm2/config/environments/production.rb | 86 ++ .../models/bpm2/config/environments/test.rb | 42 + .../application_controller_renderer.rb | 8 + .../bpm2}/config/initializers/assets.rb | 0 .../initializers/backtrace_silencers.rb | 0 .../config/initializers/cookies_serializer.rb | 5 + .../initializers/filter_parameter_logging.rb | 0 .../bpm2}/config/initializers/inflections.rb | 0 .../bpm2}/config/initializers/mime_types.rb | 0 .../initializers/new_framework_defaults.rb | 26 + .../bpm2/config/initializers/session_store.rb | 3 + .../config/initializers/wrap_parameters.rb | 14 + .../models/bpm2}/config/locales/en.yml | 0 dylan_eckert/models/bpm2/config/puma.rb | 47 + dylan_eckert/models/bpm2/config/routes.rb | 3 + dylan_eckert/models/bpm2/config/secrets.yml | 22 + dylan_eckert/models/bpm2/config/spring.rb | 6 + .../db/migrate/20171201201729_create_users.rb | 11 + .../db/migrate/20171201201821_create_blogs.rb | 10 + .../migrate/20171201202102_create_owners.rb | 10 + .../db/migrate/20171201202247_create_posts.rb | 12 + .../migrate/20171201202452_create_messages.rb | 12 + .../migrate/20171204145319_create_comments.rb | 9 + dylan_eckert/models/bpm2/db/schema.rb | 69 + dylan_eckert/models/bpm2/db/seeds.rb | 7 + .../models/bpm2}/lib/assets/.keep | 0 .../models/bpm2}/lib/tasks/.keep | 0 .../models/bpm2}/log/.keep | 0 dylan_eckert/models/bpm2/public/404.html | 67 + dylan_eckert/models/bpm2/public/422.html | 67 + dylan_eckert/models/bpm2/public/500.html | 66 + .../public/apple-touch-icon-precomposed.png | 0 .../models/bpm2/public/apple-touch-icon.png | 0 .../models/bpm2}/public/favicon.ico | 0 .../models/bpm2}/public/robots.txt | 0 .../models/bpm2/test/controllers}/.keep | 0 .../models/bpm2/test/fixtures}/.keep | 0 .../models/bpm2/test/fixtures/blogs.yml | 9 + .../models/bpm2/test/fixtures/comments.yml | 9 + .../models/bpm2/test/fixtures/files}/.keep | 0 .../models/bpm2/test/fixtures/messages.yml | 13 + .../models/bpm2/test/fixtures/owners.yml | 9 + .../models/bpm2/test/fixtures/posts.yml | 13 + .../models/bpm2/test/fixtures/users.yml | 11 + .../models/bpm2/test/helpers}/.keep | 0 .../models/bpm2/test/integration}/.keep | 0 .../models/bpm2/test/mailers}/.keep | 0 .../models/bpm2/test/models}/.keep | 0 .../models/bpm2}/test/models/blog_test.rb | 0 .../models/bpm2}/test/models/comment_test.rb | 0 .../models/bpm2}/test/models/message_test.rb | 0 .../models/bpm2}/test/models/owner_test.rb | 0 .../models/bpm2}/test/models/post_test.rb | 0 .../models/bpm2}/test/models/user_test.rb | 0 .../models/bpm2}/test/test_helper.rb | 0 .../models/bpm2/tmp}/.keep | 0 .../bpm2/vendor/assets/javascripts}/.keep | 0 .../bpm2/vendor/assets/stylesheets}/.keep | 0 dylan_eckert/models/dojo_ninjas/.gitignore | 21 + dylan_eckert/models/dojo_ninjas/Gemfile | 53 + dylan_eckert/models/dojo_ninjas/Gemfile.lock | 181 +++ dylan_eckert/models/dojo_ninjas/README.md | 24 + dylan_eckert/models/dojo_ninjas/Rakefile | 6 + .../dojo_ninjas/app/assets/config/manifest.js | 3 + .../dojo_ninjas/app/assets/images}/.keep | 0 .../app/assets/javascripts/application.js | 16 + .../app/assets/javascripts/cable.js | 13 + .../app/assets/javascripts/channels}/.keep | 0 .../app/assets/stylesheets/application.css | 15 + .../app/channels/application_cable/channel.rb | 4 + .../channels/application_cable/connection.rb | 4 + .../app/controllers/application_controller.rb | 3 + .../app/controllers/concerns}/.keep | 0 .../app/helpers/application_helper.rb | 0 .../dojo_ninjas/app/jobs/application_job.rb | 2 + .../app/mailers/application_mailer.rb | 4 + .../app/models/application_record.rb | 3 + .../dojo_ninjas/app/models/concerns}/.keep | 0 .../models/dojo_ninjas/app/models/dojo.rb | 5 + .../models/dojo_ninjas/app/models/ninja.rb | 4 + .../app/views/layouts/application.html.erb | 14 + .../app/views/layouts/mailer.html.erb | 13 + .../app/views/layouts/mailer.text.erb | 1 + .../models/dojo_ninjas}/bin/bundle | 0 dylan_eckert/models/dojo_ninjas/bin/rails | 9 + .../models/dojo_ninjas}/bin/rake | 0 dylan_eckert/models/dojo_ninjas/bin/setup | 34 + .../models/dojo_ninjas}/bin/spring | 0 dylan_eckert/models/dojo_ninjas/bin/update | 29 + dylan_eckert/models/dojo_ninjas/commands.txt | 35 + dylan_eckert/models/dojo_ninjas/config.ru | 5 + .../models/dojo_ninjas/config/application.rb | 15 + .../models/dojo_ninjas/config/boot.rb | 3 + .../models/dojo_ninjas/config/cable.yml | 9 + .../models/dojo_ninjas}/config/database.yml | 0 .../models/dojo_ninjas/config/environment.rb | 5 + .../config/environments/development.rb | 54 + .../config/environments/production.rb | 86 ++ .../dojo_ninjas/config/environments/test.rb | 42 + .../application_controller_renderer.rb | 8 + .../config/initializers/assets.rb | 0 .../initializers/backtrace_silencers.rb | 0 .../config/initializers/cookies_serializer.rb | 5 + .../initializers/filter_parameter_logging.rb | 0 .../config/initializers/inflections.rb | 0 .../config/initializers/mime_types.rb | 0 .../initializers/new_framework_defaults.rb | 26 + .../config/initializers/session_store.rb | 0 .../config/initializers/wrap_parameters.rb | 14 + .../models/dojo_ninjas}/config/locales/en.yml | 0 .../models/dojo_ninjas/config/puma.rb | 47 + .../models/dojo_ninjas/config/routes.rb | 3 + .../models/dojo_ninjas/config/secrets.yml | 22 + .../models/dojo_ninjas/config/spring.rb | 6 + .../db/migrate/20171129223838_create_dojos.rb | 11 + .../migrate/20171129224118_create_ninjas.rb | 11 + dylan_eckert/models/dojo_ninjas/db/schema.rb | 32 + dylan_eckert/models/dojo_ninjas/db/seeds.rb | 7 + .../models/dojo_ninjas/lib/assets}/.keep | 0 .../models/dojo_ninjas/lib/tasks}/.keep | 0 .../models/dojo_ninjas/log}/.keep | 0 .../models/dojo_ninjas/public/404.html | 67 + .../models/dojo_ninjas/public/422.html | 67 + .../models/dojo_ninjas/public/500.html | 66 + .../public/apple-touch-icon-precomposed.png | 0 .../dojo_ninjas/public/apple-touch-icon.png | 0 .../models/dojo_ninjas}/public/favicon.ico | 0 .../models/dojo_ninjas}/public/robots.txt | 0 .../dojo_ninjas/test/controllers}/.keep | 0 .../models/dojo_ninjas/test/fixtures}/.keep | 0 .../dojo_ninjas/test/fixtures/dojos.yml | 0 .../dojo_ninjas/test/fixtures/files}/.keep | 0 .../dojo_ninjas/test/fixtures/ninjas.yml | 11 + .../models/dojo_ninjas/test/helpers}/.keep | 0 .../dojo_ninjas/test/integration}/.keep | 0 .../models/dojo_ninjas/test/mailers}/.keep | 0 .../models/dojo_ninjas/test/models}/.keep | 0 .../dojo_ninjas}/test/models/dojo_test.rb | 0 .../dojo_ninjas/test/models/ninja_test.rb | 0 .../models/dojo_ninjas}/test/test_helper.rb | 0 .../models/dojo_ninjas/tmp}/.keep | 0 .../vendor/assets/javascripts}/.keep | 0 .../vendor/assets/stylesheets}/.keep | 0 dylan_eckert/models/optimize/.gitignore | 21 + dylan_eckert/models/optimize/Gemfile | 53 + dylan_eckert/models/optimize/Gemfile.lock | 181 +++ dylan_eckert/models/optimize/README.md | 24 + dylan_eckert/models/optimize/Rakefile | 6 + .../optimize/app/assets/config/manifest.js | 3 + .../models/optimize/app/assets/images}/.keep | 0 .../app/assets/javascripts/application.js | 16 + .../optimize/app/assets/javascripts/cable.js | 13 + .../app/assets/javascripts/channels}/.keep | 0 .../app/assets/stylesheets/application.css | 15 + .../app/channels/application_cable/channel.rb | 4 + .../channels/application_cable/connection.rb | 4 + .../app/controllers/application_controller.rb | 3 + .../optimize/app/controllers/concerns}/.keep | 0 .../app/helpers/application_helper.rb | 0 .../optimize/app/jobs/application_job.rb | 2 + .../app/mailers/application_mailer.rb | 4 + .../optimize/app/models/application_record.rb | 3 + .../optimize/app/models/concerns}/.keep | 0 .../models/optimize/app/models/player.rb | 3 + .../models/optimize/app/models/team.rb | 3 + .../app/views/layouts/application.html.erb | 14 + .../app/views/layouts/mailer.html.erb | 13 + .../app/views/layouts/mailer.text.erb | 1 + .../models/optimize}/bin/bundle | 0 dylan_eckert/models/optimize/bin/rails | 9 + .../models/optimize}/bin/rake | 0 dylan_eckert/models/optimize/bin/setup | 34 + .../models/optimize}/bin/spring | 0 dylan_eckert/models/optimize/bin/update | 29 + dylan_eckert/models/optimize/commands.txt | 36 + dylan_eckert/models/optimize/config.ru | 5 + .../models/optimize/config/application.rb | 15 + dylan_eckert/models/optimize/config/boot.rb | 3 + dylan_eckert/models/optimize/config/cable.yml | 9 + .../models/optimize}/config/database.yml | 0 .../models/optimize/config/environment.rb | 5 + .../config/environments/development.rb | 54 + .../config/environments/production.rb | 86 ++ .../optimize/config/environments/test.rb | 42 + .../application_controller_renderer.rb | 8 + .../optimize}/config/initializers/assets.rb | 0 .../initializers/backtrace_silencers.rb | 0 .../config/initializers/cookies_serializer.rb | 5 + .../initializers/filter_parameter_logging.rb | 0 .../config/initializers/inflections.rb | 0 .../config/initializers/mime_types.rb | 0 .../initializers/new_framework_defaults.rb | 26 + .../config/initializers/session_store.rb | 0 .../config/initializers/wrap_parameters.rb | 14 + .../models/optimize}/config/locales/en.yml | 0 dylan_eckert/models/optimize/config/puma.rb | 47 + dylan_eckert/models/optimize/config/routes.rb | 3 + .../models/optimize/config/secrets.yml | 22 + dylan_eckert/models/optimize/config/spring.rb | 6 + .../db/migrate/20171130194453_create_teams.rb | 11 + .../migrate/20171130194502_create_players.rb | 10 + dylan_eckert/models/optimize/db/schema.rb | 31 + dylan_eckert/models/optimize/db/seeds.rb | 104 ++ .../models/optimize/lib/assets}/.keep | 0 .../models/optimize/lib/tasks}/.keep | 0 .../models/optimize/log}/.keep | 0 dylan_eckert/models/optimize/public/404.html | 67 + dylan_eckert/models/optimize/public/422.html | 67 + dylan_eckert/models/optimize/public/500.html | 66 + .../public/apple-touch-icon-precomposed.png | 0 .../optimize/public/apple-touch-icon.png | 0 .../models/optimize}/public/favicon.ico | 0 .../models/optimize}/public/robots.txt | 0 .../models/optimize/test/controllers}/.keep | 0 .../models/optimize/test/fixtures}/.keep | 0 .../optimize/test/fixtures/files}/.keep | 0 .../models/optimize/test/fixtures/players.yml | 9 + .../models/optimize/test/fixtures/teams.yml | 0 .../models/optimize/test/helpers}/.keep | 0 .../models/optimize/test/integration}/.keep | 0 .../models/optimize/test/mailers}/.keep | 0 .../models/optimize/test/models}/.keep | 0 .../optimize/test/models/player_test.rb | 0 .../models/optimize/test/models/team_test.rb | 0 .../models/optimize}/test/test_helper.rb | 0 .../models/optimize/tmp}/.keep | 0 .../optimize/vendor/assets/javascripts}/.keep | 0 .../optimize/vendor/assets/stylesheets}/.keep | 0 dylan_eckert/models/orm_practice/.gitignore | 21 + dylan_eckert/models/orm_practice/Gemfile | 53 + dylan_eckert/models/orm_practice/Gemfile.lock | 179 +++ dylan_eckert/models/orm_practice/README.md | 24 + dylan_eckert/models/orm_practice/Rakefile | 6 + .../app/assets/config/manifest.js | 3 + .../orm_practice/app/assets/images}/.keep | 0 .../app/assets/javascripts/application.js | 16 + .../app/assets/javascripts/cable.js | 13 + .../app/assets/javascripts/channels}/.keep | 0 .../app/assets/stylesheets/application.css | 15 + .../app/channels/application_cable/channel.rb | 4 + .../channels/application_cable/connection.rb | 4 + .../app/controllers/application_controller.rb | 3 + .../app/controllers/concerns}/.keep | 0 .../app/helpers/application_helper.rb | 0 .../orm_practice/app/jobs/application_job.rb | 2 + .../app/mailers/application_mailer.rb | 4 + .../app/models/application_record.rb | 3 + .../orm_practice/app/models/concerns}/.keep | 0 .../models/orm_practice/app/models/user.rb | 33 + .../app/views/layouts/application.html.erb | 14 + .../app/views/layouts/mailer.html.erb | 13 + .../app/views/layouts/mailer.text.erb | 1 + .../models/orm_practice}/bin/bundle | 0 dylan_eckert/models/orm_practice/bin/rails | 9 + .../models/orm_practice}/bin/rake | 0 dylan_eckert/models/orm_practice/bin/setup | 34 + .../models/orm_practice}/bin/spring | 0 dylan_eckert/models/orm_practice/bin/update | 29 + dylan_eckert/models/orm_practice/config.ru | 5 + .../models/orm_practice/config/application.rb | 15 + .../models/orm_practice/config/boot.rb | 3 + .../models/orm_practice/config/cable.yml | 9 + .../models/orm_practice}/config/database.yml | 0 .../models/orm_practice/config/environment.rb | 5 + .../config/environments/development.rb | 54 + .../config/environments/production.rb | 86 ++ .../orm_practice/config/environments/test.rb | 42 + .../application_controller_renderer.rb | 6 + .../config/initializers/assets.rb | 0 .../initializers/backtrace_silencers.rb | 0 .../config/initializers/cookies_serializer.rb | 5 + .../initializers/filter_parameter_logging.rb | 0 .../config/initializers/inflections.rb | 0 .../config/initializers/mime_types.rb | 0 .../initializers/new_framework_defaults.rb | 24 + .../config/initializers/session_store.rb | 0 .../config/initializers/wrap_parameters.rb | 14 + .../orm_practice}/config/locales/en.yml | 0 .../models/orm_practice/config/puma.rb | 47 + .../models/orm_practice/config/routes.rb | 3 + .../models/orm_practice/config/secrets.yml | 22 + .../models/orm_practice/config/spring.rb | 6 + .../db/migrate/20171129193306_create_users.rb | 13 + dylan_eckert/models/orm_practice/db/schema.rb | 25 + dylan_eckert/models/orm_practice/db/seeds.rb | 7 + .../models/orm_practice/lib/assets}/.keep | 0 .../models/orm_practice/lib/tasks}/.keep | 0 .../models/orm_practice/log}/.keep | 0 .../models/orm_practice}/public/404.html | 0 .../models/orm_practice}/public/422.html | 0 .../models/orm_practice}/public/500.html | 0 .../public/apple-touch-icon-precomposed.png | 0 .../orm_practice/public/apple-touch-icon.png | 0 .../models/orm_practice}/public/favicon.ico | 0 .../models/orm_practice}/public/robots.txt | 0 .../orm_practice/test/controllers}/.keep | 0 .../models/orm_practice/test/fixtures}/.keep | 0 .../orm_practice/test/fixtures/files}/.keep | 0 .../orm_practice/test/fixtures/users.yml | 15 + .../models/orm_practice/test/helpers}/.keep | 0 .../orm_practice/test/integration}/.keep | 0 .../models/orm_practice/test/mailers}/.keep | 0 .../models/orm_practice/test/models}/.keep | 0 .../orm_practice}/test/models/user_test.rb | 0 .../models/orm_practice}/test/test_helper.rb | 0 .../models/orm_practice/tmp}/.keep | 0 .../vendor/assets/javascripts}/.keep | 0 .../vendor/assets/stylesheets}/.keep | 0 dylan_eckert/models/polymorphismcommands.txt | 13 + dylan_eckert/models/user_log_proj/.gitignore | 21 + dylan_eckert/models/user_log_proj/Gemfile | 53 + .../models/user_log_proj/Gemfile.lock | 179 +++ dylan_eckert/models/user_log_proj/README.md | 24 + dylan_eckert/models/user_log_proj/Rakefile | 6 + .../app/assets/config/manifest.js | 3 + .../user_log_proj/app/assets/images}/.keep | 0 .../app/assets/javascripts/application.js | 16 + .../app/assets/javascripts/cable.js | 13 + .../app/assets/javascripts/channels}/.keep | 0 .../app/assets/stylesheets/application.css | 15 + .../app/channels/application_cable/channel.rb | 4 + .../channels/application_cable/connection.rb | 4 + .../app/controllers/application_controller.rb | 3 + .../app/controllers/concerns}/.keep | 0 .../app/helpers/application_helper.rb | 0 .../user_log_proj/app/jobs/application_job.rb | 2 + .../app/mailers/application_mailer.rb | 4 + .../app/models/application_record.rb | 3 + .../user_log_proj/app/models/concerns}/.keep | 0 .../models/user_log_proj/app/models/user.rb | 22 + .../app/views/layouts/application.html.erb | 14 + .../app/views/layouts/mailer.html.erb | 13 + .../app/views/layouts/mailer.text.erb | 1 + .../models/user_log_proj}/bin/bundle | 0 dylan_eckert/models/user_log_proj/bin/rails | 9 + .../models/user_log_proj}/bin/rake | 0 dylan_eckert/models/user_log_proj/bin/setup | 34 + .../models/user_log_proj}/bin/spring | 0 dylan_eckert/models/user_log_proj/bin/update | 29 + .../models/user_log_proj/commands.txt | 35 + dylan_eckert/models/user_log_proj/config.ru | 5 + .../user_log_proj/config/application.rb | 15 + .../models/user_log_proj/config/boot.rb | 3 + .../models/user_log_proj/config/cable.yml | 9 + .../models/user_log_proj}/config/database.yml | 0 .../user_log_proj/config/environment.rb | 5 + .../config/environments/development.rb | 54 + .../config/environments/production.rb | 86 ++ .../user_log_proj/config/environments/test.rb | 42 + .../application_controller_renderer.rb | 8 + .../config/initializers/assets.rb | 0 .../initializers/backtrace_silencers.rb | 0 .../config/initializers/cookies_serializer.rb | 5 + .../initializers/filter_parameter_logging.rb | 0 .../config/initializers/inflections.rb | 0 .../config/initializers/mime_types.rb | 0 .../initializers/new_framework_defaults.rb | 26 + .../config/initializers/session_store.rb | 3 + .../config/initializers/wrap_parameters.rb | 14 + .../user_log_proj}/config/locales/en.yml | 0 .../models/user_log_proj/config/puma.rb | 47 + .../models/user_log_proj/config/routes.rb | 3 + .../models/user_log_proj/config/secrets.yml | 22 + .../models/user_log_proj/config/spring.rb | 6 + .../db/migrate/20171129202800_create_users.rb | 12 + .../models/user_log_proj/db/schema.rb | 24 + dylan_eckert/models/user_log_proj/db/seeds.rb | 7 + .../models/user_log_proj/lib/assets}/.keep | 0 .../models/user_log_proj/lib/tasks}/.keep | 0 .../models/user_log_proj/log}/.keep | 0 .../models/user_log_proj/public/404.html | 67 + .../models/user_log_proj/public/422.html | 67 + .../models/user_log_proj/public/500.html | 66 + .../public/apple-touch-icon-precomposed.png | 0 .../user_log_proj/public/apple-touch-icon.png | 0 .../models/user_log_proj}/public/favicon.ico | 0 .../models/user_log_proj}/public/robots.txt | 0 .../user_log_proj/test/controllers}/.keep | 0 .../models/user_log_proj/test/fixtures}/.keep | 0 .../user_log_proj/test/fixtures/files}/.keep | 0 .../user_log_proj/test/fixtures/users.yml | 13 + .../models/user_log_proj/test/helpers}/.keep | 0 .../user_log_proj/test/integration}/.keep | 0 .../models/user_log_proj/test/mailers}/.keep | 0 .../models/user_log_proj/test/models}/.keep | 0 .../user_log_proj}/test/models/user_test.rb | 0 .../models/user_log_proj}/test/test_helper.rb | 0 .../models/user_log_proj/tmp}/.keep | 0 .../vendor/assets/javascripts}/.keep | 0 .../vendor/assets/stylesheets}/.keep | 0 dylan_eckert/oop/bank.rb | 66 + dylan_eckert/oop/dog.zip | Bin 0 -> 653 bytes dylan_eckert/oop/human.rb | 25 + dylan_eckert/oop/lion.zip | Bin 0 -> 701 bytes dylan_eckert/oop/mathdojo.rb | 18 + dylan_eckert/oop/project.rb | 13 + dylan_eckert/oop/user.rb | 22 + dylan_eckert/oop/wizninsam.zip | Bin 0 -> 1527 bytes justin_quiros/13.rb | 49 - justin_quiros/animals/dog.rb | 22 - justin_quiros/animals/lion.rb | 24 - justin_quiros/animals/mammal.rb | 9 - justin_quiros/array.rb | 15 - justin_quiros/bank_account.rb | 95 -- justin_quiros/bpm/.gitignore | 17 - justin_quiros/bpm/Gemfile | 48 - justin_quiros/bpm/Gemfile.lock | 174 --- justin_quiros/bpm/README.rdoc | 28 - justin_quiros/bpm/Rakefile | 6 - justin_quiros/bpm/app/assets/images/.keep | 0 .../bpm/app/assets/javascripts/application.js | 16 - .../app/assets/stylesheets/application.css | 15 - .../app/controllers/application_controller.rb | 5 - .../bpm/app/controllers/concerns/.keep | 0 .../bpm/app/helpers/application_helper.rb | 2 - justin_quiros/bpm/app/mailers/.keep | 0 justin_quiros/bpm/app/models/.keep | 0 justin_quiros/bpm/app/models/blog.rb | 10 - justin_quiros/bpm/app/models/comment.rb | 3 - justin_quiros/bpm/app/models/concerns/.keep | 0 justin_quiros/bpm/app/models/message.rb | 15 - justin_quiros/bpm/app/models/owner.rb | 5 - justin_quiros/bpm/app/models/post.rb | 13 - justin_quiros/bpm/app/models/user.rb | 13 - .../app/views/layouts/application.html.erb | 14 - justin_quiros/bpm/bin/bundle | 3 - justin_quiros/bpm/bin/rails | 9 - justin_quiros/bpm/bin/rake | 9 - justin_quiros/bpm/bin/setup | 29 - justin_quiros/bpm/bin/spring | 17 - justin_quiros/bpm/config.ru | 4 - justin_quiros/bpm/config/application.rb | 26 - justin_quiros/bpm/config/boot.rb | 3 - justin_quiros/bpm/config/database.yml | 25 - justin_quiros/bpm/config/environment.rb | 5 - .../bpm/config/environments/development.rb | 41 - .../bpm/config/environments/production.rb | 79 -- justin_quiros/bpm/config/environments/test.rb | 42 - .../bpm/config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../bpm/config/initializers/inflections.rb | 16 - .../bpm/config/initializers/mime_types.rb | 4 - .../bpm/config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - justin_quiros/bpm/config/locales/en.yml | 23 - justin_quiros/bpm/config/routes.rb | 56 - justin_quiros/bpm/config/secrets.yml | 22 - .../db/migrate/20171130134326_create_blogs.rb | 10 - .../db/migrate/20171130134338_create_posts.rb | 11 - .../migrate/20171130134346_create_messages.rb | 11 - .../db/migrate/20171130165120_create_users.rb | 11 - .../migrate/20171130173850_create_owners.rb | 10 - .../20171130182335_add_user_to_post.rb | 5 - .../migrate/20171130202315_create_comments.rb | 9 - justin_quiros/bpm/db/schema.rb | 74 -- justin_quiros/bpm/db/seeds.rb | 7 - justin_quiros/bpm/lib/assets/.keep | 0 justin_quiros/bpm/lib/tasks/.keep | 0 justin_quiros/bpm/log/.keep | 0 justin_quiros/bpm/public/404.html | 67 - justin_quiros/bpm/public/422.html | 67 - justin_quiros/bpm/public/500.html | 66 - justin_quiros/bpm/public/favicon.ico | 0 justin_quiros/bpm/public/robots.txt | 5 - justin_quiros/bpm/test/controllers/.keep | 0 justin_quiros/bpm/test/fixtures/.keep | 0 justin_quiros/bpm/test/fixtures/blogs.yml | 9 - justin_quiros/bpm/test/fixtures/comments.yml | 9 - justin_quiros/bpm/test/fixtures/messages.yml | 11 - justin_quiros/bpm/test/fixtures/owners.yml | 9 - justin_quiros/bpm/test/fixtures/posts.yml | 11 - justin_quiros/bpm/test/fixtures/users.yml | 11 - justin_quiros/bpm/test/helpers/.keep | 0 justin_quiros/bpm/test/integration/.keep | 0 justin_quiros/bpm/test/mailers/.keep | 0 justin_quiros/bpm/test/models/.keep | 0 justin_quiros/bpm/test/models/blog_test.rb | 7 - justin_quiros/bpm/test/models/comment_test.rb | 7 - justin_quiros/bpm/test/models/message_test.rb | 7 - justin_quiros/bpm/test/models/owner_test.rb | 7 - justin_quiros/bpm/test/models/post_test.rb | 7 - justin_quiros/bpm/test/models/user_test.rb | 7 - justin_quiros/bpm/test/test_helper.rb | 10 - .../bpm/vendor/assets/javascripts/.keep | 0 .../bpm/vendor/assets/stylesheets/.keep | 0 justin_quiros/demo/.gitignore | 17 - justin_quiros/demo/Gemfile | 50 - justin_quiros/demo/Gemfile.lock | 175 --- justin_quiros/demo/README.rdoc | 28 - justin_quiros/demo/Rakefile | 6 - justin_quiros/demo/app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 16 - .../app/assets/javascripts/products.coffee | 3 - .../app/assets/stylesheets/application.css | 15 - .../demo/app/assets/stylesheets/products.scss | 3 - .../app/controllers/application_controller.rb | 5 - .../demo/app/controllers/concerns/.keep | 0 .../app/controllers/products_controller.rb | 19 - .../demo/app/helpers/application_helper.rb | 2 - .../demo/app/helpers/products_helper.rb | 2 - justin_quiros/demo/app/mailers/.keep | 0 justin_quiros/demo/app/models/.keep | 0 justin_quiros/demo/app/models/concerns/.keep | 0 justin_quiros/demo/app/models/product.rb | 2 - .../app/views/layouts/application.html.erb | 14 - .../demo/app/views/products/index.html.erb | 29 - .../demo/app/views/products/new.html.erb | 2 - justin_quiros/demo/bin/bundle | 3 - justin_quiros/demo/bin/rails | 9 - justin_quiros/demo/bin/rake | 9 - justin_quiros/demo/bin/setup | 29 - justin_quiros/demo/bin/spring | 17 - justin_quiros/demo/config.ru | 4 - justin_quiros/demo/config/application.rb | 26 - justin_quiros/demo/config/boot.rb | 3 - justin_quiros/demo/config/database.yml | 25 - justin_quiros/demo/config/environment.rb | 5 - .../demo/config/environments/development.rb | 46 - .../demo/config/environments/production.rb | 79 -- .../demo/config/environments/test.rb | 42 - .../demo/config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../demo/config/initializers/inflections.rb | 16 - .../demo/config/initializers/mime_types.rb | 4 - .../config/initializers/rails_footnotes.rb | 27 - .../demo/config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - justin_quiros/demo/config/locales/en.yml | 23 - justin_quiros/demo/config/routes.rb | 73 -- justin_quiros/demo/config/secrets.yml | 22 - .../migrate/20171201182659_create_products.rb | 10 - justin_quiros/demo/db/schema.rb | 23 - justin_quiros/demo/db/seeds.rb | 7 - justin_quiros/demo/lib/assets/.keep | 0 justin_quiros/demo/lib/tasks/.keep | 0 justin_quiros/demo/log/.keep | 0 justin_quiros/demo/public/404.html | 67 - justin_quiros/demo/public/422.html | 67 - justin_quiros/demo/public/500.html | 66 - justin_quiros/demo/public/favicon.ico | 0 justin_quiros/demo/public/robots.txt | 5 - justin_quiros/demo/test/controllers/.keep | 0 .../controllers/products_controller_test.rb | 14 - justin_quiros/demo/test/fixtures/.keep | 0 justin_quiros/demo/test/fixtures/products.yml | 9 - justin_quiros/demo/test/helpers/.keep | 0 justin_quiros/demo/test/integration/.keep | 0 justin_quiros/demo/test/mailers/.keep | 0 justin_quiros/demo/test/models/.keep | 0 .../demo/test/models/product_test.rb | 7 - justin_quiros/demo/test/test_helper.rb | 10 - .../demo/vendor/assets/javascripts/.keep | 0 .../demo/vendor/assets/stylesheets/.keep | 0 justin_quiros/display/.gitignore | 17 - justin_quiros/display/Gemfile | 50 - justin_quiros/display/Gemfile.lock | 175 --- justin_quiros/display/README.rdoc | 28 - justin_quiros/display/Rakefile | 6 - justin_quiros/display/app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 16 - .../app/assets/javascripts/times.coffee | 3 - .../app/assets/stylesheets/application.css | 15 - .../display/app/assets/stylesheets/times.scss | 3 - .../app/controllers/application_controller.rb | 5 - .../display/app/controllers/concerns/.keep | 0 .../app/controllers/times_controller.rb | 6 - .../display/app/helpers/application_helper.rb | 2 - .../display/app/helpers/times_helper.rb | 2 - justin_quiros/display/app/mailers/.keep | 0 justin_quiros/display/app/models/.keep | 0 .../display/app/models/concerns/.keep | 0 .../app/views/layouts/application.html.erb | 14 - .../display/app/views/times/main.html.erb | 3 - justin_quiros/display/bin/bundle | 3 - justin_quiros/display/bin/rails | 9 - justin_quiros/display/bin/rake | 9 - justin_quiros/display/bin/setup | 29 - justin_quiros/display/bin/spring | 17 - justin_quiros/display/config.ru | 4 - justin_quiros/display/config/application.rb | 26 - justin_quiros/display/config/boot.rb | 3 - justin_quiros/display/config/database.yml | 25 - justin_quiros/display/config/environment.rb | 5 - .../config/environments/development.rb | 48 - .../display/config/environments/production.rb | 79 -- .../display/config/environments/test.rb | 42 - .../display/config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../config/initializers/inflections.rb | 16 - .../display/config/initializers/mime_types.rb | 4 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - justin_quiros/display/config/locales/en.yml | 23 - justin_quiros/display/config/routes.rb | 60 - justin_quiros/display/config/secrets.yml | 22 - justin_quiros/display/db/seeds.rb | 7 - justin_quiros/display/lib/assets/.keep | 0 justin_quiros/display/lib/tasks/.keep | 0 justin_quiros/display/log/.keep | 0 justin_quiros/display/public/404.html | 67 - justin_quiros/display/public/422.html | 67 - justin_quiros/display/public/500.html | 66 - justin_quiros/display/public/favicon.ico | 0 justin_quiros/display/public/robots.txt | 5 - justin_quiros/display/test/controllers/.keep | 0 .../test/controllers/times_controller_test.rb | 9 - justin_quiros/display/test/fixtures/.keep | 0 justin_quiros/display/test/helpers/.keep | 0 justin_quiros/display/test/integration/.keep | 0 justin_quiros/display/test/mailers/.keep | 0 justin_quiros/display/test/models/.keep | 0 justin_quiros/display/test/test_helper.rb | 10 - .../display/vendor/assets/javascripts/.keep | 0 .../display/vendor/assets/stylesheets/.keep | 0 justin_quiros/dojo_dashboard/.gitignore | 17 - justin_quiros/dojo_dashboard/Gemfile | 48 - justin_quiros/dojo_dashboard/Gemfile.lock | 172 --- justin_quiros/dojo_dashboard/README.rdoc | 28 - justin_quiros/dojo_dashboard/Rakefile | 6 - .../dojo_dashboard/app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 16 - .../app/assets/javascripts/dojos.coffee | 3 - .../app/assets/stylesheets/application.css | 15 - .../app/assets/stylesheets/dojos.scss | 3 - .../app/controllers/application_controller.rb | 5 - .../app/controllers/concerns/.keep | 0 .../app/controllers/dojos_controller.rb | 54 - .../app/helpers/application_helper.rb | 2 - .../app/helpers/dojos_helper.rb | 2 - .../dojo_dashboard/app/mailers/.keep | 0 justin_quiros/dojo_dashboard/app/models/.keep | 0 .../dojo_dashboard/app/models/concerns/.keep | 0 .../dojo_dashboard/app/models/dojo.rb | 4 - .../app/views/dojos/edit.html.erb | 21 - .../app/views/dojos/index.html.erb | 36 - .../app/views/dojos/new.html.erb | 20 - .../app/views/dojos/show.html.erb | 4 - .../app/views/layouts/application.html.erb | 14 - justin_quiros/dojo_dashboard/bin/bundle | 3 - justin_quiros/dojo_dashboard/bin/rails | 9 - justin_quiros/dojo_dashboard/bin/rake | 9 - justin_quiros/dojo_dashboard/bin/setup | 29 - justin_quiros/dojo_dashboard/bin/spring | 17 - justin_quiros/dojo_dashboard/config.ru | 4 - .../dojo_dashboard/config/application.rb | 26 - justin_quiros/dojo_dashboard/config/boot.rb | 3 - .../dojo_dashboard/config/database.yml | 25 - .../dojo_dashboard/config/environment.rb | 5 - .../config/environments/development.rb | 47 - .../config/environments/production.rb | 79 -- .../config/environments/test.rb | 42 - .../config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../config/initializers/inflections.rb | 16 - .../config/initializers/mime_types.rb | 4 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - .../dojo_dashboard/config/locales/en.yml | 23 - justin_quiros/dojo_dashboard/config/routes.rb | 65 - .../dojo_dashboard/config/secrets.yml | 22 - .../db/migrate/20171203234313_create_dojos.rb | 12 - justin_quiros/dojo_dashboard/db/schema.rb | 25 - justin_quiros/dojo_dashboard/db/seeds.rb | 7 - justin_quiros/dojo_dashboard/lib/assets/.keep | 0 justin_quiros/dojo_dashboard/lib/tasks/.keep | 0 justin_quiros/dojo_dashboard/log/.keep | 0 justin_quiros/dojo_dashboard/public/404.html | 67 - justin_quiros/dojo_dashboard/public/422.html | 67 - justin_quiros/dojo_dashboard/public/500.html | 66 - .../dojo_dashboard/public/favicon.ico | 0 .../dojo_dashboard/public/robots.txt | 5 - .../dojo_dashboard/test/controllers/.keep | 0 .../test/controllers/dojos_controller_test.rb | 9 - .../dojo_dashboard/test/fixtures/.keep | 0 .../dojo_dashboard/test/fixtures/dojos.yml | 13 - .../dojo_dashboard/test/helpers/.keep | 0 .../dojo_dashboard/test/integration/.keep | 0 .../dojo_dashboard/test/mailers/.keep | 0 .../dojo_dashboard/test/models/.keep | 0 .../dojo_dashboard/test/models/dojo_test.rb | 7 - .../dojo_dashboard/test/test_helper.rb | 10 - .../vendor/assets/javascripts/.keep | 0 .../vendor/assets/stylesheets/.keep | 0 justin_quiros/dojo_ninjas/.gitignore | 17 - justin_quiros/dojo_ninjas/Gemfile | 48 - justin_quiros/dojo_ninjas/Gemfile.lock | 174 --- justin_quiros/dojo_ninjas/README.rdoc | 28 - justin_quiros/dojo_ninjas/Rakefile | 6 - .../dojo_ninjas/app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 16 - .../app/assets/stylesheets/application.css | 15 - .../app/controllers/application_controller.rb | 5 - .../app/controllers/concerns/.keep | 0 .../app/helpers/application_helper.rb | 2 - justin_quiros/dojo_ninjas/app/mailers/.keep | 0 justin_quiros/dojo_ninjas/app/models/.keep | 0 .../dojo_ninjas/app/models/concerns/.keep | 0 justin_quiros/dojo_ninjas/app/models/dojo.rb | 4 - justin_quiros/dojo_ninjas/app/models/ninja.rb | 8 - .../app/views/layouts/application.html.erb | 14 - justin_quiros/dojo_ninjas/bin/bundle | 3 - justin_quiros/dojo_ninjas/bin/rails | 9 - justin_quiros/dojo_ninjas/bin/rake | 9 - justin_quiros/dojo_ninjas/bin/setup | 29 - justin_quiros/dojo_ninjas/bin/spring | 17 - justin_quiros/dojo_ninjas/config.ru | 4 - .../dojo_ninjas/config/application.rb | 26 - justin_quiros/dojo_ninjas/config/boot.rb | 3 - justin_quiros/dojo_ninjas/config/database.yml | 25 - .../dojo_ninjas/config/environment.rb | 5 - .../config/environments/development.rb | 41 - .../config/environments/production.rb | 79 -- .../dojo_ninjas/config/environments/test.rb | 42 - .../dojo_ninjas/config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../config/initializers/inflections.rb | 16 - .../config/initializers/mime_types.rb | 4 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - .../dojo_ninjas/config/locales/en.yml | 23 - justin_quiros/dojo_ninjas/config/routes.rb | 56 - justin_quiros/dojo_ninjas/config/secrets.yml | 22 - .../db/migrate/20171129204110_create_dojos.rb | 11 - .../migrate/20171129204212_create_ninjas.rb | 11 - justin_quiros/dojo_ninjas/db/schema.rb | 34 - justin_quiros/dojo_ninjas/db/seeds.rb | 7 - justin_quiros/dojo_ninjas/lib/assets/.keep | 0 justin_quiros/dojo_ninjas/lib/tasks/.keep | 0 justin_quiros/dojo_ninjas/log/.keep | 0 justin_quiros/dojo_ninjas/public/404.html | 67 - justin_quiros/dojo_ninjas/public/422.html | 67 - justin_quiros/dojo_ninjas/public/500.html | 66 - justin_quiros/dojo_ninjas/public/favicon.ico | 0 justin_quiros/dojo_ninjas/public/robots.txt | 5 - .../dojo_ninjas/test/controllers/.keep | 0 justin_quiros/dojo_ninjas/test/fixtures/.keep | 0 .../dojo_ninjas/test/fixtures/dojos.yml | 11 - .../dojo_ninjas/test/fixtures/ninjas.yml | 11 - justin_quiros/dojo_ninjas/test/helpers/.keep | 0 .../dojo_ninjas/test/integration/.keep | 0 justin_quiros/dojo_ninjas/test/mailers/.keep | 0 justin_quiros/dojo_ninjas/test/models/.keep | 0 .../dojo_ninjas/test/models/dojo_test.rb | 7 - .../dojo_ninjas/test/models/ninja_test.rb | 7 - justin_quiros/dojo_ninjas/test/test_helper.rb | 10 - .../vendor/assets/javascripts/.keep | 0 .../vendor/assets/stylesheets/.keep | 0 justin_quiros/exercise1.rb | 90 -- justin_quiros/friends/.gitignore | 17 - justin_quiros/friends/Gemfile | 48 - justin_quiros/friends/Gemfile.lock | 172 --- justin_quiros/friends/README.rdoc | 28 - justin_quiros/friends/Rakefile | 6 - justin_quiros/friends/app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 16 - .../app/assets/stylesheets/application.css | 15 - .../app/controllers/application_controller.rb | 5 - .../friends/app/controllers/concerns/.keep | 0 .../friends/app/helpers/application_helper.rb | 2 - justin_quiros/friends/app/mailers/.keep | 0 justin_quiros/friends/app/models/.keep | 0 .../friends/app/models/concerns/.keep | 0 justin_quiros/friends/app/models/homie.rb | 4 - justin_quiros/friends/app/models/user.rb | 5 - .../app/views/layouts/application.html.erb | 14 - justin_quiros/friends/bin/bundle | 3 - justin_quiros/friends/bin/rails | 9 - justin_quiros/friends/bin/rake | 9 - justin_quiros/friends/bin/setup | 29 - justin_quiros/friends/bin/spring | 17 - justin_quiros/friends/config.ru | 4 - justin_quiros/friends/config/application.rb | 26 - justin_quiros/friends/config/boot.rb | 3 - justin_quiros/friends/config/database.yml | 25 - justin_quiros/friends/config/environment.rb | 5 - .../config/environments/development.rb | 41 - .../friends/config/environments/production.rb | 79 -- .../friends/config/environments/test.rb | 42 - .../friends/config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../config/initializers/inflections.rb | 16 - .../friends/config/initializers/mime_types.rb | 4 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - justin_quiros/friends/config/locales/en.yml | 23 - justin_quiros/friends/config/routes.rb | 56 - justin_quiros/friends/config/secrets.yml | 22 - .../db/migrate/20171130212913_create_users.rb | 10 - .../migrate/20171130214705_create_homies.rb | 10 - justin_quiros/friends/db/schema.rb | 33 - justin_quiros/friends/db/seeds.rb | 7 - justin_quiros/friends/lib/assets/.keep | 0 justin_quiros/friends/lib/tasks/.keep | 0 justin_quiros/friends/log/.keep | 0 justin_quiros/friends/public/404.html | 67 - justin_quiros/friends/public/422.html | 67 - justin_quiros/friends/public/500.html | 66 - justin_quiros/friends/public/favicon.ico | 0 justin_quiros/friends/public/robots.txt | 5 - justin_quiros/friends/test/controllers/.keep | 0 justin_quiros/friends/test/fixtures/.keep | 0 .../friends/test/fixtures/homies.yml | 9 - justin_quiros/friends/test/fixtures/users.yml | 9 - justin_quiros/friends/test/helpers/.keep | 0 justin_quiros/friends/test/integration/.keep | 0 justin_quiros/friends/test/mailers/.keep | 0 justin_quiros/friends/test/models/.keep | 0 .../friends/test/models/homie_test.rb | 7 - .../friends/test/models/user_test.rb | 7 - justin_quiros/friends/test/test_helper.rb | 10 - .../friends/vendor/assets/javascripts/.keep | 0 .../friends/vendor/assets/stylesheets/.keep | 0 justin_quiros/guess.rb | 11 - justin_quiros/hashes.rb | 18 - justin_quiros/mathdojo.rb | 21 - justin_quiros/models/.gitignore | 17 - justin_quiros/models/Gemfile | 49 - justin_quiros/models/Gemfile.lock | 172 --- justin_quiros/models/README.rdoc | 28 - justin_quiros/models/Rakefile | 6 - justin_quiros/models/app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 16 - .../app/assets/javascripts/users.coffee | 3 - .../app/assets/stylesheets/application.css | 15 - .../models/app/assets/stylesheets/users.scss | 3 - .../app/controllers/application_controller.rb | 5 - .../models/app/controllers/concerns/.keep | 0 .../app/controllers/users_controller.rb | 27 - .../models/app/helpers/application_helper.rb | 2 - .../models/app/helpers/users_helper.rb | 2 - justin_quiros/models/app/mailers/.keep | 0 justin_quiros/models/app/models/.keep | 0 .../models/app/models/concerns/.keep | 0 justin_quiros/models/app/models/user.rb | 2 - .../app/views/layouts/application.html.erb | 14 - .../models/app/views/users/edit.html.erb | 8 - .../models/app/views/users/index.html.erb | 2 - .../models/app/views/users/new.html.erb | 8 - .../models/app/views/users/total.html.erb | 2 - justin_quiros/models/bin/bundle | 3 - justin_quiros/models/bin/rails | 9 - justin_quiros/models/bin/rake | 9 - justin_quiros/models/bin/setup | 29 - justin_quiros/models/bin/spring | 17 - justin_quiros/models/config.ru | 4 - justin_quiros/models/config/application.rb | 26 - justin_quiros/models/config/boot.rb | 3 - justin_quiros/models/config/database.yml | 25 - justin_quiros/models/config/environment.rb | 5 - .../models/config/environments/development.rb | 48 - .../models/config/environments/production.rb | 79 -- .../models/config/environments/test.rb | 42 - .../models/config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../models/config/initializers/inflections.rb | 16 - .../models/config/initializers/mime_types.rb | 4 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - justin_quiros/models/config/locales/en.yml | 23 - justin_quiros/models/config/routes.rb | 68 - justin_quiros/models/config/secrets.yml | 22 - .../db/migrate/20171201201239_create_users.rb | 9 - justin_quiros/models/db/schema.rb | 22 - justin_quiros/models/db/seeds.rb | 7 - justin_quiros/models/lib/assets/.keep | 0 justin_quiros/models/lib/tasks/.keep | 0 justin_quiros/models/log/.keep | 0 justin_quiros/models/public/404.html | 67 - justin_quiros/models/public/422.html | 67 - justin_quiros/models/public/500.html | 66 - justin_quiros/models/public/favicon.ico | 0 justin_quiros/models/public/robots.txt | 5 - justin_quiros/models/test/controllers/.keep | 0 .../test/controllers/users_controller_test.rb | 24 - justin_quiros/models/test/fixtures/.keep | 0 justin_quiros/models/test/fixtures/users.yml | 7 - justin_quiros/models/test/helpers/.keep | 0 justin_quiros/models/test/integration/.keep | 0 justin_quiros/models/test/mailers/.keep | 0 justin_quiros/models/test/models/.keep | 0 justin_quiros/models/test/models/user_test.rb | 7 - justin_quiros/models/test/test_helper.rb | 10 - .../models/vendor/assets/javascripts/.keep | 0 .../models/vendor/assets/stylesheets/.keep | 0 justin_quiros/module_practice/main.rb | 9 - .../module_practice/printer_module.rb | 7 - justin_quiros/my_app/.gitignore | 17 - justin_quiros/my_app/Gemfile | 49 - justin_quiros/my_app/Gemfile.lock | 174 --- justin_quiros/my_app/README.rdoc | 28 - justin_quiros/my_app/Rakefile | 6 - justin_quiros/my_app/app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 16 - .../app/assets/stylesheets/application.css | 15 - .../app/controllers/application_controller.rb | 5 - .../my_app/app/controllers/concerns/.keep | 0 .../my_app/app/helpers/application_helper.rb | 2 - justin_quiros/my_app/app/mailers/.keep | 0 justin_quiros/my_app/app/models/.keep | 0 justin_quiros/my_app/app/models/address.rb | 3 - .../my_app/app/models/concerns/.keep | 0 justin_quiros/my_app/app/models/message.rb | 3 - justin_quiros/my_app/app/models/user.rb | 7 - .../app/views/layouts/application.html.erb | 14 - justin_quiros/my_app/bin/bundle | 3 - justin_quiros/my_app/bin/rails | 9 - justin_quiros/my_app/bin/rake | 9 - justin_quiros/my_app/bin/setup | 29 - justin_quiros/my_app/bin/spring | 17 - justin_quiros/my_app/config.ru | 4 - justin_quiros/my_app/config/application.rb | 26 - justin_quiros/my_app/config/boot.rb | 3 - justin_quiros/my_app/config/database.yml | 25 - justin_quiros/my_app/config/environment.rb | 5 - .../my_app/config/environments/development.rb | 41 - .../my_app/config/environments/production.rb | 79 -- .../my_app/config/environments/test.rb | 42 - .../my_app/config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../my_app/config/initializers/inflections.rb | 16 - .../my_app/config/initializers/mime_types.rb | 4 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - justin_quiros/my_app/config/locales/en.yml | 23 - justin_quiros/my_app/config/routes.rb | 56 - justin_quiros/my_app/config/secrets.yml | 22 - .../db/migrate/20171129194421_create_users.rb | 10 - .../migrate/20171129200004_create_messages.rb | 10 - .../20171129200910_create_addresses.rb | 12 - justin_quiros/my_app/db/schema.rb | 43 - justin_quiros/my_app/db/seeds.rb | 7 - justin_quiros/my_app/lib/assets/.keep | 0 justin_quiros/my_app/lib/tasks/.keep | 0 justin_quiros/my_app/log/.keep | 0 justin_quiros/my_app/public/404.html | 67 - justin_quiros/my_app/public/422.html | 67 - justin_quiros/my_app/public/500.html | 66 - justin_quiros/my_app/public/favicon.ico | 0 justin_quiros/my_app/public/robots.txt | 5 - justin_quiros/my_app/test/controllers/.keep | 0 justin_quiros/my_app/test/fixtures/.keep | 0 .../my_app/test/fixtures/addresses.yml | 13 - .../my_app/test/fixtures/messages.yml | 9 - justin_quiros/my_app/test/fixtures/users.yml | 9 - justin_quiros/my_app/test/helpers/.keep | 0 justin_quiros/my_app/test/integration/.keep | 0 justin_quiros/my_app/test/mailers/.keep | 0 justin_quiros/my_app/test/models/.keep | 0 .../my_app/test/models/address_test.rb | 7 - .../my_app/test/models/message_test.rb | 7 - justin_quiros/my_app/test/models/user_test.rb | 7 - justin_quiros/my_app/test/test_helper.rb | 10 - .../my_app/vendor/assets/javascripts/.keep | 0 .../my_app/vendor/assets/stylesheets/.keep | 0 justin_quiros/myenumerable.rb | 14 - justin_quiros/names.rb | 10 - justin_quiros/ninja_gold/.gitignore | 17 - justin_quiros/ninja_gold/Gemfile | 47 - justin_quiros/ninja_gold/Gemfile.lock | 172 --- justin_quiros/ninja_gold/README.rdoc | 28 - justin_quiros/ninja_gold/Rakefile | 6 - .../ninja_gold/app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 16 - .../app/assets/javascripts/rpgs.coffee | 3 - .../app/assets/stylesheets/application.css | 30 - .../app/assets/stylesheets/rpgs.scss | 0 .../app/controllers/application_controller.rb | 5 - .../ninja_gold/app/controllers/concerns/.keep | 0 .../app/controllers/rpgs_controller.rb | 31 - .../app/helpers/application_helper.rb | 2 - .../ninja_gold/app/helpers/rpgs_helper.rb | 2 - justin_quiros/ninja_gold/app/mailers/.keep | 0 justin_quiros/ninja_gold/app/models/.keep | 0 .../ninja_gold/app/models/concerns/.keep | 0 .../app/views/layouts/application.html.erb | 14 - .../ninja_gold/app/views/rpgs/index.html.erb | 53 - justin_quiros/ninja_gold/bin/bundle | 3 - justin_quiros/ninja_gold/bin/rails | 9 - justin_quiros/ninja_gold/bin/rake | 9 - justin_quiros/ninja_gold/bin/setup | 29 - justin_quiros/ninja_gold/bin/spring | 17 - justin_quiros/ninja_gold/config.ru | 4 - .../ninja_gold/config/application.rb | 26 - justin_quiros/ninja_gold/config/boot.rb | 3 - justin_quiros/ninja_gold/config/database.yml | 25 - .../ninja_gold/config/environment.rb | 5 - .../config/environments/development.rb | 47 - .../config/environments/production.rb | 79 -- .../ninja_gold/config/environments/test.rb | 42 - .../ninja_gold/config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../config/initializers/inflections.rb | 16 - .../config/initializers/mime_types.rb | 4 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - .../ninja_gold/config/locales/en.yml | 23 - justin_quiros/ninja_gold/config/routes.rb | 65 - justin_quiros/ninja_gold/config/secrets.yml | 22 - justin_quiros/ninja_gold/db/seeds.rb | 7 - justin_quiros/ninja_gold/lib/assets/.keep | 0 justin_quiros/ninja_gold/lib/tasks/.keep | 0 justin_quiros/ninja_gold/log/.keep | 0 justin_quiros/ninja_gold/public/404.html | 67 - justin_quiros/ninja_gold/public/422.html | 67 - justin_quiros/ninja_gold/public/500.html | 66 - justin_quiros/ninja_gold/public/favicon.ico | 0 justin_quiros/ninja_gold/public/robots.txt | 5 - .../ninja_gold/test/controllers/.keep | 0 .../test/controllers/rpgs_controller_test.rb | 24 - justin_quiros/ninja_gold/test/fixtures/.keep | 0 justin_quiros/ninja_gold/test/helpers/.keep | 0 .../ninja_gold/test/integration/.keep | 0 justin_quiros/ninja_gold/test/mailers/.keep | 0 justin_quiros/ninja_gold/test/models/.keep | 0 justin_quiros/ninja_gold/test/test_helper.rb | 10 - .../vendor/assets/javascripts/.keep | 0 .../vendor/assets/stylesheets/.keep | 0 justin_quiros/optimize/.gitignore | 17 - justin_quiros/optimize/Gemfile | 49 - justin_quiros/optimize/Gemfile.lock | 172 --- justin_quiros/optimize/Jerebko | 230 ---- justin_quiros/optimize/McCullough | 230 ---- justin_quiros/optimize/README.rdoc | 28 - justin_quiros/optimize/Rakefile | 6 - .../optimize/app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 16 - .../app/assets/stylesheets/application.css | 15 - .../app/controllers/application_controller.rb | 5 - .../optimize/app/controllers/concerns/.keep | 0 .../app/helpers/application_helper.rb | 2 - justin_quiros/optimize/app/mailers/.keep | 0 justin_quiros/optimize/app/models/.keep | 0 .../optimize/app/models/concerns/.keep | 0 justin_quiros/optimize/app/models/player.rb | 3 - justin_quiros/optimize/app/models/team.rb | 3 - .../app/views/layouts/application.html.erb | 14 - justin_quiros/optimize/bin/bundle | 3 - justin_quiros/optimize/bin/rails | 9 - justin_quiros/optimize/bin/rake | 9 - justin_quiros/optimize/bin/setup | 29 - justin_quiros/optimize/bin/spring | 17 - justin_quiros/optimize/config.ru | 4 - justin_quiros/optimize/config/application.rb | 26 - justin_quiros/optimize/config/boot.rb | 3 - justin_quiros/optimize/config/database.yml | 25 - justin_quiros/optimize/config/environment.rb | 5 - .../config/environments/development.rb | 41 - .../config/environments/production.rb | 79 -- .../optimize/config/environments/test.rb | 42 - .../optimize/config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../config/initializers/inflections.rb | 16 - .../config/initializers/mime_types.rb | 4 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - justin_quiros/optimize/config/locales/en.yml | 23 - justin_quiros/optimize/config/routes.rb | 56 - justin_quiros/optimize/config/secrets.yml | 22 - .../db/migrate/20171130145829_create_teams.rb | 11 - .../migrate/20171130145834_create_players.rb | 10 - justin_quiros/optimize/db/schema.rb | 33 - justin_quiros/optimize/db/seeds.rb | 113 -- justin_quiros/optimize/lib/assets/.keep | 0 justin_quiros/optimize/lib/tasks/.keep | 0 justin_quiros/optimize/log/.keep | 0 ...0 15:01:51 UTC | 2017-11-30 15:01:51 UTC | | 230 ---- justin_quiros/optimize/on the Lion | 230 ---- justin_quiros/optimize/public/404.html | 67 - justin_quiros/optimize/public/422.html | 67 - justin_quiros/optimize/public/500.html | 66 - justin_quiros/optimize/public/favicon.ico | 0 justin_quiros/optimize/public/robots.txt | 5 - justin_quiros/optimize/q | 503 ------- justin_quiros/optimize/test/controllers/.keep | 0 justin_quiros/optimize/test/fixtures/.keep | 0 .../optimize/test/fixtures/players.yml | 9 - .../optimize/test/fixtures/teams.yml | 11 - justin_quiros/optimize/test/helpers/.keep | 0 justin_quiros/optimize/test/integration/.keep | 0 justin_quiros/optimize/test/mailers/.keep | 0 justin_quiros/optimize/test/models/.keep | 0 .../optimize/test/models/player_test.rb | 7 - .../optimize/test/models/team_test.rb | 7 - justin_quiros/optimize/test/test_helper.rb | 10 - .../optimize/vendor/assets/javascripts/.keep | 0 .../optimize/vendor/assets/stylesheets/.keep | 0 justin_quiros/orm_practice/.gitignore | 17 - justin_quiros/orm_practice/Gemfile | 49 - justin_quiros/orm_practice/Gemfile.lock | 174 --- justin_quiros/orm_practice/README.rdoc | 28 - justin_quiros/orm_practice/Rakefile | 6 - .../orm_practice/app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 16 - .../app/assets/stylesheets/application.css | 15 - .../app/controllers/application_controller.rb | 5 - .../app/controllers/concerns/.keep | 0 .../app/helpers/application_helper.rb | 2 - justin_quiros/orm_practice/app/mailers/.keep | 0 justin_quiros/orm_practice/app/models/.keep | 0 .../orm_practice/app/models/concerns/.keep | 0 justin_quiros/orm_practice/app/models/user.rb | 44 - .../app/views/layouts/application.html.erb | 14 - justin_quiros/orm_practice/bin/bundle | 3 - justin_quiros/orm_practice/bin/rails | 9 - justin_quiros/orm_practice/bin/rake | 9 - justin_quiros/orm_practice/bin/setup | 29 - justin_quiros/orm_practice/bin/spring | 17 - justin_quiros/orm_practice/config.ru | 4 - .../orm_practice/config/application.rb | 26 - justin_quiros/orm_practice/config/boot.rb | 3 - .../orm_practice/config/database.yml | 25 - .../orm_practice/config/environment.rb | 5 - .../config/environments/development.rb | 41 - .../config/environments/production.rb | 79 -- .../orm_practice/config/environments/test.rb | 42 - .../config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../config/initializers/inflections.rb | 16 - .../config/initializers/mime_types.rb | 4 - .../config/initializers/wrap_parameters.rb | 14 - .../orm_practice/config/locales/en.yml | 23 - justin_quiros/orm_practice/config/routes.rb | 56 - justin_quiros/orm_practice/config/secrets.yml | 22 - .../db/migrate/20171129153239_create_users.rb | 13 - justin_quiros/orm_practice/db/schema.rb | 26 - justin_quiros/orm_practice/db/seeds.rb | 7 - justin_quiros/orm_practice/lib/assets/.keep | 0 justin_quiros/orm_practice/lib/tasks/.keep | 0 justin_quiros/orm_practice/log/.keep | 0 justin_quiros/orm_practice/public/404.html | 67 - justin_quiros/orm_practice/public/422.html | 67 - justin_quiros/orm_practice/public/500.html | 66 - justin_quiros/orm_practice/public/favicon.ico | 0 justin_quiros/orm_practice/public/robots.txt | 5 - .../orm_practice/test/controllers/.keep | 0 .../orm_practice/test/fixtures/.keep | 0 .../orm_practice/test/fixtures/users.yml | 15 - justin_quiros/orm_practice/test/helpers/.keep | 0 .../orm_practice/test/integration/.keep | 0 justin_quiros/orm_practice/test/mailers/.keep | 0 justin_quiros/orm_practice/test/models/.keep | 0 .../orm_practice/test/models/user_test.rb | 7 - .../orm_practice/test/test_helper.rb | 10 - .../vendor/assets/javascripts/.keep | 0 .../vendor/assets/stylesheets/.keep | 0 justin_quiros/poly/.gitignore | 17 - justin_quiros/poly/Gemfile | 49 - justin_quiros/poly/Gemfile.lock | 172 --- justin_quiros/poly/README.rdoc | 28 - justin_quiros/poly/Rakefile | 6 - justin_quiros/poly/app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 16 - .../app/assets/stylesheets/application.css | 15 - .../app/controllers/application_controller.rb | 5 - .../poly/app/controllers/concerns/.keep | 0 .../poly/app/helpers/application_helper.rb | 2 - justin_quiros/poly/app/mailers/.keep | 0 justin_quiros/poly/app/models/.keep | 0 justin_quiros/poly/app/models/concerns/.keep | 0 justin_quiros/poly/app/models/employee.rb | 3 - justin_quiros/poly/app/models/picture.rb | 3 - justin_quiros/poly/app/models/product.rb | 3 - .../app/views/layouts/application.html.erb | 14 - justin_quiros/poly/bin/bundle | 3 - justin_quiros/poly/bin/rails | 9 - justin_quiros/poly/bin/rake | 9 - justin_quiros/poly/bin/setup | 29 - justin_quiros/poly/bin/spring | 17 - justin_quiros/poly/config.ru | 4 - justin_quiros/poly/config/application.rb | 26 - justin_quiros/poly/config/boot.rb | 3 - justin_quiros/poly/config/database.yml | 25 - justin_quiros/poly/config/environment.rb | 5 - .../poly/config/environments/development.rb | 41 - .../poly/config/environments/production.rb | 79 -- .../poly/config/environments/test.rb | 42 - .../poly/config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../poly/config/initializers/inflections.rb | 16 - .../poly/config/initializers/mime_types.rb | 4 - .../poly/config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - justin_quiros/poly/config/locales/en.yml | 23 - justin_quiros/poly/config/routes.rb | 56 - justin_quiros/poly/config/secrets.yml | 22 - .../migrate/20171130194336_create_pictures.rb | 9 - .../20171130194343_create_employees.rb | 10 - .../migrate/20171130194351_create_products.rb | 9 - justin_quiros/poly/db/schema.rb | 38 - justin_quiros/poly/db/seeds.rb | 7 - justin_quiros/poly/lib/assets/.keep | 0 justin_quiros/poly/lib/tasks/.keep | 0 justin_quiros/poly/log/.keep | 0 justin_quiros/poly/public/404.html | 67 - justin_quiros/poly/public/422.html | 67 - justin_quiros/poly/public/500.html | 66 - justin_quiros/poly/public/favicon.ico | 0 justin_quiros/poly/public/robots.txt | 5 - justin_quiros/poly/test/controllers/.keep | 0 justin_quiros/poly/test/fixtures/.keep | 0 .../poly/test/fixtures/employees.yml | 9 - justin_quiros/poly/test/fixtures/pictures.yml | 9 - justin_quiros/poly/test/fixtures/products.yml | 7 - justin_quiros/poly/test/helpers/.keep | 0 justin_quiros/poly/test/integration/.keep | 0 justin_quiros/poly/test/mailers/.keep | 0 justin_quiros/poly/test/models/.keep | 0 .../poly/test/models/employee_test.rb | 7 - .../poly/test/models/picture_test.rb | 7 - .../poly/test/models/product_test.rb | 7 - justin_quiros/poly/test/test_helper.rb | 10 - .../poly/vendor/assets/javascripts/.keep | 0 .../poly/vendor/assets/stylesheets/.keep | 0 justin_quiros/project.rb | 16 - justin_quiros/puzzle.rb | 38 - justin_quiros/quiz.rb | 24 - justin_quiros/range.rb | 6 - justin_quiros/routes/.gitignore | 17 - justin_quiros/routes/Gemfile | 49 - justin_quiros/routes/Gemfile.lock | 172 --- justin_quiros/routes/README.rdoc | 28 - justin_quiros/routes/Rakefile | 6 - justin_quiros/routes/app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 16 - .../app/assets/stylesheets/application.css | 15 - .../app/controllers/application_controller.rb | 5 - .../routes/app/controllers/concerns/.keep | 0 .../app/controllers/tests_controller.rb | 32 - .../routes/app/helpers/application_helper.rb | 2 - justin_quiros/routes/app/mailers/.keep | 0 justin_quiros/routes/app/models/.keep | 0 .../routes/app/models/concerns/.keep | 0 .../app/views/layouts/application.html.erb | 14 - .../routes/app/views/tests/index.html.erb | 2 - justin_quiros/routes/bin/bundle | 3 - justin_quiros/routes/bin/rails | 9 - justin_quiros/routes/bin/rake | 9 - justin_quiros/routes/bin/setup | 29 - justin_quiros/routes/bin/spring | 17 - justin_quiros/routes/config.ru | 4 - justin_quiros/routes/config/application.rb | 26 - justin_quiros/routes/config/boot.rb | 3 - justin_quiros/routes/config/database.yml | 25 - justin_quiros/routes/config/environment.rb | 5 - .../routes/config/environments/development.rb | 47 - .../routes/config/environments/production.rb | 79 -- .../routes/config/environments/test.rb | 42 - .../routes/config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../routes/config/initializers/inflections.rb | 16 - .../routes/config/initializers/mime_types.rb | 4 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - justin_quiros/routes/config/locales/en.yml | 23 - justin_quiros/routes/config/routes.rb | 70 - justin_quiros/routes/config/secrets.yml | 22 - justin_quiros/routes/db/seeds.rb | 7 - justin_quiros/routes/lib/assets/.keep | 0 justin_quiros/routes/lib/tasks/.keep | 0 justin_quiros/routes/log/.keep | 0 justin_quiros/routes/public/404.html | 67 - justin_quiros/routes/public/422.html | 67 - justin_quiros/routes/public/500.html | 66 - justin_quiros/routes/public/favicon.ico | 0 justin_quiros/routes/public/robots.txt | 5 - justin_quiros/routes/test/controllers/.keep | 0 .../test/controllers/tests_controller_test.rb | 9 - justin_quiros/routes/test/fixtures/.keep | 0 justin_quiros/routes/test/helpers/.keep | 0 justin_quiros/routes/test/integration/.keep | 0 justin_quiros/routes/test/mailers/.keep | 0 justin_quiros/routes/test/models/.keep | 0 justin_quiros/routes/test/test_helper.rb | 10 - .../routes/vendor/assets/javascripts/.keep | 0 .../routes/vendor/assets/stylesheets/.keep | 0 justin_quiros/survey/.gitignore | 17 - justin_quiros/survey/Gemfile | 47 - justin_quiros/survey/Gemfile.lock | 170 --- justin_quiros/survey/README.rdoc | 28 - justin_quiros/survey/Rakefile | 6 - justin_quiros/survey/app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 16 - .../app/assets/javascripts/dojos.coffee | 3 - .../app/assets/stylesheets/application.css | 15 - .../survey/app/assets/stylesheets/dojos.scss | 3 - .../app/controllers/application_controller.rb | 5 - .../survey/app/controllers/concerns/.keep | 0 .../app/controllers/dojos_controller.rb | 23 - .../survey/app/helpers/application_helper.rb | 2 - .../survey/app/helpers/dojos_helper.rb | 2 - justin_quiros/survey/app/mailers/.keep | 0 justin_quiros/survey/app/models/.keep | 0 .../survey/app/models/concerns/.keep | 0 .../survey/app/views/dojos/index.html.erb | 27 - .../survey/app/views/dojos/show.html.erb | 6 - .../app/views/layouts/application.html.erb | 14 - justin_quiros/survey/bin/bundle | 3 - justin_quiros/survey/bin/rails | 9 - justin_quiros/survey/bin/rake | 9 - justin_quiros/survey/bin/setup | 29 - justin_quiros/survey/bin/spring | 17 - justin_quiros/survey/config.ru | 4 - justin_quiros/survey/config/application.rb | 26 - justin_quiros/survey/config/boot.rb | 3 - justin_quiros/survey/config/database.yml | 25 - justin_quiros/survey/config/environment.rb | 5 - .../survey/config/environments/development.rb | 52 - .../survey/config/environments/production.rb | 79 -- .../survey/config/environments/test.rb | 42 - .../survey/config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../survey/config/initializers/inflections.rb | 16 - .../survey/config/initializers/mime_types.rb | 4 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - justin_quiros/survey/config/locales/en.yml | 23 - justin_quiros/survey/config/routes.rb | 62 - justin_quiros/survey/config/secrets.yml | 22 - justin_quiros/survey/db/seeds.rb | 7 - justin_quiros/survey/lib/assets/.keep | 0 justin_quiros/survey/lib/tasks/.keep | 0 justin_quiros/survey/log/.keep | 0 justin_quiros/survey/public/404.html | 67 - justin_quiros/survey/public/422.html | 67 - justin_quiros/survey/public/500.html | 66 - justin_quiros/survey/public/favicon.ico | 0 justin_quiros/survey/public/robots.txt | 5 - justin_quiros/survey/test/controllers/.keep | 0 .../test/controllers/dojos_controller_test.rb | 19 - justin_quiros/survey/test/fixtures/.keep | 0 justin_quiros/survey/test/helpers/.keep | 0 justin_quiros/survey/test/integration/.keep | 0 justin_quiros/survey/test/mailers/.keep | 0 justin_quiros/survey/test/models/.keep | 0 justin_quiros/survey/test/test_helper.rb | 10 - .../survey/vendor/assets/javascripts/.keep | 0 .../survey/vendor/assets/stylesheets/.keep | 0 justin_quiros/user.rb | 48 - justin_quiros/user_login_project/.gitignore | 17 - justin_quiros/user_login_project/Gemfile | 48 - justin_quiros/user_login_project/Gemfile.lock | 174 --- justin_quiros/user_login_project/README.rdoc | 28 - justin_quiros/user_login_project/Rakefile | 6 - .../app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 16 - .../app/assets/stylesheets/application.css | 15 - .../app/controllers/application_controller.rb | 5 - .../app/controllers/concerns/.keep | 0 .../app/helpers/application_helper.rb | 2 - .../user_login_project/app/mailers/.keep | 0 .../user_login_project/app/models/.keep | 0 .../app/models/concerns/.keep | 0 .../user_login_project/app/models/user.rb | 7 - .../app/views/layouts/application.html.erb | 14 - justin_quiros/user_login_project/bin/bundle | 3 - justin_quiros/user_login_project/bin/rails | 9 - justin_quiros/user_login_project/bin/rake | 9 - justin_quiros/user_login_project/bin/setup | 29 - justin_quiros/user_login_project/bin/spring | 17 - justin_quiros/user_login_project/config.ru | 4 - .../user_login_project/config/application.rb | 26 - .../user_login_project/config/boot.rb | 3 - .../user_login_project/config/database.yml | 25 - .../user_login_project/config/environment.rb | 5 - .../config/environments/development.rb | 41 - .../config/environments/production.rb | 79 -- .../config/environments/test.rb | 42 - .../config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../config/initializers/inflections.rb | 16 - .../config/initializers/mime_types.rb | 4 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - .../user_login_project/config/locales/en.yml | 23 - .../user_login_project/config/routes.rb | 56 - .../user_login_project/config/secrets.yml | 22 - .../db/migrate/20171129184845_create_users.rb | 12 - justin_quiros/user_login_project/db/schema.rb | 25 - justin_quiros/user_login_project/db/seeds.rb | 7 - .../user_login_project/lib/assets/.keep | 0 .../user_login_project/lib/tasks/.keep | 0 justin_quiros/user_login_project/log/.keep | 0 .../user_login_project/public/404.html | 67 - .../user_login_project/public/422.html | 67 - .../user_login_project/public/500.html | 66 - .../user_login_project/public/favicon.ico | 0 .../user_login_project/public/robots.txt | 5 - .../user_login_project/test/controllers/.keep | 0 .../user_login_project/test/fixtures/.keep | 0 .../test/fixtures/users.yml | 13 - .../user_login_project/test/helpers/.keep | 0 .../user_login_project/test/integration/.keep | 0 .../user_login_project/test/mailers/.keep | 0 .../user_login_project/test/models/.keep | 0 .../test/models/user_test.rb | 7 - .../user_login_project/test/test_helper.rb | 10 - .../vendor/assets/javascripts/.keep | 0 .../vendor/assets/stylesheets/.keep | 0 justin_quiros/wizninsam/human.rb | 34 - justin_quiros/wizninsam/ninja.rb | 15 - justin_quiros/wizninsam/samurai.rb | 23 - justin_quiros/wizninsam/wizard.rb | 15 - richardN/.DS_Store | Bin 8196 -> 0 bytes richardN/README.md | 74 -- richardN/controllers/.DS_Store | Bin 6148 -> 0 bytes richardN/controllers/imc2/.gitignore | 17 - richardN/controllers/imc2/Gemfile | 48 - richardN/controllers/imc2/Gemfile.lock | 172 --- richardN/controllers/imc2/README.rdoc | 28 - richardN/controllers/imc2/Rakefile | 6 - .../controllers/imc2/app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 16 - .../imc2/app/assets/javascripts/users.coffee | 3 - .../app/assets/stylesheets/application.css | 15 - .../imc2/app/assets/stylesheets/users.scss | 3 - .../app/controllers/application_controller.rb | 5 - .../imc2/app/controllers/concerns/.keep | 0 .../imc2/app/controllers/users_controller.rb | 39 - .../imc2/app/helpers/application_helper.rb | 2 - .../imc2/app/helpers/users_helper.rb | 2 - richardN/controllers/imc2/app/mailers/.keep | 0 richardN/controllers/imc2/app/models/.keep | 0 .../imc2/app/models/concerns/.keep | 0 richardN/controllers/imc2/app/models/user.rb | 2 - .../app/views/layouts/application.html.erb | 14 - .../imc2/app/views/users/edit.html.erb | 16 - .../imc2/app/views/users/new.html.erb | 16 - richardN/controllers/imc2/bin/bundle | 3 - richardN/controllers/imc2/bin/rails | 9 - richardN/controllers/imc2/bin/rake | 9 - richardN/controllers/imc2/bin/setup | 29 - richardN/controllers/imc2/bin/spring | 17 - richardN/controllers/imc2/config.ru | 4 - .../controllers/imc2/config/application.rb | 26 - richardN/controllers/imc2/config/boot.rb | 3 - richardN/controllers/imc2/config/database.yml | 25 - .../controllers/imc2/config/environment.rb | 5 - .../imc2/config/environments/development.rb | 41 - .../imc2/config/environments/production.rb | 79 -- .../imc2/config/environments/test.rb | 42 - .../imc2/config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../imc2/config/initializers/inflections.rb | 16 - .../imc2/config/initializers/mime_types.rb | 4 - .../imc2/config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - .../controllers/imc2/config/locales/en.yml | 23 - richardN/controllers/imc2/config/routes.rb | 67 - richardN/controllers/imc2/config/secrets.yml | 22 - .../db/migrate/20171202220035_create_users.rb | 9 - richardN/controllers/imc2/db/schema.rb | 22 - richardN/controllers/imc2/db/seeds.rb | 7 - richardN/controllers/imc2/lib/assets/.keep | 0 richardN/controllers/imc2/lib/tasks/.keep | 0 richardN/controllers/imc2/log/.keep | 0 richardN/controllers/imc2/public/404.html | 67 - richardN/controllers/imc2/public/422.html | 67 - richardN/controllers/imc2/public/500.html | 66 - richardN/controllers/imc2/public/favicon.ico | 0 richardN/controllers/imc2/public/robots.txt | 5 - .../controllers/imc2/test/controllers/.keep | 0 .../test/controllers/users_controller_test.rb | 7 - richardN/controllers/imc2/test/fixtures/.keep | 0 .../controllers/imc2/test/fixtures/users.yml | 7 - richardN/controllers/imc2/test/helpers/.keep | 0 .../controllers/imc2/test/integration/.keep | 0 richardN/controllers/imc2/test/mailers/.keep | 0 richardN/controllers/imc2/test/models/.keep | 0 .../controllers/imc2/test/models/user_test.rb | 7 - richardN/controllers/imc2/test/test_helper.rb | 10 - .../imc2/vendor/assets/javascripts/.keep | 0 .../imc2/vendor/assets/stylesheets/.keep | 0 .../controllers/routesContollers/.DS_Store | Bin 6148 -> 0 bytes .../controllers/routesContollers/.gitignore | 17 - richardN/controllers/routesContollers/Gemfile | 48 - .../controllers/routesContollers/Gemfile.lock | 172 --- .../controllers/routesContollers/README.rdoc | 28 - .../controllers/routesContollers/Rakefile | 6 - .../routesContollers/app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 16 - .../app/assets/javascripts/hellos.coffee | 3 - .../app/assets/stylesheets/application.css | 15 - .../app/assets/stylesheets/hellos.scss | 3 - .../app/controllers/application_controller.rb | 5 - .../app/controllers/concerns/.keep | 0 .../app/controllers/hellos_controller.rb | 27 - .../app/helpers/application_helper.rb | 2 - .../app/helpers/hellos_helper.rb | 2 - .../routesContollers/app/mailers/.keep | 0 .../routesContollers/app/models/.keep | 0 .../app/models/concerns/.keep | 0 .../app/views/layouts/application.html.erb | 14 - .../controllers/routesContollers/bin/bundle | 3 - .../controllers/routesContollers/bin/rails | 9 - .../controllers/routesContollers/bin/rake | 9 - .../controllers/routesContollers/bin/setup | 29 - .../controllers/routesContollers/bin/spring | 17 - .../controllers/routesContollers/config.ru | 4 - .../routesContollers/config/application.rb | 26 - .../routesContollers/config/boot.rb | 3 - .../routesContollers/config/database.yml | 25 - .../routesContollers/config/environment.rb | 5 - .../config/environments/development.rb | 41 - .../config/environments/production.rb | 79 -- .../config/environments/test.rb | 42 - .../config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../config/initializers/inflections.rb | 16 - .../config/initializers/mime_types.rb | 4 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - .../routesContollers/config/locales/en.yml | 23 - .../routesContollers/config/routes.rb | 61 - .../routesContollers/config/secrets.yml | 22 - .../controllers/routesContollers/db/schema.rb | 16 - .../controllers/routesContollers/db/seeds.rb | 7 - .../routesContollers/lib/assets/.keep | 0 .../routesContollers/lib/tasks/.keep | 0 .../controllers/routesContollers/log/.keep | 0 .../routesContollers/public/404.html | 67 - .../routesContollers/public/422.html | 67 - .../routesContollers/public/500.html | 66 - .../routesContollers/public/favicon.ico | 0 .../routesContollers/public/robots.txt | 5 - .../routesContollers/test/controllers/.keep | 0 .../controllers/hellos_controller_test.rb | 7 - .../routesContollers/test/fixtures/.keep | 0 .../routesContollers/test/helpers/.keep | 0 .../routesContollers/test/integration/.keep | 0 .../routesContollers/test/mailers/.keep | 0 .../routesContollers/test/models/.keep | 0 .../routesContollers/test/test_helper.rb | 10 - .../vendor/assets/javascripts/.keep | 0 .../vendor/assets/stylesheets/.keep | 0 richardN/controllers/timeDisplay/.gitignore | 17 - richardN/controllers/timeDisplay/Gemfile | 50 - richardN/controllers/timeDisplay/Gemfile.lock | 175 --- richardN/controllers/timeDisplay/README.rdoc | 28 - richardN/controllers/timeDisplay/Rakefile | 6 - .../timeDisplay/app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 16 - .../assets/javascripts/time_displays.coffee | 3 - .../app/assets/stylesheets/application.css | 15 - .../app/assets/stylesheets/time_displays.scss | 3 - .../app/controllers/application_controller.rb | 5 - .../app/controllers/concerns/.keep | 0 .../controllers/time_displays_controller.rb | 7 - .../app/helpers/application_helper.rb | 2 - .../app/helpers/time_displays_helper.rb | 2 - .../controllers/timeDisplay/app/mailers/.keep | 0 .../controllers/timeDisplay/app/models/.keep | 0 .../timeDisplay/app/models/concerns/.keep | 0 .../app/views/layouts/application.html.erb | 14 - .../app/views/time_displays/time.html.erb | 12 - richardN/controllers/timeDisplay/bin/bundle | 3 - richardN/controllers/timeDisplay/bin/rails | 9 - richardN/controllers/timeDisplay/bin/rake | 9 - richardN/controllers/timeDisplay/bin/setup | 29 - richardN/controllers/timeDisplay/bin/spring | 17 - richardN/controllers/timeDisplay/config.ru | 4 - .../timeDisplay/config/application.rb | 26 - .../controllers/timeDisplay/config/boot.rb | 3 - .../timeDisplay/config/database.yml | 25 - .../timeDisplay/config/environment.rb | 5 - .../config/environments/development.rb | 41 - .../config/environments/production.rb | 79 -- .../timeDisplay/config/environments/test.rb | 42 - .../timeDisplay/config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../config/initializers/inflections.rb | 16 - .../config/initializers/mime_types.rb | 4 - .../config/initializers/rails_footnotes.rb | 27 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - .../timeDisplay/config/locales/en.yml | 23 - .../controllers/timeDisplay/config/routes.rb | 57 - .../timeDisplay/config/secrets.yml | 22 - richardN/controllers/timeDisplay/db/seeds.rb | 7 - .../controllers/timeDisplay/lib/assets/.keep | 0 .../controllers/timeDisplay/lib/tasks/.keep | 0 richardN/controllers/timeDisplay/log/.keep | 0 .../controllers/timeDisplay/public/404.html | 67 - .../controllers/timeDisplay/public/422.html | 67 - .../controllers/timeDisplay/public/500.html | 66 - .../timeDisplay/public/favicon.ico | 0 .../controllers/timeDisplay/public/robots.txt | 5 - .../timeDisplay/test/controllers/.keep | 0 .../time_displays_controller_test.rb | 7 - .../timeDisplay/test/fixtures/.keep | 0 .../timeDisplay/test/helpers/.keep | 0 .../timeDisplay/test/integration/.keep | 0 .../timeDisplay/test/mailers/.keep | 0 .../controllers/timeDisplay/test/models/.keep | 0 .../timeDisplay/test/test_helper.rb | 10 - .../vendor/assets/javascripts/.keep | 0 .../vendor/assets/stylesheets/.keep | 0 richardN/fundamentals/.DS_Store | Bin 6148 -> 0 bytes richardN/fundamentals/arrays.rb | 23 - richardN/fundamentals/basic13.rb | 53 - richardN/fundamentals/guess.rb | 13 - richardN/fundamentals/hashes.rb | 19 - richardN/fundamentals/iterators.rb | 16 - richardN/fundamentals/my_enumerable.rb | 13 - richardN/fundamentals/names.rb | 22 - richardN/fundamentals/puzzles.rb | 55 - richardN/fundamentals/range.rb | 12 - richardN/models/.DS_Store | Bin 6148 -> 0 bytes richardN/models/Users/.DS_Store | Bin 8196 -> 0 bytes richardN/models/Users/.gitignore | 17 - richardN/models/Users/Gemfile | 48 - richardN/models/Users/Gemfile.lock | 172 --- richardN/models/Users/README.rdoc | 28 - richardN/models/Users/Rakefile | 6 - richardN/models/Users/app/.DS_Store | Bin 6148 -> 0 bytes richardN/models/Users/app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 16 - .../app/assets/stylesheets/application.css | 15 - .../app/controllers/application_controller.rb | 5 - .../Users/app/controllers/concerns/.keep | 0 .../Users/app/helpers/application_helper.rb | 2 - richardN/models/Users/app/mailers/.keep | 0 richardN/models/Users/app/models/.DS_Store | Bin 6148 -> 0 bytes richardN/models/Users/app/models/.keep | 0 .../models/Users/app/models/concerns/.keep | 0 richardN/models/Users/app/models/user.rb | 6 - .../app/views/layouts/application.html.erb | 14 - richardN/models/Users/bin/bundle | 3 - richardN/models/Users/bin/rails | 9 - richardN/models/Users/bin/rake | 9 - richardN/models/Users/bin/setup | 29 - richardN/models/Users/bin/spring | 17 - richardN/models/Users/config.ru | 4 - richardN/models/Users/config/application.rb | 26 - richardN/models/Users/config/boot.rb | 3 - richardN/models/Users/config/database.yml | 25 - richardN/models/Users/config/environment.rb | 5 - .../Users/config/environments/development.rb | 41 - .../Users/config/environments/production.rb | 79 -- .../models/Users/config/environments/test.rb | 42 - .../Users/config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../Users/config/initializers/inflections.rb | 16 - .../Users/config/initializers/mime_types.rb | 4 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - richardN/models/Users/config/locales/en.yml | 23 - richardN/models/Users/config/routes.rb | 56 - richardN/models/Users/config/secrets.yml | 22 - richardN/models/Users/db/.DS_Store | Bin 6148 -> 0 bytes .../db/migrate/20171130021031_create_users.rb | 12 - richardN/models/Users/db/schema.rb | 25 - richardN/models/Users/db/seeds.rb | 7 - richardN/models/Users/lib/assets/.keep | 0 richardN/models/Users/lib/tasks/.keep | 0 richardN/models/Users/log/.keep | 0 richardN/models/Users/public/404.html | 67 - richardN/models/Users/public/422.html | 67 - richardN/models/Users/public/500.html | 66 - richardN/models/Users/public/favicon.ico | 0 richardN/models/Users/public/robots.txt | 5 - richardN/models/Users/test/controllers/.keep | 0 richardN/models/Users/test/fixtures/.keep | 0 richardN/models/Users/test/fixtures/users.yml | 13 - richardN/models/Users/test/helpers/.keep | 0 richardN/models/Users/test/integration/.keep | 0 richardN/models/Users/test/mailers/.keep | 0 richardN/models/Users/test/models/.keep | 0 .../models/Users/test/models/user_test.rb | 7 - richardN/models/Users/test/test_helper.rb | 10 - .../Users/vendor/assets/javascripts/.keep | 0 .../Users/vendor/assets/stylesheets/.keep | 0 richardN/models/blogPostMessage/.gitignore | 17 - richardN/models/blogPostMessage/Gemfile | 50 - richardN/models/blogPostMessage/Gemfile.lock | 175 --- richardN/models/blogPostMessage/README.rdoc | 28 - richardN/models/blogPostMessage/Rakefile | 6 - .../blogPostMessage/app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 16 - .../app/assets/stylesheets/application.css | 15 - .../app/controllers/application_controller.rb | 5 - .../app/controllers/concerns/.keep | 0 .../app/helpers/application_helper.rb | 2 - .../models/blogPostMessage/app/mailers/.keep | 0 .../models/blogPostMessage/app/models/.keep | 0 .../models/blogPostMessage/app/models/blog.rb | 7 - .../blogPostMessage/app/models/concerns/.keep | 0 .../blogPostMessage/app/models/message.rb | 5 - .../blogPostMessage/app/models/owner.rb | 4 - .../models/blogPostMessage/app/models/post.rb | 6 - .../models/blogPostMessage/app/models/user.rb | 10 - .../app/views/layouts/application.html.erb | 14 - richardN/models/blogPostMessage/bin/bundle | 3 - richardN/models/blogPostMessage/bin/rails | 9 - richardN/models/blogPostMessage/bin/rake | 9 - richardN/models/blogPostMessage/bin/setup | 29 - richardN/models/blogPostMessage/bin/spring | 17 - richardN/models/blogPostMessage/config.ru | 4 - .../blogPostMessage/config/application.rb | 26 - .../models/blogPostMessage/config/boot.rb | 3 - .../blogPostMessage/config/database.yml | 25 - .../blogPostMessage/config/environment.rb | 5 - .../config/environments/development.rb | 41 - .../config/environments/production.rb | 79 -- .../config/environments/test.rb | 42 - .../config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../config/initializers/inflections.rb | 16 - .../config/initializers/mime_types.rb | 4 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - .../blogPostMessage/config/locales/en.yml | 23 - .../models/blogPostMessage/config/routes.rb | 56 - .../models/blogPostMessage/config/secrets.yml | 22 - .../db/migrate/20171204020601_create_users.rb | 11 - .../db/migrate/20171204020634_create_blogs.rb | 10 - .../migrate/20171204020711_create_owners.rb | 10 - .../db/migrate/20171204020756_create_posts.rb | 12 - .../migrate/20171204020846_create_messages.rb | 12 - richardN/models/blogPostMessage/db/schema.rb | 64 - richardN/models/blogPostMessage/db/seeds.rb | 7 - .../models/blogPostMessage/lib/assets/.keep | 0 .../models/blogPostMessage/lib/tasks/.keep | 0 richardN/models/blogPostMessage/log/.keep | 0 .../models/blogPostMessage/public/404.html | 67 - .../models/blogPostMessage/public/422.html | 67 - .../models/blogPostMessage/public/500.html | 66 - .../models/blogPostMessage/public/favicon.ico | 0 .../models/blogPostMessage/public/robots.txt | 5 - .../blogPostMessage/test/controllers/.keep | 0 .../blogPostMessage/test/fixtures/.keep | 0 .../blogPostMessage/test/fixtures/blogs.yml | 9 - .../test/fixtures/messages.yml | 13 - .../blogPostMessage/test/fixtures/owners.yml | 9 - .../blogPostMessage/test/fixtures/posts.yml | 13 - .../blogPostMessage/test/fixtures/users.yml | 11 - .../models/blogPostMessage/test/helpers/.keep | 0 .../blogPostMessage/test/integration/.keep | 0 .../models/blogPostMessage/test/mailers/.keep | 0 .../models/blogPostMessage/test/models/.keep | 0 .../blogPostMessage/test/models/blog_test.rb | 7 - .../test/models/message_test.rb | 7 - .../blogPostMessage/test/models/owner_test.rb | 7 - .../blogPostMessage/test/models/post_test.rb | 7 - .../blogPostMessage/test/models/user_test.rb | 7 - .../blogPostMessage/test/test_helper.rb | 10 - .../vendor/assets/javascripts/.keep | 0 .../vendor/assets/stylesheets/.keep | 0 richardN/models/bpm/.gitignore | 17 - richardN/models/bpm/Gemfile | 48 - richardN/models/bpm/Gemfile.lock | 172 --- richardN/models/bpm/README.rdoc | 28 - richardN/models/bpm/Rakefile | 6 - richardN/models/bpm/app/assets/images/.keep | 0 .../bpm/app/assets/javascripts/application.js | 16 - .../app/assets/stylesheets/application.css | 15 - .../app/controllers/application_controller.rb | 5 - .../models/bpm/app/controllers/concerns/.keep | 0 .../bpm/app/helpers/application_helper.rb | 2 - richardN/models/bpm/app/mailers/.keep | 0 richardN/models/bpm/app/models/.keep | 0 richardN/models/bpm/app/models/blog.rb | 4 - richardN/models/bpm/app/models/concerns/.keep | 0 richardN/models/bpm/app/models/message.rb | 4 - richardN/models/bpm/app/models/post.rb | 5 - .../app/views/layouts/application.html.erb | 14 - richardN/models/bpm/bin/bundle | 3 - richardN/models/bpm/bin/rails | 9 - richardN/models/bpm/bin/rake | 9 - richardN/models/bpm/bin/setup | 29 - richardN/models/bpm/bin/spring | 17 - richardN/models/bpm/config.ru | 4 - richardN/models/bpm/config/application.rb | 26 - richardN/models/bpm/config/boot.rb | 3 - richardN/models/bpm/config/database.yml | 25 - richardN/models/bpm/config/environment.rb | 5 - .../bpm/config/environments/development.rb | 41 - .../bpm/config/environments/production.rb | 79 -- .../models/bpm/config/environments/test.rb | 42 - .../models/bpm/config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../bpm/config/initializers/inflections.rb | 16 - .../bpm/config/initializers/mime_types.rb | 4 - .../bpm/config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - richardN/models/bpm/config/locales/en.yml | 23 - richardN/models/bpm/config/routes.rb | 56 - richardN/models/bpm/config/secrets.yml | 22 - .../db/migrate/20171201021033_create_blogs.rb | 10 - .../db/migrate/20171201023337_create_posts.rb | 11 - .../migrate/20171201023521_create_messages.rb | 11 - richardN/models/bpm/db/schema.rb | 43 - richardN/models/bpm/db/seeds.rb | 7 - richardN/models/bpm/lib/assets/.keep | 0 richardN/models/bpm/lib/tasks/.keep | 0 richardN/models/bpm/log/.keep | 0 richardN/models/bpm/public/404.html | 67 - richardN/models/bpm/public/422.html | 67 - richardN/models/bpm/public/500.html | 66 - richardN/models/bpm/public/favicon.ico | 0 richardN/models/bpm/public/robots.txt | 5 - richardN/models/bpm/test/controllers/.keep | 0 richardN/models/bpm/test/fixtures/.keep | 0 richardN/models/bpm/test/fixtures/blogs.yml | 9 - .../models/bpm/test/fixtures/messages.yml | 11 - richardN/models/bpm/test/fixtures/posts.yml | 11 - richardN/models/bpm/test/helpers/.keep | 0 richardN/models/bpm/test/integration/.keep | 0 richardN/models/bpm/test/mailers/.keep | 0 richardN/models/bpm/test/models/.keep | 0 richardN/models/bpm/test/models/blog_test.rb | 7 - .../models/bpm/test/models/message_test.rb | 7 - richardN/models/bpm/test/models/post_test.rb | 7 - richardN/models/bpm/test/test_helper.rb | 10 - .../bpm/vendor/assets/javascripts/.keep | 0 .../bpm/vendor/assets/stylesheets/.keep | 0 richardN/models/dojoNinjas/.gitignore | 17 - richardN/models/dojoNinjas/Gemfile | 48 - richardN/models/dojoNinjas/Gemfile.lock | 172 --- richardN/models/dojoNinjas/README.rdoc | 28 - richardN/models/dojoNinjas/Rakefile | 6 - .../models/dojoNinjas/app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 16 - .../app/assets/stylesheets/application.css | 15 - .../app/controllers/application_controller.rb | 5 - .../dojoNinjas/app/controllers/concerns/.keep | 0 .../app/helpers/application_helper.rb | 2 - richardN/models/dojoNinjas/app/mailers/.keep | 0 richardN/models/dojoNinjas/app/models/.keep | 0 .../dojoNinjas/app/models/concerns/.keep | 0 richardN/models/dojoNinjas/app/models/dojo.rb | 5 - .../models/dojoNinjas/app/models/ninja.rb | 4 - .../app/views/layouts/application.html.erb | 14 - richardN/models/dojoNinjas/bin/bundle | 3 - richardN/models/dojoNinjas/bin/rails | 9 - richardN/models/dojoNinjas/bin/rake | 9 - richardN/models/dojoNinjas/bin/setup | 29 - richardN/models/dojoNinjas/bin/spring | 17 - richardN/models/dojoNinjas/config.ru | 4 - .../models/dojoNinjas/config/application.rb | 26 - richardN/models/dojoNinjas/config/boot.rb | 3 - .../models/dojoNinjas/config/database.yml | 25 - .../models/dojoNinjas/config/environment.rb | 5 - .../config/environments/development.rb | 41 - .../config/environments/production.rb | 79 -- .../dojoNinjas/config/environments/test.rb | 42 - .../dojoNinjas/config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../config/initializers/inflections.rb | 16 - .../config/initializers/mime_types.rb | 4 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - .../models/dojoNinjas/config/locales/en.yml | 23 - richardN/models/dojoNinjas/config/routes.rb | 56 - richardN/models/dojoNinjas/config/secrets.yml | 22 - .../db/migrate/20171130165400_create_dojos.rb | 11 - .../migrate/20171130170259_create_ninjas.rb | 11 - richardN/models/dojoNinjas/db/schema.rb | 34 - richardN/models/dojoNinjas/db/seeds.rb | 7 - richardN/models/dojoNinjas/lib/assets/.keep | 0 richardN/models/dojoNinjas/lib/tasks/.keep | 0 richardN/models/dojoNinjas/log/.keep | 0 richardN/models/dojoNinjas/public/404.html | 67 - richardN/models/dojoNinjas/public/422.html | 67 - richardN/models/dojoNinjas/public/500.html | 66 - richardN/models/dojoNinjas/public/favicon.ico | 0 richardN/models/dojoNinjas/public/robots.txt | 5 - .../models/dojoNinjas/test/controllers/.keep | 0 .../models/dojoNinjas/test/fixtures/.keep | 0 .../models/dojoNinjas/test/fixtures/dojos.yml | 11 - .../dojoNinjas/test/fixtures/ninjas.yml | 11 - richardN/models/dojoNinjas/test/helpers/.keep | 0 .../models/dojoNinjas/test/integration/.keep | 0 richardN/models/dojoNinjas/test/mailers/.keep | 0 richardN/models/dojoNinjas/test/models/.keep | 0 .../dojoNinjas/test/models/dojo_test.rb | 7 - .../dojoNinjas/test/models/ninja_test.rb | 7 - .../models/dojoNinjas/test/test_helper.rb | 10 - .../vendor/assets/javascripts/.keep | 0 .../vendor/assets/stylesheets/.keep | 0 richardN/models/optimize/.gitignore | 17 - richardN/models/optimize/Gemfile | 48 - richardN/models/optimize/Gemfile.lock | 172 --- richardN/models/optimize/README.rdoc | 28 - richardN/models/optimize/Rakefile | 6 - .../models/optimize/app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 16 - .../app/assets/stylesheets/application.css | 15 - .../app/controllers/application_controller.rb | 5 - .../optimize/app/controllers/concerns/.keep | 0 .../app/helpers/application_helper.rb | 2 - richardN/models/optimize/app/mailers/.keep | 0 richardN/models/optimize/app/models/.keep | 0 .../models/optimize/app/models/concerns/.keep | 0 richardN/models/optimize/app/models/player.rb | 3 - richardN/models/optimize/app/models/team.rb | 3 - .../app/views/layouts/application.html.erb | 14 - richardN/models/optimize/bin/bundle | 3 - richardN/models/optimize/bin/rails | 9 - richardN/models/optimize/bin/rake | 9 - richardN/models/optimize/bin/setup | 29 - richardN/models/optimize/bin/spring | 17 - richardN/models/optimize/config.ru | 4 - .../models/optimize/config/application.rb | 26 - richardN/models/optimize/config/boot.rb | 3 - richardN/models/optimize/config/database.yml | 25 - .../models/optimize/config/environment.rb | 5 - .../config/environments/development.rb | 41 - .../config/environments/production.rb | 79 -- .../optimize/config/environments/test.rb | 42 - .../optimize/config/initializers/assets.rb | 11 - .../initializers/backtrace_silencers.rb | 7 - .../config/initializers/cookies_serializer.rb | 3 - .../initializers/filter_parameter_logging.rb | 4 - .../config/initializers/inflections.rb | 16 - .../config/initializers/mime_types.rb | 4 - .../config/initializers/session_store.rb | 3 - .../config/initializers/wrap_parameters.rb | 14 - .../models/optimize/config/locales/en.yml | 23 - richardN/models/optimize/config/routes.rb | 56 - richardN/models/optimize/config/secrets.yml | 22 - .../db/migrate/20171203220121_create_teams.rb | 11 - .../migrate/20171203220131_create_players.rb | 10 - richardN/models/optimize/db/schema.rb | 33 - richardN/models/optimize/db/seeds.rb | 112 -- richardN/models/optimize/ff | 37 - richardN/models/optimize/lib/assets/.keep | 0 richardN/models/optimize/lib/tasks/.keep | 0 richardN/models/optimize/log/.keep | 0 richardN/models/optimize/public/404.html | 67 - richardN/models/optimize/public/422.html | 67 - richardN/models/optimize/public/500.html | 66 - richardN/models/optimize/public/favicon.ico | 0 richardN/models/optimize/public/robots.txt | 5 - .../models/optimize/test/controllers/.keep | 0 richardN/models/optimize/test/fixtures/.keep | 0 .../models/optimize/test/fixtures/players.yml | 9 - .../models/optimize/test/fixtures/teams.yml | 11 - richardN/models/optimize/test/helpers/.keep | 0 .../models/optimize/test/integration/.keep | 0 richardN/models/optimize/test/mailers/.keep | 0 richardN/models/optimize/test/models/.keep | 0 .../optimize/test/models/player_test.rb | 7 - .../models/optimize/test/models/team_test.rb | 7 - richardN/models/optimize/test/test_helper.rb | 10 - .../optimize/vendor/assets/javascripts/.keep | 0 .../optimize/vendor/assets/stylesheets/.keep | 0 richardN/oop/.DS_Store | Bin 6148 -> 0 bytes richardN/oop/bank.rb | 55 - richardN/oop/dogAssign/.DS_Store | Bin 6148 -> 0 bytes richardN/oop/dogAssign/dog.rb | 23 - richardN/oop/dogAssign/lion.rb | 29 - richardN/oop/dogAssign/mammal.rb | 15 - richardN/oop/humWizNinSam/human.rb | 20 - richardN/oop/humWizNinSam/wixNinSam.rb | 67 - richardN/oop/mathDojo.rb | 22 - richardN/oop/project.rb | 16 - 5080 files changed, 12761 insertions(+), 80111 deletions(-) delete mode 100644 Rodolfo_Valdivieso/controllers/basic_models/.gitignore delete mode 100644 Rodolfo_Valdivieso/controllers/basic_models/Gemfile delete mode 100644 Rodolfo_Valdivieso/controllers/basic_models/Gemfile.lock delete mode 100644 Rodolfo_Valdivieso/controllers/basic_models/README.rdoc delete mode 100644 Rodolfo_Valdivieso/controllers/basic_models/Rakefile delete mode 100644 Rodolfo_Valdivieso/controllers/basic_models/app/assets/javascripts/application.js delete mode 100644 Rodolfo_Valdivieso/controllers/basic_models/app/assets/stylesheets/application.css delete mode 100644 Rodolfo_Valdivieso/controllers/basic_models/app/controllers/application_controller.rb delete mode 100644 Rodolfo_Valdivieso/controllers/basic_models/app/controllers/users_controller.rb delete mode 100644 Rodolfo_Valdivieso/controllers/basic_models/app/models/user.rb delete mode 100644 Rodolfo_Valdivieso/controllers/basic_models/app/views/layouts/application.html.erb delete mode 100644 Rodolfo_Valdivieso/controllers/basic_models/app/views/users/create.html.erb delete mode 100644 Rodolfo_Valdivieso/controllers/basic_models/app/views/users/destroy.html.erb delete mode 100644 Rodolfo_Valdivieso/controllers/basic_models/app/views/users/edit.html.erb delete mode 100644 Rodolfo_Valdivieso/controllers/basic_models/app/views/users/index.html.erb delete mode 100644 Rodolfo_Valdivieso/controllers/basic_models/app/views/users/new.html.erb delete mode 100644 Rodolfo_Valdivieso/controllers/basic_models/app/views/users/show.html.erb delete mode 100644 Rodolfo_Valdivieso/controllers/basic_models/app/views/users/update.html.erb delete mode 100644 Rodolfo_Valdivieso/controllers/basic_models/app/views/users/userall.html.erb delete mode 100644 Rodolfo_Valdivieso/controllers/basic_models/app/views/users/view.html.erb delete mode 100644 Rodolfo_Valdivieso/controllers/basic_models/bin/rails delete mode 100644 Rodolfo_Valdivieso/controllers/basic_models/bin/setup delete mode 100644 Rodolfo_Valdivieso/controllers/basic_models/config.ru delete mode 100644 Rodolfo_Valdivieso/controllers/basic_models/config/application.rb delete mode 100644 Rodolfo_Valdivieso/controllers/basic_models/config/boot.rb delete mode 100644 Rodolfo_Valdivieso/controllers/basic_models/config/environment.rb delete mode 100644 Rodolfo_Valdivieso/controllers/basic_models/config/environments/development.rb delete mode 100644 Rodolfo_Valdivieso/controllers/basic_models/config/environments/production.rb delete mode 100644 Rodolfo_Valdivieso/controllers/basic_models/config/environments/test.rb delete mode 100644 Rodolfo_Valdivieso/controllers/basic_models/config/initializers/cookies_serializer.rb delete mode 100644 Rodolfo_Valdivieso/controllers/basic_models/config/initializers/rails_footnotes.rb delete mode 100644 Rodolfo_Valdivieso/controllers/basic_models/config/initializers/session_store.rb delete mode 100644 Rodolfo_Valdivieso/controllers/basic_models/config/initializers/wrap_parameters.rb delete mode 100644 Rodolfo_Valdivieso/controllers/basic_models/config/routes.rb delete mode 100644 Rodolfo_Valdivieso/controllers/basic_models/config/secrets.yml delete mode 100644 Rodolfo_Valdivieso/controllers/basic_models/db/migrate/20171201193241_create_users.rb delete mode 100644 Rodolfo_Valdivieso/controllers/basic_models/db/schema.rb delete mode 100644 Rodolfo_Valdivieso/controllers/basic_models/db/seeds.rb delete mode 100644 Rodolfo_Valdivieso/controllers/basic_models/test/controllers/users_controller_test.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard/.gitignore delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard/Gemfile delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard/Gemfile.lock delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard/README.rdoc delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard/Rakefile delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard/app/assets/javascripts/application.js delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard/app/assets/stylesheets/application.css delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard/app/controllers/application_controller.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard/app/controllers/dojos_controller.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard/app/models/dojo.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard/app/views/dojos/index.html.erb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard/app/views/dojos/view.html.erb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard/app/views/layouts/application.html.erb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard/bin/rails delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard/bin/setup delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard/config.ru delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard/config/application.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard/config/boot.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard/config/environment.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard/config/environments/development.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard/config/environments/production.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard/config/environments/test.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard/config/initializers/cookies_serializer.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard/config/initializers/rails_footnotes.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard/config/initializers/session_store.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard/config/initializers/wrap_parameters.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard/config/routes.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard/config/secrets.yml delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard/db/migrate/20171203230719_create_dojos.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard/db/schema.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard/db/seeds.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard/public/404.html delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard/public/422.html delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard/public/500.html delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard/test/controllers/dojos_controller_test.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard2/.gitignore delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard2/Gemfile delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard2/Gemfile.lock delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard2/README.rdoc delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard2/Rakefile delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard2/app/assets/javascripts/application.js delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard2/app/assets/javascripts/dojos.coffee delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard2/app/assets/stylesheets/application.css delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard2/app/assets/stylesheets/dojos.scss delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard2/app/controllers/application_controller.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard2/app/controllers/dojos_controller.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard2/app/helpers/dojos_helper.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard2/app/models/dojo.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard2/app/views/dojos/edit.html.erb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard2/app/views/dojos/index.html.erb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard2/app/views/dojos/new.html.erb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard2/app/views/dojos/show.html.erb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard2/app/views/layouts/application.html.erb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard2/bin/rails delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard2/bin/setup delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard2/config.ru delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard2/config/application.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard2/config/boot.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard2/config/environment.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard2/config/environments/development.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard2/config/environments/production.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard2/config/environments/test.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard2/config/initializers/cookies_serializer.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard2/config/initializers/rails_footnotes.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard2/config/initializers/session_store.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard2/config/initializers/wrap_parameters.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard2/config/routes.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard2/config/secrets.yml delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard2/db/migrate/20171203230719_create_dojos.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard2/db/schema.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard2/db/seeds.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard2/public/404.html delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard2/public/422.html delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard2/public/500.html delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard2/test/controllers/dojos_controller_test.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard2/test/fixtures/dojos.yml delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard3/.gitignore delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard3/Gemfile delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard3/Gemfile.lock delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard3/README.rdoc delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard3/Rakefile delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard3/app/assets/javascripts/application.js delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard3/app/assets/javascripts/dojos.coffee delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard3/app/assets/stylesheets/application.css delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard3/app/assets/stylesheets/dojos.scss delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard3/app/controllers/application_controller.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard3/app/controllers/dojos_controller.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard3/app/helpers/dojos_helper.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard3/app/models/dojo.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard3/app/views/dojos/edit.html.erb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard3/app/views/dojos/index.html.erb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard3/app/views/dojos/new.html.erb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard3/app/views/dojos/show.html.erb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard3/app/views/layouts/application.html.erb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard3/bin/rails delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard3/bin/setup delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard3/config.ru delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard3/config/application.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard3/config/boot.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard3/config/environment.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard3/config/environments/development.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard3/config/environments/production.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard3/config/environments/test.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard3/config/initializers/cookies_serializer.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard3/config/initializers/rails_footnotes.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard3/config/initializers/session_store.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard3/config/initializers/wrap_parameters.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard3/config/routes.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard3/config/secrets.yml delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard3/db/migrate/20171203230719_create_dojos.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard3/db/schema.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard3/db/seeds.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard3/public/404.html delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard3/public/422.html delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard3/public/500.html delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard3/test/controllers/dojos_controller_test.rb delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard3/test/fixtures/dojos.yml delete mode 100644 Rodolfo_Valdivieso/controllers/dashboard3/test/models/dojo_test.rb delete mode 100644 Rodolfo_Valdivieso/controllers/ninjaGold/.gitignore delete mode 100644 Rodolfo_Valdivieso/controllers/ninjaGold/Gemfile delete mode 100644 Rodolfo_Valdivieso/controllers/ninjaGold/Gemfile.lock delete mode 100644 Rodolfo_Valdivieso/controllers/ninjaGold/README.rdoc delete mode 100644 Rodolfo_Valdivieso/controllers/ninjaGold/Rakefile delete mode 100644 Rodolfo_Valdivieso/controllers/ninjaGold/app/assets/javascripts/application.js delete mode 100644 Rodolfo_Valdivieso/controllers/ninjaGold/app/assets/javascripts/rpg.coffee delete mode 100644 Rodolfo_Valdivieso/controllers/ninjaGold/app/assets/stylesheets/application.css delete mode 100644 Rodolfo_Valdivieso/controllers/ninjaGold/app/assets/stylesheets/rpg.scss delete mode 100644 Rodolfo_Valdivieso/controllers/ninjaGold/app/assets/stylesheets/style.css delete mode 100644 Rodolfo_Valdivieso/controllers/ninjaGold/app/controllers/application_controller.rb delete mode 100644 Rodolfo_Valdivieso/controllers/ninjaGold/app/controllers/rpg_controller.rb delete mode 100644 Rodolfo_Valdivieso/controllers/ninjaGold/app/helpers/rpg_helper.rb delete mode 100644 Rodolfo_Valdivieso/controllers/ninjaGold/app/views/layouts/application.html.erb delete mode 100644 Rodolfo_Valdivieso/controllers/ninjaGold/app/views/rpg/casino.html.erb delete mode 100644 Rodolfo_Valdivieso/controllers/ninjaGold/app/views/rpg/cave.html.erb delete mode 100644 Rodolfo_Valdivieso/controllers/ninjaGold/app/views/rpg/farm.html.erb delete mode 100644 Rodolfo_Valdivieso/controllers/ninjaGold/app/views/rpg/house.html.erb delete mode 100644 Rodolfo_Valdivieso/controllers/ninjaGold/app/views/rpg/index.html.erb delete mode 100644 Rodolfo_Valdivieso/controllers/ninjaGold/bin/rails delete mode 100644 Rodolfo_Valdivieso/controllers/ninjaGold/bin/setup delete mode 100644 Rodolfo_Valdivieso/controllers/ninjaGold/config.ru delete mode 100644 Rodolfo_Valdivieso/controllers/ninjaGold/config/application.rb delete mode 100644 Rodolfo_Valdivieso/controllers/ninjaGold/config/boot.rb delete mode 100644 Rodolfo_Valdivieso/controllers/ninjaGold/config/environment.rb delete mode 100644 Rodolfo_Valdivieso/controllers/ninjaGold/config/environments/development.rb delete mode 100644 Rodolfo_Valdivieso/controllers/ninjaGold/config/environments/production.rb delete mode 100644 Rodolfo_Valdivieso/controllers/ninjaGold/config/environments/test.rb delete mode 100644 Rodolfo_Valdivieso/controllers/ninjaGold/config/initializers/assets.rb delete mode 100644 Rodolfo_Valdivieso/controllers/ninjaGold/config/initializers/cookies_serializer.rb delete mode 100644 Rodolfo_Valdivieso/controllers/ninjaGold/config/initializers/rails_footnotes.rb delete mode 100644 Rodolfo_Valdivieso/controllers/ninjaGold/config/initializers/session_store.rb delete mode 100644 Rodolfo_Valdivieso/controllers/ninjaGold/config/initializers/wrap_parameters.rb delete mode 100644 Rodolfo_Valdivieso/controllers/ninjaGold/config/routes.rb delete mode 100644 Rodolfo_Valdivieso/controllers/ninjaGold/config/secrets.yml delete mode 100644 Rodolfo_Valdivieso/controllers/ninjaGold/db/seeds.rb delete mode 100644 Rodolfo_Valdivieso/controllers/ninjaGold/public/404.html delete mode 100644 Rodolfo_Valdivieso/controllers/ninjaGold/public/422.html delete mode 100644 Rodolfo_Valdivieso/controllers/ninjaGold/public/500.html delete mode 100644 Rodolfo_Valdivieso/controllers/ninjaGold/test/controllers/rpg_controller_test.rb delete mode 100644 Rodolfo_Valdivieso/controllers/routes/.gitignore delete mode 100644 Rodolfo_Valdivieso/controllers/routes/Gemfile delete mode 100644 Rodolfo_Valdivieso/controllers/routes/Gemfile.lock delete mode 100644 Rodolfo_Valdivieso/controllers/routes/README.rdoc delete mode 100644 Rodolfo_Valdivieso/controllers/routes/Rakefile delete mode 100644 Rodolfo_Valdivieso/controllers/routes/app/assets/javascripts/application.js delete mode 100644 Rodolfo_Valdivieso/controllers/routes/app/assets/javascripts/products.coffee delete mode 100644 Rodolfo_Valdivieso/controllers/routes/app/assets/javascripts/test.coffee delete mode 100644 Rodolfo_Valdivieso/controllers/routes/app/assets/stylesheets/application.css delete mode 100644 Rodolfo_Valdivieso/controllers/routes/app/assets/stylesheets/products.scss delete mode 100644 Rodolfo_Valdivieso/controllers/routes/app/assets/stylesheets/test.scss delete mode 100644 Rodolfo_Valdivieso/controllers/routes/app/controllers/application_controller.rb delete mode 100644 Rodolfo_Valdivieso/controllers/routes/app/controllers/products_controller.rb delete mode 100644 Rodolfo_Valdivieso/controllers/routes/app/controllers/test_controller.rb delete mode 100644 Rodolfo_Valdivieso/controllers/routes/app/helpers/products_helper.rb delete mode 100644 Rodolfo_Valdivieso/controllers/routes/app/helpers/test_helper.rb delete mode 100644 Rodolfo_Valdivieso/controllers/routes/app/views/layouts/application.html.erb delete mode 100644 Rodolfo_Valdivieso/controllers/routes/app/views/products/index.html.erb delete mode 100644 Rodolfo_Valdivieso/controllers/routes/app/views/products/new.html.erb delete mode 100644 Rodolfo_Valdivieso/controllers/routes/bin/rails delete mode 100644 Rodolfo_Valdivieso/controllers/routes/bin/setup delete mode 100644 Rodolfo_Valdivieso/controllers/routes/config.ru delete mode 100644 Rodolfo_Valdivieso/controllers/routes/config/application.rb delete mode 100644 Rodolfo_Valdivieso/controllers/routes/config/boot.rb delete mode 100644 Rodolfo_Valdivieso/controllers/routes/config/environment.rb delete mode 100644 Rodolfo_Valdivieso/controllers/routes/config/environments/development.rb delete mode 100644 Rodolfo_Valdivieso/controllers/routes/config/environments/production.rb delete mode 100644 Rodolfo_Valdivieso/controllers/routes/config/environments/test.rb delete mode 100644 Rodolfo_Valdivieso/controllers/routes/config/initializers/cookies_serializer.rb delete mode 100644 Rodolfo_Valdivieso/controllers/routes/config/initializers/rails_footnotes.rb delete mode 100644 Rodolfo_Valdivieso/controllers/routes/config/initializers/session_store.rb delete mode 100644 Rodolfo_Valdivieso/controllers/routes/config/initializers/wrap_parameters.rb delete mode 100644 Rodolfo_Valdivieso/controllers/routes/config/routes.rb delete mode 100644 Rodolfo_Valdivieso/controllers/routes/config/secrets.yml delete mode 100644 Rodolfo_Valdivieso/controllers/routes/db/seeds.rb delete mode 100644 Rodolfo_Valdivieso/controllers/routes/public/404.html delete mode 100644 Rodolfo_Valdivieso/controllers/routes/public/422.html delete mode 100644 Rodolfo_Valdivieso/controllers/routes/public/500.html delete mode 100644 Rodolfo_Valdivieso/controllers/routes/test/controllers/products_controller_test.rb delete mode 100644 Rodolfo_Valdivieso/controllers/routes/test/controllers/test_controller_test.rb delete mode 100644 Rodolfo_Valdivieso/controllers/survey_form/.gitignore delete mode 100644 Rodolfo_Valdivieso/controllers/survey_form/Gemfile delete mode 100644 Rodolfo_Valdivieso/controllers/survey_form/Gemfile.lock delete mode 100644 Rodolfo_Valdivieso/controllers/survey_form/README.rdoc delete mode 100644 Rodolfo_Valdivieso/controllers/survey_form/Rakefile delete mode 100644 Rodolfo_Valdivieso/controllers/survey_form/app/assets/javascripts/application.js delete mode 100644 Rodolfo_Valdivieso/controllers/survey_form/app/assets/javascripts/surveys.coffee delete mode 100644 Rodolfo_Valdivieso/controllers/survey_form/app/assets/stylesheets/application.css delete mode 100644 Rodolfo_Valdivieso/controllers/survey_form/app/assets/stylesheets/surveys.scss delete mode 100644 Rodolfo_Valdivieso/controllers/survey_form/app/controllers/application_controller.rb delete mode 100644 Rodolfo_Valdivieso/controllers/survey_form/app/controllers/surveys_controller.rb delete mode 100644 Rodolfo_Valdivieso/controllers/survey_form/app/helpers/surveys_helper.rb delete mode 100644 Rodolfo_Valdivieso/controllers/survey_form/app/views/layouts/application.html.erb delete mode 100644 Rodolfo_Valdivieso/controllers/survey_form/app/views/layouts/index.html.erb delete mode 100644 Rodolfo_Valdivieso/controllers/survey_form/app/views/surveys/index.html.erb delete mode 100644 Rodolfo_Valdivieso/controllers/survey_form/app/views/surveys/result.html.erb delete mode 100644 Rodolfo_Valdivieso/controllers/survey_form/bin/rails delete mode 100644 Rodolfo_Valdivieso/controllers/survey_form/bin/setup delete mode 100644 Rodolfo_Valdivieso/controllers/survey_form/config.ru delete mode 100644 Rodolfo_Valdivieso/controllers/survey_form/config/application.rb delete mode 100644 Rodolfo_Valdivieso/controllers/survey_form/config/boot.rb delete mode 100644 Rodolfo_Valdivieso/controllers/survey_form/config/environment.rb delete mode 100644 Rodolfo_Valdivieso/controllers/survey_form/config/environments/development.rb delete mode 100644 Rodolfo_Valdivieso/controllers/survey_form/config/environments/production.rb delete mode 100644 Rodolfo_Valdivieso/controllers/survey_form/config/environments/test.rb delete mode 100644 Rodolfo_Valdivieso/controllers/survey_form/config/initializers/cookies_serializer.rb delete mode 100644 Rodolfo_Valdivieso/controllers/survey_form/config/initializers/rails_footnotes.rb delete mode 100644 Rodolfo_Valdivieso/controllers/survey_form/config/initializers/session_store.rb delete mode 100644 Rodolfo_Valdivieso/controllers/survey_form/config/initializers/wrap_parameters.rb delete mode 100644 Rodolfo_Valdivieso/controllers/survey_form/config/routes.rb delete mode 100644 Rodolfo_Valdivieso/controllers/survey_form/config/secrets.yml delete mode 100644 Rodolfo_Valdivieso/controllers/survey_form/db/seeds.rb delete mode 100644 Rodolfo_Valdivieso/controllers/survey_form/public/404.html delete mode 100644 Rodolfo_Valdivieso/controllers/survey_form/public/422.html delete mode 100644 Rodolfo_Valdivieso/controllers/survey_form/public/500.html delete mode 100644 Rodolfo_Valdivieso/controllers/survey_form/test/controllers/surveys_controller_test.rb delete mode 100644 Rodolfo_Valdivieso/controllers/time_display/.gitignore delete mode 100644 Rodolfo_Valdivieso/controllers/time_display/Gemfile delete mode 100644 Rodolfo_Valdivieso/controllers/time_display/Gemfile.lock delete mode 100644 Rodolfo_Valdivieso/controllers/time_display/README.rdoc delete mode 100644 Rodolfo_Valdivieso/controllers/time_display/Rakefile delete mode 100644 Rodolfo_Valdivieso/controllers/time_display/app/assets/javascripts/application.js delete mode 100644 Rodolfo_Valdivieso/controllers/time_display/app/assets/stylesheets/application.css delete mode 100644 Rodolfo_Valdivieso/controllers/time_display/app/controllers/application_controller.rb delete mode 100644 Rodolfo_Valdivieso/controllers/time_display/app/controllers/times_controller.rb delete mode 100644 Rodolfo_Valdivieso/controllers/time_display/app/views/layouts/application.html.erb delete mode 100644 Rodolfo_Valdivieso/controllers/time_display/app/views/times/main.html.erb delete mode 100644 Rodolfo_Valdivieso/controllers/time_display/bin/rails delete mode 100644 Rodolfo_Valdivieso/controllers/time_display/bin/setup delete mode 100644 Rodolfo_Valdivieso/controllers/time_display/config.ru delete mode 100644 Rodolfo_Valdivieso/controllers/time_display/config/application.rb delete mode 100644 Rodolfo_Valdivieso/controllers/time_display/config/boot.rb delete mode 100644 Rodolfo_Valdivieso/controllers/time_display/config/environment.rb delete mode 100644 Rodolfo_Valdivieso/controllers/time_display/config/environments/development.rb delete mode 100644 Rodolfo_Valdivieso/controllers/time_display/config/environments/production.rb delete mode 100644 Rodolfo_Valdivieso/controllers/time_display/config/environments/test.rb delete mode 100644 Rodolfo_Valdivieso/controllers/time_display/config/initializers/cookies_serializer.rb delete mode 100644 Rodolfo_Valdivieso/controllers/time_display/config/initializers/rails_footnotes.rb delete mode 100644 Rodolfo_Valdivieso/controllers/time_display/config/initializers/session_store.rb delete mode 100644 Rodolfo_Valdivieso/controllers/time_display/config/initializers/wrap_parameters.rb delete mode 100644 Rodolfo_Valdivieso/controllers/time_display/config/routes.rb delete mode 100644 Rodolfo_Valdivieso/controllers/time_display/config/secrets.yml delete mode 100644 Rodolfo_Valdivieso/controllers/time_display/db/seeds.rb delete mode 100644 Rodolfo_Valdivieso/controllers/time_display/public/404.html delete mode 100644 Rodolfo_Valdivieso/controllers/time_display/public/422.html delete mode 100644 Rodolfo_Valdivieso/controllers/time_display/public/500.html delete mode 100644 Rodolfo_Valdivieso/controllers/time_display/test/controllers/times_controller_test.rb delete mode 100644 Rodolfo_Valdivieso/fundamentals/arrays/arrays.rb delete mode 100644 Rodolfo_Valdivieso/fundamentals/basic13/basic13.rb delete mode 100644 Rodolfo_Valdivieso/fundamentals/guessTheNumber/guessTheNumber.rb delete mode 100644 Rodolfo_Valdivieso/fundamentals/hashes/hashes.rb delete mode 100644 Rodolfo_Valdivieso/fundamentals/myEnumerable/my_enumerable.rb delete mode 100644 Rodolfo_Valdivieso/fundamentals/names/names.rb delete mode 100644 Rodolfo_Valdivieso/fundamentals/range/range.rb delete mode 100644 Rodolfo_Valdivieso/fundamentals/rubyPuzzles/rubyPuzzles.rb delete mode 100644 Rodolfo_Valdivieso/models/assignmentPoly/Polymorphism Assignment.txt delete mode 100644 Rodolfo_Valdivieso/models/blogs/.gitignore delete mode 100644 Rodolfo_Valdivieso/models/blogs/Gemfile delete mode 100644 Rodolfo_Valdivieso/models/blogs/Gemfile.lock delete mode 100644 Rodolfo_Valdivieso/models/blogs/README.rdoc delete mode 100644 Rodolfo_Valdivieso/models/blogs/Rakefile delete mode 100644 Rodolfo_Valdivieso/models/blogs/app/assets/javascripts/application.js delete mode 100644 Rodolfo_Valdivieso/models/blogs/app/assets/stylesheets/application.css delete mode 100644 Rodolfo_Valdivieso/models/blogs/app/controllers/application_controller.rb delete mode 100644 Rodolfo_Valdivieso/models/blogs/app/models/blog.rb delete mode 100644 Rodolfo_Valdivieso/models/blogs/app/models/message.rb delete mode 100644 Rodolfo_Valdivieso/models/blogs/app/models/post.rb delete mode 100644 Rodolfo_Valdivieso/models/blogs/app/views/layouts/application.html.erb delete mode 100644 Rodolfo_Valdivieso/models/blogs/bin/rails delete mode 100644 Rodolfo_Valdivieso/models/blogs/bin/setup delete mode 100644 Rodolfo_Valdivieso/models/blogs/config.ru delete mode 100644 Rodolfo_Valdivieso/models/blogs/config/application.rb delete mode 100644 Rodolfo_Valdivieso/models/blogs/config/boot.rb delete mode 100644 Rodolfo_Valdivieso/models/blogs/config/environment.rb delete mode 100644 Rodolfo_Valdivieso/models/blogs/config/environments/development.rb delete mode 100644 Rodolfo_Valdivieso/models/blogs/config/environments/production.rb delete mode 100644 Rodolfo_Valdivieso/models/blogs/config/environments/test.rb delete mode 100644 Rodolfo_Valdivieso/models/blogs/config/initializers/cookies_serializer.rb delete mode 100644 Rodolfo_Valdivieso/models/blogs/config/initializers/session_store.rb delete mode 100644 Rodolfo_Valdivieso/models/blogs/config/initializers/wrap_parameters.rb delete mode 100644 Rodolfo_Valdivieso/models/blogs/config/routes.rb delete mode 100644 Rodolfo_Valdivieso/models/blogs/config/secrets.yml delete mode 100644 Rodolfo_Valdivieso/models/blogs/db/migrate/20171129203950_create_blogs.rb delete mode 100644 Rodolfo_Valdivieso/models/blogs/db/migrate/20171129204040_create_posts.rb delete mode 100644 Rodolfo_Valdivieso/models/blogs/db/migrate/20171129204134_create_messages.rb delete mode 100644 Rodolfo_Valdivieso/models/blogs/db/schema.rb delete mode 100644 Rodolfo_Valdivieso/models/blogs/db/seeds.rb delete mode 100644 Rodolfo_Valdivieso/models/blogs/public/404.html delete mode 100644 Rodolfo_Valdivieso/models/blogs/public/422.html delete mode 100644 Rodolfo_Valdivieso/models/blogs/public/500.html delete mode 100644 Rodolfo_Valdivieso/models/blogs/test/fixtures/messages.yml delete mode 100644 Rodolfo_Valdivieso/models/blogs/test/fixtures/posts.yml delete mode 100644 Rodolfo_Valdivieso/models/blogs2/.gitignore delete mode 100644 Rodolfo_Valdivieso/models/blogs2/Gemfile delete mode 100644 Rodolfo_Valdivieso/models/blogs2/Gemfile.lock delete mode 100644 Rodolfo_Valdivieso/models/blogs2/README.rdoc delete mode 100644 Rodolfo_Valdivieso/models/blogs2/Rakefile delete mode 100644 Rodolfo_Valdivieso/models/blogs2/app/assets/javascripts/application.js delete mode 100644 Rodolfo_Valdivieso/models/blogs2/app/assets/stylesheets/application.css delete mode 100644 Rodolfo_Valdivieso/models/blogs2/app/controllers/application_controller.rb delete mode 100644 Rodolfo_Valdivieso/models/blogs2/app/models/blog.rb delete mode 100644 Rodolfo_Valdivieso/models/blogs2/app/models/message.rb delete mode 100644 Rodolfo_Valdivieso/models/blogs2/app/models/owner.rb delete mode 100644 Rodolfo_Valdivieso/models/blogs2/app/models/post.rb delete mode 100644 Rodolfo_Valdivieso/models/blogs2/app/models/user.rb delete mode 100644 Rodolfo_Valdivieso/models/blogs2/app/views/layouts/application.html.erb delete mode 100644 Rodolfo_Valdivieso/models/blogs2/bin/rails delete mode 100644 Rodolfo_Valdivieso/models/blogs2/bin/setup delete mode 100644 Rodolfo_Valdivieso/models/blogs2/config.ru delete mode 100644 Rodolfo_Valdivieso/models/blogs2/config/application.rb delete mode 100644 Rodolfo_Valdivieso/models/blogs2/config/boot.rb delete mode 100644 Rodolfo_Valdivieso/models/blogs2/config/environment.rb delete mode 100644 Rodolfo_Valdivieso/models/blogs2/config/environments/development.rb delete mode 100644 Rodolfo_Valdivieso/models/blogs2/config/environments/production.rb delete mode 100644 Rodolfo_Valdivieso/models/blogs2/config/environments/test.rb delete mode 100644 Rodolfo_Valdivieso/models/blogs2/config/initializers/cookies_serializer.rb delete mode 100644 Rodolfo_Valdivieso/models/blogs2/config/initializers/session_store.rb delete mode 100644 Rodolfo_Valdivieso/models/blogs2/config/initializers/wrap_parameters.rb delete mode 100644 Rodolfo_Valdivieso/models/blogs2/config/routes.rb delete mode 100644 Rodolfo_Valdivieso/models/blogs2/config/secrets.yml delete mode 100644 Rodolfo_Valdivieso/models/blogs2/db/migrate/20171130165929_create_users.rb delete mode 100644 Rodolfo_Valdivieso/models/blogs2/db/migrate/20171130170337_create_blogs.rb delete mode 100644 Rodolfo_Valdivieso/models/blogs2/db/migrate/20171130170539_create_posts.rb delete mode 100644 Rodolfo_Valdivieso/models/blogs2/db/migrate/20171130170643_create_messages.rb delete mode 100644 Rodolfo_Valdivieso/models/blogs2/db/migrate/20171130174238_create_owners.rb delete mode 100644 Rodolfo_Valdivieso/models/blogs2/db/schema.rb delete mode 100644 Rodolfo_Valdivieso/models/blogs2/db/seeds.rb delete mode 100644 Rodolfo_Valdivieso/models/blogs2/public/404.html delete mode 100644 Rodolfo_Valdivieso/models/blogs2/public/422.html delete mode 100644 Rodolfo_Valdivieso/models/blogs2/public/500.html delete mode 100644 Rodolfo_Valdivieso/models/blogs2/test/fixtures/blogs.yml delete mode 100644 Rodolfo_Valdivieso/models/blogs2/test/fixtures/messages.yml delete mode 100644 Rodolfo_Valdivieso/models/blogs2/test/fixtures/owners.yml delete mode 100644 Rodolfo_Valdivieso/models/blogs2/test/fixtures/posts.yml delete mode 100644 Rodolfo_Valdivieso/models/blogs2/test/fixtures/users.yml delete mode 100644 Rodolfo_Valdivieso/models/dojo_ninjas/.gitignore delete mode 100644 Rodolfo_Valdivieso/models/dojo_ninjas/Gemfile delete mode 100644 Rodolfo_Valdivieso/models/dojo_ninjas/Gemfile.lock delete mode 100644 Rodolfo_Valdivieso/models/dojo_ninjas/README.rdoc delete mode 100644 Rodolfo_Valdivieso/models/dojo_ninjas/Rakefile delete mode 100644 Rodolfo_Valdivieso/models/dojo_ninjas/app/assets/javascripts/application.js delete mode 100644 Rodolfo_Valdivieso/models/dojo_ninjas/app/assets/stylesheets/application.css delete mode 100644 Rodolfo_Valdivieso/models/dojo_ninjas/app/controllers/application_controller.rb delete mode 100644 Rodolfo_Valdivieso/models/dojo_ninjas/app/models/dojo.rb delete mode 100644 Rodolfo_Valdivieso/models/dojo_ninjas/app/models/ninja.rb delete mode 100644 Rodolfo_Valdivieso/models/dojo_ninjas/app/views/layouts/application.html.erb delete mode 100644 Rodolfo_Valdivieso/models/dojo_ninjas/bin/rails delete mode 100644 Rodolfo_Valdivieso/models/dojo_ninjas/bin/setup delete mode 100644 Rodolfo_Valdivieso/models/dojo_ninjas/config.ru delete mode 100644 Rodolfo_Valdivieso/models/dojo_ninjas/config/application.rb delete mode 100644 Rodolfo_Valdivieso/models/dojo_ninjas/config/boot.rb delete mode 100644 Rodolfo_Valdivieso/models/dojo_ninjas/config/environment.rb delete mode 100644 Rodolfo_Valdivieso/models/dojo_ninjas/config/environments/development.rb delete mode 100644 Rodolfo_Valdivieso/models/dojo_ninjas/config/environments/production.rb delete mode 100644 Rodolfo_Valdivieso/models/dojo_ninjas/config/environments/test.rb delete mode 100644 Rodolfo_Valdivieso/models/dojo_ninjas/config/initializers/cookies_serializer.rb delete mode 100644 Rodolfo_Valdivieso/models/dojo_ninjas/config/initializers/wrap_parameters.rb delete mode 100644 Rodolfo_Valdivieso/models/dojo_ninjas/config/routes.rb delete mode 100644 Rodolfo_Valdivieso/models/dojo_ninjas/config/secrets.yml delete mode 100644 Rodolfo_Valdivieso/models/dojo_ninjas/db/migrate/20171129190549_create_dojos.rb delete mode 100644 Rodolfo_Valdivieso/models/dojo_ninjas/db/migrate/20171129190755_create_ninjas.rb delete mode 100644 Rodolfo_Valdivieso/models/dojo_ninjas/db/schema.rb delete mode 100644 Rodolfo_Valdivieso/models/dojo_ninjas/db/seeds.rb delete mode 100644 Rodolfo_Valdivieso/models/dojo_ninjas/public/404.html delete mode 100644 Rodolfo_Valdivieso/models/dojo_ninjas/public/422.html delete mode 100644 Rodolfo_Valdivieso/models/dojo_ninjas/public/500.html delete mode 100644 Rodolfo_Valdivieso/models/dojo_ninjas/test/fixtures/ninjas.yml delete mode 100644 Rodolfo_Valdivieso/models/dojo_ninjas/test/models/dojo_test.rb delete mode 100644 Rodolfo_Valdivieso/models/optimize/.gitignore delete mode 100644 Rodolfo_Valdivieso/models/optimize/Gemfile delete mode 100644 Rodolfo_Valdivieso/models/optimize/Gemfile.lock delete mode 100644 Rodolfo_Valdivieso/models/optimize/README.rdoc delete mode 100644 Rodolfo_Valdivieso/models/optimize/Rakefile delete mode 100644 Rodolfo_Valdivieso/models/optimize/app/assets/javascripts/application.js delete mode 100644 Rodolfo_Valdivieso/models/optimize/app/assets/stylesheets/application.css delete mode 100644 Rodolfo_Valdivieso/models/optimize/app/controllers/application_controller.rb delete mode 100644 Rodolfo_Valdivieso/models/optimize/app/helpers/application_helper.rb delete mode 100644 Rodolfo_Valdivieso/models/optimize/app/models/player.rb delete mode 100644 Rodolfo_Valdivieso/models/optimize/app/models/team.rb delete mode 100644 Rodolfo_Valdivieso/models/optimize/app/views/layouts/application.html.erb delete mode 100644 Rodolfo_Valdivieso/models/optimize/bin/bundle delete mode 100644 Rodolfo_Valdivieso/models/optimize/bin/rails delete mode 100644 Rodolfo_Valdivieso/models/optimize/bin/rake delete mode 100644 Rodolfo_Valdivieso/models/optimize/bin/setup delete mode 100644 Rodolfo_Valdivieso/models/optimize/bin/spring delete mode 100644 Rodolfo_Valdivieso/models/optimize/config.ru delete mode 100644 Rodolfo_Valdivieso/models/optimize/config/application.rb delete mode 100644 Rodolfo_Valdivieso/models/optimize/config/boot.rb delete mode 100644 Rodolfo_Valdivieso/models/optimize/config/database.yml delete mode 100644 Rodolfo_Valdivieso/models/optimize/config/environment.rb delete mode 100644 Rodolfo_Valdivieso/models/optimize/config/environments/development.rb delete mode 100644 Rodolfo_Valdivieso/models/optimize/config/environments/production.rb delete mode 100644 Rodolfo_Valdivieso/models/optimize/config/environments/test.rb delete mode 100644 Rodolfo_Valdivieso/models/optimize/config/initializers/backtrace_silencers.rb delete mode 100644 Rodolfo_Valdivieso/models/optimize/config/initializers/cookies_serializer.rb delete mode 100644 Rodolfo_Valdivieso/models/optimize/config/initializers/filter_parameter_logging.rb delete mode 100644 Rodolfo_Valdivieso/models/optimize/config/initializers/inflections.rb delete mode 100644 Rodolfo_Valdivieso/models/optimize/config/initializers/mime_types.rb delete mode 100644 Rodolfo_Valdivieso/models/optimize/config/initializers/wrap_parameters.rb delete mode 100644 Rodolfo_Valdivieso/models/optimize/config/locales/en.yml delete mode 100644 Rodolfo_Valdivieso/models/optimize/config/routes.rb delete mode 100644 Rodolfo_Valdivieso/models/optimize/config/secrets.yml delete mode 100644 Rodolfo_Valdivieso/models/optimize/db/migrate/20171130022208_create_teams.rb delete mode 100644 Rodolfo_Valdivieso/models/optimize/db/migrate/20171130022231_create_players.rb delete mode 100644 Rodolfo_Valdivieso/models/optimize/db/schema.rb delete mode 100644 Rodolfo_Valdivieso/models/optimize/db/seeds.rb delete mode 100644 Rodolfo_Valdivieso/models/optimize/public/404.html delete mode 100644 Rodolfo_Valdivieso/models/optimize/public/422.html delete mode 100644 Rodolfo_Valdivieso/models/optimize/public/500.html delete mode 100644 Rodolfo_Valdivieso/models/optimize/public/robots.txt delete mode 100644 Rodolfo_Valdivieso/models/optimize/test/fixtures/players.yml delete mode 100644 Rodolfo_Valdivieso/models/optimize/test/test_helper.rb delete mode 100644 Rodolfo_Valdivieso/models/self_join/.gitignore delete mode 100644 Rodolfo_Valdivieso/models/self_join/Gemfile delete mode 100644 Rodolfo_Valdivieso/models/self_join/Gemfile.lock delete mode 100644 Rodolfo_Valdivieso/models/self_join/README.rdoc delete mode 100644 Rodolfo_Valdivieso/models/self_join/Rakefile delete mode 100644 Rodolfo_Valdivieso/models/self_join/app/assets/javascripts/application.js delete mode 100644 Rodolfo_Valdivieso/models/self_join/app/assets/stylesheets/application.css delete mode 100644 Rodolfo_Valdivieso/models/self_join/app/controllers/application_controller.rb delete mode 100644 Rodolfo_Valdivieso/models/self_join/app/helpers/application_helper.rb delete mode 100644 Rodolfo_Valdivieso/models/self_join/app/models/friendship.rb delete mode 100644 Rodolfo_Valdivieso/models/self_join/app/models/user.rb delete mode 100644 Rodolfo_Valdivieso/models/self_join/app/views/layouts/application.html.erb delete mode 100644 Rodolfo_Valdivieso/models/self_join/bin/bundle delete mode 100644 Rodolfo_Valdivieso/models/self_join/bin/rails delete mode 100644 Rodolfo_Valdivieso/models/self_join/bin/rake delete mode 100644 Rodolfo_Valdivieso/models/self_join/bin/setup delete mode 100644 Rodolfo_Valdivieso/models/self_join/bin/spring delete mode 100644 Rodolfo_Valdivieso/models/self_join/config.ru delete mode 100644 Rodolfo_Valdivieso/models/self_join/config/application.rb delete mode 100644 Rodolfo_Valdivieso/models/self_join/config/boot.rb delete mode 100644 Rodolfo_Valdivieso/models/self_join/config/database.yml delete mode 100644 Rodolfo_Valdivieso/models/self_join/config/environment.rb delete mode 100644 Rodolfo_Valdivieso/models/self_join/config/environments/development.rb delete mode 100644 Rodolfo_Valdivieso/models/self_join/config/environments/production.rb delete mode 100644 Rodolfo_Valdivieso/models/self_join/config/environments/test.rb delete mode 100644 Rodolfo_Valdivieso/models/self_join/config/initializers/assets.rb delete mode 100644 Rodolfo_Valdivieso/models/self_join/config/initializers/backtrace_silencers.rb delete mode 100644 Rodolfo_Valdivieso/models/self_join/config/initializers/cookies_serializer.rb delete mode 100644 Rodolfo_Valdivieso/models/self_join/config/initializers/filter_parameter_logging.rb delete mode 100644 Rodolfo_Valdivieso/models/self_join/config/initializers/inflections.rb delete mode 100644 Rodolfo_Valdivieso/models/self_join/config/initializers/mime_types.rb delete mode 100644 Rodolfo_Valdivieso/models/self_join/config/initializers/session_store.rb delete mode 100644 Rodolfo_Valdivieso/models/self_join/config/initializers/wrap_parameters.rb delete mode 100644 Rodolfo_Valdivieso/models/self_join/config/locales/en.yml delete mode 100644 Rodolfo_Valdivieso/models/self_join/config/routes.rb delete mode 100644 Rodolfo_Valdivieso/models/self_join/config/secrets.yml delete mode 100644 Rodolfo_Valdivieso/models/self_join/db/migrate/20171130210447_create_users.rb delete mode 100644 Rodolfo_Valdivieso/models/self_join/db/migrate/20171130210908_create_friendships.rb delete mode 100644 Rodolfo_Valdivieso/models/self_join/db/schema.rb delete mode 100644 Rodolfo_Valdivieso/models/self_join/db/seeds.rb delete mode 100644 Rodolfo_Valdivieso/models/self_join/public/404.html delete mode 100644 Rodolfo_Valdivieso/models/self_join/public/422.html delete mode 100644 Rodolfo_Valdivieso/models/self_join/public/500.html delete mode 100644 Rodolfo_Valdivieso/models/self_join/public/robots.txt delete mode 100644 Rodolfo_Valdivieso/models/self_join/test/fixtures/friendships.yml delete mode 100644 Rodolfo_Valdivieso/models/self_join/test/fixtures/users.yml delete mode 100644 Rodolfo_Valdivieso/models/self_join/test/models/friendship_test.rb delete mode 100644 Rodolfo_Valdivieso/models/self_join/test/test_helper.rb delete mode 100644 Rodolfo_Valdivieso/models/self_join/vendor/assets/stylesheets/.keep delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/.gitignore delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/Gemfile delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/Gemfile.lock delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/README.rdoc delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/Rakefile delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/app/assets/images/.keep delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/app/assets/javascripts/application.js delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/app/assets/stylesheets/application.css delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/app/controllers/application_controller.rb delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/app/controllers/concerns/.keep delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/app/helpers/application_helper.rb delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/app/mailers/.keep delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/app/models/.keep delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/app/models/concerns/.keep delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/app/models/user.rb delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/app/views/layouts/application.html.erb delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/bin/bundle delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/bin/rails delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/bin/rake delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/bin/setup delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/bin/spring delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/config.ru delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/config/application.rb delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/config/boot.rb delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/config/database.yml delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/config/environment.rb delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/config/environments/development.rb delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/config/environments/production.rb delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/config/environments/test.rb delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/config/initializers/assets.rb delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/config/initializers/backtrace_silencers.rb delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/config/initializers/cookies_serializer.rb delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/config/initializers/filter_parameter_logging.rb delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/config/initializers/inflections.rb delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/config/initializers/mime_types.rb delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/config/initializers/session_store.rb delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/config/initializers/wrap_parameters.rb delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/config/locales/en.yml delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/config/routes.rb delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/config/secrets.yml delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/db/migrate/20171129150335_create_users.rb delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/db/schema.rb delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/db/seeds.rb delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/lib/assets/.keep delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/lib/tasks/.keep delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/log/.keep delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/public/404.html delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/public/422.html delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/public/500.html delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/public/favicon.ico delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/public/robots.txt delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/test/controllers/.keep delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/test/fixtures/.keep delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/test/fixtures/users.yml delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/test/helpers/.keep delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/test/integration/.keep delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/test/mailers/.keep delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/test/models/.keep delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/test/test_helper.rb delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/vendor/assets/javascripts/.keep delete mode 100644 Rodolfo_Valdivieso/models/user_login_project/vendor/assets/stylesheets/.keep delete mode 100644 Rodolfo_Valdivieso/objects/bankAccount/bankAccount.rb delete mode 100644 Rodolfo_Valdivieso/objects/dog/dog.rb delete mode 100644 Rodolfo_Valdivieso/objects/dog/mammal.rb delete mode 100644 Rodolfo_Valdivieso/objects/human/human.rb delete mode 100644 Rodolfo_Valdivieso/objects/lion/dog.rb delete mode 100644 Rodolfo_Valdivieso/objects/lion/lion.rb delete mode 100644 Rodolfo_Valdivieso/objects/lion/mammal.rb delete mode 100644 Rodolfo_Valdivieso/objects/mathDojo/mathDojo.rb delete mode 100644 Rodolfo_Valdivieso/objects/project/project.rb delete mode 100644 Rodolfo_Valdivieso/objects/wizard/human.rb delete mode 100644 Rodolfo_Valdivieso/objects/wizard/ninja.rb delete mode 100644 Rodolfo_Valdivieso/objects/wizard/samurai.rb delete mode 100644 Rodolfo_Valdivieso/objects/wizard/wizard.rb delete mode 100644 Staci_Rodriquez/fundamentals/arrays.rb delete mode 100644 Staci_Rodriquez/fundamentals/basic_13.rb delete mode 100644 Staci_Rodriquez/fundamentals/guess_the_number.rb delete mode 100644 Staci_Rodriquez/fundamentals/hashes.rb delete mode 100644 Staci_Rodriquez/fundamentals/myEnumerable.rb delete mode 100644 Staci_Rodriquez/fundamentals/names.rb delete mode 100644 Staci_Rodriquez/fundamentals/range.rb delete mode 100644 Staci_Rodriquez/fundamentals/ruby_puzzles.rb delete mode 100644 Staci_Rodriquez/oop/MathDojo.rb delete mode 100644 Staci_Rodriquez/oop/dog.rb delete mode 100644 Staci_Rodriquez/oop/mammal.rb delete mode 100644 Staci_Rodriquez/oop/project.rb delete mode 100644 Stephen Weil/Fundamentals/arrays.rb delete mode 100644 Stephen Weil/Fundamentals/basic13.rb delete mode 100644 Stephen Weil/Fundamentals/guess_the_number.rb delete mode 100644 Stephen Weil/Fundamentals/hashes.rb delete mode 100644 Stephen Weil/Fundamentals/iterators.rb delete mode 100644 Stephen Weil/Fundamentals/my_enumerable.rb delete mode 100644 Stephen Weil/Fundamentals/names.rb delete mode 100644 Stephen Weil/Fundamentals/puzzles.rb delete mode 100644 Stephen Weil/Fundamentals/range.rb delete mode 100644 Stephen Weil/OOP/bankaccount.rb delete mode 100644 Stephen Weil/OOP/dog.rb delete mode 100644 Stephen Weil/OOP/human.rb delete mode 100644 Stephen Weil/OOP/lion.rb delete mode 100644 Stephen Weil/OOP/mammal.rb delete mode 100644 Stephen Weil/OOP/mathdojo.rb delete mode 100644 Stephen Weil/OOP/ninja.rb delete mode 100644 Stephen Weil/OOP/project.rb delete mode 100644 Stephen Weil/OOP/samurai.rb delete mode 100644 Stephen Weil/OOP/wizard.rb delete mode 100644 Stephen Weil/Rails/Models/blogs_one.txt delete mode 100644 Stephen Weil/Rails/Models/blogs_one/.gitignore delete mode 100644 Stephen Weil/Rails/Models/blogs_one/Gemfile delete mode 100644 Stephen Weil/Rails/Models/blogs_one/Gemfile.lock delete mode 100644 Stephen Weil/Rails/Models/blogs_one/README.rdoc delete mode 100644 Stephen Weil/Rails/Models/blogs_one/Rakefile delete mode 100644 Stephen Weil/Rails/Models/blogs_one/app/assets/images/.keep delete mode 100644 Stephen Weil/Rails/Models/blogs_one/app/assets/javascripts/application.js delete mode 100644 Stephen Weil/Rails/Models/blogs_one/app/assets/stylesheets/application.css delete mode 100644 Stephen Weil/Rails/Models/blogs_one/app/controllers/application_controller.rb delete mode 100644 Stephen Weil/Rails/Models/blogs_one/app/controllers/concerns/.keep delete mode 100644 Stephen Weil/Rails/Models/blogs_one/app/helpers/application_helper.rb delete mode 100644 Stephen Weil/Rails/Models/blogs_one/app/mailers/.keep delete mode 100644 Stephen Weil/Rails/Models/blogs_one/app/models/.keep delete mode 100644 Stephen Weil/Rails/Models/blogs_one/app/models/blog.rb delete mode 100644 Stephen Weil/Rails/Models/blogs_one/app/models/concerns/.keep delete mode 100644 Stephen Weil/Rails/Models/blogs_one/app/models/message.rb delete mode 100644 Stephen Weil/Rails/Models/blogs_one/app/models/post.rb delete mode 100644 Stephen Weil/Rails/Models/blogs_one/app/views/layouts/application.html.erb delete mode 100755 Stephen Weil/Rails/Models/blogs_one/bin/bundle delete mode 100755 Stephen Weil/Rails/Models/blogs_one/bin/rails delete mode 100755 Stephen Weil/Rails/Models/blogs_one/bin/rake delete mode 100755 Stephen Weil/Rails/Models/blogs_one/bin/setup delete mode 100755 Stephen Weil/Rails/Models/blogs_one/bin/spring delete mode 100644 Stephen Weil/Rails/Models/blogs_one/config.ru delete mode 100644 Stephen Weil/Rails/Models/blogs_one/config/application.rb delete mode 100644 Stephen Weil/Rails/Models/blogs_one/config/boot.rb delete mode 100644 Stephen Weil/Rails/Models/blogs_one/config/database.yml delete mode 100644 Stephen Weil/Rails/Models/blogs_one/config/environment.rb delete mode 100644 Stephen Weil/Rails/Models/blogs_one/config/environments/development.rb delete mode 100644 Stephen Weil/Rails/Models/blogs_one/config/environments/production.rb delete mode 100644 Stephen Weil/Rails/Models/blogs_one/config/environments/test.rb delete mode 100644 Stephen Weil/Rails/Models/blogs_one/config/initializers/assets.rb delete mode 100644 Stephen Weil/Rails/Models/blogs_one/config/initializers/backtrace_silencers.rb delete mode 100644 Stephen Weil/Rails/Models/blogs_one/config/initializers/cookies_serializer.rb delete mode 100644 Stephen Weil/Rails/Models/blogs_one/config/initializers/filter_parameter_logging.rb delete mode 100644 Stephen Weil/Rails/Models/blogs_one/config/initializers/inflections.rb delete mode 100644 Stephen Weil/Rails/Models/blogs_one/config/initializers/mime_types.rb delete mode 100644 Stephen Weil/Rails/Models/blogs_one/config/initializers/session_store.rb delete mode 100644 Stephen Weil/Rails/Models/blogs_one/config/initializers/wrap_parameters.rb delete mode 100644 Stephen Weil/Rails/Models/blogs_one/config/locales/en.yml delete mode 100644 Stephen Weil/Rails/Models/blogs_one/config/routes.rb delete mode 100644 Stephen Weil/Rails/Models/blogs_one/config/secrets.yml delete mode 100644 Stephen Weil/Rails/Models/blogs_one/db/migrate/20171129215414_create_blogs.rb delete mode 100644 Stephen Weil/Rails/Models/blogs_one/db/migrate/20171129215430_create_posts.rb delete mode 100644 Stephen Weil/Rails/Models/blogs_one/db/migrate/20171129215654_add_post_to_blog.rb delete mode 100644 Stephen Weil/Rails/Models/blogs_one/db/migrate/20171129215752_create_messages.rb delete mode 100644 Stephen Weil/Rails/Models/blogs_one/db/migrate/20171129221530_add_blog_to_post.rb delete mode 100644 Stephen Weil/Rails/Models/blogs_one/db/schema.rb delete mode 100644 Stephen Weil/Rails/Models/blogs_one/db/seeds.rb delete mode 100644 Stephen Weil/Rails/Models/blogs_one/lib/assets/.keep delete mode 100644 Stephen Weil/Rails/Models/blogs_one/lib/tasks/.keep delete mode 100644 Stephen Weil/Rails/Models/blogs_one/log/.keep delete mode 100644 Stephen Weil/Rails/Models/blogs_one/public/404.html delete mode 100644 Stephen Weil/Rails/Models/blogs_one/public/422.html delete mode 100644 Stephen Weil/Rails/Models/blogs_one/public/500.html delete mode 100644 Stephen Weil/Rails/Models/blogs_one/public/favicon.ico delete mode 100644 Stephen Weil/Rails/Models/blogs_one/public/robots.txt delete mode 100644 Stephen Weil/Rails/Models/blogs_one/test/controllers/.keep delete mode 100644 Stephen Weil/Rails/Models/blogs_one/test/fixtures/.keep delete mode 100644 Stephen Weil/Rails/Models/blogs_one/test/fixtures/blogs.yml delete mode 100644 Stephen Weil/Rails/Models/blogs_one/test/fixtures/messages.yml delete mode 100644 Stephen Weil/Rails/Models/blogs_one/test/fixtures/posts.yml delete mode 100644 Stephen Weil/Rails/Models/blogs_one/test/helpers/.keep delete mode 100644 Stephen Weil/Rails/Models/blogs_one/test/integration/.keep delete mode 100644 Stephen Weil/Rails/Models/blogs_one/test/mailers/.keep delete mode 100644 Stephen Weil/Rails/Models/blogs_one/test/models/.keep delete mode 100644 Stephen Weil/Rails/Models/blogs_one/test/models/blog_test.rb delete mode 100644 Stephen Weil/Rails/Models/blogs_one/test/models/message_test.rb delete mode 100644 Stephen Weil/Rails/Models/blogs_one/test/models/post_test.rb delete mode 100644 Stephen Weil/Rails/Models/blogs_one/test/test_helper.rb delete mode 100644 Stephen Weil/Rails/Models/blogs_one/vendor/assets/javascripts/.keep delete mode 100644 Stephen Weil/Rails/Models/blogs_one/vendor/assets/stylesheets/.keep delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas.txt delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/.gitignore delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/Gemfile delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/Gemfile.lock delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/README.rdoc delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/Rakefile delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/app/assets/images/.keep delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/app/assets/javascripts/application.js delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/app/assets/stylesheets/application.css delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/app/controllers/application_controller.rb delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/app/controllers/concerns/.keep delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/app/helpers/application_helper.rb delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/app/mailers/.keep delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/app/models/.keep delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/app/models/concerns/.keep delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/app/models/dojo.rb delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/app/models/ninja.rb delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/app/views/layouts/application.html.erb delete mode 100755 Stephen Weil/Rails/Models/dojo_ninjas/bin/bundle delete mode 100755 Stephen Weil/Rails/Models/dojo_ninjas/bin/rails delete mode 100755 Stephen Weil/Rails/Models/dojo_ninjas/bin/rake delete mode 100755 Stephen Weil/Rails/Models/dojo_ninjas/bin/setup delete mode 100755 Stephen Weil/Rails/Models/dojo_ninjas/bin/spring delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/config.ru delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/config/application.rb delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/config/boot.rb delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/config/database.yml delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/config/environment.rb delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/config/environments/development.rb delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/config/environments/production.rb delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/config/environments/test.rb delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/config/initializers/assets.rb delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/config/initializers/backtrace_silencers.rb delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/config/initializers/cookies_serializer.rb delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/config/initializers/filter_parameter_logging.rb delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/config/initializers/inflections.rb delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/config/initializers/mime_types.rb delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/config/initializers/session_store.rb delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/config/initializers/wrap_parameters.rb delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/config/locales/en.yml delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/config/routes.rb delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/config/secrets.yml delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/db/migrate/20171129210400_create_dojos.rb delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/db/migrate/20171129210425_create_ninjas.rb delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/db/schema.rb delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/db/seeds.rb delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/lib/assets/.keep delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/lib/tasks/.keep delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/log/.keep delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/public/404.html delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/public/422.html delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/public/500.html delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/public/favicon.ico delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/public/robots.txt delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/test/controllers/.keep delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/test/fixtures/.keep delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/test/fixtures/dojos.yml delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/test/fixtures/ninjas.yml delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/test/helpers/.keep delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/test/integration/.keep delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/test/mailers/.keep delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/test/models/.keep delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/test/models/dojo_test.rb delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/test/models/ninja_test.rb delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/test/test_helper.rb delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/vendor/assets/javascripts/.keep delete mode 100644 Stephen Weil/Rails/Models/dojo_ninjas/vendor/assets/stylesheets/.keep delete mode 100644 Stephen Weil/Rails/Models/optimize/.gitignore delete mode 100644 Stephen Weil/Rails/Models/optimize/Gemfile delete mode 100644 Stephen Weil/Rails/Models/optimize/Gemfile.lock delete mode 100644 Stephen Weil/Rails/Models/optimize/README.rdoc delete mode 100644 Stephen Weil/Rails/Models/optimize/Rakefile delete mode 100644 Stephen Weil/Rails/Models/optimize/app/assets/images/.keep delete mode 100644 Stephen Weil/Rails/Models/optimize/app/assets/javascripts/application.js delete mode 100644 Stephen Weil/Rails/Models/optimize/app/assets/stylesheets/application.css delete mode 100644 Stephen Weil/Rails/Models/optimize/app/controllers/application_controller.rb delete mode 100644 Stephen Weil/Rails/Models/optimize/app/controllers/concerns/.keep delete mode 100644 Stephen Weil/Rails/Models/optimize/app/helpers/application_helper.rb delete mode 100644 Stephen Weil/Rails/Models/optimize/app/mailers/.keep delete mode 100644 Stephen Weil/Rails/Models/optimize/app/models/.keep delete mode 100644 Stephen Weil/Rails/Models/optimize/app/models/concerns/.keep delete mode 100644 Stephen Weil/Rails/Models/optimize/app/models/player.rb delete mode 100644 Stephen Weil/Rails/Models/optimize/app/models/team.rb delete mode 100644 Stephen Weil/Rails/Models/optimize/app/views/layouts/application.html.erb delete mode 100755 Stephen Weil/Rails/Models/optimize/bin/bundle delete mode 100755 Stephen Weil/Rails/Models/optimize/bin/rails delete mode 100755 Stephen Weil/Rails/Models/optimize/bin/rake delete mode 100755 Stephen Weil/Rails/Models/optimize/bin/setup delete mode 100755 Stephen Weil/Rails/Models/optimize/bin/spring delete mode 100644 Stephen Weil/Rails/Models/optimize/config.ru delete mode 100644 Stephen Weil/Rails/Models/optimize/config/application.rb delete mode 100644 Stephen Weil/Rails/Models/optimize/config/boot.rb delete mode 100644 Stephen Weil/Rails/Models/optimize/config/database.yml delete mode 100644 Stephen Weil/Rails/Models/optimize/config/environment.rb delete mode 100644 Stephen Weil/Rails/Models/optimize/config/environments/development.rb delete mode 100644 Stephen Weil/Rails/Models/optimize/config/environments/production.rb delete mode 100644 Stephen Weil/Rails/Models/optimize/config/environments/test.rb delete mode 100644 Stephen Weil/Rails/Models/optimize/config/initializers/assets.rb delete mode 100644 Stephen Weil/Rails/Models/optimize/config/initializers/backtrace_silencers.rb delete mode 100644 Stephen Weil/Rails/Models/optimize/config/initializers/cookies_serializer.rb delete mode 100644 Stephen Weil/Rails/Models/optimize/config/initializers/filter_parameter_logging.rb delete mode 100644 Stephen Weil/Rails/Models/optimize/config/initializers/inflections.rb delete mode 100644 Stephen Weil/Rails/Models/optimize/config/initializers/mime_types.rb delete mode 100644 Stephen Weil/Rails/Models/optimize/config/initializers/session_store.rb delete mode 100644 Stephen Weil/Rails/Models/optimize/config/initializers/wrap_parameters.rb delete mode 100644 Stephen Weil/Rails/Models/optimize/config/locales/en.yml delete mode 100644 Stephen Weil/Rails/Models/optimize/config/routes.rb delete mode 100644 Stephen Weil/Rails/Models/optimize/config/secrets.yml delete mode 100644 Stephen Weil/Rails/Models/optimize/db/migrate/20171129231623_create_teams.rb delete mode 100644 Stephen Weil/Rails/Models/optimize/db/migrate/20171129231701_create_players.rb delete mode 100644 Stephen Weil/Rails/Models/optimize/db/schema.rb delete mode 100644 Stephen Weil/Rails/Models/optimize/db/seeds.rb delete mode 100644 Stephen Weil/Rails/Models/optimize/lib/assets/.keep delete mode 100644 Stephen Weil/Rails/Models/optimize/lib/tasks/.keep delete mode 100644 Stephen Weil/Rails/Models/optimize/log/.keep delete mode 100644 Stephen Weil/Rails/Models/optimize/public/404.html delete mode 100644 Stephen Weil/Rails/Models/optimize/public/422.html delete mode 100644 Stephen Weil/Rails/Models/optimize/public/500.html delete mode 100644 Stephen Weil/Rails/Models/optimize/public/favicon.ico delete mode 100644 Stephen Weil/Rails/Models/optimize/public/robots.txt delete mode 100644 Stephen Weil/Rails/Models/optimize/test/controllers/.keep delete mode 100644 Stephen Weil/Rails/Models/optimize/test/fixtures/.keep delete mode 100644 Stephen Weil/Rails/Models/optimize/test/fixtures/players.yml delete mode 100644 Stephen Weil/Rails/Models/optimize/test/fixtures/teams.yml delete mode 100644 Stephen Weil/Rails/Models/optimize/test/helpers/.keep delete mode 100644 Stephen Weil/Rails/Models/optimize/test/integration/.keep delete mode 100644 Stephen Weil/Rails/Models/optimize/test/mailers/.keep delete mode 100644 Stephen Weil/Rails/Models/optimize/test/models/.keep delete mode 100644 Stephen Weil/Rails/Models/optimize/test/models/player_test.rb delete mode 100644 Stephen Weil/Rails/Models/optimize/test/models/team_test.rb delete mode 100644 Stephen Weil/Rails/Models/optimize/test/test_helper.rb delete mode 100644 Stephen Weil/Rails/Models/optimize/vendor/assets/javascripts/.keep delete mode 100644 Stephen Weil/Rails/Models/optimize/vendor/assets/stylesheets/.keep delete mode 100644 Stephen Weil/Rails/Models/user_login_project/.gitignore delete mode 100644 Stephen Weil/Rails/Models/user_login_project/Gemfile delete mode 100644 Stephen Weil/Rails/Models/user_login_project/Gemfile.lock delete mode 100644 Stephen Weil/Rails/Models/user_login_project/README.rdoc delete mode 100644 Stephen Weil/Rails/Models/user_login_project/Rakefile delete mode 100644 Stephen Weil/Rails/Models/user_login_project/app/assets/images/.keep delete mode 100644 Stephen Weil/Rails/Models/user_login_project/app/assets/javascripts/application.js delete mode 100644 Stephen Weil/Rails/Models/user_login_project/app/assets/stylesheets/application.css delete mode 100644 Stephen Weil/Rails/Models/user_login_project/app/controllers/application_controller.rb delete mode 100644 Stephen Weil/Rails/Models/user_login_project/app/controllers/concerns/.keep delete mode 100644 Stephen Weil/Rails/Models/user_login_project/app/helpers/application_helper.rb delete mode 100644 Stephen Weil/Rails/Models/user_login_project/app/mailers/.keep delete mode 100644 Stephen Weil/Rails/Models/user_login_project/app/models/.keep delete mode 100644 Stephen Weil/Rails/Models/user_login_project/app/models/concerns/.keep delete mode 100644 Stephen Weil/Rails/Models/user_login_project/app/models/user.rb delete mode 100644 Stephen Weil/Rails/Models/user_login_project/app/views/layouts/application.html.erb delete mode 100755 Stephen Weil/Rails/Models/user_login_project/bin/bundle delete mode 100755 Stephen Weil/Rails/Models/user_login_project/bin/rails delete mode 100755 Stephen Weil/Rails/Models/user_login_project/bin/rake delete mode 100755 Stephen Weil/Rails/Models/user_login_project/bin/setup delete mode 100755 Stephen Weil/Rails/Models/user_login_project/bin/spring delete mode 100644 Stephen Weil/Rails/Models/user_login_project/config.ru delete mode 100644 Stephen Weil/Rails/Models/user_login_project/config/application.rb delete mode 100644 Stephen Weil/Rails/Models/user_login_project/config/boot.rb delete mode 100644 Stephen Weil/Rails/Models/user_login_project/config/database.yml delete mode 100644 Stephen Weil/Rails/Models/user_login_project/config/environment.rb delete mode 100644 Stephen Weil/Rails/Models/user_login_project/config/environments/development.rb delete mode 100644 Stephen Weil/Rails/Models/user_login_project/config/environments/production.rb delete mode 100644 Stephen Weil/Rails/Models/user_login_project/config/environments/test.rb delete mode 100644 Stephen Weil/Rails/Models/user_login_project/config/initializers/assets.rb delete mode 100644 Stephen Weil/Rails/Models/user_login_project/config/initializers/backtrace_silencers.rb delete mode 100644 Stephen Weil/Rails/Models/user_login_project/config/initializers/cookies_serializer.rb delete mode 100644 Stephen Weil/Rails/Models/user_login_project/config/initializers/filter_parameter_logging.rb delete mode 100644 Stephen Weil/Rails/Models/user_login_project/config/initializers/inflections.rb delete mode 100644 Stephen Weil/Rails/Models/user_login_project/config/initializers/mime_types.rb delete mode 100644 Stephen Weil/Rails/Models/user_login_project/config/initializers/session_store.rb delete mode 100644 Stephen Weil/Rails/Models/user_login_project/config/initializers/wrap_parameters.rb delete mode 100644 Stephen Weil/Rails/Models/user_login_project/config/locales/en.yml delete mode 100644 Stephen Weil/Rails/Models/user_login_project/config/routes.rb delete mode 100644 Stephen Weil/Rails/Models/user_login_project/config/secrets.yml delete mode 100644 Stephen Weil/Rails/Models/user_login_project/db/migrate/20171129201433_create_users.rb delete mode 100644 Stephen Weil/Rails/Models/user_login_project/db/schema.rb delete mode 100644 Stephen Weil/Rails/Models/user_login_project/db/seeds.rb delete mode 100644 Stephen Weil/Rails/Models/user_login_project/lib/assets/.keep delete mode 100644 Stephen Weil/Rails/Models/user_login_project/lib/tasks/.keep delete mode 100644 Stephen Weil/Rails/Models/user_login_project/log/.keep delete mode 100644 Stephen Weil/Rails/Models/user_login_project/public/404.html delete mode 100644 Stephen Weil/Rails/Models/user_login_project/public/422.html delete mode 100644 Stephen Weil/Rails/Models/user_login_project/public/500.html delete mode 100644 Stephen Weil/Rails/Models/user_login_project/public/favicon.ico delete mode 100644 Stephen Weil/Rails/Models/user_login_project/public/robots.txt delete mode 100644 Stephen Weil/Rails/Models/user_login_project/test/controllers/.keep delete mode 100644 Stephen Weil/Rails/Models/user_login_project/test/fixtures/.keep delete mode 100644 Stephen Weil/Rails/Models/user_login_project/test/fixtures/users.yml delete mode 100644 Stephen Weil/Rails/Models/user_login_project/test/helpers/.keep delete mode 100644 Stephen Weil/Rails/Models/user_login_project/test/integration/.keep delete mode 100644 Stephen Weil/Rails/Models/user_login_project/test/mailers/.keep delete mode 100644 Stephen Weil/Rails/Models/user_login_project/test/models/.keep delete mode 100644 Stephen Weil/Rails/Models/user_login_project/test/test_helper.rb delete mode 100644 Stephen Weil/Rails/Models/user_login_project/vendor/assets/javascripts/.keep delete mode 100644 Stephen Weil/Rails/Models/user_login_project/vendor/assets/stylesheets/.keep delete mode 100644 Stephen Weil/Rails/Models/users.txt delete mode 100644 Tamisha_Damas/Models_Specs/Gemfile delete mode 100644 Tamisha_Damas/Personal Exercises/Number_Game.rb delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/.gitignore delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/.rspec delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/Gemfile delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/Gemfile.lock delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/README.rdoc delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/Rakefile delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/app/assets/images/.keep delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/app/assets/javascripts/application.js delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/app/assets/javascripts/sessions.coffee delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/app/assets/stylesheets/application.css delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/app/assets/stylesheets/sessions.scss delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/app/assets/stylesheets/users.scss delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/app/controllers/application_controller.rb delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/app/controllers/concerns/.keep delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/app/controllers/sessions_controller.rb delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/app/controllers/users_controller.rb delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/app/helpers/application_helper.rb delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/app/helpers/sessions_helper.rb delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/app/mailers/.keep delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/app/models/.keep delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/app/models/concerns/.keep delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/app/models/user.rb delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/app/views/layouts/application.html.erb delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/app/views/sessions/destroy.html.erb delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/app/views/sessions/new.html.erb delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/app/views/users/create.html.erb delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/app/views/users/new.html.erb delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/app/views/users/show.html.erb delete mode 100755 Tamisha_Damas/Rails II/dojo_secrets/bin/bundle delete mode 100755 Tamisha_Damas/Rails II/dojo_secrets/bin/rails delete mode 100755 Tamisha_Damas/Rails II/dojo_secrets/bin/rake delete mode 100755 Tamisha_Damas/Rails II/dojo_secrets/bin/setup delete mode 100755 Tamisha_Damas/Rails II/dojo_secrets/bin/spring delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/config.ru delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/config/application.rb delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/config/boot.rb delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/config/database.yml delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/config/environment.rb delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/config/environments/development.rb delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/config/environments/production.rb delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/config/environments/test.rb delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/config/initializers/assets.rb delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/config/initializers/backtrace_silencers.rb delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/config/initializers/cookies_serializer.rb delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/config/initializers/filter_parameter_logging.rb delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/config/initializers/inflections.rb delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/config/initializers/mime_types.rb delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/config/initializers/session_store.rb delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/config/initializers/wrap_parameters.rb delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/config/locales/en.yml delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/config/routes.rb delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/config/secrets.yml delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/db/migrate/20171019230004_create_users.rb delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/db/schema.rb delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/db/seeds.rb delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/lib/assets/.keep delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/lib/tasks/.keep delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/log/.keep delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/public/404.html delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/public/422.html delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/public/500.html delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/public/favicon.ico delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/public/robots.txt delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/spec/factories/users.rb delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/spec/features/authentication_spec.rb delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/spec/helpers/sessions_helper_spec.rb delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/spec/helpers/users_helper_spec.rb delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/spec/models/user_spec.rb delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/spec/rails_helper.rb delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/spec/spec_helper.rb delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/vendor/assets/javascripts/.keep delete mode 100644 Tamisha_Damas/Rails II/dojo_secrets/vendor/assets/stylesheets/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/.gitignore delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/Gemfile delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/Gemfile.lock delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/README.rdoc delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/Rakefile delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/assets/images/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/assets/javascripts/application.js delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/assets/javascripts/users.coffee delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/assets/stylesheets/application.css delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/assets/stylesheets/users.scss delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/controllers/application_controller.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/controllers/concerns/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/controllers/users_controller.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/helpers/application_helper.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/helpers/users_helper.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/mailers/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/models/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/models/concerns/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/views/layouts/application.html.erb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/views/users/index.html.erb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/views/users/show.html.erb delete mode 100755 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/bin/bundle delete mode 100755 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/bin/rails delete mode 100755 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/bin/rake delete mode 100755 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/bin/setup delete mode 100755 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/bin/spring delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config.ru delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/application.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/boot.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/database.yml delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/environment.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/environments/development.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/environments/production.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/environments/test.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/initializers/assets.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/initializers/backtrace_silencers.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/initializers/cookies_serializer.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/initializers/filter_parameter_logging.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/initializers/inflections.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/initializers/mime_types.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/initializers/rails_footnotes.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/initializers/session_store.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/initializers/wrap_parameters.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/locales/en.yml delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/routes.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/secrets.yml delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/db/seeds.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/lib/assets/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/lib/tasks/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/log/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/public/404.html delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/public/422.html delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/public/500.html delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/public/favicon.ico delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/public/robots.txt delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/test/controllers/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/test/controllers/users_controller_test.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/test/fixtures/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/test/helpers/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/test/integration/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/test/mailers/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/test/models/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/test/test_helper.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/vendor/assets/javascripts/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Survey_Form/vendor/assets/stylesheets/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/.gitignore delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/Gemfile delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/Gemfile.lock delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/README.rdoc delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/Rakefile delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/app/assets/images/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/app/assets/javascripts/application.js delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/app/assets/javascripts/times.coffee delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/app/assets/stylesheets/application.css delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/app/assets/stylesheets/times.scss delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/app/controllers/application_controller.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/app/controllers/concerns/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/app/controllers/times_controller.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/app/helpers/application_helper.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/app/helpers/times_helper.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/app/mailers/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/app/models/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/app/models/concerns/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/app/views/layouts/application.html.erb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/app/views/times/main.html.erb delete mode 100755 Tamisha_Damas/Rails/Controllers & Views /Time_display/bin/bundle delete mode 100755 Tamisha_Damas/Rails/Controllers & Views /Time_display/bin/rails delete mode 100755 Tamisha_Damas/Rails/Controllers & Views /Time_display/bin/rake delete mode 100755 Tamisha_Damas/Rails/Controllers & Views /Time_display/bin/setup delete mode 100755 Tamisha_Damas/Rails/Controllers & Views /Time_display/bin/spring delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/config.ru delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/config/application.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/config/boot.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/config/database.yml delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/config/environment.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/config/environments/development.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/config/environments/production.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/config/environments/test.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/config/initializers/assets.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/config/initializers/backtrace_silencers.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/config/initializers/cookies_serializer.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/config/initializers/filter_parameter_logging.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/config/initializers/inflections.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/config/initializers/mime_types.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/config/initializers/rails_footnotes.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/config/initializers/session_store.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/config/initializers/wrap_parameters.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/config/locales/en.yml delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/config/routes.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/config/secrets.yml delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/db/seeds.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/lib/assets/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/lib/tasks/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/log/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/public/404.html delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/public/422.html delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/public/500.html delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/public/favicon.ico delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/public/robots.txt delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/test/controllers/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/test/controllers/times_controller_test.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/test/fixtures/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/test/helpers/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/test/integration/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/test/mailers/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/test/models/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/test/test_helper.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/vendor/assets/javascripts/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /Time_display/vendor/assets/stylesheets/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/.gitignore delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/Gemfile delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/Gemfile.lock delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/README.rdoc delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/Rakefile delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/assets/images/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/assets/javascripts/application.js delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/assets/javascripts/dojos.coffee delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/assets/stylesheets/application.css delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/assets/stylesheets/dojos.scss delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/controllers/application_controller.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/controllers/concerns/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/controllers/dojos_controller.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/helpers/application_helper.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/helpers/dojos_helper.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/mailers/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/models/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/models/concerns/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/models/dojo.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/views/dojos/destroy.html.erb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/views/dojos/edit.html.erb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/views/dojos/index.html.erb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/views/dojos/new.html.erb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/views/dojos/show.html.erb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/views/layouts/application.html.erb delete mode 100755 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/bin/bundle delete mode 100755 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/bin/rails delete mode 100755 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/bin/rake delete mode 100755 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/bin/setup delete mode 100755 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/bin/spring delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config.ru delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/application.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/boot.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/database.yml delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/environment.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/environments/development.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/environments/production.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/environments/test.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/initializers/assets.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/initializers/backtrace_silencers.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/initializers/cookies_serializer.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/initializers/filter_parameter_logging.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/initializers/inflections.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/initializers/mime_types.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/initializers/rails_footnotes.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/initializers/session_store.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/initializers/wrap_parameters.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/locales/en.yml delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/routes.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/secrets.yml delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/db/migrate/20171015215328_create_dojos.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/db/schema.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/db/seeds.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/lib/assets/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/lib/tasks/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/log/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/public/404.html delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/public/422.html delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/public/500.html delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/public/favicon.ico delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/public/robots.txt delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/test/controllers/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/test/controllers/dojos_controller_test.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/test/fixtures/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/test/fixtures/dojos.yml delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/test/helpers/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/test/integration/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/test/mailers/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/test/models/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/test/models/dojo_test.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/test/test_helper.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/vendor/assets/javascripts/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/vendor/assets/stylesheets/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/.gitignore delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/Gemfile delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/Gemfile.lock delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/README.rdoc delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/Rakefile delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/assets/images/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/assets/javascripts/application.js delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/assets/javascripts/dojos.coffee delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/assets/stylesheets/application.css delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/assets/stylesheets/dojos.scss delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/controllers/application_controller.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/controllers/concerns/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/controllers/dojos_controller.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/helpers/application_helper.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/helpers/dojos_helper.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/mailers/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/models/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/models/concerns/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/models/dojo.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/views/dojos/destroy.html.erb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/views/dojos/edit.html.erb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/views/dojos/index.html.erb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/views/dojos/new.html.erb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/views/dojos/show.html.erb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/views/layouts/application.html.erb delete mode 100755 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/bin/bundle delete mode 100755 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/bin/rails delete mode 100755 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/bin/rake delete mode 100755 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/bin/setup delete mode 100755 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/bin/spring delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config.ru delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/application.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/boot.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/database.yml delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/environment.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/environments/development.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/environments/production.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/environments/test.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/initializers/assets.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/initializers/backtrace_silencers.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/initializers/cookies_serializer.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/initializers/filter_parameter_logging.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/initializers/inflections.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/initializers/mime_types.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/initializers/rails_footnotes.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/initializers/session_store.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/initializers/wrap_parameters.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/locales/en.yml delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/routes.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/secrets.yml delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/db/migrate/20171015215328_create_dojos.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/db/schema.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/db/seeds.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/lib/assets/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/lib/tasks/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/log/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/public/404.html delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/public/422.html delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/public/500.html delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/public/favicon.ico delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/public/robots.txt delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/test/controllers/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/test/controllers/dojos_controller_test.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/test/fixtures/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/test/fixtures/dojos.yml delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/test/helpers/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/test/integration/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/test/mailers/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/test/models/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/test/models/dojo_test.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/test/test_helper.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/vendor/assets/javascripts/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/vendor/assets/stylesheets/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard/app/models/dojo.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard/config/routes.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/.gitignore delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/Gemfile delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/Gemfile.lock delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/README.rdoc delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/Rakefile delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/assets/images/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/assets/javascripts/application.js delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/assets/javascripts/users.coffee delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/assets/stylesheets/application.css delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/assets/stylesheets/users.scss delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/controllers/application_controller.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/controllers/concerns/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/controllers/users_controller.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/helpers/application_helper.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/helpers/users_helper.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/mailers/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/models/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/models/concerns/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/models/user.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/views/layouts/application.html.erb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/views/users/edit.html.erb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/views/users/new.html.erb delete mode 100755 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/bin/bundle delete mode 100755 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/bin/rails delete mode 100755 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/bin/rake delete mode 100755 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/bin/setup delete mode 100755 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/bin/spring delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config.ru delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/application.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/boot.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/database.yml delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/environment.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/environments/development.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/environments/production.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/environments/test.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/initializers/assets.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/initializers/backtrace_silencers.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/initializers/cookies_serializer.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/initializers/filter_parameter_logging.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/initializers/inflections.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/initializers/mime_types.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/initializers/session_store.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/initializers/wrap_parameters.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/locales/en.yml delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/routes.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/secrets.yml delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/db/migrate/20171011222406_create_users.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/db/schema.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/db/seeds.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/lib/assets/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/lib/tasks/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/log/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/public/404.html delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/public/422.html delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/public/500.html delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/public/favicon.ico delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/public/robots.txt delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/test/controllers/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/test/controllers/users_controller_test.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/test/fixtures/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/test/fixtures/users.yml delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/test/helpers/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/test/integration/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/test/mailers/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/test/models/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/test/models/user_test.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/test/test_helper.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/vendor/assets/javascripts/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /intergrating_m/vendor/assets/stylesheets/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/.gitignore delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/Gemfile delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/Gemfile.lock delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/README.rdoc delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/Rakefile delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/assets/images/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/assets/javascripts/application.js delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/assets/javascripts/displays.coffee delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/assets/stylesheets/application.css delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/assets/stylesheets/displays.scss delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/controllers/application_controller.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/controllers/concerns/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/controllers/displays_controller.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/helpers/application_helper.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/helpers/displays_helper.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/mailers/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/models/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/models/concerns/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/views/displays/hello.html.erb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/views/displays/index.html.erb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/views/displays/restart.html.erb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/views/displays/say.html.erb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/views/displays/times.html.erb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/views/layouts/application.html.erb delete mode 100755 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/bin/bundle delete mode 100755 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/bin/rails delete mode 100755 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/bin/rake delete mode 100755 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/bin/setup delete mode 100755 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/bin/spring delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config.ru delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/application.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/boot.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/database.yml delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/environment.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/environments/development.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/environments/production.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/environments/test.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/initializers/assets.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/initializers/backtrace_silencers.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/initializers/cookies_serializer.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/initializers/filter_parameter_logging.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/initializers/inflections.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/initializers/mime_types.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/initializers/session_store.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/initializers/wrap_parameters.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/locales/en.yml delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/routes.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/secrets.yml delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/db/seeds.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/lib/assets/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/lib/tasks/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/log/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/public/404.html delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/public/422.html delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/public/500.html delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/public/favicon.ico delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/public/robots.txt delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/test/controllers/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/test/controllers/displays_controller_test.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/test/fixtures/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/test/helpers/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/test/integration/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/test/mailers/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/test/models/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/test/test_helper.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/vendor/assets/javascripts/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /routes_controllers/vendor/assets/stylesheets/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/.gitignore delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/Gemfile delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/Gemfile.lock delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/README.rdoc delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/Rakefile delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/assets/images/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/assets/javascripts/application.js delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/assets/javascripts/dojos.coffee delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/assets/stylesheets/application.css delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/assets/stylesheets/dojos.scss delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/controllers/application_controller.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/controllers/concerns/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/controllers/dojos_controller.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/controllers/students_controller.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/helpers/application_helper.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/helpers/dojos_helper.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/mailers/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/models/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/models/concerns/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/models/dojo.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/models/student.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/views/dojos/destroy.html.erb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/views/dojos/edit.html.erb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/views/dojos/index.html.erb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/views/dojos/new.html.erb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/views/dojos/show.html.erb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/views/layouts/application.html.erb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/views/students/edit.html.erb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/views/students/index.html.erb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/views/students/new.html.erb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/views/students/show.html.erb delete mode 100755 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/bin/bundle delete mode 100755 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/bin/rails delete mode 100755 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/bin/rake delete mode 100755 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/bin/setup delete mode 100755 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/bin/spring delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config.ru delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/application.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/boot.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/database.yml delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/environment.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/environments/development.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/environments/production.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/environments/test.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/initializers/assets.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/initializers/backtrace_silencers.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/initializers/cookies_serializer.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/initializers/filter_parameter_logging.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/initializers/inflections.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/initializers/mime_types.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/initializers/rails_footnotes.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/initializers/session_store.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/initializers/wrap_parameters.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/locales/en.yml delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/routes.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/secrets.yml delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/db/migrate/20171015215328_create_dojos.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/db/migrate/20171016232721_create_students.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/db/schema.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/db/seeds.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/lib/assets/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/lib/tasks/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/log/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/public/404.html delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/public/422.html delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/public/500.html delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/public/favicon.ico delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/public/robots.txt delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/test/controllers/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/test/controllers/dojos_controller_test.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/test/controllers/students_controller_test.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/test/fixtures/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/test/fixtures/dojos.yml delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/test/fixtures/students.yml delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/test/helpers/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/test/integration/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/test/mailers/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/test/models/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/test/models/dojo_test.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/test/test_helper.rb delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/vendor/assets/javascripts/.keep delete mode 100644 Tamisha_Damas/Rails/Controllers & Views /student_dashboard/vendor/assets/stylesheets/.keep delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/.gitignore delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/Gemfile delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/Gemfile.lock delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/README.rdoc delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/Rakefile delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/app/assets/images/.keep delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/app/assets/javascripts/application.js delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/app/assets/stylesheets/application.css delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/app/controllers/application_controller.rb delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/app/controllers/concerns/.keep delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/app/helpers/application_helper.rb delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/app/mailers/.keep delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/app/models/.keep delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/app/models/blog.rb delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/app/models/concerns/.keep delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/app/models/message.rb delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/app/models/post.rb delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/app/views/layouts/application.html.erb delete mode 100755 Tamisha_Damas/Rails/Models /Blogs/bin/bundle delete mode 100755 Tamisha_Damas/Rails/Models /Blogs/bin/rails delete mode 100755 Tamisha_Damas/Rails/Models /Blogs/bin/rake delete mode 100755 Tamisha_Damas/Rails/Models /Blogs/bin/setup delete mode 100755 Tamisha_Damas/Rails/Models /Blogs/bin/spring delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/config.ru delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/config/application.rb delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/config/boot.rb delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/config/database.yml delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/config/environment.rb delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/config/environments/development.rb delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/config/environments/production.rb delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/config/environments/test.rb delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/config/initializers/assets.rb delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/config/initializers/backtrace_silencers.rb delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/config/initializers/cookies_serializer.rb delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/config/initializers/filter_parameter_logging.rb delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/config/initializers/inflections.rb delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/config/initializers/mime_types.rb delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/config/initializers/session_store.rb delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/config/initializers/wrap_parameters.rb delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/config/locales/en.yml delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/config/routes.rb delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/config/secrets.yml delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/db/migrate/20171009180749_create_blogs.rb delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/db/migrate/20171009180920_create_posts.rb delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/db/migrate/20171009181240_create_messages.rb delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/db/schema.rb delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/db/seeds.rb delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/lib/assets/.keep delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/lib/tasks/.keep delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/log/.keep delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/public/404.html delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/public/422.html delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/public/500.html delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/public/favicon.ico delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/public/robots.txt delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/test/controllers/.keep delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/test/fixtures/.keep delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/test/fixtures/blogs.yml delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/test/fixtures/messages.yml delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/test/fixtures/posts.yml delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/test/helpers/.keep delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/test/integration/.keep delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/test/mailers/.keep delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/test/models/.keep delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/test/models/blog_test.rb delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/test/models/message_test.rb delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/test/models/post_test.rb delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/test/test_helper.rb delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/vendor/assets/javascripts/.keep delete mode 100644 Tamisha_Damas/Rails/Models /Blogs/vendor/assets/stylesheets/.keep delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/.gitignore delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/Gemfile delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/Gemfile.lock delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/app/assets/images/.keep delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/app/assets/javascripts/application.js delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/app/assets/javascripts/cable.js delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/app/assets/javascripts/channels/.keep delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/app/assets/stylesheets/application.css delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/app/controllers/concerns/.keep delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/app/helpers/application_helper.rb delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/app/models/concerns/.keep delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/app/models/friendship.rb delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/app/models/user.rb delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/app/views/layouts/application.html.erb delete mode 100755 Tamisha_Damas/Rails/Models /Friends(self_join)/bin/bundle delete mode 100755 Tamisha_Damas/Rails/Models /Friends(self_join)/bin/rake delete mode 100755 Tamisha_Damas/Rails/Models /Friends(self_join)/bin/setup delete mode 100755 Tamisha_Damas/Rails/Models /Friends(self_join)/bin/spring delete mode 100755 Tamisha_Damas/Rails/Models /Friends(self_join)/bin/yarn delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/config/application.rb delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/config/cable.yml delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/config/database.yml delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/config/environments/development.rb delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/config/environments/production.rb delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/config/environments/test.rb delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/config/initializers/assets.rb delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/config/initializers/backtrace_silencers.rb delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/config/initializers/filter_parameter_logging.rb delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/config/initializers/inflections.rb delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/config/initializers/mime_types.rb delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/config/locales/en.yml delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/config/puma.rb delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/config/secrets.yml delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/db/migrate/20171202200608_create_users.rb delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/db/migrate/20171202200623_create_friendships.rb delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/db/schema.rb delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/lib/assets/.keep delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/lib/tasks/.keep delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/log/.keep delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/package.json delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/public/apple-touch-icon-precomposed.png delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/public/apple-touch-icon.png delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/public/favicon.ico delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/public/robots.txt delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/test/application_system_test_case.rb delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/test/controllers/.keep delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/test/fixtures/.keep delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/test/fixtures/files/.keep delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/test/fixtures/friendships.yml delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/test/fixtures/users.yml delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/test/helpers/.keep delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/test/integration/.keep delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/test/mailers/.keep delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/test/models/.keep delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/test/models/friendship_test.rb delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/test/models/user_test.rb delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/test/system/.keep delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/test/test_helper.rb delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/tmp/.keep delete mode 100644 Tamisha_Damas/Rails/Models /Friends(self_join)/vendor/.keep delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/.gitignore delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/Gemfile delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/Gemfile.lock delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/README.rdoc delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/Rakefile delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/app/assets/images/.keep delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/app/assets/javascripts/application.js delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/app/assets/stylesheets/application.css delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/app/controllers/application_controller.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/app/controllers/concerns/.keep delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/app/helpers/application_helper.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/app/mailers/.keep delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/app/models/.keep delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/app/models/blog.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/app/models/concerns/.keep delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/app/models/message.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/app/models/owner.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/app/models/post.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/app/models/user.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/app/views/layouts/application.html.erb delete mode 100755 Tamisha_Damas/Rails/Models /blog_posts_messages_2/bin/bundle delete mode 100755 Tamisha_Damas/Rails/Models /blog_posts_messages_2/bin/rails delete mode 100755 Tamisha_Damas/Rails/Models /blog_posts_messages_2/bin/rake delete mode 100755 Tamisha_Damas/Rails/Models /blog_posts_messages_2/bin/setup delete mode 100755 Tamisha_Damas/Rails/Models /blog_posts_messages_2/bin/spring delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/config.ru delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/application.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/boot.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/database.yml delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/environment.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/environments/development.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/environments/production.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/environments/test.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/initializers/assets.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/initializers/backtrace_silencers.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/initializers/cookies_serializer.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/initializers/filter_parameter_logging.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/initializers/inflections.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/initializers/mime_types.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/initializers/session_store.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/initializers/wrap_parameters.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/locales/en.yml delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/routes.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/secrets.yml delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/db/migrate/20171201211552_create_users.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/db/migrate/20171201214740_create_blogs.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/db/migrate/20171201214910_create_owners.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/db/migrate/20171201215007_create_posts.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/db/migrate/20171201215115_create_messages.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/db/schema.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/db/seeds.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/lib/assets/.keep delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/lib/tasks/.keep delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/log/.keep delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/public/404.html delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/public/422.html delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/public/500.html delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/public/favicon.ico delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/public/robots.txt delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/controllers/.keep delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/fixtures/.keep delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/fixtures/blogs.yml delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/fixtures/messages.yml delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/fixtures/owners.yml delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/fixtures/posts.yml delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/fixtures/users.yml delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/helpers/.keep delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/integration/.keep delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/mailers/.keep delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/models/.keep delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/models/blog_test.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/models/message_test.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/models/owner_test.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/models/post_test.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/models/user_test.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/test_helper.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/vendor/assets/javascripts/.keep delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2/vendor/assets/stylesheets/.keep delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/.gitignore delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/Gemfile delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/Gemfile.lock delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/README.rdoc delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/Rakefile delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/app/assets/images/.keep delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/app/assets/javascripts/application.js delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/app/assets/stylesheets/application.css delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/app/controllers/application_controller.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/app/controllers/concerns/.keep delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/app/helpers/application_helper.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/app/mailers/.keep delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/app/models/.keep delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/app/models/blog.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/app/models/comment.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/app/models/concerns/.keep delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/app/models/message.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/app/models/owner.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/app/models/post.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/app/models/user.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/app/views/layouts/application.html.erb delete mode 100755 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/bin/bundle delete mode 100755 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/bin/rails delete mode 100755 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/bin/rake delete mode 100755 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/bin/setup delete mode 100755 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/bin/spring delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config.ru delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/application.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/boot.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/database.yml delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/environment.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/environments/development.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/environments/production.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/environments/test.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/initializers/assets.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/initializers/backtrace_silencers.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/initializers/cookies_serializer.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/initializers/filter_parameter_logging.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/initializers/inflections.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/initializers/mime_types.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/initializers/session_store.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/initializers/wrap_parameters.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/locales/en.yml delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/routes.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/secrets.yml delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/db/migrate/20171201211552_create_users.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/db/migrate/20171201214740_create_blogs.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/db/migrate/20171201214910_create_owners.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/db/migrate/20171201215007_create_posts.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/db/migrate/20171201215115_create_messages.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/db/migrate/20171202190136_create_comments.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/db/schema.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/db/seeds.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/lib/assets/.keep delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/lib/tasks/.keep delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/log/.keep delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/public/404.html delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/public/422.html delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/public/500.html delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/public/favicon.ico delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/public/robots.txt delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/controllers/.keep delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/fixtures/.keep delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/fixtures/blogs.yml delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/fixtures/comments.yml delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/fixtures/messages.yml delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/fixtures/owners.yml delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/fixtures/posts.yml delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/fixtures/users.yml delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/helpers/.keep delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/integration/.keep delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/mailers/.keep delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/models/.keep delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/models/blog_test.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/models/message_test.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/models/owner_test.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/models/post_test.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/models/user_test.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/test_helper.rb delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/vendor/assets/javascripts/.keep delete mode 100644 Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/vendor/assets/stylesheets/.keep delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/.gitignore delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/Gemfile delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/Gemfile.lock delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/README.rdoc delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/Rakefile delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/app/assets/images/.keep delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/app/assets/javascripts/application.js delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/app/assets/stylesheets/application.css delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/app/controllers/application_controller.rb delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/app/controllers/concerns/.keep delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/app/helpers/application_helper.rb delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/app/mailers/.keep delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/app/models/.keep delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/app/models/concerns/.keep delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/app/models/dojo.rb delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/app/models/ninja.rb delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/app/views/layouts/application.html.erb delete mode 100755 Tamisha_Damas/Rails/Models /dojo_ninja/bin/bundle delete mode 100755 Tamisha_Damas/Rails/Models /dojo_ninja/bin/rails delete mode 100755 Tamisha_Damas/Rails/Models /dojo_ninja/bin/rake delete mode 100755 Tamisha_Damas/Rails/Models /dojo_ninja/bin/setup delete mode 100755 Tamisha_Damas/Rails/Models /dojo_ninja/bin/spring delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/config.ru delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/config/application.rb delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/config/boot.rb delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/config/database.yml delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/config/environment.rb delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/config/environments/development.rb delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/config/environments/production.rb delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/config/environments/test.rb delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/config/initializers/assets.rb delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/config/initializers/backtrace_silencers.rb delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/config/initializers/cookies_serializer.rb delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/config/initializers/filter_parameter_logging.rb delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/config/initializers/inflections.rb delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/config/initializers/mime_types.rb delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/config/initializers/session_store.rb delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/config/initializers/wrap_parameters.rb delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/config/locales/en.yml delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/config/routes.rb delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/config/secrets.yml delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/db/migrate/20171009015736_create_dojos.rb delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/db/migrate/20171009130935_create_ninjas.rb delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/db/schema.rb delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/db/seeds.rb delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/lib/assets/.keep delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/lib/tasks/.keep delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/log/.keep delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/public/404.html delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/public/422.html delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/public/500.html delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/public/favicon.ico delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/public/robots.txt delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/test/controllers/.keep delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/test/fixtures/.keep delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/test/fixtures/dojos.yml delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/test/fixtures/ninjas.yml delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/test/helpers/.keep delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/test/integration/.keep delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/test/mailers/.keep delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/test/models/.keep delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/test/models/dojo_test.rb delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/test/models/ninja_test.rb delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/test/test_helper.rb delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/vendor/assets/javascripts/.keep delete mode 100644 Tamisha_Damas/Rails/Models /dojo_ninja/vendor/assets/stylesheets/.keep delete mode 100644 Tamisha_Damas/Rails/Models /optimize/.each do |player| delete mode 100644 Tamisha_Damas/Rails/Models /optimize/.gitignore delete mode 100644 Tamisha_Damas/Rails/Models /optimize/Gemfile delete mode 100644 Tamisha_Damas/Rails/Models /optimize/Gemfile.lock delete mode 100644 Tamisha_Damas/Rails/Models /optimize/README.rdoc delete mode 100644 Tamisha_Damas/Rails/Models /optimize/Rakefile delete mode 100644 Tamisha_Damas/Rails/Models /optimize/app/assets/images/.keep delete mode 100644 Tamisha_Damas/Rails/Models /optimize/app/assets/javascripts/application.js delete mode 100644 Tamisha_Damas/Rails/Models /optimize/app/assets/stylesheets/application.css delete mode 100644 Tamisha_Damas/Rails/Models /optimize/app/controllers/application_controller.rb delete mode 100644 Tamisha_Damas/Rails/Models /optimize/app/controllers/concerns/.keep delete mode 100644 Tamisha_Damas/Rails/Models /optimize/app/helpers/application_helper.rb delete mode 100644 Tamisha_Damas/Rails/Models /optimize/app/mailers/.keep delete mode 100644 Tamisha_Damas/Rails/Models /optimize/app/models/.keep delete mode 100644 Tamisha_Damas/Rails/Models /optimize/app/models/concerns/.keep delete mode 100644 Tamisha_Damas/Rails/Models /optimize/app/models/player.rb delete mode 100644 Tamisha_Damas/Rails/Models /optimize/app/models/team.rb delete mode 100644 Tamisha_Damas/Rails/Models /optimize/app/views/layouts/application.html.erb delete mode 100755 Tamisha_Damas/Rails/Models /optimize/bin/bundle delete mode 100755 Tamisha_Damas/Rails/Models /optimize/bin/rails delete mode 100755 Tamisha_Damas/Rails/Models /optimize/bin/rake delete mode 100755 Tamisha_Damas/Rails/Models /optimize/bin/setup delete mode 100755 Tamisha_Damas/Rails/Models /optimize/bin/spring delete mode 100644 Tamisha_Damas/Rails/Models /optimize/config.ru delete mode 100644 Tamisha_Damas/Rails/Models /optimize/config/application.rb delete mode 100644 Tamisha_Damas/Rails/Models /optimize/config/boot.rb delete mode 100644 Tamisha_Damas/Rails/Models /optimize/config/database.yml delete mode 100644 Tamisha_Damas/Rails/Models /optimize/config/environment.rb delete mode 100644 Tamisha_Damas/Rails/Models /optimize/config/environments/development.rb delete mode 100644 Tamisha_Damas/Rails/Models /optimize/config/environments/production.rb delete mode 100644 Tamisha_Damas/Rails/Models /optimize/config/environments/test.rb delete mode 100644 Tamisha_Damas/Rails/Models /optimize/config/initializers/assets.rb delete mode 100644 Tamisha_Damas/Rails/Models /optimize/config/initializers/backtrace_silencers.rb delete mode 100644 Tamisha_Damas/Rails/Models /optimize/config/initializers/cookies_serializer.rb delete mode 100644 Tamisha_Damas/Rails/Models /optimize/config/initializers/filter_parameter_logging.rb delete mode 100644 Tamisha_Damas/Rails/Models /optimize/config/initializers/inflections.rb delete mode 100644 Tamisha_Damas/Rails/Models /optimize/config/initializers/mime_types.rb delete mode 100644 Tamisha_Damas/Rails/Models /optimize/config/initializers/session_store.rb delete mode 100644 Tamisha_Damas/Rails/Models /optimize/config/initializers/wrap_parameters.rb delete mode 100644 Tamisha_Damas/Rails/Models /optimize/config/locales/en.yml delete mode 100644 Tamisha_Damas/Rails/Models /optimize/config/routes.rb delete mode 100644 Tamisha_Damas/Rails/Models /optimize/config/secrets.yml delete mode 100644 Tamisha_Damas/Rails/Models /optimize/db/migrate/20171009205208_create_teams.rb delete mode 100644 Tamisha_Damas/Rails/Models /optimize/db/migrate/20171009205259_create_players.rb delete mode 100644 Tamisha_Damas/Rails/Models /optimize/db/schema.rb delete mode 100644 Tamisha_Damas/Rails/Models /optimize/db/seeds.rb delete mode 100644 Tamisha_Damas/Rails/Models /optimize/lib/assets/.keep delete mode 100644 Tamisha_Damas/Rails/Models /optimize/lib/tasks/.keep delete mode 100644 Tamisha_Damas/Rails/Models /optimize/log/.keep delete mode 100644 Tamisha_Damas/Rails/Models /optimize/public/404.html delete mode 100644 Tamisha_Damas/Rails/Models /optimize/public/422.html delete mode 100644 Tamisha_Damas/Rails/Models /optimize/public/500.html delete mode 100644 Tamisha_Damas/Rails/Models /optimize/public/favicon.ico delete mode 100644 Tamisha_Damas/Rails/Models /optimize/public/robots.txt delete mode 100644 Tamisha_Damas/Rails/Models /optimize/test/controllers/.keep delete mode 100644 Tamisha_Damas/Rails/Models /optimize/test/fixtures/.keep delete mode 100644 Tamisha_Damas/Rails/Models /optimize/test/fixtures/players.yml delete mode 100644 Tamisha_Damas/Rails/Models /optimize/test/fixtures/teams.yml delete mode 100644 Tamisha_Damas/Rails/Models /optimize/test/helpers/.keep delete mode 100644 Tamisha_Damas/Rails/Models /optimize/test/integration/.keep delete mode 100644 Tamisha_Damas/Rails/Models /optimize/test/mailers/.keep delete mode 100644 Tamisha_Damas/Rails/Models /optimize/test/models/.keep delete mode 100644 Tamisha_Damas/Rails/Models /optimize/test/models/player_test.rb delete mode 100644 Tamisha_Damas/Rails/Models /optimize/test/models/team_test.rb delete mode 100644 Tamisha_Damas/Rails/Models /optimize/test/test_helper.rb delete mode 100644 Tamisha_Damas/Rails/Models /optimize/vendor/assets/javascripts/.keep delete mode 100644 Tamisha_Damas/Rails/Models /optimize/vendor/assets/stylesheets/.keep delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/.gitignore delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/Gemfile delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/Gemfile.lock delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/README.rdoc delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/Rakefile delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/app/assets/images/.keep delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/app/assets/javascripts/application.js delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/app/assets/stylesheets/application.css delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/app/controllers/application_controller.rb delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/app/controllers/concerns/.keep delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/app/helpers/application_helper.rb delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/app/mailers/.keep delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/app/models/.keep delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/app/models/concerns/.keep delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/app/models/user.rb delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/app/views/layouts/application.html.erb delete mode 100755 Tamisha_Damas/Rails/Models /user_login_project/bin/bundle delete mode 100755 Tamisha_Damas/Rails/Models /user_login_project/bin/rails delete mode 100755 Tamisha_Damas/Rails/Models /user_login_project/bin/rake delete mode 100755 Tamisha_Damas/Rails/Models /user_login_project/bin/setup delete mode 100755 Tamisha_Damas/Rails/Models /user_login_project/bin/spring delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/config.ru delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/config/application.rb delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/config/boot.rb delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/config/database.yml delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/config/environment.rb delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/config/environments/development.rb delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/config/environments/production.rb delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/config/environments/test.rb delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/config/initializers/assets.rb delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/config/initializers/backtrace_silencers.rb delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/config/initializers/cookies_serializer.rb delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/config/initializers/filter_parameter_logging.rb delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/config/initializers/inflections.rb delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/config/initializers/mime_types.rb delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/config/initializers/session_store.rb delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/config/initializers/wrap_parameters.rb delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/config/locales/en.yml delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/config/routes.rb delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/config/secrets.yml delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/db/migrate/20171008003509_create_users.rb delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/db/schema.rb delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/db/seeds.rb delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/lib/assets/.keep delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/lib/tasks/.keep delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/log/.keep delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/public/404.html delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/public/422.html delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/public/500.html delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/public/favicon.ico delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/public/robots.txt delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/test/controllers/.keep delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/test/fixtures/.keep delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/test/fixtures/users.yml delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/test/helpers/.keep delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/test/integration/.keep delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/test/mailers/.keep delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/test/models/.keep delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/test/models/user_test.rb delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/test/test_helper.rb delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/vendor/assets/javascripts/.keep delete mode 100644 Tamisha_Damas/Rails/Models /user_login_project/vendor/assets/stylesheets/.keep delete mode 100644 Tamisha_Damas/Ruby/Fundammentals/Arrays.rb delete mode 100644 Tamisha_Damas/Ruby/Fundammentals/Basic13.rb delete mode 100644 Tamisha_Damas/Ruby/Fundammentals/Guess_the_Number.rb delete mode 100644 Tamisha_Damas/Ruby/Fundammentals/Hashes.rb delete mode 100644 Tamisha_Damas/Ruby/Fundammentals/Range.rb delete mode 100644 Tamisha_Damas/Ruby/Fundammentals/my_enumerable.rb delete mode 100644 Tamisha_Damas/Ruby/Fundammentals/names.rb delete mode 100644 Tamisha_Damas/Ruby/Fundammentals/ruby_puzzles.rb delete mode 100644 Tamisha_Damas/Ruby/OOP/Animals/dog.rb delete mode 100644 Tamisha_Damas/Ruby/OOP/Animals/lion.rb delete mode 100644 Tamisha_Damas/Ruby/OOP/Animals/mammals.rb delete mode 100644 Tamisha_Damas/Ruby/OOP/MathDojo.rb delete mode 100755 Tamisha_Damas/Ruby/OOP/OOP Assignments/animals/dog.rb delete mode 100755 Tamisha_Damas/Ruby/OOP/OOP Assignments/animals/dog2.rb delete mode 100755 Tamisha_Damas/Ruby/OOP/OOP Assignments/animals/lion.rb delete mode 100755 Tamisha_Damas/Ruby/OOP/OOP Assignments/animals/mammal.rb delete mode 100755 Tamisha_Damas/Ruby/OOP/OOP Assignments/arrays.rb delete mode 100755 Tamisha_Damas/Ruby/OOP/OOP Assignments/bankaccount.rb delete mode 100755 Tamisha_Damas/Ruby/OOP/OOP Assignments/basic13.rb delete mode 100755 Tamisha_Damas/Ruby/OOP/OOP Assignments/cardgame.rb delete mode 100755 Tamisha_Damas/Ruby/OOP/OOP Assignments/guessnumber.rb delete mode 100755 Tamisha_Damas/Ruby/OOP/OOP Assignments/hashes.rb delete mode 100755 Tamisha_Damas/Ruby/OOP/OOP Assignments/human/human.rb delete mode 100755 Tamisha_Damas/Ruby/OOP/OOP Assignments/mathdojo.rb delete mode 100755 Tamisha_Damas/Ruby/OOP/OOP Assignments/names.rb delete mode 100755 Tamisha_Damas/Ruby/OOP/OOP Assignments/oopquiz.rb delete mode 100755 Tamisha_Damas/Ruby/OOP/OOP Assignments/practice.rb delete mode 100755 Tamisha_Damas/Ruby/OOP/OOP Assignments/project.rb delete mode 100755 Tamisha_Damas/Ruby/OOP/OOP Assignments/puzzles.rb delete mode 100755 Tamisha_Damas/Ruby/OOP/OOP Assignments/range.rb delete mode 100644 Tamisha_Damas/Ruby/OOP/Project/project.rb delete mode 100644 Tamisha_Damas/Ruby/OOP/Project/project_spec.rb delete mode 100644 Tamisha_Damas/Ruby/OOP/Sammple_code.rb delete mode 100644 Tamisha_Damas/Ruby/OOP/bank_account.rb delete mode 100644 Tamisha_Damas/Ruby/OOP/humans.rb delete mode 100644 Tamisha_Damas/Ruby/OOP/wizard_ninja_samurai.zip delete mode 100644 Tamisha_Damas/Ruby/OOP/wizard_ninja_samurai/human.rb delete mode 100644 Tamisha_Damas/Ruby/OOP/wizard_ninja_samurai/ninja.rb delete mode 100644 Tamisha_Damas/Ruby/OOP/wizard_ninja_samurai/samurai.rb delete mode 100644 Tamisha_Damas/Ruby/OOP/wizard_ninja_samurai/wizard.rb delete mode 100644 arden_zhan/Fundamentals/arrays.rb delete mode 100644 arden_zhan/Fundamentals/basic_13.rb delete mode 100644 arden_zhan/Fundamentals/blocks.rb delete mode 100644 arden_zhan/Fundamentals/conditionals.rb delete mode 100644 arden_zhan/Fundamentals/guess_the_number.rb delete mode 100644 arden_zhan/Fundamentals/hashes.rb delete mode 100644 arden_zhan/Fundamentals/intro.rb delete mode 100644 arden_zhan/Fundamentals/iterators.rb delete mode 100644 arden_zhan/Fundamentals/loops.rb delete mode 100644 arden_zhan/Fundamentals/methods.rb delete mode 100644 arden_zhan/Fundamentals/module_practice/main.rb delete mode 100644 arden_zhan/Fundamentals/module_practice/modules.txt delete mode 100644 arden_zhan/Fundamentals/module_practice/printer_module.rb delete mode 100644 arden_zhan/Fundamentals/my_enumerable.rb delete mode 100644 arden_zhan/Fundamentals/names.rb delete mode 100644 arden_zhan/Fundamentals/puts.rb delete mode 100644 arden_zhan/Fundamentals/puts2.rb delete mode 100644 arden_zhan/Fundamentals/puzzles.rb delete mode 100644 arden_zhan/Fundamentals/range.rb delete mode 100644 arden_zhan/Fundamentals/strings.rb delete mode 100644 arden_zhan/Fundamentals/symbols.rb delete mode 100644 brittney_jackson/modulePractice/main.rb delete mode 100644 brittney_jackson/modulePractice/printerModule.rb delete mode 100644 brittney_jackson/oop/animals/dog.rb delete mode 100644 brittney_jackson/oop/animals/human.rb delete mode 100644 brittney_jackson/oop/animals/lion.rb delete mode 100644 brittney_jackson/oop/animals/mammal.rb delete mode 100644 brittney_jackson/oop/bankaccount.rb delete mode 100644 brittney_jackson/oop/mathDojo.rb delete mode 100644 brittney_jackson/oop/project.rb delete mode 100644 brittney_jackson/oop/user.rb delete mode 100644 brittney_jackson/rails/BMPcommands.rb delete mode 100644 brittney_jackson/rails/bpm/.gitignore delete mode 100644 brittney_jackson/rails/bpm/Gemfile delete mode 100644 brittney_jackson/rails/bpm/Gemfile.lock delete mode 100644 brittney_jackson/rails/bpm/README.rdoc delete mode 100644 brittney_jackson/rails/bpm/Rakefile delete mode 100644 brittney_jackson/rails/bpm/app/assets/images/.keep delete mode 100644 brittney_jackson/rails/bpm/app/assets/javascripts/application.js delete mode 100644 brittney_jackson/rails/bpm/app/assets/stylesheets/application.css delete mode 100644 brittney_jackson/rails/bpm/app/controllers/application_controller.rb delete mode 100644 brittney_jackson/rails/bpm/app/controllers/concerns/.keep delete mode 100644 brittney_jackson/rails/bpm/app/helpers/application_helper.rb delete mode 100644 brittney_jackson/rails/bpm/app/mailers/.keep delete mode 100644 brittney_jackson/rails/bpm/app/models/.keep delete mode 100644 brittney_jackson/rails/bpm/app/models/blog.rb delete mode 100644 brittney_jackson/rails/bpm/app/models/concerns/.keep delete mode 100644 brittney_jackson/rails/bpm/app/models/message.rb delete mode 100644 brittney_jackson/rails/bpm/app/models/post.rb delete mode 100644 brittney_jackson/rails/bpm/app/views/layouts/application.html.erb delete mode 100755 brittney_jackson/rails/bpm/bin/bundle delete mode 100755 brittney_jackson/rails/bpm/bin/rails delete mode 100755 brittney_jackson/rails/bpm/bin/rake delete mode 100755 brittney_jackson/rails/bpm/bin/setup delete mode 100755 brittney_jackson/rails/bpm/bin/spring delete mode 100644 brittney_jackson/rails/bpm/config.ru delete mode 100644 brittney_jackson/rails/bpm/config/application.rb delete mode 100644 brittney_jackson/rails/bpm/config/boot.rb delete mode 100644 brittney_jackson/rails/bpm/config/database.yml delete mode 100644 brittney_jackson/rails/bpm/config/environment.rb delete mode 100644 brittney_jackson/rails/bpm/config/environments/development.rb delete mode 100644 brittney_jackson/rails/bpm/config/environments/production.rb delete mode 100644 brittney_jackson/rails/bpm/config/environments/test.rb delete mode 100644 brittney_jackson/rails/bpm/config/initializers/assets.rb delete mode 100644 brittney_jackson/rails/bpm/config/initializers/backtrace_silencers.rb delete mode 100644 brittney_jackson/rails/bpm/config/initializers/cookies_serializer.rb delete mode 100644 brittney_jackson/rails/bpm/config/initializers/filter_parameter_logging.rb delete mode 100644 brittney_jackson/rails/bpm/config/initializers/inflections.rb delete mode 100644 brittney_jackson/rails/bpm/config/initializers/mime_types.rb delete mode 100644 brittney_jackson/rails/bpm/config/initializers/wrap_parameters.rb delete mode 100644 brittney_jackson/rails/bpm/config/locales/en.yml delete mode 100644 brittney_jackson/rails/bpm/config/routes.rb delete mode 100644 brittney_jackson/rails/bpm/config/secrets.yml delete mode 100644 brittney_jackson/rails/bpm/db/migrate/20171130194150_create_blogs.rb delete mode 100644 brittney_jackson/rails/bpm/db/migrate/20171130194230_create_posts.rb delete mode 100644 brittney_jackson/rails/bpm/db/migrate/20171130194306_create_messages.rb delete mode 100644 brittney_jackson/rails/bpm/db/schema.rb delete mode 100644 brittney_jackson/rails/bpm/db/seeds.rb delete mode 100644 brittney_jackson/rails/bpm/lib/assets/.keep delete mode 100644 brittney_jackson/rails/bpm/lib/tasks/.keep delete mode 100644 brittney_jackson/rails/bpm/log/.keep delete mode 100644 brittney_jackson/rails/bpm/public/404.html delete mode 100644 brittney_jackson/rails/bpm/public/422.html delete mode 100644 brittney_jackson/rails/bpm/public/500.html delete mode 100644 brittney_jackson/rails/bpm/public/favicon.ico delete mode 100644 brittney_jackson/rails/bpm/public/robots.txt delete mode 100644 brittney_jackson/rails/bpm/test/controllers/.keep delete mode 100644 brittney_jackson/rails/bpm/test/fixtures/.keep delete mode 100644 brittney_jackson/rails/bpm/test/fixtures/blogs.yml delete mode 100644 brittney_jackson/rails/bpm/test/fixtures/messages.yml delete mode 100644 brittney_jackson/rails/bpm/test/fixtures/posts.yml delete mode 100644 brittney_jackson/rails/bpm/test/helpers/.keep delete mode 100644 brittney_jackson/rails/bpm/test/integration/.keep delete mode 100644 brittney_jackson/rails/bpm/test/mailers/.keep delete mode 100644 brittney_jackson/rails/bpm/test/models/.keep delete mode 100644 brittney_jackson/rails/bpm/test/models/blog_test.rb delete mode 100644 brittney_jackson/rails/bpm/test/models/message_test.rb delete mode 100644 brittney_jackson/rails/bpm/test/models/post_test.rb delete mode 100644 brittney_jackson/rails/bpm/test/test_helper.rb delete mode 100644 brittney_jackson/rails/bpm/vendor/assets/javascripts/.keep delete mode 100644 brittney_jackson/rails/bpm/vendor/assets/stylesheets/.keep delete mode 100644 brittney_jackson/rails/dojoNinjacommands.rb delete mode 100644 brittney_jackson/rails/dojo_ninjas/.gitignore delete mode 100644 brittney_jackson/rails/dojo_ninjas/Gemfile delete mode 100644 brittney_jackson/rails/dojo_ninjas/Gemfile.lock delete mode 100644 brittney_jackson/rails/dojo_ninjas/README.rdoc delete mode 100644 brittney_jackson/rails/dojo_ninjas/Rakefile delete mode 100644 brittney_jackson/rails/dojo_ninjas/app/assets/images/.keep delete mode 100644 brittney_jackson/rails/dojo_ninjas/app/assets/javascripts/application.js delete mode 100644 brittney_jackson/rails/dojo_ninjas/app/assets/stylesheets/application.css delete mode 100644 brittney_jackson/rails/dojo_ninjas/app/controllers/application_controller.rb delete mode 100644 brittney_jackson/rails/dojo_ninjas/app/controllers/concerns/.keep delete mode 100644 brittney_jackson/rails/dojo_ninjas/app/helpers/application_helper.rb delete mode 100644 brittney_jackson/rails/dojo_ninjas/app/mailers/.keep delete mode 100644 brittney_jackson/rails/dojo_ninjas/app/models/.keep delete mode 100644 brittney_jackson/rails/dojo_ninjas/app/models/concerns/.keep delete mode 100644 brittney_jackson/rails/dojo_ninjas/app/models/dojo.rb delete mode 100644 brittney_jackson/rails/dojo_ninjas/app/models/ninja.rb delete mode 100644 brittney_jackson/rails/dojo_ninjas/app/views/layouts/application.html.erb delete mode 100755 brittney_jackson/rails/dojo_ninjas/bin/bundle delete mode 100755 brittney_jackson/rails/dojo_ninjas/bin/rails delete mode 100755 brittney_jackson/rails/dojo_ninjas/bin/rake delete mode 100755 brittney_jackson/rails/dojo_ninjas/bin/setup delete mode 100755 brittney_jackson/rails/dojo_ninjas/bin/spring delete mode 100644 brittney_jackson/rails/dojo_ninjas/config.ru delete mode 100644 brittney_jackson/rails/dojo_ninjas/config/application.rb delete mode 100644 brittney_jackson/rails/dojo_ninjas/config/boot.rb delete mode 100644 brittney_jackson/rails/dojo_ninjas/config/database.yml delete mode 100644 brittney_jackson/rails/dojo_ninjas/config/environment.rb delete mode 100644 brittney_jackson/rails/dojo_ninjas/config/environments/development.rb delete mode 100644 brittney_jackson/rails/dojo_ninjas/config/environments/production.rb delete mode 100644 brittney_jackson/rails/dojo_ninjas/config/environments/test.rb delete mode 100644 brittney_jackson/rails/dojo_ninjas/config/initializers/assets.rb delete mode 100644 brittney_jackson/rails/dojo_ninjas/config/initializers/backtrace_silencers.rb delete mode 100644 brittney_jackson/rails/dojo_ninjas/config/initializers/cookies_serializer.rb delete mode 100644 brittney_jackson/rails/dojo_ninjas/config/initializers/filter_parameter_logging.rb delete mode 100644 brittney_jackson/rails/dojo_ninjas/config/initializers/inflections.rb delete mode 100644 brittney_jackson/rails/dojo_ninjas/config/initializers/mime_types.rb delete mode 100644 brittney_jackson/rails/dojo_ninjas/config/initializers/session_store.rb delete mode 100644 brittney_jackson/rails/dojo_ninjas/config/initializers/wrap_parameters.rb delete mode 100644 brittney_jackson/rails/dojo_ninjas/config/locales/en.yml delete mode 100644 brittney_jackson/rails/dojo_ninjas/config/routes.rb delete mode 100644 brittney_jackson/rails/dojo_ninjas/config/secrets.yml delete mode 100644 brittney_jackson/rails/dojo_ninjas/db/migrate/20171130163305_create_dojos.rb delete mode 100644 brittney_jackson/rails/dojo_ninjas/db/migrate/20171130163410_create_ninjas.rb delete mode 100644 brittney_jackson/rails/dojo_ninjas/db/schema.rb delete mode 100644 brittney_jackson/rails/dojo_ninjas/db/seeds.rb delete mode 100644 brittney_jackson/rails/dojo_ninjas/lib/assets/.keep delete mode 100644 brittney_jackson/rails/dojo_ninjas/lib/tasks/.keep delete mode 100644 brittney_jackson/rails/dojo_ninjas/log/.keep delete mode 100644 brittney_jackson/rails/dojo_ninjas/public/404.html delete mode 100644 brittney_jackson/rails/dojo_ninjas/public/422.html delete mode 100644 brittney_jackson/rails/dojo_ninjas/public/500.html delete mode 100644 brittney_jackson/rails/dojo_ninjas/public/favicon.ico delete mode 100644 brittney_jackson/rails/dojo_ninjas/public/robots.txt delete mode 100644 brittney_jackson/rails/dojo_ninjas/test/controllers/.keep delete mode 100644 brittney_jackson/rails/dojo_ninjas/test/fixtures/.keep delete mode 100644 brittney_jackson/rails/dojo_ninjas/test/fixtures/dojos.yml delete mode 100644 brittney_jackson/rails/dojo_ninjas/test/fixtures/ninjas.yml delete mode 100644 brittney_jackson/rails/dojo_ninjas/test/helpers/.keep delete mode 100644 brittney_jackson/rails/dojo_ninjas/test/integration/.keep delete mode 100644 brittney_jackson/rails/dojo_ninjas/test/mailers/.keep delete mode 100644 brittney_jackson/rails/dojo_ninjas/test/models/.keep delete mode 100644 brittney_jackson/rails/dojo_ninjas/test/models/dojo_test.rb delete mode 100644 brittney_jackson/rails/dojo_ninjas/test/models/ninja_test.rb delete mode 100644 brittney_jackson/rails/dojo_ninjas/test/test_helper.rb delete mode 100644 brittney_jackson/rails/dojo_ninjas/vendor/assets/javascripts/.keep delete mode 100644 brittney_jackson/rails/dojo_ninjas/vendor/assets/stylesheets/.keep delete mode 100644 brittney_jackson/rails/integrateModels/.gitignore delete mode 100644 brittney_jackson/rails/integrateModels/Gemfile delete mode 100644 brittney_jackson/rails/integrateModels/Gemfile.lock delete mode 100644 brittney_jackson/rails/integrateModels/README.rdoc delete mode 100644 brittney_jackson/rails/integrateModels/Rakefile delete mode 100644 brittney_jackson/rails/integrateModels/app/assets/images/.keep delete mode 100644 brittney_jackson/rails/integrateModels/app/assets/javascripts/application.js delete mode 100644 brittney_jackson/rails/integrateModels/app/assets/javascripts/users.coffee delete mode 100644 brittney_jackson/rails/integrateModels/app/assets/stylesheets/application.css delete mode 100644 brittney_jackson/rails/integrateModels/app/assets/stylesheets/users.scss delete mode 100644 brittney_jackson/rails/integrateModels/app/controllers/application_controller.rb delete mode 100644 brittney_jackson/rails/integrateModels/app/controllers/concerns/.keep delete mode 100644 brittney_jackson/rails/integrateModels/app/controllers/users_controller.rb delete mode 100644 brittney_jackson/rails/integrateModels/app/helpers/application_helper.rb delete mode 100644 brittney_jackson/rails/integrateModels/app/helpers/users_helper.rb delete mode 100644 brittney_jackson/rails/integrateModels/app/mailers/.keep delete mode 100644 brittney_jackson/rails/integrateModels/app/models/.keep delete mode 100644 brittney_jackson/rails/integrateModels/app/models/concerns/.keep delete mode 100644 brittney_jackson/rails/integrateModels/app/models/user.rb delete mode 100644 brittney_jackson/rails/integrateModels/app/views/layouts/application.html.erb delete mode 100644 brittney_jackson/rails/integrateModels/app/views/users/edit.html.erb delete mode 100644 brittney_jackson/rails/integrateModels/app/views/users/new.html.erb delete mode 100755 brittney_jackson/rails/integrateModels/bin/bundle delete mode 100755 brittney_jackson/rails/integrateModels/bin/rails delete mode 100755 brittney_jackson/rails/integrateModels/bin/rake delete mode 100755 brittney_jackson/rails/integrateModels/bin/setup delete mode 100755 brittney_jackson/rails/integrateModels/bin/spring delete mode 100644 brittney_jackson/rails/integrateModels/config.ru delete mode 100644 brittney_jackson/rails/integrateModels/config/application.rb delete mode 100644 brittney_jackson/rails/integrateModels/config/boot.rb delete mode 100644 brittney_jackson/rails/integrateModels/config/database.yml delete mode 100644 brittney_jackson/rails/integrateModels/config/environment.rb delete mode 100644 brittney_jackson/rails/integrateModels/config/environments/development.rb delete mode 100644 brittney_jackson/rails/integrateModels/config/environments/production.rb delete mode 100644 brittney_jackson/rails/integrateModels/config/environments/test.rb delete mode 100644 brittney_jackson/rails/integrateModels/config/initializers/assets.rb delete mode 100644 brittney_jackson/rails/integrateModels/config/initializers/backtrace_silencers.rb delete mode 100644 brittney_jackson/rails/integrateModels/config/initializers/cookies_serializer.rb delete mode 100644 brittney_jackson/rails/integrateModels/config/initializers/filter_parameter_logging.rb delete mode 100644 brittney_jackson/rails/integrateModels/config/initializers/inflections.rb delete mode 100644 brittney_jackson/rails/integrateModels/config/initializers/mime_types.rb delete mode 100644 brittney_jackson/rails/integrateModels/config/initializers/session_store.rb delete mode 100644 brittney_jackson/rails/integrateModels/config/initializers/wrap_parameters.rb delete mode 100644 brittney_jackson/rails/integrateModels/config/locales/en.yml delete mode 100644 brittney_jackson/rails/integrateModels/config/routes.rb delete mode 100644 brittney_jackson/rails/integrateModels/config/secrets.yml delete mode 100644 brittney_jackson/rails/integrateModels/db/migrate/20171202213734_create_users.rb delete mode 100644 brittney_jackson/rails/integrateModels/db/schema.rb delete mode 100644 brittney_jackson/rails/integrateModels/db/seeds.rb delete mode 100644 brittney_jackson/rails/integrateModels/lib/assets/.keep delete mode 100644 brittney_jackson/rails/integrateModels/lib/tasks/.keep delete mode 100644 brittney_jackson/rails/integrateModels/log/.keep delete mode 100644 brittney_jackson/rails/integrateModels/public/404.html delete mode 100644 brittney_jackson/rails/integrateModels/public/422.html delete mode 100644 brittney_jackson/rails/integrateModels/public/500.html delete mode 100644 brittney_jackson/rails/integrateModels/public/favicon.ico delete mode 100644 brittney_jackson/rails/integrateModels/public/robots.txt delete mode 100644 brittney_jackson/rails/integrateModels/test/controllers/.keep delete mode 100644 brittney_jackson/rails/integrateModels/test/controllers/users_controller_test.rb delete mode 100644 brittney_jackson/rails/integrateModels/test/fixtures/.keep delete mode 100644 brittney_jackson/rails/integrateModels/test/fixtures/users.yml delete mode 100644 brittney_jackson/rails/integrateModels/test/helpers/.keep delete mode 100644 brittney_jackson/rails/integrateModels/test/integration/.keep delete mode 100644 brittney_jackson/rails/integrateModels/test/mailers/.keep delete mode 100644 brittney_jackson/rails/integrateModels/test/models/.keep delete mode 100644 brittney_jackson/rails/integrateModels/test/models/user_test.rb delete mode 100644 brittney_jackson/rails/integrateModels/test/test_helper.rb delete mode 100644 brittney_jackson/rails/integrateModels/vendor/assets/javascripts/.keep delete mode 100644 brittney_jackson/rails/integrateModels/vendor/assets/stylesheets/.keep delete mode 100644 brittney_jackson/rails/optimize/.gitignore delete mode 100644 brittney_jackson/rails/optimize/Gemfile delete mode 100644 brittney_jackson/rails/optimize/Gemfile.lock delete mode 100644 brittney_jackson/rails/optimize/README.rdoc delete mode 100644 brittney_jackson/rails/optimize/Rakefile delete mode 100644 brittney_jackson/rails/optimize/app/assets/images/.keep delete mode 100644 brittney_jackson/rails/optimize/app/assets/javascripts/application.js delete mode 100644 brittney_jackson/rails/optimize/app/assets/stylesheets/application.css delete mode 100644 brittney_jackson/rails/optimize/app/controllers/application_controller.rb delete mode 100644 brittney_jackson/rails/optimize/app/controllers/concerns/.keep delete mode 100644 brittney_jackson/rails/optimize/app/helpers/application_helper.rb delete mode 100644 brittney_jackson/rails/optimize/app/mailers/.keep delete mode 100644 brittney_jackson/rails/optimize/app/models/.keep delete mode 100644 brittney_jackson/rails/optimize/app/models/concerns/.keep delete mode 100644 brittney_jackson/rails/optimize/app/models/player.rb delete mode 100644 brittney_jackson/rails/optimize/app/models/team.rb delete mode 100644 brittney_jackson/rails/optimize/app/views/layouts/application.html.erb delete mode 100755 brittney_jackson/rails/optimize/bin/bundle delete mode 100755 brittney_jackson/rails/optimize/bin/rails delete mode 100755 brittney_jackson/rails/optimize/bin/rake delete mode 100755 brittney_jackson/rails/optimize/bin/setup delete mode 100755 brittney_jackson/rails/optimize/bin/spring delete mode 100644 brittney_jackson/rails/optimize/config.ru delete mode 100644 brittney_jackson/rails/optimize/config/application.rb delete mode 100644 brittney_jackson/rails/optimize/config/boot.rb delete mode 100644 brittney_jackson/rails/optimize/config/database.yml delete mode 100644 brittney_jackson/rails/optimize/config/environment.rb delete mode 100644 brittney_jackson/rails/optimize/config/environments/development.rb delete mode 100644 brittney_jackson/rails/optimize/config/environments/production.rb delete mode 100644 brittney_jackson/rails/optimize/config/environments/test.rb delete mode 100644 brittney_jackson/rails/optimize/config/initializers/assets.rb delete mode 100644 brittney_jackson/rails/optimize/config/initializers/backtrace_silencers.rb delete mode 100644 brittney_jackson/rails/optimize/config/initializers/cookies_serializer.rb delete mode 100644 brittney_jackson/rails/optimize/config/initializers/filter_parameter_logging.rb delete mode 100644 brittney_jackson/rails/optimize/config/initializers/inflections.rb delete mode 100644 brittney_jackson/rails/optimize/config/initializers/mime_types.rb delete mode 100644 brittney_jackson/rails/optimize/config/initializers/session_store.rb delete mode 100644 brittney_jackson/rails/optimize/config/initializers/wrap_parameters.rb delete mode 100644 brittney_jackson/rails/optimize/config/locales/en.yml delete mode 100644 brittney_jackson/rails/optimize/config/routes.rb delete mode 100644 brittney_jackson/rails/optimize/config/secrets.yml delete mode 100644 brittney_jackson/rails/optimize/db/migrate/20171201021151_create_teams.rb delete mode 100644 brittney_jackson/rails/optimize/db/migrate/20171201021205_create_players.rb delete mode 100644 brittney_jackson/rails/optimize/db/schema.rb delete mode 100644 brittney_jackson/rails/optimize/db/seeds.rb delete mode 100644 brittney_jackson/rails/optimize/lib/assets/.keep delete mode 100644 brittney_jackson/rails/optimize/lib/tasks/.keep delete mode 100644 brittney_jackson/rails/optimize/log/.keep delete mode 100644 brittney_jackson/rails/optimize/public/404.html delete mode 100644 brittney_jackson/rails/optimize/public/422.html delete mode 100644 brittney_jackson/rails/optimize/public/500.html delete mode 100644 brittney_jackson/rails/optimize/public/favicon.ico delete mode 100644 brittney_jackson/rails/optimize/public/robots.txt delete mode 100644 brittney_jackson/rails/optimize/test/controllers/.keep delete mode 100644 brittney_jackson/rails/optimize/test/fixtures/.keep delete mode 100644 brittney_jackson/rails/optimize/test/fixtures/players.yml delete mode 100644 brittney_jackson/rails/optimize/test/fixtures/teams.yml delete mode 100644 brittney_jackson/rails/optimize/test/helpers/.keep delete mode 100644 brittney_jackson/rails/optimize/test/integration/.keep delete mode 100644 brittney_jackson/rails/optimize/test/mailers/.keep delete mode 100644 brittney_jackson/rails/optimize/test/models/.keep delete mode 100644 brittney_jackson/rails/optimize/test/models/player_test.rb delete mode 100644 brittney_jackson/rails/optimize/test/models/team_test.rb delete mode 100644 brittney_jackson/rails/optimize/test/test_helper.rb delete mode 100644 brittney_jackson/rails/optimize/vendor/assets/javascripts/.keep delete mode 100644 brittney_jackson/rails/optimize/vendor/assets/stylesheets/.keep delete mode 100644 brittney_jackson/rails/optimizeCommands.rb delete mode 100644 brittney_jackson/rails/routesControllers/.gitignore delete mode 100644 brittney_jackson/rails/routesControllers/Gemfile delete mode 100644 brittney_jackson/rails/routesControllers/Gemfile.lock delete mode 100644 brittney_jackson/rails/routesControllers/README.rdoc delete mode 100644 brittney_jackson/rails/routesControllers/Rakefile delete mode 100644 brittney_jackson/rails/routesControllers/app/assets/images/.keep delete mode 100644 brittney_jackson/rails/routesControllers/app/assets/javascripts/application.js delete mode 100644 brittney_jackson/rails/routesControllers/app/assets/javascripts/hellos.coffee delete mode 100644 brittney_jackson/rails/routesControllers/app/assets/stylesheets/application.css delete mode 100644 brittney_jackson/rails/routesControllers/app/assets/stylesheets/hellos.scss delete mode 100644 brittney_jackson/rails/routesControllers/app/controllers/application_controller.rb delete mode 100644 brittney_jackson/rails/routesControllers/app/controllers/concerns/.keep delete mode 100644 brittney_jackson/rails/routesControllers/app/controllers/hellos_controller.rb delete mode 100644 brittney_jackson/rails/routesControllers/app/helpers/application_helper.rb delete mode 100644 brittney_jackson/rails/routesControllers/app/helpers/hellos_helper.rb delete mode 100644 brittney_jackson/rails/routesControllers/app/mailers/.keep delete mode 100644 brittney_jackson/rails/routesControllers/app/models/.keep delete mode 100644 brittney_jackson/rails/routesControllers/app/models/concerns/.keep delete mode 100644 brittney_jackson/rails/routesControllers/app/views/layouts/application.html.erb delete mode 100755 brittney_jackson/rails/routesControllers/bin/bundle delete mode 100755 brittney_jackson/rails/routesControllers/bin/rails delete mode 100755 brittney_jackson/rails/routesControllers/bin/rake delete mode 100755 brittney_jackson/rails/routesControllers/bin/setup delete mode 100755 brittney_jackson/rails/routesControllers/bin/spring delete mode 100644 brittney_jackson/rails/routesControllers/config.ru delete mode 100644 brittney_jackson/rails/routesControllers/config/application.rb delete mode 100644 brittney_jackson/rails/routesControllers/config/boot.rb delete mode 100644 brittney_jackson/rails/routesControllers/config/database.yml delete mode 100644 brittney_jackson/rails/routesControllers/config/environment.rb delete mode 100644 brittney_jackson/rails/routesControllers/config/environments/development.rb delete mode 100644 brittney_jackson/rails/routesControllers/config/environments/production.rb delete mode 100644 brittney_jackson/rails/routesControllers/config/environments/test.rb delete mode 100644 brittney_jackson/rails/routesControllers/config/initializers/assets.rb delete mode 100644 brittney_jackson/rails/routesControllers/config/initializers/backtrace_silencers.rb delete mode 100644 brittney_jackson/rails/routesControllers/config/initializers/cookies_serializer.rb delete mode 100644 brittney_jackson/rails/routesControllers/config/initializers/filter_parameter_logging.rb delete mode 100644 brittney_jackson/rails/routesControllers/config/initializers/inflections.rb delete mode 100644 brittney_jackson/rails/routesControllers/config/initializers/mime_types.rb delete mode 100644 brittney_jackson/rails/routesControllers/config/initializers/session_store.rb delete mode 100644 brittney_jackson/rails/routesControllers/config/initializers/wrap_parameters.rb delete mode 100644 brittney_jackson/rails/routesControllers/config/locales/en.yml delete mode 100644 brittney_jackson/rails/routesControllers/config/routes.rb delete mode 100644 brittney_jackson/rails/routesControllers/config/secrets.yml delete mode 100644 brittney_jackson/rails/routesControllers/db/seeds.rb delete mode 100644 brittney_jackson/rails/routesControllers/lib/assets/.keep delete mode 100644 brittney_jackson/rails/routesControllers/lib/tasks/.keep delete mode 100644 brittney_jackson/rails/routesControllers/log/.keep delete mode 100644 brittney_jackson/rails/routesControllers/public/404.html delete mode 100644 brittney_jackson/rails/routesControllers/public/422.html delete mode 100644 brittney_jackson/rails/routesControllers/public/500.html delete mode 100644 brittney_jackson/rails/routesControllers/public/favicon.ico delete mode 100644 brittney_jackson/rails/routesControllers/public/robots.txt delete mode 100644 brittney_jackson/rails/routesControllers/test/controllers/.keep delete mode 100644 brittney_jackson/rails/routesControllers/test/controllers/hellos_controller_test.rb delete mode 100644 brittney_jackson/rails/routesControllers/test/fixtures/.keep delete mode 100644 brittney_jackson/rails/routesControllers/test/helpers/.keep delete mode 100644 brittney_jackson/rails/routesControllers/test/integration/.keep delete mode 100644 brittney_jackson/rails/routesControllers/test/mailers/.keep delete mode 100644 brittney_jackson/rails/routesControllers/test/models/.keep delete mode 100644 brittney_jackson/rails/routesControllers/test/test_helper.rb delete mode 100644 brittney_jackson/rails/routesControllers/vendor/assets/javascripts/.keep delete mode 100644 brittney_jackson/rails/routesControllers/vendor/assets/stylesheets/.keep delete mode 100644 brittney_jackson/rails/timeDisplay/.gitignore delete mode 100644 brittney_jackson/rails/timeDisplay/Gemfile delete mode 100644 brittney_jackson/rails/timeDisplay/Gemfile.lock delete mode 100644 brittney_jackson/rails/timeDisplay/README.rdoc delete mode 100644 brittney_jackson/rails/timeDisplay/Rakefile delete mode 100644 brittney_jackson/rails/timeDisplay/app/assets/images/.keep delete mode 100644 brittney_jackson/rails/timeDisplay/app/assets/javascripts/application.js delete mode 100644 brittney_jackson/rails/timeDisplay/app/assets/javascripts/times.coffee delete mode 100644 brittney_jackson/rails/timeDisplay/app/assets/stylesheets/application.css delete mode 100644 brittney_jackson/rails/timeDisplay/app/assets/stylesheets/times.scss delete mode 100644 brittney_jackson/rails/timeDisplay/app/controllers/application_controller.rb delete mode 100644 brittney_jackson/rails/timeDisplay/app/controllers/concerns/.keep delete mode 100644 brittney_jackson/rails/timeDisplay/app/controllers/times_controller.rb delete mode 100644 brittney_jackson/rails/timeDisplay/app/helpers/application_helper.rb delete mode 100644 brittney_jackson/rails/timeDisplay/app/helpers/times_helper.rb delete mode 100644 brittney_jackson/rails/timeDisplay/app/mailers/.keep delete mode 100644 brittney_jackson/rails/timeDisplay/app/models/.keep delete mode 100644 brittney_jackson/rails/timeDisplay/app/models/concerns/.keep delete mode 100644 brittney_jackson/rails/timeDisplay/app/views/layouts/application.html.erb delete mode 100644 brittney_jackson/rails/timeDisplay/app/views/times/index.html.erb delete mode 100755 brittney_jackson/rails/timeDisplay/bin/bundle delete mode 100755 brittney_jackson/rails/timeDisplay/bin/rails delete mode 100755 brittney_jackson/rails/timeDisplay/bin/rake delete mode 100755 brittney_jackson/rails/timeDisplay/bin/setup delete mode 100755 brittney_jackson/rails/timeDisplay/bin/spring delete mode 100644 brittney_jackson/rails/timeDisplay/config.ru delete mode 100644 brittney_jackson/rails/timeDisplay/config/application.rb delete mode 100644 brittney_jackson/rails/timeDisplay/config/boot.rb delete mode 100644 brittney_jackson/rails/timeDisplay/config/database.yml delete mode 100644 brittney_jackson/rails/timeDisplay/config/environment.rb delete mode 100644 brittney_jackson/rails/timeDisplay/config/environments/development.rb delete mode 100644 brittney_jackson/rails/timeDisplay/config/environments/production.rb delete mode 100644 brittney_jackson/rails/timeDisplay/config/environments/test.rb delete mode 100644 brittney_jackson/rails/timeDisplay/config/initializers/assets.rb delete mode 100644 brittney_jackson/rails/timeDisplay/config/initializers/backtrace_silencers.rb delete mode 100644 brittney_jackson/rails/timeDisplay/config/initializers/cookies_serializer.rb delete mode 100644 brittney_jackson/rails/timeDisplay/config/initializers/filter_parameter_logging.rb delete mode 100644 brittney_jackson/rails/timeDisplay/config/initializers/inflections.rb delete mode 100644 brittney_jackson/rails/timeDisplay/config/initializers/mime_types.rb delete mode 100644 brittney_jackson/rails/timeDisplay/config/initializers/rails_footnotes.rb delete mode 100644 brittney_jackson/rails/timeDisplay/config/initializers/session_store.rb delete mode 100644 brittney_jackson/rails/timeDisplay/config/initializers/wrap_parameters.rb delete mode 100644 brittney_jackson/rails/timeDisplay/config/locales/en.yml delete mode 100644 brittney_jackson/rails/timeDisplay/config/routes.rb delete mode 100644 brittney_jackson/rails/timeDisplay/config/secrets.yml delete mode 100644 brittney_jackson/rails/timeDisplay/db/seeds.rb delete mode 100644 brittney_jackson/rails/timeDisplay/lib/assets/.keep delete mode 100644 brittney_jackson/rails/timeDisplay/lib/tasks/.keep delete mode 100644 brittney_jackson/rails/timeDisplay/log/.keep delete mode 100644 brittney_jackson/rails/timeDisplay/public/404.html delete mode 100644 brittney_jackson/rails/timeDisplay/public/422.html delete mode 100644 brittney_jackson/rails/timeDisplay/public/500.html delete mode 100644 brittney_jackson/rails/timeDisplay/public/favicon.ico delete mode 100644 brittney_jackson/rails/timeDisplay/public/robots.txt delete mode 100644 brittney_jackson/rails/timeDisplay/test/controllers/.keep delete mode 100644 brittney_jackson/rails/timeDisplay/test/controllers/times_controller_test.rb delete mode 100644 brittney_jackson/rails/timeDisplay/test/fixtures/.keep delete mode 100644 brittney_jackson/rails/timeDisplay/test/helpers/.keep delete mode 100644 brittney_jackson/rails/timeDisplay/test/integration/.keep delete mode 100644 brittney_jackson/rails/timeDisplay/test/mailers/.keep delete mode 100644 brittney_jackson/rails/timeDisplay/test/models/.keep delete mode 100644 brittney_jackson/rails/timeDisplay/test/test_helper.rb delete mode 100644 brittney_jackson/rails/timeDisplay/vendor/assets/javascripts/.keep delete mode 100644 brittney_jackson/rails/timeDisplay/vendor/assets/stylesheets/.keep delete mode 100644 brittney_jackson/rails/user_login_project/.gitignore delete mode 100644 brittney_jackson/rails/user_login_project/Gemfile delete mode 100644 brittney_jackson/rails/user_login_project/Gemfile.lock delete mode 100644 brittney_jackson/rails/user_login_project/README.rdoc delete mode 100644 brittney_jackson/rails/user_login_project/Rakefile delete mode 100644 brittney_jackson/rails/user_login_project/app/assets/images/.keep delete mode 100644 brittney_jackson/rails/user_login_project/app/assets/javascripts/application.js delete mode 100644 brittney_jackson/rails/user_login_project/app/assets/stylesheets/application.css delete mode 100644 brittney_jackson/rails/user_login_project/app/controllers/application_controller.rb delete mode 100644 brittney_jackson/rails/user_login_project/app/controllers/concerns/.keep delete mode 100644 brittney_jackson/rails/user_login_project/app/helpers/application_helper.rb delete mode 100644 brittney_jackson/rails/user_login_project/app/mailers/.keep delete mode 100644 brittney_jackson/rails/user_login_project/app/models/.keep delete mode 100644 brittney_jackson/rails/user_login_project/app/models/concerns/.keep delete mode 100644 brittney_jackson/rails/user_login_project/app/models/user.rb delete mode 100644 brittney_jackson/rails/user_login_project/app/views/layouts/application.html.erb delete mode 100755 brittney_jackson/rails/user_login_project/bin/bundle delete mode 100755 brittney_jackson/rails/user_login_project/bin/rails delete mode 100755 brittney_jackson/rails/user_login_project/bin/rake delete mode 100755 brittney_jackson/rails/user_login_project/bin/setup delete mode 100755 brittney_jackson/rails/user_login_project/bin/spring delete mode 100644 brittney_jackson/rails/user_login_project/config.ru delete mode 100644 brittney_jackson/rails/user_login_project/config/application.rb delete mode 100644 brittney_jackson/rails/user_login_project/config/boot.rb delete mode 100644 brittney_jackson/rails/user_login_project/config/database.yml delete mode 100644 brittney_jackson/rails/user_login_project/config/environment.rb delete mode 100644 brittney_jackson/rails/user_login_project/config/environments/development.rb delete mode 100644 brittney_jackson/rails/user_login_project/config/environments/production.rb delete mode 100644 brittney_jackson/rails/user_login_project/config/environments/test.rb delete mode 100644 brittney_jackson/rails/user_login_project/config/initializers/assets.rb delete mode 100644 brittney_jackson/rails/user_login_project/config/initializers/backtrace_silencers.rb delete mode 100644 brittney_jackson/rails/user_login_project/config/initializers/cookies_serializer.rb delete mode 100644 brittney_jackson/rails/user_login_project/config/initializers/filter_parameter_logging.rb delete mode 100644 brittney_jackson/rails/user_login_project/config/initializers/inflections.rb delete mode 100644 brittney_jackson/rails/user_login_project/config/initializers/mime_types.rb delete mode 100644 brittney_jackson/rails/user_login_project/config/initializers/session_store.rb delete mode 100644 brittney_jackson/rails/user_login_project/config/initializers/wrap_parameters.rb delete mode 100644 brittney_jackson/rails/user_login_project/config/locales/en.yml delete mode 100644 brittney_jackson/rails/user_login_project/config/routes.rb delete mode 100644 brittney_jackson/rails/user_login_project/config/secrets.yml delete mode 100644 brittney_jackson/rails/user_login_project/db/migrate/20171130005431_create_users.rb delete mode 100644 brittney_jackson/rails/user_login_project/db/schema.rb delete mode 100644 brittney_jackson/rails/user_login_project/db/seeds.rb delete mode 100644 brittney_jackson/rails/user_login_project/lib/assets/.keep delete mode 100644 brittney_jackson/rails/user_login_project/lib/tasks/.keep delete mode 100644 brittney_jackson/rails/user_login_project/log/.keep delete mode 100644 brittney_jackson/rails/user_login_project/public/404.html delete mode 100644 brittney_jackson/rails/user_login_project/public/422.html delete mode 100644 brittney_jackson/rails/user_login_project/public/500.html delete mode 100644 brittney_jackson/rails/user_login_project/public/favicon.ico delete mode 100644 brittney_jackson/rails/user_login_project/public/robots.txt delete mode 100644 brittney_jackson/rails/user_login_project/test/controllers/.keep delete mode 100644 brittney_jackson/rails/user_login_project/test/fixtures/.keep delete mode 100644 brittney_jackson/rails/user_login_project/test/fixtures/users.yml delete mode 100644 brittney_jackson/rails/user_login_project/test/helpers/.keep delete mode 100644 brittney_jackson/rails/user_login_project/test/integration/.keep delete mode 100644 brittney_jackson/rails/user_login_project/test/mailers/.keep delete mode 100644 brittney_jackson/rails/user_login_project/test/models/.keep delete mode 100644 brittney_jackson/rails/user_login_project/test/models/user_test.rb delete mode 100644 brittney_jackson/rails/user_login_project/test/test_helper.rb delete mode 100644 brittney_jackson/rails/user_login_project/vendor/assets/javascripts/.keep delete mode 100644 brittney_jackson/rails/user_login_project/vendor/assets/stylesheets/.keep delete mode 100644 brittney_jackson/rubyFundamentals/arrays.rb delete mode 100644 brittney_jackson/rubyFundamentals/basic13.rb delete mode 100644 brittney_jackson/rubyFundamentals/blocks.rb delete mode 100644 brittney_jackson/rubyFundamentals/guessNumber.rb delete mode 100644 brittney_jackson/rubyFundamentals/hashes.rb delete mode 100644 brittney_jackson/rubyFundamentals/iterators.rb delete mode 100644 brittney_jackson/rubyFundamentals/myEnumerable.rb delete mode 100644 brittney_jackson/rubyFundamentals/names.rb delete mode 100644 brittney_jackson/rubyFundamentals/range.rb delete mode 100644 brittney_jackson/rubyFundamentals/rubyPuzzles.rb create mode 100644 dylan_eckert/controllersnviews/dojodash/.gitignore create mode 100644 dylan_eckert/controllersnviews/dojodash/Gemfile create mode 100644 dylan_eckert/controllersnviews/dojodash/Gemfile.lock rename {Tamisha_Damas/Rails/Models /Friends(self_join) => dylan_eckert/controllersnviews/dojodash}/README.md (100%) rename {Tamisha_Damas/Rails/Models /Friends(self_join) => dylan_eckert/controllersnviews/dojodash}/Rakefile (100%) rename {Tamisha_Damas/Rails/Models /Friends(self_join) => dylan_eckert/controllersnviews/dojodash}/app/assets/config/manifest.js (100%) rename {Rodolfo_Valdivieso/controllers/basic_models => dylan_eckert/controllersnviews/dojodash}/app/assets/images/.keep (100%) create mode 100644 dylan_eckert/controllersnviews/dojodash/app/assets/javascripts/application.js create mode 100644 dylan_eckert/controllersnviews/dojodash/app/assets/javascripts/cable.js rename {Rodolfo_Valdivieso/controllers/basic_models/app/controllers/concerns => dylan_eckert/controllersnviews/dojodash/app/assets/javascripts/channels}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/dashboard => dylan_eckert/controllersnviews/dojodash}/app/assets/javascripts/dojos.coffee (100%) rename {Tamisha_Damas/Rails/Controllers & Views /student_dashboard => dylan_eckert/controllersnviews/dojodash}/app/assets/javascripts/students.coffee (100%) create mode 100644 dylan_eckert/controllersnviews/dojodash/app/assets/stylesheets/application.css rename {Rodolfo_Valdivieso/controllers/dashboard => dylan_eckert/controllersnviews/dojodash}/app/assets/stylesheets/dojos.scss (100%) rename {Tamisha_Damas/Rails/Controllers & Views /student_dashboard => dylan_eckert/controllersnviews/dojodash}/app/assets/stylesheets/students.scss (100%) rename {Tamisha_Damas/Rails/Models /Friends(self_join) => dylan_eckert/controllersnviews/dojodash}/app/channels/application_cable/channel.rb (100%) rename {Tamisha_Damas/Rails/Models /Friends(self_join) => dylan_eckert/controllersnviews/dojodash}/app/channels/application_cable/connection.rb (100%) rename {Tamisha_Damas/Rails/Models /Friends(self_join) => dylan_eckert/controllersnviews/dojodash}/app/controllers/application_controller.rb (100%) rename {Rodolfo_Valdivieso/controllers/basic_models/app/mailers => dylan_eckert/controllersnviews/dojodash/app/controllers/concerns}/.keep (100%) create mode 100644 dylan_eckert/controllersnviews/dojodash/app/controllers/dojos_controller.rb create mode 100644 dylan_eckert/controllersnviews/dojodash/app/controllers/students_controller.rb rename {Rodolfo_Valdivieso/controllers/basic_models => dylan_eckert/controllersnviews/dojodash}/app/helpers/application_helper.rb (100%) rename {Rodolfo_Valdivieso/controllers/dashboard => dylan_eckert/controllersnviews/dojodash}/app/helpers/dojos_helper.rb (100%) rename {Tamisha_Damas/Rails/Controllers & Views /student_dashboard => dylan_eckert/controllersnviews/dojodash}/app/helpers/students_helper.rb (100%) rename {Tamisha_Damas/Rails/Models /Friends(self_join) => dylan_eckert/controllersnviews/dojodash}/app/jobs/application_job.rb (100%) rename {Tamisha_Damas/Rails/Models /Friends(self_join) => dylan_eckert/controllersnviews/dojodash}/app/mailers/application_mailer.rb (100%) rename {Tamisha_Damas/Rails/Models /Friends(self_join) => dylan_eckert/controllersnviews/dojodash}/app/models/application_record.rb (100%) rename {Rodolfo_Valdivieso/controllers/basic_models/app/models => dylan_eckert/controllersnviews/dojodash/app/models/concerns}/.keep (100%) create mode 100644 dylan_eckert/controllersnviews/dojodash/app/models/dojo.rb create mode 100644 dylan_eckert/controllersnviews/dojodash/app/models/student.rb create mode 100644 dylan_eckert/controllersnviews/dojodash/app/views/dojos/edit.html.erb create mode 100644 dylan_eckert/controllersnviews/dojodash/app/views/dojos/index.html.erb create mode 100644 dylan_eckert/controllersnviews/dojodash/app/views/dojos/new.html.erb create mode 100644 dylan_eckert/controllersnviews/dojodash/app/views/dojos/show.html.erb create mode 100644 dylan_eckert/controllersnviews/dojodash/app/views/layouts/application.html.erb rename {Tamisha_Damas/Rails/Models /Friends(self_join) => dylan_eckert/controllersnviews/dojodash}/app/views/layouts/mailer.html.erb (100%) rename {Tamisha_Damas/Rails/Models /Friends(self_join) => dylan_eckert/controllersnviews/dojodash}/app/views/layouts/mailer.text.erb (100%) create mode 100644 dylan_eckert/controllersnviews/dojodash/app/views/students/index.html.erb rename {Rodolfo_Valdivieso/controllers/basic_models => dylan_eckert/controllersnviews/dojodash}/bin/bundle (100%) mode change 100644 => 100755 rename {Tamisha_Damas/Rails/Models /Friends(self_join) => dylan_eckert/controllersnviews/dojodash}/bin/rails (100%) rename {Rodolfo_Valdivieso/controllers/basic_models => dylan_eckert/controllersnviews/dojodash}/bin/rake (100%) mode change 100644 => 100755 create mode 100755 dylan_eckert/controllersnviews/dojodash/bin/setup rename {Rodolfo_Valdivieso/controllers/basic_models => dylan_eckert/controllersnviews/dojodash}/bin/spring (100%) mode change 100644 => 100755 rename {Tamisha_Damas/Rails/Models /Friends(self_join) => dylan_eckert/controllersnviews/dojodash}/bin/update (100%) rename {Tamisha_Damas/Rails/Models /Friends(self_join) => dylan_eckert/controllersnviews/dojodash}/config.ru (100%) create mode 100644 dylan_eckert/controllersnviews/dojodash/config/application.rb rename {Tamisha_Damas/Rails/Models /Friends(self_join) => dylan_eckert/controllersnviews/dojodash}/config/boot.rb (100%) create mode 100644 dylan_eckert/controllersnviews/dojodash/config/cable.yml rename {Rodolfo_Valdivieso/controllers/basic_models => dylan_eckert/controllersnviews/dojodash}/config/database.yml (100%) rename {Tamisha_Damas/Rails/Models /Friends(self_join) => dylan_eckert/controllersnviews/dojodash}/config/environment.rb (100%) create mode 100644 dylan_eckert/controllersnviews/dojodash/config/environments/development.rb create mode 100644 dylan_eckert/controllersnviews/dojodash/config/environments/production.rb create mode 100644 dylan_eckert/controllersnviews/dojodash/config/environments/test.rb rename {Tamisha_Damas/Rails/Models /Friends(self_join) => dylan_eckert/controllersnviews/dojodash}/config/initializers/application_controller_renderer.rb (100%) rename {Rodolfo_Valdivieso/controllers/basic_models => dylan_eckert/controllersnviews/dojodash}/config/initializers/assets.rb (100%) rename {Rodolfo_Valdivieso/controllers/basic_models => dylan_eckert/controllersnviews/dojodash}/config/initializers/backtrace_silencers.rb (100%) rename {Tamisha_Damas/Rails/Models /Friends(self_join) => dylan_eckert/controllersnviews/dojodash}/config/initializers/cookies_serializer.rb (100%) rename {Rodolfo_Valdivieso/controllers/basic_models => dylan_eckert/controllersnviews/dojodash}/config/initializers/filter_parameter_logging.rb (100%) rename {Rodolfo_Valdivieso/controllers/basic_models => dylan_eckert/controllersnviews/dojodash}/config/initializers/inflections.rb (100%) rename {Rodolfo_Valdivieso/controllers/basic_models => dylan_eckert/controllersnviews/dojodash}/config/initializers/mime_types.rb (100%) create mode 100644 dylan_eckert/controllersnviews/dojodash/config/initializers/new_framework_defaults.rb create mode 100644 dylan_eckert/controllersnviews/dojodash/config/initializers/session_store.rb rename {Tamisha_Damas/Rails/Models /Friends(self_join) => dylan_eckert/controllersnviews/dojodash}/config/initializers/wrap_parameters.rb (100%) rename {Rodolfo_Valdivieso/controllers/basic_models => dylan_eckert/controllersnviews/dojodash}/config/locales/en.yml (100%) create mode 100644 dylan_eckert/controllersnviews/dojodash/config/puma.rb create mode 100644 dylan_eckert/controllersnviews/dojodash/config/routes.rb create mode 100644 dylan_eckert/controllersnviews/dojodash/config/secrets.yml rename {Tamisha_Damas/Rails/Models /Friends(self_join) => dylan_eckert/controllersnviews/dojodash}/config/spring.rb (100%) create mode 100644 dylan_eckert/controllersnviews/dojodash/db/migrate/20171205193648_create_dojos.rb create mode 100644 dylan_eckert/controllersnviews/dojodash/db/migrate/20171205215935_create_students.rb create mode 100644 dylan_eckert/controllersnviews/dojodash/db/schema.rb rename {Tamisha_Damas/Rails/Models /Friends(self_join) => dylan_eckert/controllersnviews/dojodash}/db/seeds.rb (100%) rename {Rodolfo_Valdivieso/controllers/basic_models/app/models/concerns => dylan_eckert/controllersnviews/dojodash/lib/assets}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/basic_models/lib/assets => dylan_eckert/controllersnviews/dojodash/lib/tasks}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/basic_models/lib/tasks => dylan_eckert/controllersnviews/dojodash/log}/.keep (100%) rename {Tamisha_Damas/Rails/Models /Friends(self_join) => dylan_eckert/controllersnviews/dojodash}/public/404.html (100%) rename {Tamisha_Damas/Rails/Models /Friends(self_join) => dylan_eckert/controllersnviews/dojodash}/public/422.html (100%) rename {Tamisha_Damas/Rails/Models /Friends(self_join) => dylan_eckert/controllersnviews/dojodash}/public/500.html (100%) rename Rodolfo_Valdivieso/controllers/basic_models/log/.keep => dylan_eckert/controllersnviews/dojodash/public/apple-touch-icon-precomposed.png (100%) rename Rodolfo_Valdivieso/controllers/basic_models/public/favicon.ico => dylan_eckert/controllersnviews/dojodash/public/apple-touch-icon.png (100%) rename {Rodolfo_Valdivieso/controllers/dashboard => dylan_eckert/controllersnviews/dojodash}/public/favicon.ico (100%) rename {Rodolfo_Valdivieso/controllers/basic_models => dylan_eckert/controllersnviews/dojodash}/public/robots.txt (100%) rename {Rodolfo_Valdivieso/controllers/basic_models => dylan_eckert/controllersnviews/dojodash}/test/controllers/.keep (100%) create mode 100644 dylan_eckert/controllersnviews/dojodash/test/controllers/dojos_controller_test.rb create mode 100644 dylan_eckert/controllersnviews/dojodash/test/controllers/students_controller_test.rb rename {Rodolfo_Valdivieso/controllers/basic_models => dylan_eckert/controllersnviews/dojodash}/test/fixtures/.keep (100%) rename {Rodolfo_Valdivieso/controllers/dashboard => dylan_eckert/controllersnviews/dojodash}/test/fixtures/dojos.yml (100%) rename {Rodolfo_Valdivieso/controllers/basic_models/test/helpers => dylan_eckert/controllersnviews/dojodash/test/fixtures/files}/.keep (100%) create mode 100644 dylan_eckert/controllersnviews/dojodash/test/fixtures/students.yml rename {Rodolfo_Valdivieso/controllers/basic_models/test/integration => dylan_eckert/controllersnviews/dojodash/test/helpers}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/basic_models/test/mailers => dylan_eckert/controllersnviews/dojodash/test/integration}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/basic_models/test/models => dylan_eckert/controllersnviews/dojodash/test/mailers}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/basic_models/vendor/assets/javascripts => dylan_eckert/controllersnviews/dojodash/test/models}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/dashboard => dylan_eckert/controllersnviews/dojodash}/test/models/dojo_test.rb (100%) rename {Tamisha_Damas/Rails/Controllers & Views /student_dashboard => dylan_eckert/controllersnviews/dojodash}/test/models/student_test.rb (100%) rename {Rodolfo_Valdivieso/controllers/basic_models => dylan_eckert/controllersnviews/dojodash}/test/test_helper.rb (100%) rename {Rodolfo_Valdivieso/controllers/basic_models/vendor/assets/stylesheets => dylan_eckert/controllersnviews/dojodash/tmp}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/dashboard/app/assets/images => dylan_eckert/controllersnviews/dojodash/vendor/assets/javascripts}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/dashboard/app/controllers/concerns => dylan_eckert/controllersnviews/dojodash/vendor/assets/stylesheets}/.keep (100%) create mode 100644 dylan_eckert/controllersnviews/dojodash1.zip create mode 100644 dylan_eckert/controllersnviews/dojodash2.zip create mode 100644 dylan_eckert/controllersnviews/dojodash3.zip create mode 100644 dylan_eckert/controllersnviews/integratemodels/.gitignore create mode 100644 dylan_eckert/controllersnviews/integratemodels/Gemfile create mode 100644 dylan_eckert/controllersnviews/integratemodels/Gemfile.lock create mode 100644 dylan_eckert/controllersnviews/integratemodels/README.md create mode 100644 dylan_eckert/controllersnviews/integratemodels/Rakefile create mode 100644 dylan_eckert/controllersnviews/integratemodels/app/assets/config/manifest.js rename {Rodolfo_Valdivieso/controllers/dashboard/app/mailers => dylan_eckert/controllersnviews/integratemodels/app/assets/images}/.keep (100%) create mode 100644 dylan_eckert/controllersnviews/integratemodels/app/assets/javascripts/application.js create mode 100644 dylan_eckert/controllersnviews/integratemodels/app/assets/javascripts/cable.js rename {Rodolfo_Valdivieso/controllers/dashboard/app/models => dylan_eckert/controllersnviews/integratemodels/app/assets/javascripts/channels}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/basic_models => dylan_eckert/controllersnviews/integratemodels}/app/assets/javascripts/users.coffee (100%) create mode 100644 dylan_eckert/controllersnviews/integratemodels/app/assets/stylesheets/application.css create mode 100644 dylan_eckert/controllersnviews/integratemodels/app/assets/stylesheets/users.scss create mode 100644 dylan_eckert/controllersnviews/integratemodels/app/channels/application_cable/channel.rb create mode 100644 dylan_eckert/controllersnviews/integratemodels/app/channels/application_cable/connection.rb create mode 100644 dylan_eckert/controllersnviews/integratemodels/app/controllers/application_controller.rb rename {Rodolfo_Valdivieso/controllers/dashboard/app/models => dylan_eckert/controllersnviews/integratemodels/app/controllers}/concerns/.keep (100%) create mode 100644 dylan_eckert/controllersnviews/integratemodels/app/controllers/users_controller.rb rename {Rodolfo_Valdivieso/controllers/dashboard => dylan_eckert/controllersnviews/integratemodels}/app/helpers/application_helper.rb (100%) rename {Rodolfo_Valdivieso/controllers/basic_models => dylan_eckert/controllersnviews/integratemodels}/app/helpers/users_helper.rb (100%) create mode 100644 dylan_eckert/controllersnviews/integratemodels/app/jobs/application_job.rb create mode 100644 dylan_eckert/controllersnviews/integratemodels/app/mailers/application_mailer.rb create mode 100644 dylan_eckert/controllersnviews/integratemodels/app/models/application_record.rb rename {Rodolfo_Valdivieso/controllers/dashboard/lib/assets => dylan_eckert/controllersnviews/integratemodels/app/models/concerns}/.keep (100%) create mode 100644 dylan_eckert/controllersnviews/integratemodels/app/models/user.rb create mode 100644 dylan_eckert/controllersnviews/integratemodels/app/views/layouts/application.html.erb create mode 100644 dylan_eckert/controllersnviews/integratemodels/app/views/layouts/mailer.html.erb create mode 100644 dylan_eckert/controllersnviews/integratemodels/app/views/layouts/mailer.text.erb create mode 100644 dylan_eckert/controllersnviews/integratemodels/app/views/users/edit.html.erb create mode 100644 dylan_eckert/controllersnviews/integratemodels/app/views/users/index.html.erb create mode 100644 dylan_eckert/controllersnviews/integratemodels/app/views/users/new.html.erb rename {Rodolfo_Valdivieso/controllers/dashboard => dylan_eckert/controllersnviews/integratemodels}/bin/bundle (100%) mode change 100644 => 100755 create mode 100755 dylan_eckert/controllersnviews/integratemodels/bin/rails rename {Rodolfo_Valdivieso/controllers/dashboard => dylan_eckert/controllersnviews/integratemodels}/bin/rake (100%) mode change 100644 => 100755 create mode 100755 dylan_eckert/controllersnviews/integratemodels/bin/setup rename {Rodolfo_Valdivieso/controllers/dashboard => dylan_eckert/controllersnviews/integratemodels}/bin/spring (100%) mode change 100644 => 100755 create mode 100755 dylan_eckert/controllersnviews/integratemodels/bin/update create mode 100644 dylan_eckert/controllersnviews/integratemodels/config.ru create mode 100644 dylan_eckert/controllersnviews/integratemodels/config/application.rb create mode 100644 dylan_eckert/controllersnviews/integratemodels/config/boot.rb create mode 100644 dylan_eckert/controllersnviews/integratemodels/config/cable.yml rename {Rodolfo_Valdivieso/controllers/dashboard => dylan_eckert/controllersnviews/integratemodels}/config/database.yml (100%) create mode 100644 dylan_eckert/controllersnviews/integratemodels/config/environment.rb create mode 100644 dylan_eckert/controllersnviews/integratemodels/config/environments/development.rb create mode 100644 dylan_eckert/controllersnviews/integratemodels/config/environments/production.rb create mode 100644 dylan_eckert/controllersnviews/integratemodels/config/environments/test.rb create mode 100644 dylan_eckert/controllersnviews/integratemodels/config/initializers/application_controller_renderer.rb rename {Rodolfo_Valdivieso/controllers/dashboard => dylan_eckert/controllersnviews/integratemodels}/config/initializers/assets.rb (100%) rename {Rodolfo_Valdivieso/controllers/dashboard => dylan_eckert/controllersnviews/integratemodels}/config/initializers/backtrace_silencers.rb (100%) create mode 100644 dylan_eckert/controllersnviews/integratemodels/config/initializers/cookies_serializer.rb rename {Rodolfo_Valdivieso/controllers/dashboard => dylan_eckert/controllersnviews/integratemodels}/config/initializers/filter_parameter_logging.rb (100%) rename {Rodolfo_Valdivieso/controllers/dashboard => dylan_eckert/controllersnviews/integratemodels}/config/initializers/inflections.rb (100%) rename {Rodolfo_Valdivieso/controllers/dashboard => dylan_eckert/controllersnviews/integratemodels}/config/initializers/mime_types.rb (100%) create mode 100644 dylan_eckert/controllersnviews/integratemodels/config/initializers/new_framework_defaults.rb create mode 100644 dylan_eckert/controllersnviews/integratemodels/config/initializers/session_store.rb create mode 100644 dylan_eckert/controllersnviews/integratemodels/config/initializers/wrap_parameters.rb rename {Rodolfo_Valdivieso/controllers/dashboard => dylan_eckert/controllersnviews/integratemodels}/config/locales/en.yml (100%) create mode 100644 dylan_eckert/controllersnviews/integratemodels/config/puma.rb create mode 100644 dylan_eckert/controllersnviews/integratemodels/config/routes.rb create mode 100644 dylan_eckert/controllersnviews/integratemodels/config/secrets.yml create mode 100644 dylan_eckert/controllersnviews/integratemodels/config/spring.rb create mode 100644 dylan_eckert/controllersnviews/integratemodels/db/migrate/20171204185211_create_users.rb create mode 100644 dylan_eckert/controllersnviews/integratemodels/db/schema.rb create mode 100644 dylan_eckert/controllersnviews/integratemodels/db/seeds.rb create mode 100644 dylan_eckert/controllersnviews/integratemodels/files.zip create mode 100644 dylan_eckert/controllersnviews/integratemodels/files/edit.html.erb create mode 100644 dylan_eckert/controllersnviews/integratemodels/files/new.html.erb create mode 100644 dylan_eckert/controllersnviews/integratemodels/files/routes.rb create mode 100644 dylan_eckert/controllersnviews/integratemodels/files/user.rb create mode 100644 dylan_eckert/controllersnviews/integratemodels/files/users_controller.rb rename {Rodolfo_Valdivieso/controllers/dashboard/lib/tasks => dylan_eckert/controllersnviews/integratemodels/lib/assets}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/dashboard/log => dylan_eckert/controllersnviews/integratemodels/lib/tasks}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/dashboard/test/controllers => dylan_eckert/controllersnviews/integratemodels/log}/.keep (100%) create mode 100644 dylan_eckert/controllersnviews/integratemodels/public/404.html create mode 100644 dylan_eckert/controllersnviews/integratemodels/public/422.html create mode 100644 dylan_eckert/controllersnviews/integratemodels/public/500.html rename Rodolfo_Valdivieso/controllers/dashboard/test/fixtures/.keep => dylan_eckert/controllersnviews/integratemodels/public/apple-touch-icon-precomposed.png (100%) rename Rodolfo_Valdivieso/controllers/dashboard/test/helpers/.keep => dylan_eckert/controllersnviews/integratemodels/public/apple-touch-icon.png (100%) rename {Rodolfo_Valdivieso/controllers/dashboard2 => dylan_eckert/controllersnviews/integratemodels}/public/favicon.ico (100%) rename {Rodolfo_Valdivieso/controllers/dashboard => dylan_eckert/controllersnviews/integratemodels}/public/robots.txt (100%) rename {Rodolfo_Valdivieso/controllers/dashboard/test/integration => dylan_eckert/controllersnviews/integratemodels/test/controllers}/.keep (100%) create mode 100644 dylan_eckert/controllersnviews/integratemodels/test/controllers/users_controller_test.rb rename {Rodolfo_Valdivieso/controllers/dashboard/test/mailers => dylan_eckert/controllersnviews/integratemodels/test/fixtures}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/dashboard/test/models => dylan_eckert/controllersnviews/integratemodels/test/fixtures/files}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/basic_models => dylan_eckert/controllersnviews/integratemodels}/test/fixtures/users.yml (100%) rename {Rodolfo_Valdivieso/controllers/dashboard/vendor/assets/javascripts => dylan_eckert/controllersnviews/integratemodels/test/helpers}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/dashboard/vendor/assets/stylesheets => dylan_eckert/controllersnviews/integratemodels/test/integration}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/dashboard2/app/assets/images => dylan_eckert/controllersnviews/integratemodels/test/mailers}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/dashboard2/app/controllers/concerns => dylan_eckert/controllersnviews/integratemodels/test/models}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/basic_models => dylan_eckert/controllersnviews/integratemodels}/test/models/user_test.rb (100%) rename {Rodolfo_Valdivieso/controllers/dashboard => dylan_eckert/controllersnviews/integratemodels}/test/test_helper.rb (100%) rename {Rodolfo_Valdivieso/controllers/dashboard2/app/mailers => dylan_eckert/controllersnviews/integratemodels/tmp}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/dashboard2/app/models => dylan_eckert/controllersnviews/integratemodels/vendor/assets/javascripts}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/dashboard2/app/models/concerns => dylan_eckert/controllersnviews/integratemodels/vendor/assets/stylesheets}/.keep (100%) create mode 100644 dylan_eckert/controllersnviews/routesncontrollers/.gitignore create mode 100644 dylan_eckert/controllersnviews/routesncontrollers/Gemfile create mode 100644 dylan_eckert/controllersnviews/routesncontrollers/Gemfile.lock create mode 100644 dylan_eckert/controllersnviews/routesncontrollers/README.md create mode 100644 dylan_eckert/controllersnviews/routesncontrollers/Rakefile create mode 100644 dylan_eckert/controllersnviews/routesncontrollers/app/assets/config/manifest.js rename {Rodolfo_Valdivieso/controllers/dashboard2/lib/assets => dylan_eckert/controllersnviews/routesncontrollers/app/assets/images}/.keep (100%) create mode 100644 dylan_eckert/controllersnviews/routesncontrollers/app/assets/javascripts/application.js create mode 100644 dylan_eckert/controllersnviews/routesncontrollers/app/assets/javascripts/cable.js rename {Rodolfo_Valdivieso/controllers/dashboard2/lib/tasks => dylan_eckert/controllersnviews/routesncontrollers/app/assets/javascripts/channels}/.keep (100%) rename {justin_quiros/routes => dylan_eckert/controllersnviews/routesncontrollers}/app/assets/javascripts/tests.coffee (100%) create mode 100644 dylan_eckert/controllersnviews/routesncontrollers/app/assets/stylesheets/application.css rename {justin_quiros/routes => dylan_eckert/controllersnviews/routesncontrollers}/app/assets/stylesheets/tests.scss (100%) create mode 100644 dylan_eckert/controllersnviews/routesncontrollers/app/channels/application_cable/channel.rb create mode 100644 dylan_eckert/controllersnviews/routesncontrollers/app/channels/application_cable/connection.rb create mode 100644 dylan_eckert/controllersnviews/routesncontrollers/app/controllers/application_controller.rb rename {Rodolfo_Valdivieso/controllers/dashboard2/log => dylan_eckert/controllersnviews/routesncontrollers/app/controllers/concerns}/.keep (100%) create mode 100644 dylan_eckert/controllersnviews/routesncontrollers/app/controllers/tests_controller.rb rename {Rodolfo_Valdivieso/controllers/dashboard2 => dylan_eckert/controllersnviews/routesncontrollers}/app/helpers/application_helper.rb (100%) rename {justin_quiros/routes => dylan_eckert/controllersnviews/routesncontrollers}/app/helpers/tests_helper.rb (100%) create mode 100644 dylan_eckert/controllersnviews/routesncontrollers/app/jobs/application_job.rb create mode 100644 dylan_eckert/controllersnviews/routesncontrollers/app/mailers/application_mailer.rb create mode 100644 dylan_eckert/controllersnviews/routesncontrollers/app/models/application_record.rb rename {Rodolfo_Valdivieso/controllers/dashboard2/test/controllers => dylan_eckert/controllersnviews/routesncontrollers/app/models/concerns}/.keep (100%) create mode 100644 dylan_eckert/controllersnviews/routesncontrollers/app/views/layouts/application.html.erb create mode 100644 dylan_eckert/controllersnviews/routesncontrollers/app/views/layouts/mailer.html.erb create mode 100644 dylan_eckert/controllersnviews/routesncontrollers/app/views/layouts/mailer.text.erb rename {Rodolfo_Valdivieso/controllers/dashboard2 => dylan_eckert/controllersnviews/routesncontrollers}/bin/bundle (100%) mode change 100644 => 100755 create mode 100755 dylan_eckert/controllersnviews/routesncontrollers/bin/rails rename {Rodolfo_Valdivieso/controllers/dashboard2 => dylan_eckert/controllersnviews/routesncontrollers}/bin/rake (100%) mode change 100644 => 100755 create mode 100755 dylan_eckert/controllersnviews/routesncontrollers/bin/setup rename {Rodolfo_Valdivieso/controllers/dashboard2 => dylan_eckert/controllersnviews/routesncontrollers}/bin/spring (100%) mode change 100644 => 100755 create mode 100755 dylan_eckert/controllersnviews/routesncontrollers/bin/update create mode 100644 dylan_eckert/controllersnviews/routesncontrollers/config.ru create mode 100644 dylan_eckert/controllersnviews/routesncontrollers/config/application.rb create mode 100644 dylan_eckert/controllersnviews/routesncontrollers/config/boot.rb create mode 100644 dylan_eckert/controllersnviews/routesncontrollers/config/cable.yml rename {Rodolfo_Valdivieso/controllers/dashboard2 => dylan_eckert/controllersnviews/routesncontrollers}/config/database.yml (100%) create mode 100644 dylan_eckert/controllersnviews/routesncontrollers/config/environment.rb create mode 100644 dylan_eckert/controllersnviews/routesncontrollers/config/environments/development.rb create mode 100644 dylan_eckert/controllersnviews/routesncontrollers/config/environments/production.rb create mode 100644 dylan_eckert/controllersnviews/routesncontrollers/config/environments/test.rb create mode 100644 dylan_eckert/controllersnviews/routesncontrollers/config/initializers/application_controller_renderer.rb rename {Rodolfo_Valdivieso/controllers/dashboard2 => dylan_eckert/controllersnviews/routesncontrollers}/config/initializers/assets.rb (100%) rename {Rodolfo_Valdivieso/controllers/dashboard2 => dylan_eckert/controllersnviews/routesncontrollers}/config/initializers/backtrace_silencers.rb (100%) create mode 100644 dylan_eckert/controllersnviews/routesncontrollers/config/initializers/cookies_serializer.rb rename {Rodolfo_Valdivieso/controllers/dashboard2 => dylan_eckert/controllersnviews/routesncontrollers}/config/initializers/filter_parameter_logging.rb (100%) rename {Rodolfo_Valdivieso/controllers/dashboard2 => dylan_eckert/controllersnviews/routesncontrollers}/config/initializers/inflections.rb (100%) rename {Rodolfo_Valdivieso/controllers/dashboard2 => dylan_eckert/controllersnviews/routesncontrollers}/config/initializers/mime_types.rb (100%) create mode 100644 dylan_eckert/controllersnviews/routesncontrollers/config/initializers/new_framework_defaults.rb create mode 100644 dylan_eckert/controllersnviews/routesncontrollers/config/initializers/session_store.rb create mode 100644 dylan_eckert/controllersnviews/routesncontrollers/config/initializers/wrap_parameters.rb rename {Rodolfo_Valdivieso/controllers/dashboard2 => dylan_eckert/controllersnviews/routesncontrollers}/config/locales/en.yml (100%) create mode 100644 dylan_eckert/controllersnviews/routesncontrollers/config/puma.rb create mode 100644 dylan_eckert/controllersnviews/routesncontrollers/config/routes.rb create mode 100644 dylan_eckert/controllersnviews/routesncontrollers/config/secrets.yml create mode 100644 dylan_eckert/controllersnviews/routesncontrollers/config/spring.rb create mode 100644 dylan_eckert/controllersnviews/routesncontrollers/db/seeds.rb create mode 100644 dylan_eckert/controllersnviews/routesncontrollers/files.zip create mode 100644 dylan_eckert/controllersnviews/routesncontrollers/files/routes.rb create mode 100644 dylan_eckert/controllersnviews/routesncontrollers/files/tests_controller.rb rename {Rodolfo_Valdivieso/controllers/dashboard2/test/fixtures => dylan_eckert/controllersnviews/routesncontrollers/lib/assets}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/dashboard2/test/helpers => dylan_eckert/controllersnviews/routesncontrollers/lib/tasks}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/dashboard2/test/integration => dylan_eckert/controllersnviews/routesncontrollers/log}/.keep (100%) create mode 100644 dylan_eckert/controllersnviews/routesncontrollers/public/404.html create mode 100644 dylan_eckert/controllersnviews/routesncontrollers/public/422.html create mode 100644 dylan_eckert/controllersnviews/routesncontrollers/public/500.html rename Rodolfo_Valdivieso/controllers/dashboard2/test/mailers/.keep => dylan_eckert/controllersnviews/routesncontrollers/public/apple-touch-icon-precomposed.png (100%) rename Rodolfo_Valdivieso/controllers/dashboard2/test/models/.keep => dylan_eckert/controllersnviews/routesncontrollers/public/apple-touch-icon.png (100%) rename {Rodolfo_Valdivieso/controllers/dashboard3 => dylan_eckert/controllersnviews/routesncontrollers}/public/favicon.ico (100%) rename {Rodolfo_Valdivieso/controllers/dashboard2 => dylan_eckert/controllersnviews/routesncontrollers}/public/robots.txt (100%) rename {Rodolfo_Valdivieso/controllers/dashboard2/vendor/assets/javascripts => dylan_eckert/controllersnviews/routesncontrollers/test/controllers}/.keep (100%) create mode 100644 dylan_eckert/controllersnviews/routesncontrollers/test/controllers/tests_controller_test.rb rename {Rodolfo_Valdivieso/controllers/dashboard2/vendor/assets/stylesheets => dylan_eckert/controllersnviews/routesncontrollers/test/fixtures}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/dashboard3/app/assets/images => dylan_eckert/controllersnviews/routesncontrollers/test/fixtures/files}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/dashboard3/app/controllers/concerns => dylan_eckert/controllersnviews/routesncontrollers/test/helpers}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/dashboard3/app/mailers => dylan_eckert/controllersnviews/routesncontrollers/test/integration}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/dashboard3/app/models => dylan_eckert/controllersnviews/routesncontrollers/test/mailers}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/dashboard3/app/models/concerns => dylan_eckert/controllersnviews/routesncontrollers/test/models}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/dashboard2 => dylan_eckert/controllersnviews/routesncontrollers}/test/test_helper.rb (100%) rename {Rodolfo_Valdivieso/controllers/dashboard3/lib/assets => dylan_eckert/controllersnviews/routesncontrollers/tmp}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/dashboard3/lib/tasks => dylan_eckert/controllersnviews/routesncontrollers/vendor/assets/javascripts}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/dashboard3/log => dylan_eckert/controllersnviews/routesncontrollers/vendor/assets/stylesheets}/.keep (100%) create mode 100644 dylan_eckert/controllersnviews/suerveyform.zip create mode 100644 dylan_eckert/controllersnviews/suerveyform/.gitignore create mode 100644 dylan_eckert/controllersnviews/suerveyform/Gemfile create mode 100644 dylan_eckert/controllersnviews/suerveyform/Gemfile.lock create mode 100644 dylan_eckert/controllersnviews/suerveyform/README.md create mode 100644 dylan_eckert/controllersnviews/suerveyform/Rakefile create mode 100644 dylan_eckert/controllersnviews/suerveyform/app/assets/config/manifest.js rename {Rodolfo_Valdivieso/controllers/dashboard3/test/controllers => dylan_eckert/controllersnviews/suerveyform/app/assets/images}/.keep (100%) create mode 100644 dylan_eckert/controllersnviews/suerveyform/app/assets/javascripts/application.js create mode 100644 dylan_eckert/controllersnviews/suerveyform/app/assets/javascripts/cable.js rename {Rodolfo_Valdivieso/controllers/dashboard3/test/fixtures => dylan_eckert/controllersnviews/suerveyform/app/assets/javascripts/channels}/.keep (100%) rename {Tamisha_Damas/Rails II/dojo_secrets => dylan_eckert/controllersnviews/suerveyform}/app/assets/javascripts/users.coffee (100%) create mode 100644 dylan_eckert/controllersnviews/suerveyform/app/assets/stylesheets/application.css rename {Rodolfo_Valdivieso/controllers/basic_models => dylan_eckert/controllersnviews/suerveyform}/app/assets/stylesheets/users.scss (100%) create mode 100644 dylan_eckert/controllersnviews/suerveyform/app/channels/application_cable/channel.rb create mode 100644 dylan_eckert/controllersnviews/suerveyform/app/channels/application_cable/connection.rb create mode 100644 dylan_eckert/controllersnviews/suerveyform/app/controllers/application_controller.rb rename {Rodolfo_Valdivieso/controllers/dashboard3/test/helpers => dylan_eckert/controllersnviews/suerveyform/app/controllers/concerns}/.keep (100%) create mode 100644 dylan_eckert/controllersnviews/suerveyform/app/controllers/users_controller.rb rename {Rodolfo_Valdivieso/controllers/dashboard3 => dylan_eckert/controllersnviews/suerveyform}/app/helpers/application_helper.rb (100%) rename {Tamisha_Damas/Rails II/dojo_secrets => dylan_eckert/controllersnviews/suerveyform}/app/helpers/users_helper.rb (100%) create mode 100644 dylan_eckert/controllersnviews/suerveyform/app/jobs/application_job.rb create mode 100644 dylan_eckert/controllersnviews/suerveyform/app/mailers/application_mailer.rb create mode 100644 dylan_eckert/controllersnviews/suerveyform/app/models/application_record.rb rename {Rodolfo_Valdivieso/controllers/dashboard3/test/integration => dylan_eckert/controllersnviews/suerveyform/app/models/concerns}/.keep (100%) create mode 100644 dylan_eckert/controllersnviews/suerveyform/app/models/user.rb create mode 100644 dylan_eckert/controllersnviews/suerveyform/app/views/layouts/application.html.erb create mode 100644 dylan_eckert/controllersnviews/suerveyform/app/views/layouts/mailer.html.erb create mode 100644 dylan_eckert/controllersnviews/suerveyform/app/views/layouts/mailer.text.erb create mode 100644 dylan_eckert/controllersnviews/suerveyform/app/views/users/index.html.erb create mode 100644 dylan_eckert/controllersnviews/suerveyform/app/views/users/result.html.erb rename {Rodolfo_Valdivieso/controllers/dashboard3 => dylan_eckert/controllersnviews/suerveyform}/bin/bundle (100%) mode change 100644 => 100755 create mode 100755 dylan_eckert/controllersnviews/suerveyform/bin/rails rename {Rodolfo_Valdivieso/controllers/dashboard3 => dylan_eckert/controllersnviews/suerveyform}/bin/rake (100%) mode change 100644 => 100755 create mode 100755 dylan_eckert/controllersnviews/suerveyform/bin/setup rename {Rodolfo_Valdivieso/controllers/dashboard3 => dylan_eckert/controllersnviews/suerveyform}/bin/spring (100%) mode change 100644 => 100755 create mode 100755 dylan_eckert/controllersnviews/suerveyform/bin/update create mode 100644 dylan_eckert/controllersnviews/suerveyform/config.ru create mode 100644 dylan_eckert/controllersnviews/suerveyform/config/application.rb create mode 100644 dylan_eckert/controllersnviews/suerveyform/config/boot.rb create mode 100644 dylan_eckert/controllersnviews/suerveyform/config/cable.yml rename {Rodolfo_Valdivieso/controllers/dashboard3 => dylan_eckert/controllersnviews/suerveyform}/config/database.yml (100%) create mode 100644 dylan_eckert/controllersnviews/suerveyform/config/environment.rb create mode 100644 dylan_eckert/controllersnviews/suerveyform/config/environments/development.rb create mode 100644 dylan_eckert/controllersnviews/suerveyform/config/environments/production.rb create mode 100644 dylan_eckert/controllersnviews/suerveyform/config/environments/test.rb create mode 100644 dylan_eckert/controllersnviews/suerveyform/config/initializers/application_controller_renderer.rb rename {Rodolfo_Valdivieso/controllers/dashboard3 => dylan_eckert/controllersnviews/suerveyform}/config/initializers/assets.rb (100%) rename {Rodolfo_Valdivieso/controllers/dashboard3 => dylan_eckert/controllersnviews/suerveyform}/config/initializers/backtrace_silencers.rb (100%) create mode 100644 dylan_eckert/controllersnviews/suerveyform/config/initializers/cookies_serializer.rb rename {Rodolfo_Valdivieso/controllers/dashboard3 => dylan_eckert/controllersnviews/suerveyform}/config/initializers/filter_parameter_logging.rb (100%) rename {Rodolfo_Valdivieso/controllers/dashboard3 => dylan_eckert/controllersnviews/suerveyform}/config/initializers/inflections.rb (100%) rename {Rodolfo_Valdivieso/controllers/dashboard3 => dylan_eckert/controllersnviews/suerveyform}/config/initializers/mime_types.rb (100%) create mode 100644 dylan_eckert/controllersnviews/suerveyform/config/initializers/new_framework_defaults.rb create mode 100644 dylan_eckert/controllersnviews/suerveyform/config/initializers/session_store.rb create mode 100644 dylan_eckert/controllersnviews/suerveyform/config/initializers/wrap_parameters.rb rename {Rodolfo_Valdivieso/controllers/dashboard3 => dylan_eckert/controllersnviews/suerveyform}/config/locales/en.yml (100%) create mode 100644 dylan_eckert/controllersnviews/suerveyform/config/puma.rb create mode 100644 dylan_eckert/controllersnviews/suerveyform/config/routes.rb create mode 100644 dylan_eckert/controllersnviews/suerveyform/config/secrets.yml create mode 100644 dylan_eckert/controllersnviews/suerveyform/config/spring.rb create mode 100644 dylan_eckert/controllersnviews/suerveyform/db/migrate/20171205161536_create_users.rb create mode 100644 dylan_eckert/controllersnviews/suerveyform/db/schema.rb create mode 100644 dylan_eckert/controllersnviews/suerveyform/db/seeds.rb rename {Rodolfo_Valdivieso/controllers/dashboard3/test/mailers => dylan_eckert/controllersnviews/suerveyform/lib/assets}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/dashboard3/test/models => dylan_eckert/controllersnviews/suerveyform/lib/tasks}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/dashboard3/vendor/assets/javascripts => dylan_eckert/controllersnviews/suerveyform/log}/.keep (100%) create mode 100644 dylan_eckert/controllersnviews/suerveyform/public/404.html create mode 100644 dylan_eckert/controllersnviews/suerveyform/public/422.html create mode 100644 dylan_eckert/controllersnviews/suerveyform/public/500.html rename Rodolfo_Valdivieso/controllers/dashboard3/vendor/assets/stylesheets/.keep => dylan_eckert/controllersnviews/suerveyform/public/apple-touch-icon-precomposed.png (100%) rename Rodolfo_Valdivieso/controllers/ninjaGold/app/assets/images/.keep => dylan_eckert/controllersnviews/suerveyform/public/apple-touch-icon.png (100%) rename {Rodolfo_Valdivieso/controllers/ninjaGold => dylan_eckert/controllersnviews/suerveyform}/public/favicon.ico (100%) rename {Rodolfo_Valdivieso/controllers/dashboard3 => dylan_eckert/controllersnviews/suerveyform}/public/robots.txt (100%) rename {Rodolfo_Valdivieso/controllers/ninjaGold/app/controllers/concerns => dylan_eckert/controllersnviews/suerveyform/test/controllers}/.keep (100%) create mode 100644 dylan_eckert/controllersnviews/suerveyform/test/controllers/users_controller_test.rb rename {Rodolfo_Valdivieso/controllers/ninjaGold/app/mailers => dylan_eckert/controllersnviews/suerveyform/test/fixtures}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/ninjaGold/app/models => dylan_eckert/controllersnviews/suerveyform/test/fixtures/files}/.keep (100%) create mode 100644 dylan_eckert/controllersnviews/suerveyform/test/fixtures/users.yml rename {Rodolfo_Valdivieso/controllers/ninjaGold/app/models/concerns => dylan_eckert/controllersnviews/suerveyform/test/helpers}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/ninjaGold/lib/assets => dylan_eckert/controllersnviews/suerveyform/test/integration}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/ninjaGold/lib/tasks => dylan_eckert/controllersnviews/suerveyform/test/mailers}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/ninjaGold/log => dylan_eckert/controllersnviews/suerveyform/test/models}/.keep (100%) rename {Rodolfo_Valdivieso/models/blogs2 => dylan_eckert/controllersnviews/suerveyform}/test/models/user_test.rb (100%) rename {Rodolfo_Valdivieso/controllers/dashboard3 => dylan_eckert/controllersnviews/suerveyform}/test/test_helper.rb (100%) rename {Rodolfo_Valdivieso/controllers/ninjaGold/test/controllers => dylan_eckert/controllersnviews/suerveyform/tmp}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/ninjaGold/test/fixtures => dylan_eckert/controllersnviews/suerveyform/vendor/assets/javascripts}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/ninjaGold/test/helpers => dylan_eckert/controllersnviews/suerveyform/vendor/assets/stylesheets}/.keep (100%) create mode 100644 dylan_eckert/controllersnviews/timedisp/.gitignore create mode 100644 dylan_eckert/controllersnviews/timedisp/Gemfile create mode 100644 dylan_eckert/controllersnviews/timedisp/Gemfile.lock create mode 100644 dylan_eckert/controllersnviews/timedisp/README.md create mode 100644 dylan_eckert/controllersnviews/timedisp/Rakefile create mode 100644 dylan_eckert/controllersnviews/timedisp/app/assets/config/manifest.js rename {Rodolfo_Valdivieso/controllers/ninjaGold/test/integration => dylan_eckert/controllersnviews/timedisp/app/assets/images}/.keep (100%) create mode 100644 dylan_eckert/controllersnviews/timedisp/app/assets/javascripts/application.js create mode 100644 dylan_eckert/controllersnviews/timedisp/app/assets/javascripts/cable.js rename {Rodolfo_Valdivieso/controllers/ninjaGold/test/mailers => dylan_eckert/controllersnviews/timedisp/app/assets/javascripts/channels}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/time_display => dylan_eckert/controllersnviews/timedisp}/app/assets/javascripts/times.coffee (100%) create mode 100644 dylan_eckert/controllersnviews/timedisp/app/assets/stylesheets/application.css rename {Rodolfo_Valdivieso/controllers/time_display => dylan_eckert/controllersnviews/timedisp}/app/assets/stylesheets/times.scss (100%) create mode 100644 dylan_eckert/controllersnviews/timedisp/app/channels/application_cable/channel.rb create mode 100644 dylan_eckert/controllersnviews/timedisp/app/channels/application_cable/connection.rb create mode 100644 dylan_eckert/controllersnviews/timedisp/app/controllers/application_controller.rb rename {Rodolfo_Valdivieso/controllers/ninjaGold/test/models => dylan_eckert/controllersnviews/timedisp/app/controllers/concerns}/.keep (100%) create mode 100644 dylan_eckert/controllersnviews/timedisp/app/controllers/times_controller.rb rename {Rodolfo_Valdivieso/controllers/ninjaGold => dylan_eckert/controllersnviews/timedisp}/app/helpers/application_helper.rb (100%) rename {Rodolfo_Valdivieso/controllers/time_display => dylan_eckert/controllersnviews/timedisp}/app/helpers/times_helper.rb (100%) create mode 100644 dylan_eckert/controllersnviews/timedisp/app/jobs/application_job.rb create mode 100644 dylan_eckert/controllersnviews/timedisp/app/mailers/application_mailer.rb create mode 100644 dylan_eckert/controllersnviews/timedisp/app/models/application_record.rb rename {Rodolfo_Valdivieso/controllers/ninjaGold/vendor/assets/javascripts => dylan_eckert/controllersnviews/timedisp/app/models/concerns}/.keep (100%) create mode 100644 dylan_eckert/controllersnviews/timedisp/app/views/layouts/application.html.erb create mode 100644 dylan_eckert/controllersnviews/timedisp/app/views/layouts/mailer.html.erb create mode 100644 dylan_eckert/controllersnviews/timedisp/app/views/layouts/mailer.text.erb create mode 100644 dylan_eckert/controllersnviews/timedisp/app/views/times/main.html.erb create mode 100644 dylan_eckert/controllersnviews/timedisp/assignment.zip create mode 100644 dylan_eckert/controllersnviews/timedisp/assignment/main.html.erb create mode 100644 dylan_eckert/controllersnviews/timedisp/assignment/routes.rb create mode 100644 dylan_eckert/controllersnviews/timedisp/assignment/times_controller.rb rename {Rodolfo_Valdivieso/controllers/ninjaGold => dylan_eckert/controllersnviews/timedisp}/bin/bundle (100%) mode change 100644 => 100755 create mode 100755 dylan_eckert/controllersnviews/timedisp/bin/rails rename {Rodolfo_Valdivieso/controllers/ninjaGold => dylan_eckert/controllersnviews/timedisp}/bin/rake (100%) mode change 100644 => 100755 create mode 100755 dylan_eckert/controllersnviews/timedisp/bin/setup rename {Rodolfo_Valdivieso/controllers/ninjaGold => dylan_eckert/controllersnviews/timedisp}/bin/spring (100%) mode change 100644 => 100755 create mode 100755 dylan_eckert/controllersnviews/timedisp/bin/update create mode 100644 dylan_eckert/controllersnviews/timedisp/config.ru create mode 100644 dylan_eckert/controllersnviews/timedisp/config/application.rb create mode 100644 dylan_eckert/controllersnviews/timedisp/config/boot.rb create mode 100644 dylan_eckert/controllersnviews/timedisp/config/cable.yml rename {Rodolfo_Valdivieso/controllers/ninjaGold => dylan_eckert/controllersnviews/timedisp}/config/database.yml (100%) create mode 100644 dylan_eckert/controllersnviews/timedisp/config/environment.rb create mode 100644 dylan_eckert/controllersnviews/timedisp/config/environments/development.rb create mode 100644 dylan_eckert/controllersnviews/timedisp/config/environments/production.rb create mode 100644 dylan_eckert/controllersnviews/timedisp/config/environments/test.rb create mode 100644 dylan_eckert/controllersnviews/timedisp/config/initializers/application_controller_renderer.rb rename {Rodolfo_Valdivieso/controllers/routes => dylan_eckert/controllersnviews/timedisp}/config/initializers/assets.rb (100%) rename {Rodolfo_Valdivieso/controllers/ninjaGold => dylan_eckert/controllersnviews/timedisp}/config/initializers/backtrace_silencers.rb (100%) create mode 100644 dylan_eckert/controllersnviews/timedisp/config/initializers/cookies_serializer.rb rename {Rodolfo_Valdivieso/controllers/ninjaGold => dylan_eckert/controllersnviews/timedisp}/config/initializers/filter_parameter_logging.rb (100%) rename {Rodolfo_Valdivieso/controllers/ninjaGold => dylan_eckert/controllersnviews/timedisp}/config/initializers/inflections.rb (100%) rename {Rodolfo_Valdivieso/controllers/ninjaGold => dylan_eckert/controllersnviews/timedisp}/config/initializers/mime_types.rb (100%) create mode 100644 dylan_eckert/controllersnviews/timedisp/config/initializers/new_framework_defaults.rb create mode 100644 dylan_eckert/controllersnviews/timedisp/config/initializers/session_store.rb create mode 100644 dylan_eckert/controllersnviews/timedisp/config/initializers/wrap_parameters.rb rename {Rodolfo_Valdivieso/controllers/ninjaGold => dylan_eckert/controllersnviews/timedisp}/config/locales/en.yml (100%) create mode 100644 dylan_eckert/controllersnviews/timedisp/config/puma.rb create mode 100644 dylan_eckert/controllersnviews/timedisp/config/routes.rb create mode 100644 dylan_eckert/controllersnviews/timedisp/config/secrets.yml create mode 100644 dylan_eckert/controllersnviews/timedisp/config/spring.rb create mode 100644 dylan_eckert/controllersnviews/timedisp/db/seeds.rb rename {Rodolfo_Valdivieso/controllers/ninjaGold/vendor/assets/stylesheets => dylan_eckert/controllersnviews/timedisp/lib/assets}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/routes/app/assets/images => dylan_eckert/controllersnviews/timedisp/lib/tasks}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/routes/app/controllers/concerns => dylan_eckert/controllersnviews/timedisp/log}/.keep (100%) create mode 100644 dylan_eckert/controllersnviews/timedisp/public/404.html create mode 100644 dylan_eckert/controllersnviews/timedisp/public/422.html create mode 100644 dylan_eckert/controllersnviews/timedisp/public/500.html rename Rodolfo_Valdivieso/controllers/routes/app/mailers/.keep => dylan_eckert/controllersnviews/timedisp/public/apple-touch-icon-precomposed.png (100%) rename Rodolfo_Valdivieso/controllers/routes/app/models/.keep => dylan_eckert/controllersnviews/timedisp/public/apple-touch-icon.png (100%) rename {Rodolfo_Valdivieso/controllers/routes => dylan_eckert/controllersnviews/timedisp}/public/favicon.ico (100%) rename {Rodolfo_Valdivieso/controllers/ninjaGold => dylan_eckert/controllersnviews/timedisp}/public/robots.txt (100%) rename {Rodolfo_Valdivieso/controllers/routes/app/models/concerns => dylan_eckert/controllersnviews/timedisp/test/controllers}/.keep (100%) create mode 100644 dylan_eckert/controllersnviews/timedisp/test/controllers/times_controller_test.rb rename {Rodolfo_Valdivieso/controllers/routes/lib/assets => dylan_eckert/controllersnviews/timedisp/test/fixtures}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/routes/lib/tasks => dylan_eckert/controllersnviews/timedisp/test/fixtures/files}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/routes/log => dylan_eckert/controllersnviews/timedisp/test/helpers}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/routes/test/controllers => dylan_eckert/controllersnviews/timedisp/test/integration}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/routes/test/fixtures => dylan_eckert/controllersnviews/timedisp/test/mailers}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/routes/test/helpers => dylan_eckert/controllersnviews/timedisp/test/models}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/ninjaGold => dylan_eckert/controllersnviews/timedisp}/test/test_helper.rb (100%) rename {Rodolfo_Valdivieso/controllers/routes/test/integration => dylan_eckert/controllersnviews/timedisp/tmp}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/routes/test/mailers => dylan_eckert/controllersnviews/timedisp/vendor/assets/javascripts}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/routes/test/models => dylan_eckert/controllersnviews/timedisp/vendor/assets/stylesheets}/.keep (100%) create mode 100644 dylan_eckert/fundamentals/arrays.rb create mode 100644 dylan_eckert/fundamentals/basic13.rb create mode 100644 dylan_eckert/fundamentals/guessnum.rb create mode 100644 dylan_eckert/fundamentals/hashes.rb create mode 100644 dylan_eckert/fundamentals/myenumerable.rb create mode 100644 dylan_eckert/fundamentals/names.rb create mode 100644 dylan_eckert/fundamentals/range.rb create mode 100644 dylan_eckert/fundamentals/rubypuzzles.rb create mode 100644 dylan_eckert/fundamentals/test.rb create mode 100644 dylan_eckert/models/bpm/.gitignore create mode 100644 dylan_eckert/models/bpm/Gemfile create mode 100644 dylan_eckert/models/bpm/Gemfile.lock create mode 100644 dylan_eckert/models/bpm/README.md create mode 100644 dylan_eckert/models/bpm/Rakefile create mode 100644 dylan_eckert/models/bpm/app/assets/config/manifest.js rename {Rodolfo_Valdivieso/controllers/routes/vendor/assets/javascripts => dylan_eckert/models/bpm/app/assets/images}/.keep (100%) create mode 100644 dylan_eckert/models/bpm/app/assets/javascripts/application.js create mode 100644 dylan_eckert/models/bpm/app/assets/javascripts/cable.js rename {Rodolfo_Valdivieso/controllers/routes/vendor/assets/stylesheets => dylan_eckert/models/bpm/app/assets/javascripts/channels}/.keep (100%) create mode 100644 dylan_eckert/models/bpm/app/assets/stylesheets/application.css create mode 100644 dylan_eckert/models/bpm/app/channels/application_cable/channel.rb create mode 100644 dylan_eckert/models/bpm/app/channels/application_cable/connection.rb create mode 100644 dylan_eckert/models/bpm/app/controllers/application_controller.rb rename {Rodolfo_Valdivieso/controllers/survey_form/app/assets/images => dylan_eckert/models/bpm/app/controllers/concerns}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/routes => dylan_eckert/models/bpm}/app/helpers/application_helper.rb (100%) create mode 100644 dylan_eckert/models/bpm/app/jobs/application_job.rb create mode 100644 dylan_eckert/models/bpm/app/mailers/application_mailer.rb create mode 100644 dylan_eckert/models/bpm/app/models/application_record.rb create mode 100644 dylan_eckert/models/bpm/app/models/blog.rb rename {Rodolfo_Valdivieso/controllers/survey_form/app/controllers => dylan_eckert/models/bpm/app/models}/concerns/.keep (100%) create mode 100644 dylan_eckert/models/bpm/app/models/message.rb create mode 100644 dylan_eckert/models/bpm/app/models/post.rb create mode 100644 dylan_eckert/models/bpm/app/views/layouts/application.html.erb create mode 100644 dylan_eckert/models/bpm/app/views/layouts/mailer.html.erb create mode 100644 dylan_eckert/models/bpm/app/views/layouts/mailer.text.erb rename {Rodolfo_Valdivieso/controllers/routes => dylan_eckert/models/bpm}/bin/bundle (100%) mode change 100644 => 100755 create mode 100755 dylan_eckert/models/bpm/bin/rails rename {Rodolfo_Valdivieso/controllers/routes => dylan_eckert/models/bpm}/bin/rake (100%) mode change 100644 => 100755 create mode 100755 dylan_eckert/models/bpm/bin/setup rename {Rodolfo_Valdivieso/controllers/routes => dylan_eckert/models/bpm}/bin/spring (100%) mode change 100644 => 100755 create mode 100755 dylan_eckert/models/bpm/bin/update create mode 100644 dylan_eckert/models/bpm/commands.txt create mode 100644 dylan_eckert/models/bpm/config.ru create mode 100644 dylan_eckert/models/bpm/config/application.rb create mode 100644 dylan_eckert/models/bpm/config/boot.rb create mode 100644 dylan_eckert/models/bpm/config/cable.yml rename {Rodolfo_Valdivieso/controllers/routes => dylan_eckert/models/bpm}/config/database.yml (100%) create mode 100644 dylan_eckert/models/bpm/config/environment.rb create mode 100644 dylan_eckert/models/bpm/config/environments/development.rb create mode 100644 dylan_eckert/models/bpm/config/environments/production.rb create mode 100644 dylan_eckert/models/bpm/config/environments/test.rb create mode 100644 dylan_eckert/models/bpm/config/initializers/application_controller_renderer.rb rename {Rodolfo_Valdivieso/controllers/survey_form => dylan_eckert/models/bpm}/config/initializers/assets.rb (100%) rename {Rodolfo_Valdivieso/controllers/routes => dylan_eckert/models/bpm}/config/initializers/backtrace_silencers.rb (100%) create mode 100644 dylan_eckert/models/bpm/config/initializers/cookies_serializer.rb rename {Rodolfo_Valdivieso/controllers/routes => dylan_eckert/models/bpm}/config/initializers/filter_parameter_logging.rb (100%) rename {Rodolfo_Valdivieso/controllers/routes => dylan_eckert/models/bpm}/config/initializers/inflections.rb (100%) rename {Rodolfo_Valdivieso/controllers/routes => dylan_eckert/models/bpm}/config/initializers/mime_types.rb (100%) create mode 100644 dylan_eckert/models/bpm/config/initializers/new_framework_defaults.rb rename {brittney_jackson/rails => dylan_eckert/models}/bpm/config/initializers/session_store.rb (100%) create mode 100644 dylan_eckert/models/bpm/config/initializers/wrap_parameters.rb rename {Rodolfo_Valdivieso/controllers/routes => dylan_eckert/models/bpm}/config/locales/en.yml (100%) create mode 100644 dylan_eckert/models/bpm/config/puma.rb rename {Tamisha_Damas/Rails/Models /Friends(self_join) => dylan_eckert/models/bpm}/config/routes.rb (100%) create mode 100644 dylan_eckert/models/bpm/config/secrets.yml create mode 100644 dylan_eckert/models/bpm/config/spring.rb create mode 100644 dylan_eckert/models/bpm/db/migrate/20171130173044_create_blogs.rb create mode 100644 dylan_eckert/models/bpm/db/migrate/20171130173057_create_posts.rb create mode 100644 dylan_eckert/models/bpm/db/migrate/20171130173105_create_messages.rb create mode 100644 dylan_eckert/models/bpm/db/schema.rb create mode 100644 dylan_eckert/models/bpm/db/seeds.rb rename {Rodolfo_Valdivieso/controllers/survey_form/app/mailers => dylan_eckert/models/bpm/lib/assets}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/survey_form/app/models => dylan_eckert/models/bpm/lib/tasks}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/survey_form/app/models/concerns => dylan_eckert/models/bpm/log}/.keep (100%) create mode 100644 dylan_eckert/models/bpm/public/404.html create mode 100644 dylan_eckert/models/bpm/public/422.html create mode 100644 dylan_eckert/models/bpm/public/500.html rename Rodolfo_Valdivieso/controllers/survey_form/lib/assets/.keep => dylan_eckert/models/bpm/public/apple-touch-icon-precomposed.png (100%) rename Rodolfo_Valdivieso/controllers/survey_form/lib/tasks/.keep => dylan_eckert/models/bpm/public/apple-touch-icon.png (100%) rename {Rodolfo_Valdivieso/controllers/survey_form => dylan_eckert/models/bpm}/public/favicon.ico (100%) rename {Rodolfo_Valdivieso/controllers/routes => dylan_eckert/models/bpm}/public/robots.txt (100%) rename {Rodolfo_Valdivieso/controllers/survey_form/log => dylan_eckert/models/bpm/test/controllers}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/survey_form/test/controllers => dylan_eckert/models/bpm/test/fixtures}/.keep (100%) rename {Rodolfo_Valdivieso/models/blogs => dylan_eckert/models/bpm}/test/fixtures/blogs.yml (100%) rename {Rodolfo_Valdivieso/controllers/survey_form/test/fixtures => dylan_eckert/models/bpm/test/fixtures/files}/.keep (100%) create mode 100644 dylan_eckert/models/bpm/test/fixtures/messages.yml create mode 100644 dylan_eckert/models/bpm/test/fixtures/posts.yml rename {Rodolfo_Valdivieso/controllers/survey_form => dylan_eckert/models/bpm}/test/helpers/.keep (100%) rename {Rodolfo_Valdivieso/controllers/survey_form => dylan_eckert/models/bpm}/test/integration/.keep (100%) rename {Rodolfo_Valdivieso/controllers/survey_form => dylan_eckert/models/bpm}/test/mailers/.keep (100%) rename {Rodolfo_Valdivieso/controllers/survey_form => dylan_eckert/models/bpm}/test/models/.keep (100%) rename {Rodolfo_Valdivieso/models/blogs => dylan_eckert/models/bpm}/test/models/blog_test.rb (100%) rename {Rodolfo_Valdivieso/models/blogs => dylan_eckert/models/bpm}/test/models/message_test.rb (100%) rename {Rodolfo_Valdivieso/models/blogs => dylan_eckert/models/bpm}/test/models/post_test.rb (100%) rename {Rodolfo_Valdivieso/controllers/routes => dylan_eckert/models/bpm}/test/test_helper.rb (100%) rename {Rodolfo_Valdivieso/controllers/survey_form/vendor/assets/javascripts => dylan_eckert/models/bpm/tmp}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/survey_form/vendor/assets/stylesheets => dylan_eckert/models/bpm/vendor/assets/javascripts}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/time_display/app/assets/images => dylan_eckert/models/bpm/vendor/assets/stylesheets}/.keep (100%) create mode 100644 dylan_eckert/models/bpm2/.gitignore create mode 100644 dylan_eckert/models/bpm2/Gemfile create mode 100644 dylan_eckert/models/bpm2/Gemfile.lock create mode 100644 dylan_eckert/models/bpm2/README.md create mode 100644 dylan_eckert/models/bpm2/Rakefile create mode 100644 dylan_eckert/models/bpm2/app/assets/config/manifest.js rename {Rodolfo_Valdivieso/controllers/time_display/app/controllers/concerns => dylan_eckert/models/bpm2/app/assets/images}/.keep (100%) create mode 100644 dylan_eckert/models/bpm2/app/assets/javascripts/application.js create mode 100644 dylan_eckert/models/bpm2/app/assets/javascripts/cable.js rename {Rodolfo_Valdivieso/controllers/time_display/app/mailers => dylan_eckert/models/bpm2/app/assets/javascripts/channels}/.keep (100%) create mode 100644 dylan_eckert/models/bpm2/app/assets/stylesheets/application.css create mode 100644 dylan_eckert/models/bpm2/app/channels/application_cable/channel.rb create mode 100644 dylan_eckert/models/bpm2/app/channels/application_cable/connection.rb create mode 100644 dylan_eckert/models/bpm2/app/controllers/application_controller.rb rename {Rodolfo_Valdivieso/controllers/time_display/app/models => dylan_eckert/models/bpm2/app/controllers/concerns}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/survey_form => dylan_eckert/models/bpm2}/app/helpers/application_helper.rb (100%) create mode 100644 dylan_eckert/models/bpm2/app/jobs/application_job.rb create mode 100644 dylan_eckert/models/bpm2/app/mailers/application_mailer.rb create mode 100644 dylan_eckert/models/bpm2/app/models/application_record.rb create mode 100644 dylan_eckert/models/bpm2/app/models/blog.rb create mode 100644 dylan_eckert/models/bpm2/app/models/comment.rb rename {Rodolfo_Valdivieso/controllers/time_display => dylan_eckert/models/bpm2}/app/models/concerns/.keep (100%) create mode 100644 dylan_eckert/models/bpm2/app/models/message.rb create mode 100644 dylan_eckert/models/bpm2/app/models/owner.rb create mode 100644 dylan_eckert/models/bpm2/app/models/post.rb create mode 100644 dylan_eckert/models/bpm2/app/models/user.rb create mode 100644 dylan_eckert/models/bpm2/app/views/layouts/application.html.erb create mode 100644 dylan_eckert/models/bpm2/app/views/layouts/mailer.html.erb create mode 100644 dylan_eckert/models/bpm2/app/views/layouts/mailer.text.erb rename {Rodolfo_Valdivieso/controllers/survey_form => dylan_eckert/models/bpm2}/bin/bundle (100%) mode change 100644 => 100755 create mode 100755 dylan_eckert/models/bpm2/bin/rails rename {Rodolfo_Valdivieso/controllers/survey_form => dylan_eckert/models/bpm2}/bin/rake (100%) mode change 100644 => 100755 create mode 100755 dylan_eckert/models/bpm2/bin/setup rename {Rodolfo_Valdivieso/controllers/survey_form => dylan_eckert/models/bpm2}/bin/spring (100%) mode change 100644 => 100755 create mode 100755 dylan_eckert/models/bpm2/bin/update create mode 100644 dylan_eckert/models/bpm2/commands.txt create mode 100644 dylan_eckert/models/bpm2/config.ru create mode 100644 dylan_eckert/models/bpm2/config/application.rb create mode 100644 dylan_eckert/models/bpm2/config/boot.rb create mode 100644 dylan_eckert/models/bpm2/config/cable.yml rename {Rodolfo_Valdivieso/controllers/survey_form => dylan_eckert/models/bpm2}/config/database.yml (100%) create mode 100644 dylan_eckert/models/bpm2/config/environment.rb create mode 100644 dylan_eckert/models/bpm2/config/environments/development.rb create mode 100644 dylan_eckert/models/bpm2/config/environments/production.rb create mode 100644 dylan_eckert/models/bpm2/config/environments/test.rb create mode 100644 dylan_eckert/models/bpm2/config/initializers/application_controller_renderer.rb rename {Rodolfo_Valdivieso/controllers/time_display => dylan_eckert/models/bpm2}/config/initializers/assets.rb (100%) rename {Rodolfo_Valdivieso/controllers/survey_form => dylan_eckert/models/bpm2}/config/initializers/backtrace_silencers.rb (100%) create mode 100644 dylan_eckert/models/bpm2/config/initializers/cookies_serializer.rb rename {Rodolfo_Valdivieso/controllers/survey_form => dylan_eckert/models/bpm2}/config/initializers/filter_parameter_logging.rb (100%) rename {Rodolfo_Valdivieso/controllers/survey_form => dylan_eckert/models/bpm2}/config/initializers/inflections.rb (100%) rename {Rodolfo_Valdivieso/controllers/survey_form => dylan_eckert/models/bpm2}/config/initializers/mime_types.rb (100%) create mode 100644 dylan_eckert/models/bpm2/config/initializers/new_framework_defaults.rb create mode 100644 dylan_eckert/models/bpm2/config/initializers/session_store.rb create mode 100644 dylan_eckert/models/bpm2/config/initializers/wrap_parameters.rb rename {Rodolfo_Valdivieso/controllers/survey_form => dylan_eckert/models/bpm2}/config/locales/en.yml (100%) create mode 100644 dylan_eckert/models/bpm2/config/puma.rb create mode 100644 dylan_eckert/models/bpm2/config/routes.rb create mode 100644 dylan_eckert/models/bpm2/config/secrets.yml create mode 100644 dylan_eckert/models/bpm2/config/spring.rb create mode 100644 dylan_eckert/models/bpm2/db/migrate/20171201201729_create_users.rb create mode 100644 dylan_eckert/models/bpm2/db/migrate/20171201201821_create_blogs.rb create mode 100644 dylan_eckert/models/bpm2/db/migrate/20171201202102_create_owners.rb create mode 100644 dylan_eckert/models/bpm2/db/migrate/20171201202247_create_posts.rb create mode 100644 dylan_eckert/models/bpm2/db/migrate/20171201202452_create_messages.rb create mode 100644 dylan_eckert/models/bpm2/db/migrate/20171204145319_create_comments.rb create mode 100644 dylan_eckert/models/bpm2/db/schema.rb create mode 100644 dylan_eckert/models/bpm2/db/seeds.rb rename {Rodolfo_Valdivieso/controllers/time_display => dylan_eckert/models/bpm2}/lib/assets/.keep (100%) rename {Rodolfo_Valdivieso/controllers/time_display => dylan_eckert/models/bpm2}/lib/tasks/.keep (100%) rename {Rodolfo_Valdivieso/controllers/time_display => dylan_eckert/models/bpm2}/log/.keep (100%) create mode 100644 dylan_eckert/models/bpm2/public/404.html create mode 100644 dylan_eckert/models/bpm2/public/422.html create mode 100644 dylan_eckert/models/bpm2/public/500.html rename Rodolfo_Valdivieso/controllers/time_display/public/favicon.ico => dylan_eckert/models/bpm2/public/apple-touch-icon-precomposed.png (100%) rename Rodolfo_Valdivieso/controllers/time_display/test/controllers/.keep => dylan_eckert/models/bpm2/public/apple-touch-icon.png (100%) rename {Rodolfo_Valdivieso/models/blogs => dylan_eckert/models/bpm2}/public/favicon.ico (100%) rename {Rodolfo_Valdivieso/controllers/survey_form => dylan_eckert/models/bpm2}/public/robots.txt (100%) rename {Rodolfo_Valdivieso/controllers/time_display/test/fixtures => dylan_eckert/models/bpm2/test/controllers}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/time_display/test/helpers => dylan_eckert/models/bpm2/test/fixtures}/.keep (100%) create mode 100644 dylan_eckert/models/bpm2/test/fixtures/blogs.yml create mode 100644 dylan_eckert/models/bpm2/test/fixtures/comments.yml rename {Rodolfo_Valdivieso/controllers/time_display/test/integration => dylan_eckert/models/bpm2/test/fixtures/files}/.keep (100%) create mode 100644 dylan_eckert/models/bpm2/test/fixtures/messages.yml create mode 100644 dylan_eckert/models/bpm2/test/fixtures/owners.yml create mode 100644 dylan_eckert/models/bpm2/test/fixtures/posts.yml create mode 100644 dylan_eckert/models/bpm2/test/fixtures/users.yml rename {Rodolfo_Valdivieso/controllers/time_display/test/mailers => dylan_eckert/models/bpm2/test/helpers}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/time_display/test/models => dylan_eckert/models/bpm2/test/integration}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/time_display/vendor/assets/javascripts => dylan_eckert/models/bpm2/test/mailers}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/time_display/vendor/assets/stylesheets => dylan_eckert/models/bpm2/test/models}/.keep (100%) rename {Rodolfo_Valdivieso/models/blogs2 => dylan_eckert/models/bpm2}/test/models/blog_test.rb (100%) rename {Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly => dylan_eckert/models/bpm2}/test/models/comment_test.rb (100%) rename {Rodolfo_Valdivieso/models/blogs2 => dylan_eckert/models/bpm2}/test/models/message_test.rb (100%) rename {Rodolfo_Valdivieso/models/blogs2 => dylan_eckert/models/bpm2}/test/models/owner_test.rb (100%) rename {Rodolfo_Valdivieso/models/blogs2 => dylan_eckert/models/bpm2}/test/models/post_test.rb (100%) rename {Rodolfo_Valdivieso/models/self_join => dylan_eckert/models/bpm2}/test/models/user_test.rb (100%) rename {Rodolfo_Valdivieso/controllers/survey_form => dylan_eckert/models/bpm2}/test/test_helper.rb (100%) rename {Rodolfo_Valdivieso/models/blogs/app/assets/images => dylan_eckert/models/bpm2/tmp}/.keep (100%) rename {Rodolfo_Valdivieso/models/blogs/app/controllers/concerns => dylan_eckert/models/bpm2/vendor/assets/javascripts}/.keep (100%) rename {Rodolfo_Valdivieso/models/blogs/app/mailers => dylan_eckert/models/bpm2/vendor/assets/stylesheets}/.keep (100%) create mode 100644 dylan_eckert/models/dojo_ninjas/.gitignore create mode 100644 dylan_eckert/models/dojo_ninjas/Gemfile create mode 100644 dylan_eckert/models/dojo_ninjas/Gemfile.lock create mode 100644 dylan_eckert/models/dojo_ninjas/README.md create mode 100644 dylan_eckert/models/dojo_ninjas/Rakefile create mode 100644 dylan_eckert/models/dojo_ninjas/app/assets/config/manifest.js rename {Rodolfo_Valdivieso/models/blogs/app/models => dylan_eckert/models/dojo_ninjas/app/assets/images}/.keep (100%) create mode 100644 dylan_eckert/models/dojo_ninjas/app/assets/javascripts/application.js create mode 100644 dylan_eckert/models/dojo_ninjas/app/assets/javascripts/cable.js rename {Rodolfo_Valdivieso/models/blogs/app/models/concerns => dylan_eckert/models/dojo_ninjas/app/assets/javascripts/channels}/.keep (100%) create mode 100644 dylan_eckert/models/dojo_ninjas/app/assets/stylesheets/application.css create mode 100644 dylan_eckert/models/dojo_ninjas/app/channels/application_cable/channel.rb create mode 100644 dylan_eckert/models/dojo_ninjas/app/channels/application_cable/connection.rb create mode 100644 dylan_eckert/models/dojo_ninjas/app/controllers/application_controller.rb rename {Rodolfo_Valdivieso/models/blogs/lib/assets => dylan_eckert/models/dojo_ninjas/app/controllers/concerns}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/time_display => dylan_eckert/models/dojo_ninjas}/app/helpers/application_helper.rb (100%) create mode 100644 dylan_eckert/models/dojo_ninjas/app/jobs/application_job.rb create mode 100644 dylan_eckert/models/dojo_ninjas/app/mailers/application_mailer.rb create mode 100644 dylan_eckert/models/dojo_ninjas/app/models/application_record.rb rename {Rodolfo_Valdivieso/models/blogs/lib/tasks => dylan_eckert/models/dojo_ninjas/app/models/concerns}/.keep (100%) create mode 100644 dylan_eckert/models/dojo_ninjas/app/models/dojo.rb create mode 100644 dylan_eckert/models/dojo_ninjas/app/models/ninja.rb create mode 100644 dylan_eckert/models/dojo_ninjas/app/views/layouts/application.html.erb create mode 100644 dylan_eckert/models/dojo_ninjas/app/views/layouts/mailer.html.erb create mode 100644 dylan_eckert/models/dojo_ninjas/app/views/layouts/mailer.text.erb rename {Rodolfo_Valdivieso/controllers/time_display => dylan_eckert/models/dojo_ninjas}/bin/bundle (100%) mode change 100644 => 100755 create mode 100755 dylan_eckert/models/dojo_ninjas/bin/rails rename {Rodolfo_Valdivieso/controllers/time_display => dylan_eckert/models/dojo_ninjas}/bin/rake (100%) mode change 100644 => 100755 create mode 100755 dylan_eckert/models/dojo_ninjas/bin/setup rename {Rodolfo_Valdivieso/controllers/time_display => dylan_eckert/models/dojo_ninjas}/bin/spring (100%) mode change 100644 => 100755 create mode 100755 dylan_eckert/models/dojo_ninjas/bin/update create mode 100644 dylan_eckert/models/dojo_ninjas/commands.txt create mode 100644 dylan_eckert/models/dojo_ninjas/config.ru create mode 100644 dylan_eckert/models/dojo_ninjas/config/application.rb create mode 100644 dylan_eckert/models/dojo_ninjas/config/boot.rb create mode 100644 dylan_eckert/models/dojo_ninjas/config/cable.yml rename {Rodolfo_Valdivieso/controllers/time_display => dylan_eckert/models/dojo_ninjas}/config/database.yml (100%) create mode 100644 dylan_eckert/models/dojo_ninjas/config/environment.rb create mode 100644 dylan_eckert/models/dojo_ninjas/config/environments/development.rb create mode 100644 dylan_eckert/models/dojo_ninjas/config/environments/production.rb create mode 100644 dylan_eckert/models/dojo_ninjas/config/environments/test.rb create mode 100644 dylan_eckert/models/dojo_ninjas/config/initializers/application_controller_renderer.rb rename {Rodolfo_Valdivieso/models/blogs => dylan_eckert/models/dojo_ninjas}/config/initializers/assets.rb (100%) rename {Rodolfo_Valdivieso/controllers/time_display => dylan_eckert/models/dojo_ninjas}/config/initializers/backtrace_silencers.rb (100%) create mode 100644 dylan_eckert/models/dojo_ninjas/config/initializers/cookies_serializer.rb rename {Rodolfo_Valdivieso/controllers/time_display => dylan_eckert/models/dojo_ninjas}/config/initializers/filter_parameter_logging.rb (100%) rename {Rodolfo_Valdivieso/controllers/time_display => dylan_eckert/models/dojo_ninjas}/config/initializers/inflections.rb (100%) rename {Rodolfo_Valdivieso/controllers/time_display => dylan_eckert/models/dojo_ninjas}/config/initializers/mime_types.rb (100%) create mode 100644 dylan_eckert/models/dojo_ninjas/config/initializers/new_framework_defaults.rb rename {Rodolfo_Valdivieso => dylan_eckert}/models/dojo_ninjas/config/initializers/session_store.rb (100%) create mode 100644 dylan_eckert/models/dojo_ninjas/config/initializers/wrap_parameters.rb rename {Rodolfo_Valdivieso/controllers/time_display => dylan_eckert/models/dojo_ninjas}/config/locales/en.yml (100%) create mode 100644 dylan_eckert/models/dojo_ninjas/config/puma.rb create mode 100644 dylan_eckert/models/dojo_ninjas/config/routes.rb create mode 100644 dylan_eckert/models/dojo_ninjas/config/secrets.yml create mode 100644 dylan_eckert/models/dojo_ninjas/config/spring.rb create mode 100644 dylan_eckert/models/dojo_ninjas/db/migrate/20171129223838_create_dojos.rb create mode 100644 dylan_eckert/models/dojo_ninjas/db/migrate/20171129224118_create_ninjas.rb create mode 100644 dylan_eckert/models/dojo_ninjas/db/schema.rb create mode 100644 dylan_eckert/models/dojo_ninjas/db/seeds.rb rename {Rodolfo_Valdivieso/models/blogs/log => dylan_eckert/models/dojo_ninjas/lib/assets}/.keep (100%) rename {Rodolfo_Valdivieso/models/blogs/test/controllers => dylan_eckert/models/dojo_ninjas/lib/tasks}/.keep (100%) rename {Rodolfo_Valdivieso/models/blogs/test/fixtures => dylan_eckert/models/dojo_ninjas/log}/.keep (100%) create mode 100644 dylan_eckert/models/dojo_ninjas/public/404.html create mode 100644 dylan_eckert/models/dojo_ninjas/public/422.html create mode 100644 dylan_eckert/models/dojo_ninjas/public/500.html rename Rodolfo_Valdivieso/models/blogs/test/helpers/.keep => dylan_eckert/models/dojo_ninjas/public/apple-touch-icon-precomposed.png (100%) rename Rodolfo_Valdivieso/models/blogs/test/integration/.keep => dylan_eckert/models/dojo_ninjas/public/apple-touch-icon.png (100%) rename {Rodolfo_Valdivieso/models/blogs2 => dylan_eckert/models/dojo_ninjas}/public/favicon.ico (100%) rename {Rodolfo_Valdivieso/controllers/time_display => dylan_eckert/models/dojo_ninjas}/public/robots.txt (100%) rename {Rodolfo_Valdivieso/models/blogs/test/mailers => dylan_eckert/models/dojo_ninjas/test/controllers}/.keep (100%) rename {Rodolfo_Valdivieso/models/blogs/test/models => dylan_eckert/models/dojo_ninjas/test/fixtures}/.keep (100%) rename {Rodolfo_Valdivieso => dylan_eckert}/models/dojo_ninjas/test/fixtures/dojos.yml (100%) rename {Rodolfo_Valdivieso/models/blogs/vendor/assets/javascripts => dylan_eckert/models/dojo_ninjas/test/fixtures/files}/.keep (100%) create mode 100644 dylan_eckert/models/dojo_ninjas/test/fixtures/ninjas.yml rename {Rodolfo_Valdivieso/models/blogs/vendor/assets/stylesheets => dylan_eckert/models/dojo_ninjas/test/helpers}/.keep (100%) rename {Rodolfo_Valdivieso/models/blogs2/app/assets/images => dylan_eckert/models/dojo_ninjas/test/integration}/.keep (100%) rename {Rodolfo_Valdivieso/models/blogs2/app/controllers/concerns => dylan_eckert/models/dojo_ninjas/test/mailers}/.keep (100%) rename {Rodolfo_Valdivieso/models/blogs2/app/mailers => dylan_eckert/models/dojo_ninjas/test/models}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/dashboard2 => dylan_eckert/models/dojo_ninjas}/test/models/dojo_test.rb (100%) rename {Rodolfo_Valdivieso => dylan_eckert}/models/dojo_ninjas/test/models/ninja_test.rb (100%) rename {Rodolfo_Valdivieso/controllers/time_display => dylan_eckert/models/dojo_ninjas}/test/test_helper.rb (100%) rename {Rodolfo_Valdivieso/models/blogs2/app/models => dylan_eckert/models/dojo_ninjas/tmp}/.keep (100%) rename {Rodolfo_Valdivieso/models/blogs2/app/models/concerns => dylan_eckert/models/dojo_ninjas/vendor/assets/javascripts}/.keep (100%) rename {Rodolfo_Valdivieso/models/blogs2/lib/assets => dylan_eckert/models/dojo_ninjas/vendor/assets/stylesheets}/.keep (100%) create mode 100644 dylan_eckert/models/optimize/.gitignore create mode 100644 dylan_eckert/models/optimize/Gemfile create mode 100644 dylan_eckert/models/optimize/Gemfile.lock create mode 100644 dylan_eckert/models/optimize/README.md create mode 100644 dylan_eckert/models/optimize/Rakefile create mode 100644 dylan_eckert/models/optimize/app/assets/config/manifest.js rename {Rodolfo_Valdivieso/models/blogs2/lib/tasks => dylan_eckert/models/optimize/app/assets/images}/.keep (100%) create mode 100644 dylan_eckert/models/optimize/app/assets/javascripts/application.js create mode 100644 dylan_eckert/models/optimize/app/assets/javascripts/cable.js rename {Rodolfo_Valdivieso/models/blogs2/log => dylan_eckert/models/optimize/app/assets/javascripts/channels}/.keep (100%) create mode 100644 dylan_eckert/models/optimize/app/assets/stylesheets/application.css create mode 100644 dylan_eckert/models/optimize/app/channels/application_cable/channel.rb create mode 100644 dylan_eckert/models/optimize/app/channels/application_cable/connection.rb create mode 100644 dylan_eckert/models/optimize/app/controllers/application_controller.rb rename {Rodolfo_Valdivieso/models/blogs2/test/controllers => dylan_eckert/models/optimize/app/controllers/concerns}/.keep (100%) rename {Rodolfo_Valdivieso/models/blogs => dylan_eckert/models/optimize}/app/helpers/application_helper.rb (100%) create mode 100644 dylan_eckert/models/optimize/app/jobs/application_job.rb create mode 100644 dylan_eckert/models/optimize/app/mailers/application_mailer.rb create mode 100644 dylan_eckert/models/optimize/app/models/application_record.rb rename {Rodolfo_Valdivieso/models/blogs2/test/fixtures => dylan_eckert/models/optimize/app/models/concerns}/.keep (100%) create mode 100644 dylan_eckert/models/optimize/app/models/player.rb create mode 100644 dylan_eckert/models/optimize/app/models/team.rb create mode 100644 dylan_eckert/models/optimize/app/views/layouts/application.html.erb create mode 100644 dylan_eckert/models/optimize/app/views/layouts/mailer.html.erb create mode 100644 dylan_eckert/models/optimize/app/views/layouts/mailer.text.erb rename {Rodolfo_Valdivieso/models/blogs => dylan_eckert/models/optimize}/bin/bundle (100%) mode change 100644 => 100755 create mode 100755 dylan_eckert/models/optimize/bin/rails rename {Rodolfo_Valdivieso/models/blogs => dylan_eckert/models/optimize}/bin/rake (100%) mode change 100644 => 100755 create mode 100755 dylan_eckert/models/optimize/bin/setup rename {Rodolfo_Valdivieso/models/blogs => dylan_eckert/models/optimize}/bin/spring (100%) mode change 100644 => 100755 create mode 100755 dylan_eckert/models/optimize/bin/update create mode 100644 dylan_eckert/models/optimize/commands.txt create mode 100644 dylan_eckert/models/optimize/config.ru create mode 100644 dylan_eckert/models/optimize/config/application.rb create mode 100644 dylan_eckert/models/optimize/config/boot.rb create mode 100644 dylan_eckert/models/optimize/config/cable.yml rename {Rodolfo_Valdivieso/models/blogs => dylan_eckert/models/optimize}/config/database.yml (100%) create mode 100644 dylan_eckert/models/optimize/config/environment.rb create mode 100644 dylan_eckert/models/optimize/config/environments/development.rb create mode 100644 dylan_eckert/models/optimize/config/environments/production.rb create mode 100644 dylan_eckert/models/optimize/config/environments/test.rb create mode 100644 dylan_eckert/models/optimize/config/initializers/application_controller_renderer.rb rename {Rodolfo_Valdivieso/models/blogs2 => dylan_eckert/models/optimize}/config/initializers/assets.rb (100%) rename {Rodolfo_Valdivieso/models/blogs => dylan_eckert/models/optimize}/config/initializers/backtrace_silencers.rb (100%) create mode 100644 dylan_eckert/models/optimize/config/initializers/cookies_serializer.rb rename {Rodolfo_Valdivieso/models/blogs => dylan_eckert/models/optimize}/config/initializers/filter_parameter_logging.rb (100%) rename {Rodolfo_Valdivieso/models/blogs => dylan_eckert/models/optimize}/config/initializers/inflections.rb (100%) rename {Rodolfo_Valdivieso/models/blogs => dylan_eckert/models/optimize}/config/initializers/mime_types.rb (100%) create mode 100644 dylan_eckert/models/optimize/config/initializers/new_framework_defaults.rb rename {Rodolfo_Valdivieso => dylan_eckert}/models/optimize/config/initializers/session_store.rb (100%) create mode 100644 dylan_eckert/models/optimize/config/initializers/wrap_parameters.rb rename {Rodolfo_Valdivieso/models/blogs => dylan_eckert/models/optimize}/config/locales/en.yml (100%) create mode 100644 dylan_eckert/models/optimize/config/puma.rb create mode 100644 dylan_eckert/models/optimize/config/routes.rb create mode 100644 dylan_eckert/models/optimize/config/secrets.yml create mode 100644 dylan_eckert/models/optimize/config/spring.rb create mode 100644 dylan_eckert/models/optimize/db/migrate/20171130194453_create_teams.rb create mode 100644 dylan_eckert/models/optimize/db/migrate/20171130194502_create_players.rb create mode 100644 dylan_eckert/models/optimize/db/schema.rb create mode 100644 dylan_eckert/models/optimize/db/seeds.rb rename {Rodolfo_Valdivieso/models/blogs2/test/helpers => dylan_eckert/models/optimize/lib/assets}/.keep (100%) rename {Rodolfo_Valdivieso/models/blogs2/test/integration => dylan_eckert/models/optimize/lib/tasks}/.keep (100%) rename {Rodolfo_Valdivieso/models/blogs2/test/mailers => dylan_eckert/models/optimize/log}/.keep (100%) create mode 100644 dylan_eckert/models/optimize/public/404.html create mode 100644 dylan_eckert/models/optimize/public/422.html create mode 100644 dylan_eckert/models/optimize/public/500.html rename Rodolfo_Valdivieso/models/blogs2/test/models/.keep => dylan_eckert/models/optimize/public/apple-touch-icon-precomposed.png (100%) rename Rodolfo_Valdivieso/models/blogs2/vendor/assets/javascripts/.keep => dylan_eckert/models/optimize/public/apple-touch-icon.png (100%) rename {Rodolfo_Valdivieso/models/dojo_ninjas => dylan_eckert/models/optimize}/public/favicon.ico (100%) rename {Rodolfo_Valdivieso/models/blogs => dylan_eckert/models/optimize}/public/robots.txt (100%) rename {Rodolfo_Valdivieso/models/blogs2/vendor/assets/stylesheets => dylan_eckert/models/optimize/test/controllers}/.keep (100%) rename {Rodolfo_Valdivieso/models/dojo_ninjas/app/assets/images => dylan_eckert/models/optimize/test/fixtures}/.keep (100%) rename {Rodolfo_Valdivieso/models/dojo_ninjas/app/controllers/concerns => dylan_eckert/models/optimize/test/fixtures/files}/.keep (100%) create mode 100644 dylan_eckert/models/optimize/test/fixtures/players.yml rename {Rodolfo_Valdivieso => dylan_eckert}/models/optimize/test/fixtures/teams.yml (100%) rename {Rodolfo_Valdivieso/models/dojo_ninjas/app/mailers => dylan_eckert/models/optimize/test/helpers}/.keep (100%) rename {Rodolfo_Valdivieso/models/dojo_ninjas/app/models => dylan_eckert/models/optimize/test/integration}/.keep (100%) rename {Rodolfo_Valdivieso/models/dojo_ninjas/app/models/concerns => dylan_eckert/models/optimize/test/mailers}/.keep (100%) rename {Rodolfo_Valdivieso/models/dojo_ninjas/lib/assets => dylan_eckert/models/optimize/test/models}/.keep (100%) rename {Rodolfo_Valdivieso => dylan_eckert}/models/optimize/test/models/player_test.rb (100%) rename {Rodolfo_Valdivieso => dylan_eckert}/models/optimize/test/models/team_test.rb (100%) rename {Rodolfo_Valdivieso/models/blogs => dylan_eckert/models/optimize}/test/test_helper.rb (100%) rename {Rodolfo_Valdivieso/models/dojo_ninjas/lib/tasks => dylan_eckert/models/optimize/tmp}/.keep (100%) rename {Rodolfo_Valdivieso/models/dojo_ninjas/log => dylan_eckert/models/optimize/vendor/assets/javascripts}/.keep (100%) rename {Rodolfo_Valdivieso/models/dojo_ninjas/test/controllers => dylan_eckert/models/optimize/vendor/assets/stylesheets}/.keep (100%) create mode 100644 dylan_eckert/models/orm_practice/.gitignore create mode 100644 dylan_eckert/models/orm_practice/Gemfile create mode 100644 dylan_eckert/models/orm_practice/Gemfile.lock create mode 100644 dylan_eckert/models/orm_practice/README.md create mode 100644 dylan_eckert/models/orm_practice/Rakefile create mode 100644 dylan_eckert/models/orm_practice/app/assets/config/manifest.js rename {Rodolfo_Valdivieso/models/dojo_ninjas/test/fixtures => dylan_eckert/models/orm_practice/app/assets/images}/.keep (100%) create mode 100644 dylan_eckert/models/orm_practice/app/assets/javascripts/application.js create mode 100644 dylan_eckert/models/orm_practice/app/assets/javascripts/cable.js rename {Rodolfo_Valdivieso/models/dojo_ninjas/test/helpers => dylan_eckert/models/orm_practice/app/assets/javascripts/channels}/.keep (100%) create mode 100644 dylan_eckert/models/orm_practice/app/assets/stylesheets/application.css create mode 100644 dylan_eckert/models/orm_practice/app/channels/application_cable/channel.rb create mode 100644 dylan_eckert/models/orm_practice/app/channels/application_cable/connection.rb create mode 100644 dylan_eckert/models/orm_practice/app/controllers/application_controller.rb rename {Rodolfo_Valdivieso/models/dojo_ninjas/test/integration => dylan_eckert/models/orm_practice/app/controllers/concerns}/.keep (100%) rename {Rodolfo_Valdivieso/models/blogs2 => dylan_eckert/models/orm_practice}/app/helpers/application_helper.rb (100%) create mode 100644 dylan_eckert/models/orm_practice/app/jobs/application_job.rb create mode 100644 dylan_eckert/models/orm_practice/app/mailers/application_mailer.rb create mode 100644 dylan_eckert/models/orm_practice/app/models/application_record.rb rename {Rodolfo_Valdivieso/models/dojo_ninjas/test/mailers => dylan_eckert/models/orm_practice/app/models/concerns}/.keep (100%) create mode 100644 dylan_eckert/models/orm_practice/app/models/user.rb create mode 100644 dylan_eckert/models/orm_practice/app/views/layouts/application.html.erb create mode 100644 dylan_eckert/models/orm_practice/app/views/layouts/mailer.html.erb create mode 100644 dylan_eckert/models/orm_practice/app/views/layouts/mailer.text.erb rename {Rodolfo_Valdivieso/models/blogs2 => dylan_eckert/models/orm_practice}/bin/bundle (100%) mode change 100644 => 100755 create mode 100755 dylan_eckert/models/orm_practice/bin/rails rename {Rodolfo_Valdivieso/models/blogs2 => dylan_eckert/models/orm_practice}/bin/rake (100%) mode change 100644 => 100755 create mode 100755 dylan_eckert/models/orm_practice/bin/setup rename {Rodolfo_Valdivieso/models/blogs2 => dylan_eckert/models/orm_practice}/bin/spring (100%) mode change 100644 => 100755 create mode 100755 dylan_eckert/models/orm_practice/bin/update create mode 100644 dylan_eckert/models/orm_practice/config.ru create mode 100644 dylan_eckert/models/orm_practice/config/application.rb create mode 100644 dylan_eckert/models/orm_practice/config/boot.rb create mode 100644 dylan_eckert/models/orm_practice/config/cable.yml rename {Rodolfo_Valdivieso/models/blogs2 => dylan_eckert/models/orm_practice}/config/database.yml (100%) create mode 100644 dylan_eckert/models/orm_practice/config/environment.rb create mode 100644 dylan_eckert/models/orm_practice/config/environments/development.rb create mode 100644 dylan_eckert/models/orm_practice/config/environments/production.rb create mode 100644 dylan_eckert/models/orm_practice/config/environments/test.rb create mode 100644 dylan_eckert/models/orm_practice/config/initializers/application_controller_renderer.rb rename {Rodolfo_Valdivieso/models/dojo_ninjas => dylan_eckert/models/orm_practice}/config/initializers/assets.rb (100%) rename {Rodolfo_Valdivieso/models/blogs2 => dylan_eckert/models/orm_practice}/config/initializers/backtrace_silencers.rb (100%) create mode 100644 dylan_eckert/models/orm_practice/config/initializers/cookies_serializer.rb rename {Rodolfo_Valdivieso/models/blogs2 => dylan_eckert/models/orm_practice}/config/initializers/filter_parameter_logging.rb (100%) rename {Rodolfo_Valdivieso/models/blogs2 => dylan_eckert/models/orm_practice}/config/initializers/inflections.rb (100%) rename {Rodolfo_Valdivieso/models/blogs2 => dylan_eckert/models/orm_practice}/config/initializers/mime_types.rb (100%) create mode 100644 dylan_eckert/models/orm_practice/config/initializers/new_framework_defaults.rb rename {justin_quiros => dylan_eckert/models}/orm_practice/config/initializers/session_store.rb (100%) create mode 100644 dylan_eckert/models/orm_practice/config/initializers/wrap_parameters.rb rename {Rodolfo_Valdivieso/models/blogs2 => dylan_eckert/models/orm_practice}/config/locales/en.yml (100%) create mode 100644 dylan_eckert/models/orm_practice/config/puma.rb create mode 100644 dylan_eckert/models/orm_practice/config/routes.rb create mode 100644 dylan_eckert/models/orm_practice/config/secrets.yml create mode 100644 dylan_eckert/models/orm_practice/config/spring.rb create mode 100644 dylan_eckert/models/orm_practice/db/migrate/20171129193306_create_users.rb create mode 100644 dylan_eckert/models/orm_practice/db/schema.rb create mode 100644 dylan_eckert/models/orm_practice/db/seeds.rb rename {Rodolfo_Valdivieso/models/dojo_ninjas/test/models => dylan_eckert/models/orm_practice/lib/assets}/.keep (100%) rename {Rodolfo_Valdivieso/models/dojo_ninjas/vendor/assets/javascripts => dylan_eckert/models/orm_practice/lib/tasks}/.keep (100%) rename {Rodolfo_Valdivieso/models/dojo_ninjas/vendor/assets/stylesheets => dylan_eckert/models/orm_practice/log}/.keep (100%) rename {Rodolfo_Valdivieso/controllers/basic_models => dylan_eckert/models/orm_practice}/public/404.html (100%) rename {Rodolfo_Valdivieso/controllers/basic_models => dylan_eckert/models/orm_practice}/public/422.html (100%) rename {Rodolfo_Valdivieso/controllers/basic_models => dylan_eckert/models/orm_practice}/public/500.html (100%) rename Rodolfo_Valdivieso/models/optimize/app/assets/images/.keep => dylan_eckert/models/orm_practice/public/apple-touch-icon-precomposed.png (100%) rename Rodolfo_Valdivieso/models/optimize/app/controllers/concerns/.keep => dylan_eckert/models/orm_practice/public/apple-touch-icon.png (100%) rename {Rodolfo_Valdivieso/models/optimize => dylan_eckert/models/orm_practice}/public/favicon.ico (100%) rename {Rodolfo_Valdivieso/models/blogs2 => dylan_eckert/models/orm_practice}/public/robots.txt (100%) rename {Rodolfo_Valdivieso/models/optimize/app/mailers => dylan_eckert/models/orm_practice/test/controllers}/.keep (100%) rename {Rodolfo_Valdivieso/models/optimize/app/models => dylan_eckert/models/orm_practice/test/fixtures}/.keep (100%) rename {Rodolfo_Valdivieso/models/optimize/app/models/concerns => dylan_eckert/models/orm_practice/test/fixtures/files}/.keep (100%) create mode 100644 dylan_eckert/models/orm_practice/test/fixtures/users.yml rename {Rodolfo_Valdivieso/models/optimize/lib/assets => dylan_eckert/models/orm_practice/test/helpers}/.keep (100%) rename {Rodolfo_Valdivieso/models/optimize/lib/tasks => dylan_eckert/models/orm_practice/test/integration}/.keep (100%) rename {Rodolfo_Valdivieso/models/optimize/log => dylan_eckert/models/orm_practice/test/mailers}/.keep (100%) rename {Rodolfo_Valdivieso/models/optimize/test/controllers => dylan_eckert/models/orm_practice/test/models}/.keep (100%) rename {Rodolfo_Valdivieso/models/user_login_project => dylan_eckert/models/orm_practice}/test/models/user_test.rb (100%) rename {Rodolfo_Valdivieso/models/blogs2 => dylan_eckert/models/orm_practice}/test/test_helper.rb (100%) rename {Rodolfo_Valdivieso/models/optimize/test/fixtures => dylan_eckert/models/orm_practice/tmp}/.keep (100%) rename {Rodolfo_Valdivieso/models/optimize/test/helpers => dylan_eckert/models/orm_practice/vendor/assets/javascripts}/.keep (100%) rename {Rodolfo_Valdivieso/models/optimize/test/integration => dylan_eckert/models/orm_practice/vendor/assets/stylesheets}/.keep (100%) create mode 100644 dylan_eckert/models/polymorphismcommands.txt create mode 100644 dylan_eckert/models/user_log_proj/.gitignore create mode 100644 dylan_eckert/models/user_log_proj/Gemfile create mode 100644 dylan_eckert/models/user_log_proj/Gemfile.lock create mode 100644 dylan_eckert/models/user_log_proj/README.md create mode 100644 dylan_eckert/models/user_log_proj/Rakefile create mode 100644 dylan_eckert/models/user_log_proj/app/assets/config/manifest.js rename {Rodolfo_Valdivieso/models/optimize/test/mailers => dylan_eckert/models/user_log_proj/app/assets/images}/.keep (100%) create mode 100644 dylan_eckert/models/user_log_proj/app/assets/javascripts/application.js create mode 100644 dylan_eckert/models/user_log_proj/app/assets/javascripts/cable.js rename {Rodolfo_Valdivieso/models/optimize/test/models => dylan_eckert/models/user_log_proj/app/assets/javascripts/channels}/.keep (100%) create mode 100644 dylan_eckert/models/user_log_proj/app/assets/stylesheets/application.css create mode 100644 dylan_eckert/models/user_log_proj/app/channels/application_cable/channel.rb create mode 100644 dylan_eckert/models/user_log_proj/app/channels/application_cable/connection.rb create mode 100644 dylan_eckert/models/user_log_proj/app/controllers/application_controller.rb rename {Rodolfo_Valdivieso/models/optimize/vendor/assets/javascripts => dylan_eckert/models/user_log_proj/app/controllers/concerns}/.keep (100%) rename {Rodolfo_Valdivieso/models/dojo_ninjas => dylan_eckert/models/user_log_proj}/app/helpers/application_helper.rb (100%) create mode 100644 dylan_eckert/models/user_log_proj/app/jobs/application_job.rb create mode 100644 dylan_eckert/models/user_log_proj/app/mailers/application_mailer.rb create mode 100644 dylan_eckert/models/user_log_proj/app/models/application_record.rb rename {Rodolfo_Valdivieso/models/optimize/vendor/assets/stylesheets => dylan_eckert/models/user_log_proj/app/models/concerns}/.keep (100%) create mode 100644 dylan_eckert/models/user_log_proj/app/models/user.rb create mode 100644 dylan_eckert/models/user_log_proj/app/views/layouts/application.html.erb create mode 100644 dylan_eckert/models/user_log_proj/app/views/layouts/mailer.html.erb create mode 100644 dylan_eckert/models/user_log_proj/app/views/layouts/mailer.text.erb rename {Rodolfo_Valdivieso/models/dojo_ninjas => dylan_eckert/models/user_log_proj}/bin/bundle (100%) mode change 100644 => 100755 create mode 100755 dylan_eckert/models/user_log_proj/bin/rails rename {Rodolfo_Valdivieso/models/dojo_ninjas => dylan_eckert/models/user_log_proj}/bin/rake (100%) mode change 100644 => 100755 create mode 100755 dylan_eckert/models/user_log_proj/bin/setup rename {Rodolfo_Valdivieso/models/dojo_ninjas => dylan_eckert/models/user_log_proj}/bin/spring (100%) mode change 100644 => 100755 create mode 100755 dylan_eckert/models/user_log_proj/bin/update create mode 100644 dylan_eckert/models/user_log_proj/commands.txt create mode 100644 dylan_eckert/models/user_log_proj/config.ru create mode 100644 dylan_eckert/models/user_log_proj/config/application.rb create mode 100644 dylan_eckert/models/user_log_proj/config/boot.rb create mode 100644 dylan_eckert/models/user_log_proj/config/cable.yml rename {Rodolfo_Valdivieso/models/dojo_ninjas => dylan_eckert/models/user_log_proj}/config/database.yml (100%) create mode 100644 dylan_eckert/models/user_log_proj/config/environment.rb create mode 100644 dylan_eckert/models/user_log_proj/config/environments/development.rb create mode 100644 dylan_eckert/models/user_log_proj/config/environments/production.rb create mode 100644 dylan_eckert/models/user_log_proj/config/environments/test.rb create mode 100644 dylan_eckert/models/user_log_proj/config/initializers/application_controller_renderer.rb rename {Rodolfo_Valdivieso/models/optimize => dylan_eckert/models/user_log_proj}/config/initializers/assets.rb (100%) rename {Rodolfo_Valdivieso/models/dojo_ninjas => dylan_eckert/models/user_log_proj}/config/initializers/backtrace_silencers.rb (100%) create mode 100644 dylan_eckert/models/user_log_proj/config/initializers/cookies_serializer.rb rename {Rodolfo_Valdivieso/models/dojo_ninjas => dylan_eckert/models/user_log_proj}/config/initializers/filter_parameter_logging.rb (100%) rename {Rodolfo_Valdivieso/models/dojo_ninjas => dylan_eckert/models/user_log_proj}/config/initializers/inflections.rb (100%) rename {Rodolfo_Valdivieso/models/dojo_ninjas => dylan_eckert/models/user_log_proj}/config/initializers/mime_types.rb (100%) create mode 100644 dylan_eckert/models/user_log_proj/config/initializers/new_framework_defaults.rb create mode 100644 dylan_eckert/models/user_log_proj/config/initializers/session_store.rb create mode 100644 dylan_eckert/models/user_log_proj/config/initializers/wrap_parameters.rb rename {Rodolfo_Valdivieso/models/dojo_ninjas => dylan_eckert/models/user_log_proj}/config/locales/en.yml (100%) create mode 100644 dylan_eckert/models/user_log_proj/config/puma.rb create mode 100644 dylan_eckert/models/user_log_proj/config/routes.rb create mode 100644 dylan_eckert/models/user_log_proj/config/secrets.yml create mode 100644 dylan_eckert/models/user_log_proj/config/spring.rb create mode 100644 dylan_eckert/models/user_log_proj/db/migrate/20171129202800_create_users.rb create mode 100644 dylan_eckert/models/user_log_proj/db/schema.rb create mode 100644 dylan_eckert/models/user_log_proj/db/seeds.rb rename {Rodolfo_Valdivieso/models/self_join/app/assets/images => dylan_eckert/models/user_log_proj/lib/assets}/.keep (100%) rename {Rodolfo_Valdivieso/models/self_join/app/controllers/concerns => dylan_eckert/models/user_log_proj/lib/tasks}/.keep (100%) rename {Rodolfo_Valdivieso/models/self_join/app/mailers => dylan_eckert/models/user_log_proj/log}/.keep (100%) create mode 100644 dylan_eckert/models/user_log_proj/public/404.html create mode 100644 dylan_eckert/models/user_log_proj/public/422.html create mode 100644 dylan_eckert/models/user_log_proj/public/500.html rename Rodolfo_Valdivieso/models/self_join/app/models/.keep => dylan_eckert/models/user_log_proj/public/apple-touch-icon-precomposed.png (100%) rename Rodolfo_Valdivieso/models/self_join/app/models/concerns/.keep => dylan_eckert/models/user_log_proj/public/apple-touch-icon.png (100%) rename {Rodolfo_Valdivieso/models/self_join => dylan_eckert/models/user_log_proj}/public/favicon.ico (100%) rename {Rodolfo_Valdivieso/models/dojo_ninjas => dylan_eckert/models/user_log_proj}/public/robots.txt (100%) rename {Rodolfo_Valdivieso/models/self_join/lib/assets => dylan_eckert/models/user_log_proj/test/controllers}/.keep (100%) rename {Rodolfo_Valdivieso/models/self_join/lib/tasks => dylan_eckert/models/user_log_proj/test/fixtures}/.keep (100%) rename {Rodolfo_Valdivieso/models/self_join/log => dylan_eckert/models/user_log_proj/test/fixtures/files}/.keep (100%) create mode 100644 dylan_eckert/models/user_log_proj/test/fixtures/users.yml rename {Rodolfo_Valdivieso/models/self_join/test/controllers => dylan_eckert/models/user_log_proj/test/helpers}/.keep (100%) rename {Rodolfo_Valdivieso/models/self_join/test/fixtures => dylan_eckert/models/user_log_proj/test/integration}/.keep (100%) rename {Rodolfo_Valdivieso/models/self_join/test/helpers => dylan_eckert/models/user_log_proj/test/mailers}/.keep (100%) rename {Rodolfo_Valdivieso/models/self_join/test/integration => dylan_eckert/models/user_log_proj/test/models}/.keep (100%) rename {Stephen Weil/Rails/Models/user_login_project => dylan_eckert/models/user_log_proj}/test/models/user_test.rb (100%) rename {Rodolfo_Valdivieso/models/dojo_ninjas => dylan_eckert/models/user_log_proj}/test/test_helper.rb (100%) rename {Rodolfo_Valdivieso/models/self_join/test/mailers => dylan_eckert/models/user_log_proj/tmp}/.keep (100%) rename {Rodolfo_Valdivieso/models/self_join/test/models => dylan_eckert/models/user_log_proj/vendor/assets/javascripts}/.keep (100%) rename {Rodolfo_Valdivieso/models/self_join/vendor/assets/javascripts => dylan_eckert/models/user_log_proj/vendor/assets/stylesheets}/.keep (100%) create mode 100644 dylan_eckert/oop/bank.rb create mode 100644 dylan_eckert/oop/dog.zip create mode 100644 dylan_eckert/oop/human.rb create mode 100644 dylan_eckert/oop/lion.zip create mode 100644 dylan_eckert/oop/mathdojo.rb create mode 100644 dylan_eckert/oop/project.rb create mode 100644 dylan_eckert/oop/user.rb create mode 100644 dylan_eckert/oop/wizninsam.zip delete mode 100644 justin_quiros/13.rb delete mode 100644 justin_quiros/animals/dog.rb delete mode 100644 justin_quiros/animals/lion.rb delete mode 100644 justin_quiros/animals/mammal.rb delete mode 100644 justin_quiros/array.rb delete mode 100644 justin_quiros/bank_account.rb delete mode 100644 justin_quiros/bpm/.gitignore delete mode 100644 justin_quiros/bpm/Gemfile delete mode 100644 justin_quiros/bpm/Gemfile.lock delete mode 100644 justin_quiros/bpm/README.rdoc delete mode 100644 justin_quiros/bpm/Rakefile delete mode 100644 justin_quiros/bpm/app/assets/images/.keep delete mode 100644 justin_quiros/bpm/app/assets/javascripts/application.js delete mode 100644 justin_quiros/bpm/app/assets/stylesheets/application.css delete mode 100644 justin_quiros/bpm/app/controllers/application_controller.rb delete mode 100644 justin_quiros/bpm/app/controllers/concerns/.keep delete mode 100644 justin_quiros/bpm/app/helpers/application_helper.rb delete mode 100644 justin_quiros/bpm/app/mailers/.keep delete mode 100644 justin_quiros/bpm/app/models/.keep delete mode 100644 justin_quiros/bpm/app/models/blog.rb delete mode 100644 justin_quiros/bpm/app/models/comment.rb delete mode 100644 justin_quiros/bpm/app/models/concerns/.keep delete mode 100644 justin_quiros/bpm/app/models/message.rb delete mode 100644 justin_quiros/bpm/app/models/owner.rb delete mode 100644 justin_quiros/bpm/app/models/post.rb delete mode 100644 justin_quiros/bpm/app/models/user.rb delete mode 100644 justin_quiros/bpm/app/views/layouts/application.html.erb delete mode 100755 justin_quiros/bpm/bin/bundle delete mode 100755 justin_quiros/bpm/bin/rails delete mode 100755 justin_quiros/bpm/bin/rake delete mode 100755 justin_quiros/bpm/bin/setup delete mode 100755 justin_quiros/bpm/bin/spring delete mode 100644 justin_quiros/bpm/config.ru delete mode 100644 justin_quiros/bpm/config/application.rb delete mode 100644 justin_quiros/bpm/config/boot.rb delete mode 100644 justin_quiros/bpm/config/database.yml delete mode 100644 justin_quiros/bpm/config/environment.rb delete mode 100644 justin_quiros/bpm/config/environments/development.rb delete mode 100644 justin_quiros/bpm/config/environments/production.rb delete mode 100644 justin_quiros/bpm/config/environments/test.rb delete mode 100644 justin_quiros/bpm/config/initializers/assets.rb delete mode 100644 justin_quiros/bpm/config/initializers/backtrace_silencers.rb delete mode 100644 justin_quiros/bpm/config/initializers/cookies_serializer.rb delete mode 100644 justin_quiros/bpm/config/initializers/filter_parameter_logging.rb delete mode 100644 justin_quiros/bpm/config/initializers/inflections.rb delete mode 100644 justin_quiros/bpm/config/initializers/mime_types.rb delete mode 100644 justin_quiros/bpm/config/initializers/session_store.rb delete mode 100644 justin_quiros/bpm/config/initializers/wrap_parameters.rb delete mode 100644 justin_quiros/bpm/config/locales/en.yml delete mode 100644 justin_quiros/bpm/config/routes.rb delete mode 100644 justin_quiros/bpm/config/secrets.yml delete mode 100644 justin_quiros/bpm/db/migrate/20171130134326_create_blogs.rb delete mode 100644 justin_quiros/bpm/db/migrate/20171130134338_create_posts.rb delete mode 100644 justin_quiros/bpm/db/migrate/20171130134346_create_messages.rb delete mode 100644 justin_quiros/bpm/db/migrate/20171130165120_create_users.rb delete mode 100644 justin_quiros/bpm/db/migrate/20171130173850_create_owners.rb delete mode 100644 justin_quiros/bpm/db/migrate/20171130182335_add_user_to_post.rb delete mode 100644 justin_quiros/bpm/db/migrate/20171130202315_create_comments.rb delete mode 100644 justin_quiros/bpm/db/schema.rb delete mode 100644 justin_quiros/bpm/db/seeds.rb delete mode 100644 justin_quiros/bpm/lib/assets/.keep delete mode 100644 justin_quiros/bpm/lib/tasks/.keep delete mode 100644 justin_quiros/bpm/log/.keep delete mode 100644 justin_quiros/bpm/public/404.html delete mode 100644 justin_quiros/bpm/public/422.html delete mode 100644 justin_quiros/bpm/public/500.html delete mode 100644 justin_quiros/bpm/public/favicon.ico delete mode 100644 justin_quiros/bpm/public/robots.txt delete mode 100644 justin_quiros/bpm/test/controllers/.keep delete mode 100644 justin_quiros/bpm/test/fixtures/.keep delete mode 100644 justin_quiros/bpm/test/fixtures/blogs.yml delete mode 100644 justin_quiros/bpm/test/fixtures/comments.yml delete mode 100644 justin_quiros/bpm/test/fixtures/messages.yml delete mode 100644 justin_quiros/bpm/test/fixtures/owners.yml delete mode 100644 justin_quiros/bpm/test/fixtures/posts.yml delete mode 100644 justin_quiros/bpm/test/fixtures/users.yml delete mode 100644 justin_quiros/bpm/test/helpers/.keep delete mode 100644 justin_quiros/bpm/test/integration/.keep delete mode 100644 justin_quiros/bpm/test/mailers/.keep delete mode 100644 justin_quiros/bpm/test/models/.keep delete mode 100644 justin_quiros/bpm/test/models/blog_test.rb delete mode 100644 justin_quiros/bpm/test/models/comment_test.rb delete mode 100644 justin_quiros/bpm/test/models/message_test.rb delete mode 100644 justin_quiros/bpm/test/models/owner_test.rb delete mode 100644 justin_quiros/bpm/test/models/post_test.rb delete mode 100644 justin_quiros/bpm/test/models/user_test.rb delete mode 100644 justin_quiros/bpm/test/test_helper.rb delete mode 100644 justin_quiros/bpm/vendor/assets/javascripts/.keep delete mode 100644 justin_quiros/bpm/vendor/assets/stylesheets/.keep delete mode 100644 justin_quiros/demo/.gitignore delete mode 100644 justin_quiros/demo/Gemfile delete mode 100644 justin_quiros/demo/Gemfile.lock delete mode 100644 justin_quiros/demo/README.rdoc delete mode 100644 justin_quiros/demo/Rakefile delete mode 100644 justin_quiros/demo/app/assets/images/.keep delete mode 100644 justin_quiros/demo/app/assets/javascripts/application.js delete mode 100644 justin_quiros/demo/app/assets/javascripts/products.coffee delete mode 100644 justin_quiros/demo/app/assets/stylesheets/application.css delete mode 100644 justin_quiros/demo/app/assets/stylesheets/products.scss delete mode 100644 justin_quiros/demo/app/controllers/application_controller.rb delete mode 100644 justin_quiros/demo/app/controllers/concerns/.keep delete mode 100644 justin_quiros/demo/app/controllers/products_controller.rb delete mode 100644 justin_quiros/demo/app/helpers/application_helper.rb delete mode 100644 justin_quiros/demo/app/helpers/products_helper.rb delete mode 100644 justin_quiros/demo/app/mailers/.keep delete mode 100644 justin_quiros/demo/app/models/.keep delete mode 100644 justin_quiros/demo/app/models/concerns/.keep delete mode 100644 justin_quiros/demo/app/models/product.rb delete mode 100644 justin_quiros/demo/app/views/layouts/application.html.erb delete mode 100644 justin_quiros/demo/app/views/products/index.html.erb delete mode 100644 justin_quiros/demo/app/views/products/new.html.erb delete mode 100755 justin_quiros/demo/bin/bundle delete mode 100755 justin_quiros/demo/bin/rails delete mode 100755 justin_quiros/demo/bin/rake delete mode 100755 justin_quiros/demo/bin/setup delete mode 100755 justin_quiros/demo/bin/spring delete mode 100644 justin_quiros/demo/config.ru delete mode 100644 justin_quiros/demo/config/application.rb delete mode 100644 justin_quiros/demo/config/boot.rb delete mode 100644 justin_quiros/demo/config/database.yml delete mode 100644 justin_quiros/demo/config/environment.rb delete mode 100644 justin_quiros/demo/config/environments/development.rb delete mode 100644 justin_quiros/demo/config/environments/production.rb delete mode 100644 justin_quiros/demo/config/environments/test.rb delete mode 100644 justin_quiros/demo/config/initializers/assets.rb delete mode 100644 justin_quiros/demo/config/initializers/backtrace_silencers.rb delete mode 100644 justin_quiros/demo/config/initializers/cookies_serializer.rb delete mode 100644 justin_quiros/demo/config/initializers/filter_parameter_logging.rb delete mode 100644 justin_quiros/demo/config/initializers/inflections.rb delete mode 100644 justin_quiros/demo/config/initializers/mime_types.rb delete mode 100644 justin_quiros/demo/config/initializers/rails_footnotes.rb delete mode 100644 justin_quiros/demo/config/initializers/session_store.rb delete mode 100644 justin_quiros/demo/config/initializers/wrap_parameters.rb delete mode 100644 justin_quiros/demo/config/locales/en.yml delete mode 100644 justin_quiros/demo/config/routes.rb delete mode 100644 justin_quiros/demo/config/secrets.yml delete mode 100644 justin_quiros/demo/db/migrate/20171201182659_create_products.rb delete mode 100644 justin_quiros/demo/db/schema.rb delete mode 100644 justin_quiros/demo/db/seeds.rb delete mode 100644 justin_quiros/demo/lib/assets/.keep delete mode 100644 justin_quiros/demo/lib/tasks/.keep delete mode 100644 justin_quiros/demo/log/.keep delete mode 100644 justin_quiros/demo/public/404.html delete mode 100644 justin_quiros/demo/public/422.html delete mode 100644 justin_quiros/demo/public/500.html delete mode 100644 justin_quiros/demo/public/favicon.ico delete mode 100644 justin_quiros/demo/public/robots.txt delete mode 100644 justin_quiros/demo/test/controllers/.keep delete mode 100644 justin_quiros/demo/test/controllers/products_controller_test.rb delete mode 100644 justin_quiros/demo/test/fixtures/.keep delete mode 100644 justin_quiros/demo/test/fixtures/products.yml delete mode 100644 justin_quiros/demo/test/helpers/.keep delete mode 100644 justin_quiros/demo/test/integration/.keep delete mode 100644 justin_quiros/demo/test/mailers/.keep delete mode 100644 justin_quiros/demo/test/models/.keep delete mode 100644 justin_quiros/demo/test/models/product_test.rb delete mode 100644 justin_quiros/demo/test/test_helper.rb delete mode 100644 justin_quiros/demo/vendor/assets/javascripts/.keep delete mode 100644 justin_quiros/demo/vendor/assets/stylesheets/.keep delete mode 100644 justin_quiros/display/.gitignore delete mode 100644 justin_quiros/display/Gemfile delete mode 100644 justin_quiros/display/Gemfile.lock delete mode 100644 justin_quiros/display/README.rdoc delete mode 100644 justin_quiros/display/Rakefile delete mode 100644 justin_quiros/display/app/assets/images/.keep delete mode 100644 justin_quiros/display/app/assets/javascripts/application.js delete mode 100644 justin_quiros/display/app/assets/javascripts/times.coffee delete mode 100644 justin_quiros/display/app/assets/stylesheets/application.css delete mode 100644 justin_quiros/display/app/assets/stylesheets/times.scss delete mode 100644 justin_quiros/display/app/controllers/application_controller.rb delete mode 100644 justin_quiros/display/app/controllers/concerns/.keep delete mode 100644 justin_quiros/display/app/controllers/times_controller.rb delete mode 100644 justin_quiros/display/app/helpers/application_helper.rb delete mode 100644 justin_quiros/display/app/helpers/times_helper.rb delete mode 100644 justin_quiros/display/app/mailers/.keep delete mode 100644 justin_quiros/display/app/models/.keep delete mode 100644 justin_quiros/display/app/models/concerns/.keep delete mode 100644 justin_quiros/display/app/views/layouts/application.html.erb delete mode 100644 justin_quiros/display/app/views/times/main.html.erb delete mode 100755 justin_quiros/display/bin/bundle delete mode 100755 justin_quiros/display/bin/rails delete mode 100755 justin_quiros/display/bin/rake delete mode 100755 justin_quiros/display/bin/setup delete mode 100755 justin_quiros/display/bin/spring delete mode 100644 justin_quiros/display/config.ru delete mode 100644 justin_quiros/display/config/application.rb delete mode 100644 justin_quiros/display/config/boot.rb delete mode 100644 justin_quiros/display/config/database.yml delete mode 100644 justin_quiros/display/config/environment.rb delete mode 100644 justin_quiros/display/config/environments/development.rb delete mode 100644 justin_quiros/display/config/environments/production.rb delete mode 100644 justin_quiros/display/config/environments/test.rb delete mode 100644 justin_quiros/display/config/initializers/assets.rb delete mode 100644 justin_quiros/display/config/initializers/backtrace_silencers.rb delete mode 100644 justin_quiros/display/config/initializers/cookies_serializer.rb delete mode 100644 justin_quiros/display/config/initializers/filter_parameter_logging.rb delete mode 100644 justin_quiros/display/config/initializers/inflections.rb delete mode 100644 justin_quiros/display/config/initializers/mime_types.rb delete mode 100644 justin_quiros/display/config/initializers/session_store.rb delete mode 100644 justin_quiros/display/config/initializers/wrap_parameters.rb delete mode 100644 justin_quiros/display/config/locales/en.yml delete mode 100644 justin_quiros/display/config/routes.rb delete mode 100644 justin_quiros/display/config/secrets.yml delete mode 100644 justin_quiros/display/db/seeds.rb delete mode 100644 justin_quiros/display/lib/assets/.keep delete mode 100644 justin_quiros/display/lib/tasks/.keep delete mode 100644 justin_quiros/display/log/.keep delete mode 100644 justin_quiros/display/public/404.html delete mode 100644 justin_quiros/display/public/422.html delete mode 100644 justin_quiros/display/public/500.html delete mode 100644 justin_quiros/display/public/favicon.ico delete mode 100644 justin_quiros/display/public/robots.txt delete mode 100644 justin_quiros/display/test/controllers/.keep delete mode 100644 justin_quiros/display/test/controllers/times_controller_test.rb delete mode 100644 justin_quiros/display/test/fixtures/.keep delete mode 100644 justin_quiros/display/test/helpers/.keep delete mode 100644 justin_quiros/display/test/integration/.keep delete mode 100644 justin_quiros/display/test/mailers/.keep delete mode 100644 justin_quiros/display/test/models/.keep delete mode 100644 justin_quiros/display/test/test_helper.rb delete mode 100644 justin_quiros/display/vendor/assets/javascripts/.keep delete mode 100644 justin_quiros/display/vendor/assets/stylesheets/.keep delete mode 100644 justin_quiros/dojo_dashboard/.gitignore delete mode 100644 justin_quiros/dojo_dashboard/Gemfile delete mode 100644 justin_quiros/dojo_dashboard/Gemfile.lock delete mode 100644 justin_quiros/dojo_dashboard/README.rdoc delete mode 100644 justin_quiros/dojo_dashboard/Rakefile delete mode 100644 justin_quiros/dojo_dashboard/app/assets/images/.keep delete mode 100644 justin_quiros/dojo_dashboard/app/assets/javascripts/application.js delete mode 100644 justin_quiros/dojo_dashboard/app/assets/javascripts/dojos.coffee delete mode 100644 justin_quiros/dojo_dashboard/app/assets/stylesheets/application.css delete mode 100644 justin_quiros/dojo_dashboard/app/assets/stylesheets/dojos.scss delete mode 100644 justin_quiros/dojo_dashboard/app/controllers/application_controller.rb delete mode 100644 justin_quiros/dojo_dashboard/app/controllers/concerns/.keep delete mode 100644 justin_quiros/dojo_dashboard/app/controllers/dojos_controller.rb delete mode 100644 justin_quiros/dojo_dashboard/app/helpers/application_helper.rb delete mode 100644 justin_quiros/dojo_dashboard/app/helpers/dojos_helper.rb delete mode 100644 justin_quiros/dojo_dashboard/app/mailers/.keep delete mode 100644 justin_quiros/dojo_dashboard/app/models/.keep delete mode 100644 justin_quiros/dojo_dashboard/app/models/concerns/.keep delete mode 100644 justin_quiros/dojo_dashboard/app/models/dojo.rb delete mode 100644 justin_quiros/dojo_dashboard/app/views/dojos/edit.html.erb delete mode 100644 justin_quiros/dojo_dashboard/app/views/dojos/index.html.erb delete mode 100644 justin_quiros/dojo_dashboard/app/views/dojos/new.html.erb delete mode 100644 justin_quiros/dojo_dashboard/app/views/dojos/show.html.erb delete mode 100644 justin_quiros/dojo_dashboard/app/views/layouts/application.html.erb delete mode 100755 justin_quiros/dojo_dashboard/bin/bundle delete mode 100755 justin_quiros/dojo_dashboard/bin/rails delete mode 100755 justin_quiros/dojo_dashboard/bin/rake delete mode 100755 justin_quiros/dojo_dashboard/bin/setup delete mode 100755 justin_quiros/dojo_dashboard/bin/spring delete mode 100644 justin_quiros/dojo_dashboard/config.ru delete mode 100644 justin_quiros/dojo_dashboard/config/application.rb delete mode 100644 justin_quiros/dojo_dashboard/config/boot.rb delete mode 100644 justin_quiros/dojo_dashboard/config/database.yml delete mode 100644 justin_quiros/dojo_dashboard/config/environment.rb delete mode 100644 justin_quiros/dojo_dashboard/config/environments/development.rb delete mode 100644 justin_quiros/dojo_dashboard/config/environments/production.rb delete mode 100644 justin_quiros/dojo_dashboard/config/environments/test.rb delete mode 100644 justin_quiros/dojo_dashboard/config/initializers/assets.rb delete mode 100644 justin_quiros/dojo_dashboard/config/initializers/backtrace_silencers.rb delete mode 100644 justin_quiros/dojo_dashboard/config/initializers/cookies_serializer.rb delete mode 100644 justin_quiros/dojo_dashboard/config/initializers/filter_parameter_logging.rb delete mode 100644 justin_quiros/dojo_dashboard/config/initializers/inflections.rb delete mode 100644 justin_quiros/dojo_dashboard/config/initializers/mime_types.rb delete mode 100644 justin_quiros/dojo_dashboard/config/initializers/session_store.rb delete mode 100644 justin_quiros/dojo_dashboard/config/initializers/wrap_parameters.rb delete mode 100644 justin_quiros/dojo_dashboard/config/locales/en.yml delete mode 100644 justin_quiros/dojo_dashboard/config/routes.rb delete mode 100644 justin_quiros/dojo_dashboard/config/secrets.yml delete mode 100644 justin_quiros/dojo_dashboard/db/migrate/20171203234313_create_dojos.rb delete mode 100644 justin_quiros/dojo_dashboard/db/schema.rb delete mode 100644 justin_quiros/dojo_dashboard/db/seeds.rb delete mode 100644 justin_quiros/dojo_dashboard/lib/assets/.keep delete mode 100644 justin_quiros/dojo_dashboard/lib/tasks/.keep delete mode 100644 justin_quiros/dojo_dashboard/log/.keep delete mode 100644 justin_quiros/dojo_dashboard/public/404.html delete mode 100644 justin_quiros/dojo_dashboard/public/422.html delete mode 100644 justin_quiros/dojo_dashboard/public/500.html delete mode 100644 justin_quiros/dojo_dashboard/public/favicon.ico delete mode 100644 justin_quiros/dojo_dashboard/public/robots.txt delete mode 100644 justin_quiros/dojo_dashboard/test/controllers/.keep delete mode 100644 justin_quiros/dojo_dashboard/test/controllers/dojos_controller_test.rb delete mode 100644 justin_quiros/dojo_dashboard/test/fixtures/.keep delete mode 100644 justin_quiros/dojo_dashboard/test/fixtures/dojos.yml delete mode 100644 justin_quiros/dojo_dashboard/test/helpers/.keep delete mode 100644 justin_quiros/dojo_dashboard/test/integration/.keep delete mode 100644 justin_quiros/dojo_dashboard/test/mailers/.keep delete mode 100644 justin_quiros/dojo_dashboard/test/models/.keep delete mode 100644 justin_quiros/dojo_dashboard/test/models/dojo_test.rb delete mode 100644 justin_quiros/dojo_dashboard/test/test_helper.rb delete mode 100644 justin_quiros/dojo_dashboard/vendor/assets/javascripts/.keep delete mode 100644 justin_quiros/dojo_dashboard/vendor/assets/stylesheets/.keep delete mode 100644 justin_quiros/dojo_ninjas/.gitignore delete mode 100644 justin_quiros/dojo_ninjas/Gemfile delete mode 100644 justin_quiros/dojo_ninjas/Gemfile.lock delete mode 100644 justin_quiros/dojo_ninjas/README.rdoc delete mode 100644 justin_quiros/dojo_ninjas/Rakefile delete mode 100644 justin_quiros/dojo_ninjas/app/assets/images/.keep delete mode 100644 justin_quiros/dojo_ninjas/app/assets/javascripts/application.js delete mode 100644 justin_quiros/dojo_ninjas/app/assets/stylesheets/application.css delete mode 100644 justin_quiros/dojo_ninjas/app/controllers/application_controller.rb delete mode 100644 justin_quiros/dojo_ninjas/app/controllers/concerns/.keep delete mode 100644 justin_quiros/dojo_ninjas/app/helpers/application_helper.rb delete mode 100644 justin_quiros/dojo_ninjas/app/mailers/.keep delete mode 100644 justin_quiros/dojo_ninjas/app/models/.keep delete mode 100644 justin_quiros/dojo_ninjas/app/models/concerns/.keep delete mode 100644 justin_quiros/dojo_ninjas/app/models/dojo.rb delete mode 100644 justin_quiros/dojo_ninjas/app/models/ninja.rb delete mode 100644 justin_quiros/dojo_ninjas/app/views/layouts/application.html.erb delete mode 100755 justin_quiros/dojo_ninjas/bin/bundle delete mode 100755 justin_quiros/dojo_ninjas/bin/rails delete mode 100755 justin_quiros/dojo_ninjas/bin/rake delete mode 100755 justin_quiros/dojo_ninjas/bin/setup delete mode 100755 justin_quiros/dojo_ninjas/bin/spring delete mode 100644 justin_quiros/dojo_ninjas/config.ru delete mode 100644 justin_quiros/dojo_ninjas/config/application.rb delete mode 100644 justin_quiros/dojo_ninjas/config/boot.rb delete mode 100644 justin_quiros/dojo_ninjas/config/database.yml delete mode 100644 justin_quiros/dojo_ninjas/config/environment.rb delete mode 100644 justin_quiros/dojo_ninjas/config/environments/development.rb delete mode 100644 justin_quiros/dojo_ninjas/config/environments/production.rb delete mode 100644 justin_quiros/dojo_ninjas/config/environments/test.rb delete mode 100644 justin_quiros/dojo_ninjas/config/initializers/assets.rb delete mode 100644 justin_quiros/dojo_ninjas/config/initializers/backtrace_silencers.rb delete mode 100644 justin_quiros/dojo_ninjas/config/initializers/cookies_serializer.rb delete mode 100644 justin_quiros/dojo_ninjas/config/initializers/filter_parameter_logging.rb delete mode 100644 justin_quiros/dojo_ninjas/config/initializers/inflections.rb delete mode 100644 justin_quiros/dojo_ninjas/config/initializers/mime_types.rb delete mode 100644 justin_quiros/dojo_ninjas/config/initializers/session_store.rb delete mode 100644 justin_quiros/dojo_ninjas/config/initializers/wrap_parameters.rb delete mode 100644 justin_quiros/dojo_ninjas/config/locales/en.yml delete mode 100644 justin_quiros/dojo_ninjas/config/routes.rb delete mode 100644 justin_quiros/dojo_ninjas/config/secrets.yml delete mode 100644 justin_quiros/dojo_ninjas/db/migrate/20171129204110_create_dojos.rb delete mode 100644 justin_quiros/dojo_ninjas/db/migrate/20171129204212_create_ninjas.rb delete mode 100644 justin_quiros/dojo_ninjas/db/schema.rb delete mode 100644 justin_quiros/dojo_ninjas/db/seeds.rb delete mode 100644 justin_quiros/dojo_ninjas/lib/assets/.keep delete mode 100644 justin_quiros/dojo_ninjas/lib/tasks/.keep delete mode 100644 justin_quiros/dojo_ninjas/log/.keep delete mode 100644 justin_quiros/dojo_ninjas/public/404.html delete mode 100644 justin_quiros/dojo_ninjas/public/422.html delete mode 100644 justin_quiros/dojo_ninjas/public/500.html delete mode 100644 justin_quiros/dojo_ninjas/public/favicon.ico delete mode 100644 justin_quiros/dojo_ninjas/public/robots.txt delete mode 100644 justin_quiros/dojo_ninjas/test/controllers/.keep delete mode 100644 justin_quiros/dojo_ninjas/test/fixtures/.keep delete mode 100644 justin_quiros/dojo_ninjas/test/fixtures/dojos.yml delete mode 100644 justin_quiros/dojo_ninjas/test/fixtures/ninjas.yml delete mode 100644 justin_quiros/dojo_ninjas/test/helpers/.keep delete mode 100644 justin_quiros/dojo_ninjas/test/integration/.keep delete mode 100644 justin_quiros/dojo_ninjas/test/mailers/.keep delete mode 100644 justin_quiros/dojo_ninjas/test/models/.keep delete mode 100644 justin_quiros/dojo_ninjas/test/models/dojo_test.rb delete mode 100644 justin_quiros/dojo_ninjas/test/models/ninja_test.rb delete mode 100644 justin_quiros/dojo_ninjas/test/test_helper.rb delete mode 100644 justin_quiros/dojo_ninjas/vendor/assets/javascripts/.keep delete mode 100644 justin_quiros/dojo_ninjas/vendor/assets/stylesheets/.keep delete mode 100644 justin_quiros/exercise1.rb delete mode 100644 justin_quiros/friends/.gitignore delete mode 100644 justin_quiros/friends/Gemfile delete mode 100644 justin_quiros/friends/Gemfile.lock delete mode 100644 justin_quiros/friends/README.rdoc delete mode 100644 justin_quiros/friends/Rakefile delete mode 100644 justin_quiros/friends/app/assets/images/.keep delete mode 100644 justin_quiros/friends/app/assets/javascripts/application.js delete mode 100644 justin_quiros/friends/app/assets/stylesheets/application.css delete mode 100644 justin_quiros/friends/app/controllers/application_controller.rb delete mode 100644 justin_quiros/friends/app/controllers/concerns/.keep delete mode 100644 justin_quiros/friends/app/helpers/application_helper.rb delete mode 100644 justin_quiros/friends/app/mailers/.keep delete mode 100644 justin_quiros/friends/app/models/.keep delete mode 100644 justin_quiros/friends/app/models/concerns/.keep delete mode 100644 justin_quiros/friends/app/models/homie.rb delete mode 100644 justin_quiros/friends/app/models/user.rb delete mode 100644 justin_quiros/friends/app/views/layouts/application.html.erb delete mode 100755 justin_quiros/friends/bin/bundle delete mode 100755 justin_quiros/friends/bin/rails delete mode 100755 justin_quiros/friends/bin/rake delete mode 100755 justin_quiros/friends/bin/setup delete mode 100755 justin_quiros/friends/bin/spring delete mode 100644 justin_quiros/friends/config.ru delete mode 100644 justin_quiros/friends/config/application.rb delete mode 100644 justin_quiros/friends/config/boot.rb delete mode 100644 justin_quiros/friends/config/database.yml delete mode 100644 justin_quiros/friends/config/environment.rb delete mode 100644 justin_quiros/friends/config/environments/development.rb delete mode 100644 justin_quiros/friends/config/environments/production.rb delete mode 100644 justin_quiros/friends/config/environments/test.rb delete mode 100644 justin_quiros/friends/config/initializers/assets.rb delete mode 100644 justin_quiros/friends/config/initializers/backtrace_silencers.rb delete mode 100644 justin_quiros/friends/config/initializers/cookies_serializer.rb delete mode 100644 justin_quiros/friends/config/initializers/filter_parameter_logging.rb delete mode 100644 justin_quiros/friends/config/initializers/inflections.rb delete mode 100644 justin_quiros/friends/config/initializers/mime_types.rb delete mode 100644 justin_quiros/friends/config/initializers/session_store.rb delete mode 100644 justin_quiros/friends/config/initializers/wrap_parameters.rb delete mode 100644 justin_quiros/friends/config/locales/en.yml delete mode 100644 justin_quiros/friends/config/routes.rb delete mode 100644 justin_quiros/friends/config/secrets.yml delete mode 100644 justin_quiros/friends/db/migrate/20171130212913_create_users.rb delete mode 100644 justin_quiros/friends/db/migrate/20171130214705_create_homies.rb delete mode 100644 justin_quiros/friends/db/schema.rb delete mode 100644 justin_quiros/friends/db/seeds.rb delete mode 100644 justin_quiros/friends/lib/assets/.keep delete mode 100644 justin_quiros/friends/lib/tasks/.keep delete mode 100644 justin_quiros/friends/log/.keep delete mode 100644 justin_quiros/friends/public/404.html delete mode 100644 justin_quiros/friends/public/422.html delete mode 100644 justin_quiros/friends/public/500.html delete mode 100644 justin_quiros/friends/public/favicon.ico delete mode 100644 justin_quiros/friends/public/robots.txt delete mode 100644 justin_quiros/friends/test/controllers/.keep delete mode 100644 justin_quiros/friends/test/fixtures/.keep delete mode 100644 justin_quiros/friends/test/fixtures/homies.yml delete mode 100644 justin_quiros/friends/test/fixtures/users.yml delete mode 100644 justin_quiros/friends/test/helpers/.keep delete mode 100644 justin_quiros/friends/test/integration/.keep delete mode 100644 justin_quiros/friends/test/mailers/.keep delete mode 100644 justin_quiros/friends/test/models/.keep delete mode 100644 justin_quiros/friends/test/models/homie_test.rb delete mode 100644 justin_quiros/friends/test/models/user_test.rb delete mode 100644 justin_quiros/friends/test/test_helper.rb delete mode 100644 justin_quiros/friends/vendor/assets/javascripts/.keep delete mode 100644 justin_quiros/friends/vendor/assets/stylesheets/.keep delete mode 100644 justin_quiros/guess.rb delete mode 100644 justin_quiros/hashes.rb delete mode 100644 justin_quiros/mathdojo.rb delete mode 100644 justin_quiros/models/.gitignore delete mode 100644 justin_quiros/models/Gemfile delete mode 100644 justin_quiros/models/Gemfile.lock delete mode 100644 justin_quiros/models/README.rdoc delete mode 100644 justin_quiros/models/Rakefile delete mode 100644 justin_quiros/models/app/assets/images/.keep delete mode 100644 justin_quiros/models/app/assets/javascripts/application.js delete mode 100644 justin_quiros/models/app/assets/javascripts/users.coffee delete mode 100644 justin_quiros/models/app/assets/stylesheets/application.css delete mode 100644 justin_quiros/models/app/assets/stylesheets/users.scss delete mode 100644 justin_quiros/models/app/controllers/application_controller.rb delete mode 100644 justin_quiros/models/app/controllers/concerns/.keep delete mode 100644 justin_quiros/models/app/controllers/users_controller.rb delete mode 100644 justin_quiros/models/app/helpers/application_helper.rb delete mode 100644 justin_quiros/models/app/helpers/users_helper.rb delete mode 100644 justin_quiros/models/app/mailers/.keep delete mode 100644 justin_quiros/models/app/models/.keep delete mode 100644 justin_quiros/models/app/models/concerns/.keep delete mode 100644 justin_quiros/models/app/models/user.rb delete mode 100644 justin_quiros/models/app/views/layouts/application.html.erb delete mode 100644 justin_quiros/models/app/views/users/edit.html.erb delete mode 100644 justin_quiros/models/app/views/users/index.html.erb delete mode 100644 justin_quiros/models/app/views/users/new.html.erb delete mode 100644 justin_quiros/models/app/views/users/total.html.erb delete mode 100755 justin_quiros/models/bin/bundle delete mode 100755 justin_quiros/models/bin/rails delete mode 100755 justin_quiros/models/bin/rake delete mode 100755 justin_quiros/models/bin/setup delete mode 100755 justin_quiros/models/bin/spring delete mode 100644 justin_quiros/models/config.ru delete mode 100644 justin_quiros/models/config/application.rb delete mode 100644 justin_quiros/models/config/boot.rb delete mode 100644 justin_quiros/models/config/database.yml delete mode 100644 justin_quiros/models/config/environment.rb delete mode 100644 justin_quiros/models/config/environments/development.rb delete mode 100644 justin_quiros/models/config/environments/production.rb delete mode 100644 justin_quiros/models/config/environments/test.rb delete mode 100644 justin_quiros/models/config/initializers/assets.rb delete mode 100644 justin_quiros/models/config/initializers/backtrace_silencers.rb delete mode 100644 justin_quiros/models/config/initializers/cookies_serializer.rb delete mode 100644 justin_quiros/models/config/initializers/filter_parameter_logging.rb delete mode 100644 justin_quiros/models/config/initializers/inflections.rb delete mode 100644 justin_quiros/models/config/initializers/mime_types.rb delete mode 100644 justin_quiros/models/config/initializers/session_store.rb delete mode 100644 justin_quiros/models/config/initializers/wrap_parameters.rb delete mode 100644 justin_quiros/models/config/locales/en.yml delete mode 100644 justin_quiros/models/config/routes.rb delete mode 100644 justin_quiros/models/config/secrets.yml delete mode 100644 justin_quiros/models/db/migrate/20171201201239_create_users.rb delete mode 100644 justin_quiros/models/db/schema.rb delete mode 100644 justin_quiros/models/db/seeds.rb delete mode 100644 justin_quiros/models/lib/assets/.keep delete mode 100644 justin_quiros/models/lib/tasks/.keep delete mode 100644 justin_quiros/models/log/.keep delete mode 100644 justin_quiros/models/public/404.html delete mode 100644 justin_quiros/models/public/422.html delete mode 100644 justin_quiros/models/public/500.html delete mode 100644 justin_quiros/models/public/favicon.ico delete mode 100644 justin_quiros/models/public/robots.txt delete mode 100644 justin_quiros/models/test/controllers/.keep delete mode 100644 justin_quiros/models/test/controllers/users_controller_test.rb delete mode 100644 justin_quiros/models/test/fixtures/.keep delete mode 100644 justin_quiros/models/test/fixtures/users.yml delete mode 100644 justin_quiros/models/test/helpers/.keep delete mode 100644 justin_quiros/models/test/integration/.keep delete mode 100644 justin_quiros/models/test/mailers/.keep delete mode 100644 justin_quiros/models/test/models/.keep delete mode 100644 justin_quiros/models/test/models/user_test.rb delete mode 100644 justin_quiros/models/test/test_helper.rb delete mode 100644 justin_quiros/models/vendor/assets/javascripts/.keep delete mode 100644 justin_quiros/models/vendor/assets/stylesheets/.keep delete mode 100644 justin_quiros/module_practice/main.rb delete mode 100644 justin_quiros/module_practice/printer_module.rb delete mode 100644 justin_quiros/my_app/.gitignore delete mode 100644 justin_quiros/my_app/Gemfile delete mode 100644 justin_quiros/my_app/Gemfile.lock delete mode 100644 justin_quiros/my_app/README.rdoc delete mode 100644 justin_quiros/my_app/Rakefile delete mode 100644 justin_quiros/my_app/app/assets/images/.keep delete mode 100644 justin_quiros/my_app/app/assets/javascripts/application.js delete mode 100644 justin_quiros/my_app/app/assets/stylesheets/application.css delete mode 100644 justin_quiros/my_app/app/controllers/application_controller.rb delete mode 100644 justin_quiros/my_app/app/controllers/concerns/.keep delete mode 100644 justin_quiros/my_app/app/helpers/application_helper.rb delete mode 100644 justin_quiros/my_app/app/mailers/.keep delete mode 100644 justin_quiros/my_app/app/models/.keep delete mode 100644 justin_quiros/my_app/app/models/address.rb delete mode 100644 justin_quiros/my_app/app/models/concerns/.keep delete mode 100644 justin_quiros/my_app/app/models/message.rb delete mode 100644 justin_quiros/my_app/app/models/user.rb delete mode 100644 justin_quiros/my_app/app/views/layouts/application.html.erb delete mode 100755 justin_quiros/my_app/bin/bundle delete mode 100755 justin_quiros/my_app/bin/rails delete mode 100755 justin_quiros/my_app/bin/rake delete mode 100755 justin_quiros/my_app/bin/setup delete mode 100755 justin_quiros/my_app/bin/spring delete mode 100644 justin_quiros/my_app/config.ru delete mode 100644 justin_quiros/my_app/config/application.rb delete mode 100644 justin_quiros/my_app/config/boot.rb delete mode 100644 justin_quiros/my_app/config/database.yml delete mode 100644 justin_quiros/my_app/config/environment.rb delete mode 100644 justin_quiros/my_app/config/environments/development.rb delete mode 100644 justin_quiros/my_app/config/environments/production.rb delete mode 100644 justin_quiros/my_app/config/environments/test.rb delete mode 100644 justin_quiros/my_app/config/initializers/assets.rb delete mode 100644 justin_quiros/my_app/config/initializers/backtrace_silencers.rb delete mode 100644 justin_quiros/my_app/config/initializers/cookies_serializer.rb delete mode 100644 justin_quiros/my_app/config/initializers/filter_parameter_logging.rb delete mode 100644 justin_quiros/my_app/config/initializers/inflections.rb delete mode 100644 justin_quiros/my_app/config/initializers/mime_types.rb delete mode 100644 justin_quiros/my_app/config/initializers/session_store.rb delete mode 100644 justin_quiros/my_app/config/initializers/wrap_parameters.rb delete mode 100644 justin_quiros/my_app/config/locales/en.yml delete mode 100644 justin_quiros/my_app/config/routes.rb delete mode 100644 justin_quiros/my_app/config/secrets.yml delete mode 100644 justin_quiros/my_app/db/migrate/20171129194421_create_users.rb delete mode 100644 justin_quiros/my_app/db/migrate/20171129200004_create_messages.rb delete mode 100644 justin_quiros/my_app/db/migrate/20171129200910_create_addresses.rb delete mode 100644 justin_quiros/my_app/db/schema.rb delete mode 100644 justin_quiros/my_app/db/seeds.rb delete mode 100644 justin_quiros/my_app/lib/assets/.keep delete mode 100644 justin_quiros/my_app/lib/tasks/.keep delete mode 100644 justin_quiros/my_app/log/.keep delete mode 100644 justin_quiros/my_app/public/404.html delete mode 100644 justin_quiros/my_app/public/422.html delete mode 100644 justin_quiros/my_app/public/500.html delete mode 100644 justin_quiros/my_app/public/favicon.ico delete mode 100644 justin_quiros/my_app/public/robots.txt delete mode 100644 justin_quiros/my_app/test/controllers/.keep delete mode 100644 justin_quiros/my_app/test/fixtures/.keep delete mode 100644 justin_quiros/my_app/test/fixtures/addresses.yml delete mode 100644 justin_quiros/my_app/test/fixtures/messages.yml delete mode 100644 justin_quiros/my_app/test/fixtures/users.yml delete mode 100644 justin_quiros/my_app/test/helpers/.keep delete mode 100644 justin_quiros/my_app/test/integration/.keep delete mode 100644 justin_quiros/my_app/test/mailers/.keep delete mode 100644 justin_quiros/my_app/test/models/.keep delete mode 100644 justin_quiros/my_app/test/models/address_test.rb delete mode 100644 justin_quiros/my_app/test/models/message_test.rb delete mode 100644 justin_quiros/my_app/test/models/user_test.rb delete mode 100644 justin_quiros/my_app/test/test_helper.rb delete mode 100644 justin_quiros/my_app/vendor/assets/javascripts/.keep delete mode 100644 justin_quiros/my_app/vendor/assets/stylesheets/.keep delete mode 100644 justin_quiros/myenumerable.rb delete mode 100644 justin_quiros/names.rb delete mode 100644 justin_quiros/ninja_gold/.gitignore delete mode 100644 justin_quiros/ninja_gold/Gemfile delete mode 100644 justin_quiros/ninja_gold/Gemfile.lock delete mode 100644 justin_quiros/ninja_gold/README.rdoc delete mode 100644 justin_quiros/ninja_gold/Rakefile delete mode 100644 justin_quiros/ninja_gold/app/assets/images/.keep delete mode 100644 justin_quiros/ninja_gold/app/assets/javascripts/application.js delete mode 100644 justin_quiros/ninja_gold/app/assets/javascripts/rpgs.coffee delete mode 100644 justin_quiros/ninja_gold/app/assets/stylesheets/application.css delete mode 100644 justin_quiros/ninja_gold/app/assets/stylesheets/rpgs.scss delete mode 100644 justin_quiros/ninja_gold/app/controllers/application_controller.rb delete mode 100644 justin_quiros/ninja_gold/app/controllers/concerns/.keep delete mode 100644 justin_quiros/ninja_gold/app/controllers/rpgs_controller.rb delete mode 100644 justin_quiros/ninja_gold/app/helpers/application_helper.rb delete mode 100644 justin_quiros/ninja_gold/app/helpers/rpgs_helper.rb delete mode 100644 justin_quiros/ninja_gold/app/mailers/.keep delete mode 100644 justin_quiros/ninja_gold/app/models/.keep delete mode 100644 justin_quiros/ninja_gold/app/models/concerns/.keep delete mode 100644 justin_quiros/ninja_gold/app/views/layouts/application.html.erb delete mode 100644 justin_quiros/ninja_gold/app/views/rpgs/index.html.erb delete mode 100755 justin_quiros/ninja_gold/bin/bundle delete mode 100755 justin_quiros/ninja_gold/bin/rails delete mode 100755 justin_quiros/ninja_gold/bin/rake delete mode 100755 justin_quiros/ninja_gold/bin/setup delete mode 100755 justin_quiros/ninja_gold/bin/spring delete mode 100644 justin_quiros/ninja_gold/config.ru delete mode 100644 justin_quiros/ninja_gold/config/application.rb delete mode 100644 justin_quiros/ninja_gold/config/boot.rb delete mode 100644 justin_quiros/ninja_gold/config/database.yml delete mode 100644 justin_quiros/ninja_gold/config/environment.rb delete mode 100644 justin_quiros/ninja_gold/config/environments/development.rb delete mode 100644 justin_quiros/ninja_gold/config/environments/production.rb delete mode 100644 justin_quiros/ninja_gold/config/environments/test.rb delete mode 100644 justin_quiros/ninja_gold/config/initializers/assets.rb delete mode 100644 justin_quiros/ninja_gold/config/initializers/backtrace_silencers.rb delete mode 100644 justin_quiros/ninja_gold/config/initializers/cookies_serializer.rb delete mode 100644 justin_quiros/ninja_gold/config/initializers/filter_parameter_logging.rb delete mode 100644 justin_quiros/ninja_gold/config/initializers/inflections.rb delete mode 100644 justin_quiros/ninja_gold/config/initializers/mime_types.rb delete mode 100644 justin_quiros/ninja_gold/config/initializers/session_store.rb delete mode 100644 justin_quiros/ninja_gold/config/initializers/wrap_parameters.rb delete mode 100644 justin_quiros/ninja_gold/config/locales/en.yml delete mode 100644 justin_quiros/ninja_gold/config/routes.rb delete mode 100644 justin_quiros/ninja_gold/config/secrets.yml delete mode 100644 justin_quiros/ninja_gold/db/seeds.rb delete mode 100644 justin_quiros/ninja_gold/lib/assets/.keep delete mode 100644 justin_quiros/ninja_gold/lib/tasks/.keep delete mode 100644 justin_quiros/ninja_gold/log/.keep delete mode 100644 justin_quiros/ninja_gold/public/404.html delete mode 100644 justin_quiros/ninja_gold/public/422.html delete mode 100644 justin_quiros/ninja_gold/public/500.html delete mode 100644 justin_quiros/ninja_gold/public/favicon.ico delete mode 100644 justin_quiros/ninja_gold/public/robots.txt delete mode 100644 justin_quiros/ninja_gold/test/controllers/.keep delete mode 100644 justin_quiros/ninja_gold/test/controllers/rpgs_controller_test.rb delete mode 100644 justin_quiros/ninja_gold/test/fixtures/.keep delete mode 100644 justin_quiros/ninja_gold/test/helpers/.keep delete mode 100644 justin_quiros/ninja_gold/test/integration/.keep delete mode 100644 justin_quiros/ninja_gold/test/mailers/.keep delete mode 100644 justin_quiros/ninja_gold/test/models/.keep delete mode 100644 justin_quiros/ninja_gold/test/test_helper.rb delete mode 100644 justin_quiros/ninja_gold/vendor/assets/javascripts/.keep delete mode 100644 justin_quiros/ninja_gold/vendor/assets/stylesheets/.keep delete mode 100644 justin_quiros/optimize/.gitignore delete mode 100644 justin_quiros/optimize/Gemfile delete mode 100644 justin_quiros/optimize/Gemfile.lock delete mode 100644 justin_quiros/optimize/Jerebko delete mode 100644 justin_quiros/optimize/McCullough delete mode 100644 justin_quiros/optimize/README.rdoc delete mode 100644 justin_quiros/optimize/Rakefile delete mode 100644 justin_quiros/optimize/app/assets/images/.keep delete mode 100644 justin_quiros/optimize/app/assets/javascripts/application.js delete mode 100644 justin_quiros/optimize/app/assets/stylesheets/application.css delete mode 100644 justin_quiros/optimize/app/controllers/application_controller.rb delete mode 100644 justin_quiros/optimize/app/controllers/concerns/.keep delete mode 100644 justin_quiros/optimize/app/helpers/application_helper.rb delete mode 100644 justin_quiros/optimize/app/mailers/.keep delete mode 100644 justin_quiros/optimize/app/models/.keep delete mode 100644 justin_quiros/optimize/app/models/concerns/.keep delete mode 100644 justin_quiros/optimize/app/models/player.rb delete mode 100644 justin_quiros/optimize/app/models/team.rb delete mode 100644 justin_quiros/optimize/app/views/layouts/application.html.erb delete mode 100755 justin_quiros/optimize/bin/bundle delete mode 100755 justin_quiros/optimize/bin/rails delete mode 100755 justin_quiros/optimize/bin/rake delete mode 100755 justin_quiros/optimize/bin/setup delete mode 100755 justin_quiros/optimize/bin/spring delete mode 100644 justin_quiros/optimize/config.ru delete mode 100644 justin_quiros/optimize/config/application.rb delete mode 100644 justin_quiros/optimize/config/boot.rb delete mode 100644 justin_quiros/optimize/config/database.yml delete mode 100644 justin_quiros/optimize/config/environment.rb delete mode 100644 justin_quiros/optimize/config/environments/development.rb delete mode 100644 justin_quiros/optimize/config/environments/production.rb delete mode 100644 justin_quiros/optimize/config/environments/test.rb delete mode 100644 justin_quiros/optimize/config/initializers/assets.rb delete mode 100644 justin_quiros/optimize/config/initializers/backtrace_silencers.rb delete mode 100644 justin_quiros/optimize/config/initializers/cookies_serializer.rb delete mode 100644 justin_quiros/optimize/config/initializers/filter_parameter_logging.rb delete mode 100644 justin_quiros/optimize/config/initializers/inflections.rb delete mode 100644 justin_quiros/optimize/config/initializers/mime_types.rb delete mode 100644 justin_quiros/optimize/config/initializers/session_store.rb delete mode 100644 justin_quiros/optimize/config/initializers/wrap_parameters.rb delete mode 100644 justin_quiros/optimize/config/locales/en.yml delete mode 100644 justin_quiros/optimize/config/routes.rb delete mode 100644 justin_quiros/optimize/config/secrets.yml delete mode 100644 justin_quiros/optimize/db/migrate/20171130145829_create_teams.rb delete mode 100644 justin_quiros/optimize/db/migrate/20171130145834_create_players.rb delete mode 100644 justin_quiros/optimize/db/schema.rb delete mode 100644 justin_quiros/optimize/db/seeds.rb delete mode 100644 justin_quiros/optimize/lib/assets/.keep delete mode 100644 justin_quiros/optimize/lib/tasks/.keep delete mode 100644 justin_quiros/optimize/log/.keep delete mode 100644 justin_quiros/optimize/oJ|21|Magette | 1 | 2017-11-30 15:01:51 UTC | 2017-11-30 15:01:51 UTC | delete mode 100644 justin_quiros/optimize/on the Lion delete mode 100644 justin_quiros/optimize/public/404.html delete mode 100644 justin_quiros/optimize/public/422.html delete mode 100644 justin_quiros/optimize/public/500.html delete mode 100644 justin_quiros/optimize/public/favicon.ico delete mode 100644 justin_quiros/optimize/public/robots.txt delete mode 100644 justin_quiros/optimize/q delete mode 100644 justin_quiros/optimize/test/controllers/.keep delete mode 100644 justin_quiros/optimize/test/fixtures/.keep delete mode 100644 justin_quiros/optimize/test/fixtures/players.yml delete mode 100644 justin_quiros/optimize/test/fixtures/teams.yml delete mode 100644 justin_quiros/optimize/test/helpers/.keep delete mode 100644 justin_quiros/optimize/test/integration/.keep delete mode 100644 justin_quiros/optimize/test/mailers/.keep delete mode 100644 justin_quiros/optimize/test/models/.keep delete mode 100644 justin_quiros/optimize/test/models/player_test.rb delete mode 100644 justin_quiros/optimize/test/models/team_test.rb delete mode 100644 justin_quiros/optimize/test/test_helper.rb delete mode 100644 justin_quiros/optimize/vendor/assets/javascripts/.keep delete mode 100644 justin_quiros/optimize/vendor/assets/stylesheets/.keep delete mode 100644 justin_quiros/orm_practice/.gitignore delete mode 100644 justin_quiros/orm_practice/Gemfile delete mode 100644 justin_quiros/orm_practice/Gemfile.lock delete mode 100644 justin_quiros/orm_practice/README.rdoc delete mode 100644 justin_quiros/orm_practice/Rakefile delete mode 100644 justin_quiros/orm_practice/app/assets/images/.keep delete mode 100644 justin_quiros/orm_practice/app/assets/javascripts/application.js delete mode 100644 justin_quiros/orm_practice/app/assets/stylesheets/application.css delete mode 100644 justin_quiros/orm_practice/app/controllers/application_controller.rb delete mode 100644 justin_quiros/orm_practice/app/controllers/concerns/.keep delete mode 100644 justin_quiros/orm_practice/app/helpers/application_helper.rb delete mode 100644 justin_quiros/orm_practice/app/mailers/.keep delete mode 100644 justin_quiros/orm_practice/app/models/.keep delete mode 100644 justin_quiros/orm_practice/app/models/concerns/.keep delete mode 100644 justin_quiros/orm_practice/app/models/user.rb delete mode 100644 justin_quiros/orm_practice/app/views/layouts/application.html.erb delete mode 100755 justin_quiros/orm_practice/bin/bundle delete mode 100755 justin_quiros/orm_practice/bin/rails delete mode 100755 justin_quiros/orm_practice/bin/rake delete mode 100755 justin_quiros/orm_practice/bin/setup delete mode 100755 justin_quiros/orm_practice/bin/spring delete mode 100644 justin_quiros/orm_practice/config.ru delete mode 100644 justin_quiros/orm_practice/config/application.rb delete mode 100644 justin_quiros/orm_practice/config/boot.rb delete mode 100644 justin_quiros/orm_practice/config/database.yml delete mode 100644 justin_quiros/orm_practice/config/environment.rb delete mode 100644 justin_quiros/orm_practice/config/environments/development.rb delete mode 100644 justin_quiros/orm_practice/config/environments/production.rb delete mode 100644 justin_quiros/orm_practice/config/environments/test.rb delete mode 100644 justin_quiros/orm_practice/config/initializers/assets.rb delete mode 100644 justin_quiros/orm_practice/config/initializers/backtrace_silencers.rb delete mode 100644 justin_quiros/orm_practice/config/initializers/cookies_serializer.rb delete mode 100644 justin_quiros/orm_practice/config/initializers/filter_parameter_logging.rb delete mode 100644 justin_quiros/orm_practice/config/initializers/inflections.rb delete mode 100644 justin_quiros/orm_practice/config/initializers/mime_types.rb delete mode 100644 justin_quiros/orm_practice/config/initializers/wrap_parameters.rb delete mode 100644 justin_quiros/orm_practice/config/locales/en.yml delete mode 100644 justin_quiros/orm_practice/config/routes.rb delete mode 100644 justin_quiros/orm_practice/config/secrets.yml delete mode 100644 justin_quiros/orm_practice/db/migrate/20171129153239_create_users.rb delete mode 100644 justin_quiros/orm_practice/db/schema.rb delete mode 100644 justin_quiros/orm_practice/db/seeds.rb delete mode 100644 justin_quiros/orm_practice/lib/assets/.keep delete mode 100644 justin_quiros/orm_practice/lib/tasks/.keep delete mode 100644 justin_quiros/orm_practice/log/.keep delete mode 100644 justin_quiros/orm_practice/public/404.html delete mode 100644 justin_quiros/orm_practice/public/422.html delete mode 100644 justin_quiros/orm_practice/public/500.html delete mode 100644 justin_quiros/orm_practice/public/favicon.ico delete mode 100644 justin_quiros/orm_practice/public/robots.txt delete mode 100644 justin_quiros/orm_practice/test/controllers/.keep delete mode 100644 justin_quiros/orm_practice/test/fixtures/.keep delete mode 100644 justin_quiros/orm_practice/test/fixtures/users.yml delete mode 100644 justin_quiros/orm_practice/test/helpers/.keep delete mode 100644 justin_quiros/orm_practice/test/integration/.keep delete mode 100644 justin_quiros/orm_practice/test/mailers/.keep delete mode 100644 justin_quiros/orm_practice/test/models/.keep delete mode 100644 justin_quiros/orm_practice/test/models/user_test.rb delete mode 100644 justin_quiros/orm_practice/test/test_helper.rb delete mode 100644 justin_quiros/orm_practice/vendor/assets/javascripts/.keep delete mode 100644 justin_quiros/orm_practice/vendor/assets/stylesheets/.keep delete mode 100644 justin_quiros/poly/.gitignore delete mode 100644 justin_quiros/poly/Gemfile delete mode 100644 justin_quiros/poly/Gemfile.lock delete mode 100644 justin_quiros/poly/README.rdoc delete mode 100644 justin_quiros/poly/Rakefile delete mode 100644 justin_quiros/poly/app/assets/images/.keep delete mode 100644 justin_quiros/poly/app/assets/javascripts/application.js delete mode 100644 justin_quiros/poly/app/assets/stylesheets/application.css delete mode 100644 justin_quiros/poly/app/controllers/application_controller.rb delete mode 100644 justin_quiros/poly/app/controllers/concerns/.keep delete mode 100644 justin_quiros/poly/app/helpers/application_helper.rb delete mode 100644 justin_quiros/poly/app/mailers/.keep delete mode 100644 justin_quiros/poly/app/models/.keep delete mode 100644 justin_quiros/poly/app/models/concerns/.keep delete mode 100644 justin_quiros/poly/app/models/employee.rb delete mode 100644 justin_quiros/poly/app/models/picture.rb delete mode 100644 justin_quiros/poly/app/models/product.rb delete mode 100644 justin_quiros/poly/app/views/layouts/application.html.erb delete mode 100755 justin_quiros/poly/bin/bundle delete mode 100755 justin_quiros/poly/bin/rails delete mode 100755 justin_quiros/poly/bin/rake delete mode 100755 justin_quiros/poly/bin/setup delete mode 100755 justin_quiros/poly/bin/spring delete mode 100644 justin_quiros/poly/config.ru delete mode 100644 justin_quiros/poly/config/application.rb delete mode 100644 justin_quiros/poly/config/boot.rb delete mode 100644 justin_quiros/poly/config/database.yml delete mode 100644 justin_quiros/poly/config/environment.rb delete mode 100644 justin_quiros/poly/config/environments/development.rb delete mode 100644 justin_quiros/poly/config/environments/production.rb delete mode 100644 justin_quiros/poly/config/environments/test.rb delete mode 100644 justin_quiros/poly/config/initializers/assets.rb delete mode 100644 justin_quiros/poly/config/initializers/backtrace_silencers.rb delete mode 100644 justin_quiros/poly/config/initializers/cookies_serializer.rb delete mode 100644 justin_quiros/poly/config/initializers/filter_parameter_logging.rb delete mode 100644 justin_quiros/poly/config/initializers/inflections.rb delete mode 100644 justin_quiros/poly/config/initializers/mime_types.rb delete mode 100644 justin_quiros/poly/config/initializers/session_store.rb delete mode 100644 justin_quiros/poly/config/initializers/wrap_parameters.rb delete mode 100644 justin_quiros/poly/config/locales/en.yml delete mode 100644 justin_quiros/poly/config/routes.rb delete mode 100644 justin_quiros/poly/config/secrets.yml delete mode 100644 justin_quiros/poly/db/migrate/20171130194336_create_pictures.rb delete mode 100644 justin_quiros/poly/db/migrate/20171130194343_create_employees.rb delete mode 100644 justin_quiros/poly/db/migrate/20171130194351_create_products.rb delete mode 100644 justin_quiros/poly/db/schema.rb delete mode 100644 justin_quiros/poly/db/seeds.rb delete mode 100644 justin_quiros/poly/lib/assets/.keep delete mode 100644 justin_quiros/poly/lib/tasks/.keep delete mode 100644 justin_quiros/poly/log/.keep delete mode 100644 justin_quiros/poly/public/404.html delete mode 100644 justin_quiros/poly/public/422.html delete mode 100644 justin_quiros/poly/public/500.html delete mode 100644 justin_quiros/poly/public/favicon.ico delete mode 100644 justin_quiros/poly/public/robots.txt delete mode 100644 justin_quiros/poly/test/controllers/.keep delete mode 100644 justin_quiros/poly/test/fixtures/.keep delete mode 100644 justin_quiros/poly/test/fixtures/employees.yml delete mode 100644 justin_quiros/poly/test/fixtures/pictures.yml delete mode 100644 justin_quiros/poly/test/fixtures/products.yml delete mode 100644 justin_quiros/poly/test/helpers/.keep delete mode 100644 justin_quiros/poly/test/integration/.keep delete mode 100644 justin_quiros/poly/test/mailers/.keep delete mode 100644 justin_quiros/poly/test/models/.keep delete mode 100644 justin_quiros/poly/test/models/employee_test.rb delete mode 100644 justin_quiros/poly/test/models/picture_test.rb delete mode 100644 justin_quiros/poly/test/models/product_test.rb delete mode 100644 justin_quiros/poly/test/test_helper.rb delete mode 100644 justin_quiros/poly/vendor/assets/javascripts/.keep delete mode 100644 justin_quiros/poly/vendor/assets/stylesheets/.keep delete mode 100644 justin_quiros/project.rb delete mode 100644 justin_quiros/puzzle.rb delete mode 100644 justin_quiros/quiz.rb delete mode 100644 justin_quiros/range.rb delete mode 100644 justin_quiros/routes/.gitignore delete mode 100644 justin_quiros/routes/Gemfile delete mode 100644 justin_quiros/routes/Gemfile.lock delete mode 100644 justin_quiros/routes/README.rdoc delete mode 100644 justin_quiros/routes/Rakefile delete mode 100644 justin_quiros/routes/app/assets/images/.keep delete mode 100644 justin_quiros/routes/app/assets/javascripts/application.js delete mode 100644 justin_quiros/routes/app/assets/stylesheets/application.css delete mode 100644 justin_quiros/routes/app/controllers/application_controller.rb delete mode 100644 justin_quiros/routes/app/controllers/concerns/.keep delete mode 100644 justin_quiros/routes/app/controllers/tests_controller.rb delete mode 100644 justin_quiros/routes/app/helpers/application_helper.rb delete mode 100644 justin_quiros/routes/app/mailers/.keep delete mode 100644 justin_quiros/routes/app/models/.keep delete mode 100644 justin_quiros/routes/app/models/concerns/.keep delete mode 100644 justin_quiros/routes/app/views/layouts/application.html.erb delete mode 100644 justin_quiros/routes/app/views/tests/index.html.erb delete mode 100755 justin_quiros/routes/bin/bundle delete mode 100755 justin_quiros/routes/bin/rails delete mode 100755 justin_quiros/routes/bin/rake delete mode 100755 justin_quiros/routes/bin/setup delete mode 100755 justin_quiros/routes/bin/spring delete mode 100644 justin_quiros/routes/config.ru delete mode 100644 justin_quiros/routes/config/application.rb delete mode 100644 justin_quiros/routes/config/boot.rb delete mode 100644 justin_quiros/routes/config/database.yml delete mode 100644 justin_quiros/routes/config/environment.rb delete mode 100644 justin_quiros/routes/config/environments/development.rb delete mode 100644 justin_quiros/routes/config/environments/production.rb delete mode 100644 justin_quiros/routes/config/environments/test.rb delete mode 100644 justin_quiros/routes/config/initializers/assets.rb delete mode 100644 justin_quiros/routes/config/initializers/backtrace_silencers.rb delete mode 100644 justin_quiros/routes/config/initializers/cookies_serializer.rb delete mode 100644 justin_quiros/routes/config/initializers/filter_parameter_logging.rb delete mode 100644 justin_quiros/routes/config/initializers/inflections.rb delete mode 100644 justin_quiros/routes/config/initializers/mime_types.rb delete mode 100644 justin_quiros/routes/config/initializers/session_store.rb delete mode 100644 justin_quiros/routes/config/initializers/wrap_parameters.rb delete mode 100644 justin_quiros/routes/config/locales/en.yml delete mode 100644 justin_quiros/routes/config/routes.rb delete mode 100644 justin_quiros/routes/config/secrets.yml delete mode 100644 justin_quiros/routes/db/seeds.rb delete mode 100644 justin_quiros/routes/lib/assets/.keep delete mode 100644 justin_quiros/routes/lib/tasks/.keep delete mode 100644 justin_quiros/routes/log/.keep delete mode 100644 justin_quiros/routes/public/404.html delete mode 100644 justin_quiros/routes/public/422.html delete mode 100644 justin_quiros/routes/public/500.html delete mode 100644 justin_quiros/routes/public/favicon.ico delete mode 100644 justin_quiros/routes/public/robots.txt delete mode 100644 justin_quiros/routes/test/controllers/.keep delete mode 100644 justin_quiros/routes/test/controllers/tests_controller_test.rb delete mode 100644 justin_quiros/routes/test/fixtures/.keep delete mode 100644 justin_quiros/routes/test/helpers/.keep delete mode 100644 justin_quiros/routes/test/integration/.keep delete mode 100644 justin_quiros/routes/test/mailers/.keep delete mode 100644 justin_quiros/routes/test/models/.keep delete mode 100644 justin_quiros/routes/test/test_helper.rb delete mode 100644 justin_quiros/routes/vendor/assets/javascripts/.keep delete mode 100644 justin_quiros/routes/vendor/assets/stylesheets/.keep delete mode 100644 justin_quiros/survey/.gitignore delete mode 100644 justin_quiros/survey/Gemfile delete mode 100644 justin_quiros/survey/Gemfile.lock delete mode 100644 justin_quiros/survey/README.rdoc delete mode 100644 justin_quiros/survey/Rakefile delete mode 100644 justin_quiros/survey/app/assets/images/.keep delete mode 100644 justin_quiros/survey/app/assets/javascripts/application.js delete mode 100644 justin_quiros/survey/app/assets/javascripts/dojos.coffee delete mode 100644 justin_quiros/survey/app/assets/stylesheets/application.css delete mode 100644 justin_quiros/survey/app/assets/stylesheets/dojos.scss delete mode 100644 justin_quiros/survey/app/controllers/application_controller.rb delete mode 100644 justin_quiros/survey/app/controllers/concerns/.keep delete mode 100644 justin_quiros/survey/app/controllers/dojos_controller.rb delete mode 100644 justin_quiros/survey/app/helpers/application_helper.rb delete mode 100644 justin_quiros/survey/app/helpers/dojos_helper.rb delete mode 100644 justin_quiros/survey/app/mailers/.keep delete mode 100644 justin_quiros/survey/app/models/.keep delete mode 100644 justin_quiros/survey/app/models/concerns/.keep delete mode 100644 justin_quiros/survey/app/views/dojos/index.html.erb delete mode 100644 justin_quiros/survey/app/views/dojos/show.html.erb delete mode 100644 justin_quiros/survey/app/views/layouts/application.html.erb delete mode 100755 justin_quiros/survey/bin/bundle delete mode 100755 justin_quiros/survey/bin/rails delete mode 100755 justin_quiros/survey/bin/rake delete mode 100755 justin_quiros/survey/bin/setup delete mode 100755 justin_quiros/survey/bin/spring delete mode 100644 justin_quiros/survey/config.ru delete mode 100644 justin_quiros/survey/config/application.rb delete mode 100644 justin_quiros/survey/config/boot.rb delete mode 100644 justin_quiros/survey/config/database.yml delete mode 100644 justin_quiros/survey/config/environment.rb delete mode 100644 justin_quiros/survey/config/environments/development.rb delete mode 100644 justin_quiros/survey/config/environments/production.rb delete mode 100644 justin_quiros/survey/config/environments/test.rb delete mode 100644 justin_quiros/survey/config/initializers/assets.rb delete mode 100644 justin_quiros/survey/config/initializers/backtrace_silencers.rb delete mode 100644 justin_quiros/survey/config/initializers/cookies_serializer.rb delete mode 100644 justin_quiros/survey/config/initializers/filter_parameter_logging.rb delete mode 100644 justin_quiros/survey/config/initializers/inflections.rb delete mode 100644 justin_quiros/survey/config/initializers/mime_types.rb delete mode 100644 justin_quiros/survey/config/initializers/session_store.rb delete mode 100644 justin_quiros/survey/config/initializers/wrap_parameters.rb delete mode 100644 justin_quiros/survey/config/locales/en.yml delete mode 100644 justin_quiros/survey/config/routes.rb delete mode 100644 justin_quiros/survey/config/secrets.yml delete mode 100644 justin_quiros/survey/db/seeds.rb delete mode 100644 justin_quiros/survey/lib/assets/.keep delete mode 100644 justin_quiros/survey/lib/tasks/.keep delete mode 100644 justin_quiros/survey/log/.keep delete mode 100644 justin_quiros/survey/public/404.html delete mode 100644 justin_quiros/survey/public/422.html delete mode 100644 justin_quiros/survey/public/500.html delete mode 100644 justin_quiros/survey/public/favicon.ico delete mode 100644 justin_quiros/survey/public/robots.txt delete mode 100644 justin_quiros/survey/test/controllers/.keep delete mode 100644 justin_quiros/survey/test/controllers/dojos_controller_test.rb delete mode 100644 justin_quiros/survey/test/fixtures/.keep delete mode 100644 justin_quiros/survey/test/helpers/.keep delete mode 100644 justin_quiros/survey/test/integration/.keep delete mode 100644 justin_quiros/survey/test/mailers/.keep delete mode 100644 justin_quiros/survey/test/models/.keep delete mode 100644 justin_quiros/survey/test/test_helper.rb delete mode 100644 justin_quiros/survey/vendor/assets/javascripts/.keep delete mode 100644 justin_quiros/survey/vendor/assets/stylesheets/.keep delete mode 100644 justin_quiros/user.rb delete mode 100644 justin_quiros/user_login_project/.gitignore delete mode 100644 justin_quiros/user_login_project/Gemfile delete mode 100644 justin_quiros/user_login_project/Gemfile.lock delete mode 100644 justin_quiros/user_login_project/README.rdoc delete mode 100644 justin_quiros/user_login_project/Rakefile delete mode 100644 justin_quiros/user_login_project/app/assets/images/.keep delete mode 100644 justin_quiros/user_login_project/app/assets/javascripts/application.js delete mode 100644 justin_quiros/user_login_project/app/assets/stylesheets/application.css delete mode 100644 justin_quiros/user_login_project/app/controllers/application_controller.rb delete mode 100644 justin_quiros/user_login_project/app/controllers/concerns/.keep delete mode 100644 justin_quiros/user_login_project/app/helpers/application_helper.rb delete mode 100644 justin_quiros/user_login_project/app/mailers/.keep delete mode 100644 justin_quiros/user_login_project/app/models/.keep delete mode 100644 justin_quiros/user_login_project/app/models/concerns/.keep delete mode 100644 justin_quiros/user_login_project/app/models/user.rb delete mode 100644 justin_quiros/user_login_project/app/views/layouts/application.html.erb delete mode 100755 justin_quiros/user_login_project/bin/bundle delete mode 100755 justin_quiros/user_login_project/bin/rails delete mode 100755 justin_quiros/user_login_project/bin/rake delete mode 100755 justin_quiros/user_login_project/bin/setup delete mode 100755 justin_quiros/user_login_project/bin/spring delete mode 100644 justin_quiros/user_login_project/config.ru delete mode 100644 justin_quiros/user_login_project/config/application.rb delete mode 100644 justin_quiros/user_login_project/config/boot.rb delete mode 100644 justin_quiros/user_login_project/config/database.yml delete mode 100644 justin_quiros/user_login_project/config/environment.rb delete mode 100644 justin_quiros/user_login_project/config/environments/development.rb delete mode 100644 justin_quiros/user_login_project/config/environments/production.rb delete mode 100644 justin_quiros/user_login_project/config/environments/test.rb delete mode 100644 justin_quiros/user_login_project/config/initializers/assets.rb delete mode 100644 justin_quiros/user_login_project/config/initializers/backtrace_silencers.rb delete mode 100644 justin_quiros/user_login_project/config/initializers/cookies_serializer.rb delete mode 100644 justin_quiros/user_login_project/config/initializers/filter_parameter_logging.rb delete mode 100644 justin_quiros/user_login_project/config/initializers/inflections.rb delete mode 100644 justin_quiros/user_login_project/config/initializers/mime_types.rb delete mode 100644 justin_quiros/user_login_project/config/initializers/session_store.rb delete mode 100644 justin_quiros/user_login_project/config/initializers/wrap_parameters.rb delete mode 100644 justin_quiros/user_login_project/config/locales/en.yml delete mode 100644 justin_quiros/user_login_project/config/routes.rb delete mode 100644 justin_quiros/user_login_project/config/secrets.yml delete mode 100644 justin_quiros/user_login_project/db/migrate/20171129184845_create_users.rb delete mode 100644 justin_quiros/user_login_project/db/schema.rb delete mode 100644 justin_quiros/user_login_project/db/seeds.rb delete mode 100644 justin_quiros/user_login_project/lib/assets/.keep delete mode 100644 justin_quiros/user_login_project/lib/tasks/.keep delete mode 100644 justin_quiros/user_login_project/log/.keep delete mode 100644 justin_quiros/user_login_project/public/404.html delete mode 100644 justin_quiros/user_login_project/public/422.html delete mode 100644 justin_quiros/user_login_project/public/500.html delete mode 100644 justin_quiros/user_login_project/public/favicon.ico delete mode 100644 justin_quiros/user_login_project/public/robots.txt delete mode 100644 justin_quiros/user_login_project/test/controllers/.keep delete mode 100644 justin_quiros/user_login_project/test/fixtures/.keep delete mode 100644 justin_quiros/user_login_project/test/fixtures/users.yml delete mode 100644 justin_quiros/user_login_project/test/helpers/.keep delete mode 100644 justin_quiros/user_login_project/test/integration/.keep delete mode 100644 justin_quiros/user_login_project/test/mailers/.keep delete mode 100644 justin_quiros/user_login_project/test/models/.keep delete mode 100644 justin_quiros/user_login_project/test/models/user_test.rb delete mode 100644 justin_quiros/user_login_project/test/test_helper.rb delete mode 100644 justin_quiros/user_login_project/vendor/assets/javascripts/.keep delete mode 100644 justin_quiros/user_login_project/vendor/assets/stylesheets/.keep delete mode 100644 justin_quiros/wizninsam/human.rb delete mode 100644 justin_quiros/wizninsam/ninja.rb delete mode 100644 justin_quiros/wizninsam/samurai.rb delete mode 100644 justin_quiros/wizninsam/wizard.rb delete mode 100644 richardN/.DS_Store delete mode 100644 richardN/README.md delete mode 100644 richardN/controllers/.DS_Store delete mode 100644 richardN/controllers/imc2/.gitignore delete mode 100644 richardN/controllers/imc2/Gemfile delete mode 100644 richardN/controllers/imc2/Gemfile.lock delete mode 100644 richardN/controllers/imc2/README.rdoc delete mode 100644 richardN/controllers/imc2/Rakefile delete mode 100644 richardN/controllers/imc2/app/assets/images/.keep delete mode 100644 richardN/controllers/imc2/app/assets/javascripts/application.js delete mode 100644 richardN/controllers/imc2/app/assets/javascripts/users.coffee delete mode 100644 richardN/controllers/imc2/app/assets/stylesheets/application.css delete mode 100644 richardN/controllers/imc2/app/assets/stylesheets/users.scss delete mode 100644 richardN/controllers/imc2/app/controllers/application_controller.rb delete mode 100644 richardN/controllers/imc2/app/controllers/concerns/.keep delete mode 100644 richardN/controllers/imc2/app/controllers/users_controller.rb delete mode 100644 richardN/controllers/imc2/app/helpers/application_helper.rb delete mode 100644 richardN/controllers/imc2/app/helpers/users_helper.rb delete mode 100644 richardN/controllers/imc2/app/mailers/.keep delete mode 100644 richardN/controllers/imc2/app/models/.keep delete mode 100644 richardN/controllers/imc2/app/models/concerns/.keep delete mode 100644 richardN/controllers/imc2/app/models/user.rb delete mode 100644 richardN/controllers/imc2/app/views/layouts/application.html.erb delete mode 100644 richardN/controllers/imc2/app/views/users/edit.html.erb delete mode 100644 richardN/controllers/imc2/app/views/users/new.html.erb delete mode 100755 richardN/controllers/imc2/bin/bundle delete mode 100755 richardN/controllers/imc2/bin/rails delete mode 100755 richardN/controllers/imc2/bin/rake delete mode 100755 richardN/controllers/imc2/bin/setup delete mode 100755 richardN/controllers/imc2/bin/spring delete mode 100644 richardN/controllers/imc2/config.ru delete mode 100644 richardN/controllers/imc2/config/application.rb delete mode 100644 richardN/controllers/imc2/config/boot.rb delete mode 100644 richardN/controllers/imc2/config/database.yml delete mode 100644 richardN/controllers/imc2/config/environment.rb delete mode 100644 richardN/controllers/imc2/config/environments/development.rb delete mode 100644 richardN/controllers/imc2/config/environments/production.rb delete mode 100644 richardN/controllers/imc2/config/environments/test.rb delete mode 100644 richardN/controllers/imc2/config/initializers/assets.rb delete mode 100644 richardN/controllers/imc2/config/initializers/backtrace_silencers.rb delete mode 100644 richardN/controllers/imc2/config/initializers/cookies_serializer.rb delete mode 100644 richardN/controllers/imc2/config/initializers/filter_parameter_logging.rb delete mode 100644 richardN/controllers/imc2/config/initializers/inflections.rb delete mode 100644 richardN/controllers/imc2/config/initializers/mime_types.rb delete mode 100644 richardN/controllers/imc2/config/initializers/session_store.rb delete mode 100644 richardN/controllers/imc2/config/initializers/wrap_parameters.rb delete mode 100644 richardN/controllers/imc2/config/locales/en.yml delete mode 100644 richardN/controllers/imc2/config/routes.rb delete mode 100644 richardN/controllers/imc2/config/secrets.yml delete mode 100644 richardN/controllers/imc2/db/migrate/20171202220035_create_users.rb delete mode 100644 richardN/controllers/imc2/db/schema.rb delete mode 100644 richardN/controllers/imc2/db/seeds.rb delete mode 100644 richardN/controllers/imc2/lib/assets/.keep delete mode 100644 richardN/controllers/imc2/lib/tasks/.keep delete mode 100644 richardN/controllers/imc2/log/.keep delete mode 100644 richardN/controllers/imc2/public/404.html delete mode 100644 richardN/controllers/imc2/public/422.html delete mode 100644 richardN/controllers/imc2/public/500.html delete mode 100644 richardN/controllers/imc2/public/favicon.ico delete mode 100644 richardN/controllers/imc2/public/robots.txt delete mode 100644 richardN/controllers/imc2/test/controllers/.keep delete mode 100644 richardN/controllers/imc2/test/controllers/users_controller_test.rb delete mode 100644 richardN/controllers/imc2/test/fixtures/.keep delete mode 100644 richardN/controllers/imc2/test/fixtures/users.yml delete mode 100644 richardN/controllers/imc2/test/helpers/.keep delete mode 100644 richardN/controllers/imc2/test/integration/.keep delete mode 100644 richardN/controllers/imc2/test/mailers/.keep delete mode 100644 richardN/controllers/imc2/test/models/.keep delete mode 100644 richardN/controllers/imc2/test/models/user_test.rb delete mode 100644 richardN/controllers/imc2/test/test_helper.rb delete mode 100644 richardN/controllers/imc2/vendor/assets/javascripts/.keep delete mode 100644 richardN/controllers/imc2/vendor/assets/stylesheets/.keep delete mode 100644 richardN/controllers/routesContollers/.DS_Store delete mode 100644 richardN/controllers/routesContollers/.gitignore delete mode 100644 richardN/controllers/routesContollers/Gemfile delete mode 100644 richardN/controllers/routesContollers/Gemfile.lock delete mode 100644 richardN/controllers/routesContollers/README.rdoc delete mode 100644 richardN/controllers/routesContollers/Rakefile delete mode 100644 richardN/controllers/routesContollers/app/assets/images/.keep delete mode 100644 richardN/controllers/routesContollers/app/assets/javascripts/application.js delete mode 100644 richardN/controllers/routesContollers/app/assets/javascripts/hellos.coffee delete mode 100644 richardN/controllers/routesContollers/app/assets/stylesheets/application.css delete mode 100644 richardN/controllers/routesContollers/app/assets/stylesheets/hellos.scss delete mode 100644 richardN/controllers/routesContollers/app/controllers/application_controller.rb delete mode 100644 richardN/controllers/routesContollers/app/controllers/concerns/.keep delete mode 100644 richardN/controllers/routesContollers/app/controllers/hellos_controller.rb delete mode 100644 richardN/controllers/routesContollers/app/helpers/application_helper.rb delete mode 100644 richardN/controllers/routesContollers/app/helpers/hellos_helper.rb delete mode 100644 richardN/controllers/routesContollers/app/mailers/.keep delete mode 100644 richardN/controllers/routesContollers/app/models/.keep delete mode 100644 richardN/controllers/routesContollers/app/models/concerns/.keep delete mode 100644 richardN/controllers/routesContollers/app/views/layouts/application.html.erb delete mode 100755 richardN/controllers/routesContollers/bin/bundle delete mode 100755 richardN/controllers/routesContollers/bin/rails delete mode 100755 richardN/controllers/routesContollers/bin/rake delete mode 100755 richardN/controllers/routesContollers/bin/setup delete mode 100755 richardN/controllers/routesContollers/bin/spring delete mode 100644 richardN/controllers/routesContollers/config.ru delete mode 100644 richardN/controllers/routesContollers/config/application.rb delete mode 100644 richardN/controllers/routesContollers/config/boot.rb delete mode 100644 richardN/controllers/routesContollers/config/database.yml delete mode 100644 richardN/controllers/routesContollers/config/environment.rb delete mode 100644 richardN/controllers/routesContollers/config/environments/development.rb delete mode 100644 richardN/controllers/routesContollers/config/environments/production.rb delete mode 100644 richardN/controllers/routesContollers/config/environments/test.rb delete mode 100644 richardN/controllers/routesContollers/config/initializers/assets.rb delete mode 100644 richardN/controllers/routesContollers/config/initializers/backtrace_silencers.rb delete mode 100644 richardN/controllers/routesContollers/config/initializers/cookies_serializer.rb delete mode 100644 richardN/controllers/routesContollers/config/initializers/filter_parameter_logging.rb delete mode 100644 richardN/controllers/routesContollers/config/initializers/inflections.rb delete mode 100644 richardN/controllers/routesContollers/config/initializers/mime_types.rb delete mode 100644 richardN/controllers/routesContollers/config/initializers/session_store.rb delete mode 100644 richardN/controllers/routesContollers/config/initializers/wrap_parameters.rb delete mode 100644 richardN/controllers/routesContollers/config/locales/en.yml delete mode 100644 richardN/controllers/routesContollers/config/routes.rb delete mode 100644 richardN/controllers/routesContollers/config/secrets.yml delete mode 100644 richardN/controllers/routesContollers/db/schema.rb delete mode 100644 richardN/controllers/routesContollers/db/seeds.rb delete mode 100644 richardN/controllers/routesContollers/lib/assets/.keep delete mode 100644 richardN/controllers/routesContollers/lib/tasks/.keep delete mode 100644 richardN/controllers/routesContollers/log/.keep delete mode 100644 richardN/controllers/routesContollers/public/404.html delete mode 100644 richardN/controllers/routesContollers/public/422.html delete mode 100644 richardN/controllers/routesContollers/public/500.html delete mode 100644 richardN/controllers/routesContollers/public/favicon.ico delete mode 100644 richardN/controllers/routesContollers/public/robots.txt delete mode 100644 richardN/controllers/routesContollers/test/controllers/.keep delete mode 100644 richardN/controllers/routesContollers/test/controllers/hellos_controller_test.rb delete mode 100644 richardN/controllers/routesContollers/test/fixtures/.keep delete mode 100644 richardN/controllers/routesContollers/test/helpers/.keep delete mode 100644 richardN/controllers/routesContollers/test/integration/.keep delete mode 100644 richardN/controllers/routesContollers/test/mailers/.keep delete mode 100644 richardN/controllers/routesContollers/test/models/.keep delete mode 100644 richardN/controllers/routesContollers/test/test_helper.rb delete mode 100644 richardN/controllers/routesContollers/vendor/assets/javascripts/.keep delete mode 100644 richardN/controllers/routesContollers/vendor/assets/stylesheets/.keep delete mode 100644 richardN/controllers/timeDisplay/.gitignore delete mode 100644 richardN/controllers/timeDisplay/Gemfile delete mode 100644 richardN/controllers/timeDisplay/Gemfile.lock delete mode 100644 richardN/controllers/timeDisplay/README.rdoc delete mode 100644 richardN/controllers/timeDisplay/Rakefile delete mode 100644 richardN/controllers/timeDisplay/app/assets/images/.keep delete mode 100644 richardN/controllers/timeDisplay/app/assets/javascripts/application.js delete mode 100644 richardN/controllers/timeDisplay/app/assets/javascripts/time_displays.coffee delete mode 100644 richardN/controllers/timeDisplay/app/assets/stylesheets/application.css delete mode 100644 richardN/controllers/timeDisplay/app/assets/stylesheets/time_displays.scss delete mode 100644 richardN/controllers/timeDisplay/app/controllers/application_controller.rb delete mode 100644 richardN/controllers/timeDisplay/app/controllers/concerns/.keep delete mode 100644 richardN/controllers/timeDisplay/app/controllers/time_displays_controller.rb delete mode 100644 richardN/controllers/timeDisplay/app/helpers/application_helper.rb delete mode 100644 richardN/controllers/timeDisplay/app/helpers/time_displays_helper.rb delete mode 100644 richardN/controllers/timeDisplay/app/mailers/.keep delete mode 100644 richardN/controllers/timeDisplay/app/models/.keep delete mode 100644 richardN/controllers/timeDisplay/app/models/concerns/.keep delete mode 100644 richardN/controllers/timeDisplay/app/views/layouts/application.html.erb delete mode 100644 richardN/controllers/timeDisplay/app/views/time_displays/time.html.erb delete mode 100755 richardN/controllers/timeDisplay/bin/bundle delete mode 100755 richardN/controllers/timeDisplay/bin/rails delete mode 100755 richardN/controllers/timeDisplay/bin/rake delete mode 100755 richardN/controllers/timeDisplay/bin/setup delete mode 100755 richardN/controllers/timeDisplay/bin/spring delete mode 100644 richardN/controllers/timeDisplay/config.ru delete mode 100644 richardN/controllers/timeDisplay/config/application.rb delete mode 100644 richardN/controllers/timeDisplay/config/boot.rb delete mode 100644 richardN/controllers/timeDisplay/config/database.yml delete mode 100644 richardN/controllers/timeDisplay/config/environment.rb delete mode 100644 richardN/controllers/timeDisplay/config/environments/development.rb delete mode 100644 richardN/controllers/timeDisplay/config/environments/production.rb delete mode 100644 richardN/controllers/timeDisplay/config/environments/test.rb delete mode 100644 richardN/controllers/timeDisplay/config/initializers/assets.rb delete mode 100644 richardN/controllers/timeDisplay/config/initializers/backtrace_silencers.rb delete mode 100644 richardN/controllers/timeDisplay/config/initializers/cookies_serializer.rb delete mode 100644 richardN/controllers/timeDisplay/config/initializers/filter_parameter_logging.rb delete mode 100644 richardN/controllers/timeDisplay/config/initializers/inflections.rb delete mode 100644 richardN/controllers/timeDisplay/config/initializers/mime_types.rb delete mode 100644 richardN/controllers/timeDisplay/config/initializers/rails_footnotes.rb delete mode 100644 richardN/controllers/timeDisplay/config/initializers/session_store.rb delete mode 100644 richardN/controllers/timeDisplay/config/initializers/wrap_parameters.rb delete mode 100644 richardN/controllers/timeDisplay/config/locales/en.yml delete mode 100644 richardN/controllers/timeDisplay/config/routes.rb delete mode 100644 richardN/controllers/timeDisplay/config/secrets.yml delete mode 100644 richardN/controllers/timeDisplay/db/seeds.rb delete mode 100644 richardN/controllers/timeDisplay/lib/assets/.keep delete mode 100644 richardN/controllers/timeDisplay/lib/tasks/.keep delete mode 100644 richardN/controllers/timeDisplay/log/.keep delete mode 100644 richardN/controllers/timeDisplay/public/404.html delete mode 100644 richardN/controllers/timeDisplay/public/422.html delete mode 100644 richardN/controllers/timeDisplay/public/500.html delete mode 100644 richardN/controllers/timeDisplay/public/favicon.ico delete mode 100644 richardN/controllers/timeDisplay/public/robots.txt delete mode 100644 richardN/controllers/timeDisplay/test/controllers/.keep delete mode 100644 richardN/controllers/timeDisplay/test/controllers/time_displays_controller_test.rb delete mode 100644 richardN/controllers/timeDisplay/test/fixtures/.keep delete mode 100644 richardN/controllers/timeDisplay/test/helpers/.keep delete mode 100644 richardN/controllers/timeDisplay/test/integration/.keep delete mode 100644 richardN/controllers/timeDisplay/test/mailers/.keep delete mode 100644 richardN/controllers/timeDisplay/test/models/.keep delete mode 100644 richardN/controllers/timeDisplay/test/test_helper.rb delete mode 100644 richardN/controllers/timeDisplay/vendor/assets/javascripts/.keep delete mode 100644 richardN/controllers/timeDisplay/vendor/assets/stylesheets/.keep delete mode 100644 richardN/fundamentals/.DS_Store delete mode 100644 richardN/fundamentals/arrays.rb delete mode 100644 richardN/fundamentals/basic13.rb delete mode 100644 richardN/fundamentals/guess.rb delete mode 100644 richardN/fundamentals/hashes.rb delete mode 100644 richardN/fundamentals/iterators.rb delete mode 100644 richardN/fundamentals/my_enumerable.rb delete mode 100644 richardN/fundamentals/names.rb delete mode 100644 richardN/fundamentals/puzzles.rb delete mode 100644 richardN/fundamentals/range.rb delete mode 100644 richardN/models/.DS_Store delete mode 100644 richardN/models/Users/.DS_Store delete mode 100644 richardN/models/Users/.gitignore delete mode 100644 richardN/models/Users/Gemfile delete mode 100644 richardN/models/Users/Gemfile.lock delete mode 100644 richardN/models/Users/README.rdoc delete mode 100644 richardN/models/Users/Rakefile delete mode 100644 richardN/models/Users/app/.DS_Store delete mode 100644 richardN/models/Users/app/assets/images/.keep delete mode 100644 richardN/models/Users/app/assets/javascripts/application.js delete mode 100644 richardN/models/Users/app/assets/stylesheets/application.css delete mode 100644 richardN/models/Users/app/controllers/application_controller.rb delete mode 100644 richardN/models/Users/app/controllers/concerns/.keep delete mode 100644 richardN/models/Users/app/helpers/application_helper.rb delete mode 100644 richardN/models/Users/app/mailers/.keep delete mode 100644 richardN/models/Users/app/models/.DS_Store delete mode 100644 richardN/models/Users/app/models/.keep delete mode 100644 richardN/models/Users/app/models/concerns/.keep delete mode 100644 richardN/models/Users/app/models/user.rb delete mode 100644 richardN/models/Users/app/views/layouts/application.html.erb delete mode 100755 richardN/models/Users/bin/bundle delete mode 100755 richardN/models/Users/bin/rails delete mode 100755 richardN/models/Users/bin/rake delete mode 100755 richardN/models/Users/bin/setup delete mode 100755 richardN/models/Users/bin/spring delete mode 100644 richardN/models/Users/config.ru delete mode 100644 richardN/models/Users/config/application.rb delete mode 100644 richardN/models/Users/config/boot.rb delete mode 100644 richardN/models/Users/config/database.yml delete mode 100644 richardN/models/Users/config/environment.rb delete mode 100644 richardN/models/Users/config/environments/development.rb delete mode 100644 richardN/models/Users/config/environments/production.rb delete mode 100644 richardN/models/Users/config/environments/test.rb delete mode 100644 richardN/models/Users/config/initializers/assets.rb delete mode 100644 richardN/models/Users/config/initializers/backtrace_silencers.rb delete mode 100644 richardN/models/Users/config/initializers/cookies_serializer.rb delete mode 100644 richardN/models/Users/config/initializers/filter_parameter_logging.rb delete mode 100644 richardN/models/Users/config/initializers/inflections.rb delete mode 100644 richardN/models/Users/config/initializers/mime_types.rb delete mode 100644 richardN/models/Users/config/initializers/session_store.rb delete mode 100644 richardN/models/Users/config/initializers/wrap_parameters.rb delete mode 100644 richardN/models/Users/config/locales/en.yml delete mode 100644 richardN/models/Users/config/routes.rb delete mode 100644 richardN/models/Users/config/secrets.yml delete mode 100644 richardN/models/Users/db/.DS_Store delete mode 100644 richardN/models/Users/db/migrate/20171130021031_create_users.rb delete mode 100644 richardN/models/Users/db/schema.rb delete mode 100644 richardN/models/Users/db/seeds.rb delete mode 100644 richardN/models/Users/lib/assets/.keep delete mode 100644 richardN/models/Users/lib/tasks/.keep delete mode 100644 richardN/models/Users/log/.keep delete mode 100644 richardN/models/Users/public/404.html delete mode 100644 richardN/models/Users/public/422.html delete mode 100644 richardN/models/Users/public/500.html delete mode 100644 richardN/models/Users/public/favicon.ico delete mode 100644 richardN/models/Users/public/robots.txt delete mode 100644 richardN/models/Users/test/controllers/.keep delete mode 100644 richardN/models/Users/test/fixtures/.keep delete mode 100644 richardN/models/Users/test/fixtures/users.yml delete mode 100644 richardN/models/Users/test/helpers/.keep delete mode 100644 richardN/models/Users/test/integration/.keep delete mode 100644 richardN/models/Users/test/mailers/.keep delete mode 100644 richardN/models/Users/test/models/.keep delete mode 100644 richardN/models/Users/test/models/user_test.rb delete mode 100644 richardN/models/Users/test/test_helper.rb delete mode 100644 richardN/models/Users/vendor/assets/javascripts/.keep delete mode 100644 richardN/models/Users/vendor/assets/stylesheets/.keep delete mode 100644 richardN/models/blogPostMessage/.gitignore delete mode 100644 richardN/models/blogPostMessage/Gemfile delete mode 100644 richardN/models/blogPostMessage/Gemfile.lock delete mode 100644 richardN/models/blogPostMessage/README.rdoc delete mode 100644 richardN/models/blogPostMessage/Rakefile delete mode 100644 richardN/models/blogPostMessage/app/assets/images/.keep delete mode 100644 richardN/models/blogPostMessage/app/assets/javascripts/application.js delete mode 100644 richardN/models/blogPostMessage/app/assets/stylesheets/application.css delete mode 100644 richardN/models/blogPostMessage/app/controllers/application_controller.rb delete mode 100644 richardN/models/blogPostMessage/app/controllers/concerns/.keep delete mode 100644 richardN/models/blogPostMessage/app/helpers/application_helper.rb delete mode 100644 richardN/models/blogPostMessage/app/mailers/.keep delete mode 100644 richardN/models/blogPostMessage/app/models/.keep delete mode 100644 richardN/models/blogPostMessage/app/models/blog.rb delete mode 100644 richardN/models/blogPostMessage/app/models/concerns/.keep delete mode 100644 richardN/models/blogPostMessage/app/models/message.rb delete mode 100644 richardN/models/blogPostMessage/app/models/owner.rb delete mode 100644 richardN/models/blogPostMessage/app/models/post.rb delete mode 100644 richardN/models/blogPostMessage/app/models/user.rb delete mode 100644 richardN/models/blogPostMessage/app/views/layouts/application.html.erb delete mode 100755 richardN/models/blogPostMessage/bin/bundle delete mode 100755 richardN/models/blogPostMessage/bin/rails delete mode 100755 richardN/models/blogPostMessage/bin/rake delete mode 100755 richardN/models/blogPostMessage/bin/setup delete mode 100755 richardN/models/blogPostMessage/bin/spring delete mode 100644 richardN/models/blogPostMessage/config.ru delete mode 100644 richardN/models/blogPostMessage/config/application.rb delete mode 100644 richardN/models/blogPostMessage/config/boot.rb delete mode 100644 richardN/models/blogPostMessage/config/database.yml delete mode 100644 richardN/models/blogPostMessage/config/environment.rb delete mode 100644 richardN/models/blogPostMessage/config/environments/development.rb delete mode 100644 richardN/models/blogPostMessage/config/environments/production.rb delete mode 100644 richardN/models/blogPostMessage/config/environments/test.rb delete mode 100644 richardN/models/blogPostMessage/config/initializers/assets.rb delete mode 100644 richardN/models/blogPostMessage/config/initializers/backtrace_silencers.rb delete mode 100644 richardN/models/blogPostMessage/config/initializers/cookies_serializer.rb delete mode 100644 richardN/models/blogPostMessage/config/initializers/filter_parameter_logging.rb delete mode 100644 richardN/models/blogPostMessage/config/initializers/inflections.rb delete mode 100644 richardN/models/blogPostMessage/config/initializers/mime_types.rb delete mode 100644 richardN/models/blogPostMessage/config/initializers/session_store.rb delete mode 100644 richardN/models/blogPostMessage/config/initializers/wrap_parameters.rb delete mode 100644 richardN/models/blogPostMessage/config/locales/en.yml delete mode 100644 richardN/models/blogPostMessage/config/routes.rb delete mode 100644 richardN/models/blogPostMessage/config/secrets.yml delete mode 100644 richardN/models/blogPostMessage/db/migrate/20171204020601_create_users.rb delete mode 100644 richardN/models/blogPostMessage/db/migrate/20171204020634_create_blogs.rb delete mode 100644 richardN/models/blogPostMessage/db/migrate/20171204020711_create_owners.rb delete mode 100644 richardN/models/blogPostMessage/db/migrate/20171204020756_create_posts.rb delete mode 100644 richardN/models/blogPostMessage/db/migrate/20171204020846_create_messages.rb delete mode 100644 richardN/models/blogPostMessage/db/schema.rb delete mode 100644 richardN/models/blogPostMessage/db/seeds.rb delete mode 100644 richardN/models/blogPostMessage/lib/assets/.keep delete mode 100644 richardN/models/blogPostMessage/lib/tasks/.keep delete mode 100644 richardN/models/blogPostMessage/log/.keep delete mode 100644 richardN/models/blogPostMessage/public/404.html delete mode 100644 richardN/models/blogPostMessage/public/422.html delete mode 100644 richardN/models/blogPostMessage/public/500.html delete mode 100644 richardN/models/blogPostMessage/public/favicon.ico delete mode 100644 richardN/models/blogPostMessage/public/robots.txt delete mode 100644 richardN/models/blogPostMessage/test/controllers/.keep delete mode 100644 richardN/models/blogPostMessage/test/fixtures/.keep delete mode 100644 richardN/models/blogPostMessage/test/fixtures/blogs.yml delete mode 100644 richardN/models/blogPostMessage/test/fixtures/messages.yml delete mode 100644 richardN/models/blogPostMessage/test/fixtures/owners.yml delete mode 100644 richardN/models/blogPostMessage/test/fixtures/posts.yml delete mode 100644 richardN/models/blogPostMessage/test/fixtures/users.yml delete mode 100644 richardN/models/blogPostMessage/test/helpers/.keep delete mode 100644 richardN/models/blogPostMessage/test/integration/.keep delete mode 100644 richardN/models/blogPostMessage/test/mailers/.keep delete mode 100644 richardN/models/blogPostMessage/test/models/.keep delete mode 100644 richardN/models/blogPostMessage/test/models/blog_test.rb delete mode 100644 richardN/models/blogPostMessage/test/models/message_test.rb delete mode 100644 richardN/models/blogPostMessage/test/models/owner_test.rb delete mode 100644 richardN/models/blogPostMessage/test/models/post_test.rb delete mode 100644 richardN/models/blogPostMessage/test/models/user_test.rb delete mode 100644 richardN/models/blogPostMessage/test/test_helper.rb delete mode 100644 richardN/models/blogPostMessage/vendor/assets/javascripts/.keep delete mode 100644 richardN/models/blogPostMessage/vendor/assets/stylesheets/.keep delete mode 100644 richardN/models/bpm/.gitignore delete mode 100644 richardN/models/bpm/Gemfile delete mode 100644 richardN/models/bpm/Gemfile.lock delete mode 100644 richardN/models/bpm/README.rdoc delete mode 100644 richardN/models/bpm/Rakefile delete mode 100644 richardN/models/bpm/app/assets/images/.keep delete mode 100644 richardN/models/bpm/app/assets/javascripts/application.js delete mode 100644 richardN/models/bpm/app/assets/stylesheets/application.css delete mode 100644 richardN/models/bpm/app/controllers/application_controller.rb delete mode 100644 richardN/models/bpm/app/controllers/concerns/.keep delete mode 100644 richardN/models/bpm/app/helpers/application_helper.rb delete mode 100644 richardN/models/bpm/app/mailers/.keep delete mode 100644 richardN/models/bpm/app/models/.keep delete mode 100644 richardN/models/bpm/app/models/blog.rb delete mode 100644 richardN/models/bpm/app/models/concerns/.keep delete mode 100644 richardN/models/bpm/app/models/message.rb delete mode 100644 richardN/models/bpm/app/models/post.rb delete mode 100644 richardN/models/bpm/app/views/layouts/application.html.erb delete mode 100755 richardN/models/bpm/bin/bundle delete mode 100755 richardN/models/bpm/bin/rails delete mode 100755 richardN/models/bpm/bin/rake delete mode 100755 richardN/models/bpm/bin/setup delete mode 100755 richardN/models/bpm/bin/spring delete mode 100644 richardN/models/bpm/config.ru delete mode 100644 richardN/models/bpm/config/application.rb delete mode 100644 richardN/models/bpm/config/boot.rb delete mode 100644 richardN/models/bpm/config/database.yml delete mode 100644 richardN/models/bpm/config/environment.rb delete mode 100644 richardN/models/bpm/config/environments/development.rb delete mode 100644 richardN/models/bpm/config/environments/production.rb delete mode 100644 richardN/models/bpm/config/environments/test.rb delete mode 100644 richardN/models/bpm/config/initializers/assets.rb delete mode 100644 richardN/models/bpm/config/initializers/backtrace_silencers.rb delete mode 100644 richardN/models/bpm/config/initializers/cookies_serializer.rb delete mode 100644 richardN/models/bpm/config/initializers/filter_parameter_logging.rb delete mode 100644 richardN/models/bpm/config/initializers/inflections.rb delete mode 100644 richardN/models/bpm/config/initializers/mime_types.rb delete mode 100644 richardN/models/bpm/config/initializers/session_store.rb delete mode 100644 richardN/models/bpm/config/initializers/wrap_parameters.rb delete mode 100644 richardN/models/bpm/config/locales/en.yml delete mode 100644 richardN/models/bpm/config/routes.rb delete mode 100644 richardN/models/bpm/config/secrets.yml delete mode 100644 richardN/models/bpm/db/migrate/20171201021033_create_blogs.rb delete mode 100644 richardN/models/bpm/db/migrate/20171201023337_create_posts.rb delete mode 100644 richardN/models/bpm/db/migrate/20171201023521_create_messages.rb delete mode 100644 richardN/models/bpm/db/schema.rb delete mode 100644 richardN/models/bpm/db/seeds.rb delete mode 100644 richardN/models/bpm/lib/assets/.keep delete mode 100644 richardN/models/bpm/lib/tasks/.keep delete mode 100644 richardN/models/bpm/log/.keep delete mode 100644 richardN/models/bpm/public/404.html delete mode 100644 richardN/models/bpm/public/422.html delete mode 100644 richardN/models/bpm/public/500.html delete mode 100644 richardN/models/bpm/public/favicon.ico delete mode 100644 richardN/models/bpm/public/robots.txt delete mode 100644 richardN/models/bpm/test/controllers/.keep delete mode 100644 richardN/models/bpm/test/fixtures/.keep delete mode 100644 richardN/models/bpm/test/fixtures/blogs.yml delete mode 100644 richardN/models/bpm/test/fixtures/messages.yml delete mode 100644 richardN/models/bpm/test/fixtures/posts.yml delete mode 100644 richardN/models/bpm/test/helpers/.keep delete mode 100644 richardN/models/bpm/test/integration/.keep delete mode 100644 richardN/models/bpm/test/mailers/.keep delete mode 100644 richardN/models/bpm/test/models/.keep delete mode 100644 richardN/models/bpm/test/models/blog_test.rb delete mode 100644 richardN/models/bpm/test/models/message_test.rb delete mode 100644 richardN/models/bpm/test/models/post_test.rb delete mode 100644 richardN/models/bpm/test/test_helper.rb delete mode 100644 richardN/models/bpm/vendor/assets/javascripts/.keep delete mode 100644 richardN/models/bpm/vendor/assets/stylesheets/.keep delete mode 100644 richardN/models/dojoNinjas/.gitignore delete mode 100644 richardN/models/dojoNinjas/Gemfile delete mode 100644 richardN/models/dojoNinjas/Gemfile.lock delete mode 100644 richardN/models/dojoNinjas/README.rdoc delete mode 100644 richardN/models/dojoNinjas/Rakefile delete mode 100644 richardN/models/dojoNinjas/app/assets/images/.keep delete mode 100644 richardN/models/dojoNinjas/app/assets/javascripts/application.js delete mode 100644 richardN/models/dojoNinjas/app/assets/stylesheets/application.css delete mode 100644 richardN/models/dojoNinjas/app/controllers/application_controller.rb delete mode 100644 richardN/models/dojoNinjas/app/controllers/concerns/.keep delete mode 100644 richardN/models/dojoNinjas/app/helpers/application_helper.rb delete mode 100644 richardN/models/dojoNinjas/app/mailers/.keep delete mode 100644 richardN/models/dojoNinjas/app/models/.keep delete mode 100644 richardN/models/dojoNinjas/app/models/concerns/.keep delete mode 100644 richardN/models/dojoNinjas/app/models/dojo.rb delete mode 100644 richardN/models/dojoNinjas/app/models/ninja.rb delete mode 100644 richardN/models/dojoNinjas/app/views/layouts/application.html.erb delete mode 100755 richardN/models/dojoNinjas/bin/bundle delete mode 100755 richardN/models/dojoNinjas/bin/rails delete mode 100755 richardN/models/dojoNinjas/bin/rake delete mode 100755 richardN/models/dojoNinjas/bin/setup delete mode 100755 richardN/models/dojoNinjas/bin/spring delete mode 100644 richardN/models/dojoNinjas/config.ru delete mode 100644 richardN/models/dojoNinjas/config/application.rb delete mode 100644 richardN/models/dojoNinjas/config/boot.rb delete mode 100644 richardN/models/dojoNinjas/config/database.yml delete mode 100644 richardN/models/dojoNinjas/config/environment.rb delete mode 100644 richardN/models/dojoNinjas/config/environments/development.rb delete mode 100644 richardN/models/dojoNinjas/config/environments/production.rb delete mode 100644 richardN/models/dojoNinjas/config/environments/test.rb delete mode 100644 richardN/models/dojoNinjas/config/initializers/assets.rb delete mode 100644 richardN/models/dojoNinjas/config/initializers/backtrace_silencers.rb delete mode 100644 richardN/models/dojoNinjas/config/initializers/cookies_serializer.rb delete mode 100644 richardN/models/dojoNinjas/config/initializers/filter_parameter_logging.rb delete mode 100644 richardN/models/dojoNinjas/config/initializers/inflections.rb delete mode 100644 richardN/models/dojoNinjas/config/initializers/mime_types.rb delete mode 100644 richardN/models/dojoNinjas/config/initializers/session_store.rb delete mode 100644 richardN/models/dojoNinjas/config/initializers/wrap_parameters.rb delete mode 100644 richardN/models/dojoNinjas/config/locales/en.yml delete mode 100644 richardN/models/dojoNinjas/config/routes.rb delete mode 100644 richardN/models/dojoNinjas/config/secrets.yml delete mode 100644 richardN/models/dojoNinjas/db/migrate/20171130165400_create_dojos.rb delete mode 100644 richardN/models/dojoNinjas/db/migrate/20171130170259_create_ninjas.rb delete mode 100644 richardN/models/dojoNinjas/db/schema.rb delete mode 100644 richardN/models/dojoNinjas/db/seeds.rb delete mode 100644 richardN/models/dojoNinjas/lib/assets/.keep delete mode 100644 richardN/models/dojoNinjas/lib/tasks/.keep delete mode 100644 richardN/models/dojoNinjas/log/.keep delete mode 100644 richardN/models/dojoNinjas/public/404.html delete mode 100644 richardN/models/dojoNinjas/public/422.html delete mode 100644 richardN/models/dojoNinjas/public/500.html delete mode 100644 richardN/models/dojoNinjas/public/favicon.ico delete mode 100644 richardN/models/dojoNinjas/public/robots.txt delete mode 100644 richardN/models/dojoNinjas/test/controllers/.keep delete mode 100644 richardN/models/dojoNinjas/test/fixtures/.keep delete mode 100644 richardN/models/dojoNinjas/test/fixtures/dojos.yml delete mode 100644 richardN/models/dojoNinjas/test/fixtures/ninjas.yml delete mode 100644 richardN/models/dojoNinjas/test/helpers/.keep delete mode 100644 richardN/models/dojoNinjas/test/integration/.keep delete mode 100644 richardN/models/dojoNinjas/test/mailers/.keep delete mode 100644 richardN/models/dojoNinjas/test/models/.keep delete mode 100644 richardN/models/dojoNinjas/test/models/dojo_test.rb delete mode 100644 richardN/models/dojoNinjas/test/models/ninja_test.rb delete mode 100644 richardN/models/dojoNinjas/test/test_helper.rb delete mode 100644 richardN/models/dojoNinjas/vendor/assets/javascripts/.keep delete mode 100644 richardN/models/dojoNinjas/vendor/assets/stylesheets/.keep delete mode 100644 richardN/models/optimize/.gitignore delete mode 100644 richardN/models/optimize/Gemfile delete mode 100644 richardN/models/optimize/Gemfile.lock delete mode 100644 richardN/models/optimize/README.rdoc delete mode 100644 richardN/models/optimize/Rakefile delete mode 100644 richardN/models/optimize/app/assets/images/.keep delete mode 100644 richardN/models/optimize/app/assets/javascripts/application.js delete mode 100644 richardN/models/optimize/app/assets/stylesheets/application.css delete mode 100644 richardN/models/optimize/app/controllers/application_controller.rb delete mode 100644 richardN/models/optimize/app/controllers/concerns/.keep delete mode 100644 richardN/models/optimize/app/helpers/application_helper.rb delete mode 100644 richardN/models/optimize/app/mailers/.keep delete mode 100644 richardN/models/optimize/app/models/.keep delete mode 100644 richardN/models/optimize/app/models/concerns/.keep delete mode 100644 richardN/models/optimize/app/models/player.rb delete mode 100644 richardN/models/optimize/app/models/team.rb delete mode 100644 richardN/models/optimize/app/views/layouts/application.html.erb delete mode 100755 richardN/models/optimize/bin/bundle delete mode 100755 richardN/models/optimize/bin/rails delete mode 100755 richardN/models/optimize/bin/rake delete mode 100755 richardN/models/optimize/bin/setup delete mode 100755 richardN/models/optimize/bin/spring delete mode 100644 richardN/models/optimize/config.ru delete mode 100644 richardN/models/optimize/config/application.rb delete mode 100644 richardN/models/optimize/config/boot.rb delete mode 100644 richardN/models/optimize/config/database.yml delete mode 100644 richardN/models/optimize/config/environment.rb delete mode 100644 richardN/models/optimize/config/environments/development.rb delete mode 100644 richardN/models/optimize/config/environments/production.rb delete mode 100644 richardN/models/optimize/config/environments/test.rb delete mode 100644 richardN/models/optimize/config/initializers/assets.rb delete mode 100644 richardN/models/optimize/config/initializers/backtrace_silencers.rb delete mode 100644 richardN/models/optimize/config/initializers/cookies_serializer.rb delete mode 100644 richardN/models/optimize/config/initializers/filter_parameter_logging.rb delete mode 100644 richardN/models/optimize/config/initializers/inflections.rb delete mode 100644 richardN/models/optimize/config/initializers/mime_types.rb delete mode 100644 richardN/models/optimize/config/initializers/session_store.rb delete mode 100644 richardN/models/optimize/config/initializers/wrap_parameters.rb delete mode 100644 richardN/models/optimize/config/locales/en.yml delete mode 100644 richardN/models/optimize/config/routes.rb delete mode 100644 richardN/models/optimize/config/secrets.yml delete mode 100644 richardN/models/optimize/db/migrate/20171203220121_create_teams.rb delete mode 100644 richardN/models/optimize/db/migrate/20171203220131_create_players.rb delete mode 100644 richardN/models/optimize/db/schema.rb delete mode 100644 richardN/models/optimize/db/seeds.rb delete mode 100644 richardN/models/optimize/ff delete mode 100644 richardN/models/optimize/lib/assets/.keep delete mode 100644 richardN/models/optimize/lib/tasks/.keep delete mode 100644 richardN/models/optimize/log/.keep delete mode 100644 richardN/models/optimize/public/404.html delete mode 100644 richardN/models/optimize/public/422.html delete mode 100644 richardN/models/optimize/public/500.html delete mode 100644 richardN/models/optimize/public/favicon.ico delete mode 100644 richardN/models/optimize/public/robots.txt delete mode 100644 richardN/models/optimize/test/controllers/.keep delete mode 100644 richardN/models/optimize/test/fixtures/.keep delete mode 100644 richardN/models/optimize/test/fixtures/players.yml delete mode 100644 richardN/models/optimize/test/fixtures/teams.yml delete mode 100644 richardN/models/optimize/test/helpers/.keep delete mode 100644 richardN/models/optimize/test/integration/.keep delete mode 100644 richardN/models/optimize/test/mailers/.keep delete mode 100644 richardN/models/optimize/test/models/.keep delete mode 100644 richardN/models/optimize/test/models/player_test.rb delete mode 100644 richardN/models/optimize/test/models/team_test.rb delete mode 100644 richardN/models/optimize/test/test_helper.rb delete mode 100644 richardN/models/optimize/vendor/assets/javascripts/.keep delete mode 100644 richardN/models/optimize/vendor/assets/stylesheets/.keep delete mode 100644 richardN/oop/.DS_Store delete mode 100644 richardN/oop/bank.rb delete mode 100644 richardN/oop/dogAssign/.DS_Store delete mode 100644 richardN/oop/dogAssign/dog.rb delete mode 100644 richardN/oop/dogAssign/lion.rb delete mode 100644 richardN/oop/dogAssign/mammal.rb delete mode 100644 richardN/oop/humWizNinSam/human.rb delete mode 100644 richardN/oop/humWizNinSam/wixNinSam.rb delete mode 100644 richardN/oop/mathDojo.rb delete mode 100644 richardN/oop/project.rb diff --git a/.DS_Store b/.DS_Store index 5a2d3bd0a430f9f97a6e2d6efa9413c55601b96f..ed053b3023ba1aae1036373fff45e511ee722af9 100644 GIT binary patch delta 208 zcmZoMXfc@J&&akhU^gQp+hiUl?Rp-D6oyKM9EL=OJcf9NREA`RY#>?0P?D2w7@VA+ zTfl$-IMwFnySSv3mLxMUT=Tg;AFKh7+7u+UI`|bAWFR|YvJsQ{=4H%@EE5}gH?wp6 Gtr4#?a9xXjOsZUiWo8(k{L1>5`nA~20zc7{N$vZ{3Hej z1_1^J##SJ$@gEF;ECvP)^-1N$1yJ=Tk_vJ%i%Sd)t}`+*v#_$Ub8v8RaPe}*2501# z2bUz4lomTB7Da=20f{9UNkDczh!c{Zp9A86*@;PEnW^RR0wT`&c_oRNd8tKU-I*z= zKqWEZnRzMsS|L%104k;(^?&cYIAcS)5O@Uww9Aa zT-DIlGacq31LYVuD>7%YY-Z>9 G%MSp&3S8a* diff --git a/Rodolfo_Valdivieso/controllers/basic_models/.gitignore b/Rodolfo_Valdivieso/controllers/basic_models/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/Rodolfo_Valdivieso/controllers/basic_models/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/Rodolfo_Valdivieso/controllers/basic_models/Gemfile b/Rodolfo_Valdivieso/controllers/basic_models/Gemfile deleted file mode 100644 index a772021..0000000 --- a/Rodolfo_Valdivieso/controllers/basic_models/Gemfile +++ /dev/null @@ -1,50 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -gem 'hirb' -gem 'rails-footnotes', '>= 4.0.0', '<5' - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end - diff --git a/Rodolfo_Valdivieso/controllers/basic_models/Gemfile.lock b/Rodolfo_Valdivieso/controllers/basic_models/Gemfile.lock deleted file mode 100644 index eefb285..0000000 --- a/Rodolfo_Valdivieso/controllers/basic_models/Gemfile.lock +++ /dev/null @@ -1,175 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-footnotes (4.1.8) - rails (>= 3.2) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (3.2.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - rails-footnotes (>= 4.0.0, < 5) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/Rodolfo_Valdivieso/controllers/basic_models/README.rdoc b/Rodolfo_Valdivieso/controllers/basic_models/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/Rodolfo_Valdivieso/controllers/basic_models/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/Rodolfo_Valdivieso/controllers/basic_models/Rakefile b/Rodolfo_Valdivieso/controllers/basic_models/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/Rodolfo_Valdivieso/controllers/basic_models/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/Rodolfo_Valdivieso/controllers/basic_models/app/assets/javascripts/application.js b/Rodolfo_Valdivieso/controllers/basic_models/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/Rodolfo_Valdivieso/controllers/basic_models/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/Rodolfo_Valdivieso/controllers/basic_models/app/assets/stylesheets/application.css b/Rodolfo_Valdivieso/controllers/basic_models/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/Rodolfo_Valdivieso/controllers/basic_models/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/Rodolfo_Valdivieso/controllers/basic_models/app/controllers/application_controller.rb b/Rodolfo_Valdivieso/controllers/basic_models/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/Rodolfo_Valdivieso/controllers/basic_models/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/Rodolfo_Valdivieso/controllers/basic_models/app/controllers/users_controller.rb b/Rodolfo_Valdivieso/controllers/basic_models/app/controllers/users_controller.rb deleted file mode 100644 index 82c4246..0000000 --- a/Rodolfo_Valdivieso/controllers/basic_models/app/controllers/users_controller.rb +++ /dev/null @@ -1,41 +0,0 @@ -class UsersController < ApplicationController - - def index - - end - - def USERALL - return render json: User.all - #return render text: 'Helloooooooo' - end - - def new - return render 'new' - end - - def show - id = params[:id] - @user = User.find(id) - - return render json: User.find(id) - #return render 'show' - end - - def edit - id = params[:id] - @user = User.find(id) - return render 'edit' - end - - - def create - puts params['name'] - user = User.create(name:params['name']) - return redirect_to '/users/'+user.id.to_s - end - - def total - return render text: "Total of user: " + User.count.to_s - end - -end diff --git a/Rodolfo_Valdivieso/controllers/basic_models/app/models/user.rb b/Rodolfo_Valdivieso/controllers/basic_models/app/models/user.rb deleted file mode 100644 index 46a0959..0000000 --- a/Rodolfo_Valdivieso/controllers/basic_models/app/models/user.rb +++ /dev/null @@ -1,4 +0,0 @@ -class User < ActiveRecord::Base - - -end diff --git a/Rodolfo_Valdivieso/controllers/basic_models/app/views/layouts/application.html.erb b/Rodolfo_Valdivieso/controllers/basic_models/app/views/layouts/application.html.erb deleted file mode 100644 index d2fc6d2..0000000 --- a/Rodolfo_Valdivieso/controllers/basic_models/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - BasicModels - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/Rodolfo_Valdivieso/controllers/basic_models/app/views/users/create.html.erb b/Rodolfo_Valdivieso/controllers/basic_models/app/views/users/create.html.erb deleted file mode 100644 index 48ea02e..0000000 --- a/Rodolfo_Valdivieso/controllers/basic_models/app/views/users/create.html.erb +++ /dev/null @@ -1,2 +0,0 @@ -

Users#create

-

Find me in app/views/users/create.html.erb

diff --git a/Rodolfo_Valdivieso/controllers/basic_models/app/views/users/destroy.html.erb b/Rodolfo_Valdivieso/controllers/basic_models/app/views/users/destroy.html.erb deleted file mode 100644 index de4bd26..0000000 --- a/Rodolfo_Valdivieso/controllers/basic_models/app/views/users/destroy.html.erb +++ /dev/null @@ -1,2 +0,0 @@ -

Users#destroy

-

Find me in app/views/users/destroy.html.erb

diff --git a/Rodolfo_Valdivieso/controllers/basic_models/app/views/users/edit.html.erb b/Rodolfo_Valdivieso/controllers/basic_models/app/views/users/edit.html.erb deleted file mode 100644 index e922944..0000000 --- a/Rodolfo_Valdivieso/controllers/basic_models/app/views/users/edit.html.erb +++ /dev/null @@ -1,19 +0,0 @@ - - - - - Edit User - - -
-

Edit User

- - - - - - -
Name:
-
- - \ No newline at end of file diff --git a/Rodolfo_Valdivieso/controllers/basic_models/app/views/users/index.html.erb b/Rodolfo_Valdivieso/controllers/basic_models/app/views/users/index.html.erb deleted file mode 100644 index 5682579..0000000 --- a/Rodolfo_Valdivieso/controllers/basic_models/app/views/users/index.html.erb +++ /dev/null @@ -1 +0,0 @@ -cccccccccccccccccc \ No newline at end of file diff --git a/Rodolfo_Valdivieso/controllers/basic_models/app/views/users/new.html.erb b/Rodolfo_Valdivieso/controllers/basic_models/app/views/users/new.html.erb deleted file mode 100644 index 5deec9a..0000000 --- a/Rodolfo_Valdivieso/controllers/basic_models/app/views/users/new.html.erb +++ /dev/null @@ -1,20 +0,0 @@ - - - - - New User - - -
- -

Create a New User

- - - - - - -
Name:
-
- - diff --git a/Rodolfo_Valdivieso/controllers/basic_models/app/views/users/show.html.erb b/Rodolfo_Valdivieso/controllers/basic_models/app/views/users/show.html.erb deleted file mode 100644 index 2dac318..0000000 --- a/Rodolfo_Valdivieso/controllers/basic_models/app/views/users/show.html.erb +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Show - - -

Show User Information

-

User Name: <%= @user.name %>

- - \ No newline at end of file diff --git a/Rodolfo_Valdivieso/controllers/basic_models/app/views/users/update.html.erb b/Rodolfo_Valdivieso/controllers/basic_models/app/views/users/update.html.erb deleted file mode 100644 index cabbde1..0000000 --- a/Rodolfo_Valdivieso/controllers/basic_models/app/views/users/update.html.erb +++ /dev/null @@ -1,2 +0,0 @@ -

Users#update

-

Find me in app/views/users/update.html.erb

diff --git a/Rodolfo_Valdivieso/controllers/basic_models/app/views/users/userall.html.erb b/Rodolfo_Valdivieso/controllers/basic_models/app/views/users/userall.html.erb deleted file mode 100644 index 015b78d..0000000 --- a/Rodolfo_Valdivieso/controllers/basic_models/app/views/users/userall.html.erb +++ /dev/null @@ -1 +0,0 @@ -slkdjsakldjsadkljkalsdjaklsdjkl \ No newline at end of file diff --git a/Rodolfo_Valdivieso/controllers/basic_models/app/views/users/view.html.erb b/Rodolfo_Valdivieso/controllers/basic_models/app/views/users/view.html.erb deleted file mode 100644 index 7c3165c..0000000 --- a/Rodolfo_Valdivieso/controllers/basic_models/app/views/users/view.html.erb +++ /dev/null @@ -1,2 +0,0 @@ -

Users#view

-

Find me in app/views/users/view.html.erb

diff --git a/Rodolfo_Valdivieso/controllers/basic_models/bin/rails b/Rodolfo_Valdivieso/controllers/basic_models/bin/rails deleted file mode 100644 index 0138d79..0000000 --- a/Rodolfo_Valdivieso/controllers/basic_models/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/Rodolfo_Valdivieso/controllers/basic_models/bin/setup b/Rodolfo_Valdivieso/controllers/basic_models/bin/setup deleted file mode 100644 index acdb2c1..0000000 --- a/Rodolfo_Valdivieso/controllers/basic_models/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/Rodolfo_Valdivieso/controllers/basic_models/config.ru b/Rodolfo_Valdivieso/controllers/basic_models/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/Rodolfo_Valdivieso/controllers/basic_models/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/Rodolfo_Valdivieso/controllers/basic_models/config/application.rb b/Rodolfo_Valdivieso/controllers/basic_models/config/application.rb deleted file mode 100644 index 9cab718..0000000 --- a/Rodolfo_Valdivieso/controllers/basic_models/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module BasicModels - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/Rodolfo_Valdivieso/controllers/basic_models/config/boot.rb b/Rodolfo_Valdivieso/controllers/basic_models/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/Rodolfo_Valdivieso/controllers/basic_models/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/Rodolfo_Valdivieso/controllers/basic_models/config/environment.rb b/Rodolfo_Valdivieso/controllers/basic_models/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/Rodolfo_Valdivieso/controllers/basic_models/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/Rodolfo_Valdivieso/controllers/basic_models/config/environments/development.rb b/Rodolfo_Valdivieso/controllers/basic_models/config/environments/development.rb deleted file mode 100644 index 9e2ecb0..0000000 --- a/Rodolfo_Valdivieso/controllers/basic_models/config/environments/development.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - config.log_level = :warn - config.reload_classes_only_on_change = false - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Rodolfo_Valdivieso/controllers/basic_models/config/environments/production.rb b/Rodolfo_Valdivieso/controllers/basic_models/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/Rodolfo_Valdivieso/controllers/basic_models/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/Rodolfo_Valdivieso/controllers/basic_models/config/environments/test.rb b/Rodolfo_Valdivieso/controllers/basic_models/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/Rodolfo_Valdivieso/controllers/basic_models/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Rodolfo_Valdivieso/controllers/basic_models/config/initializers/cookies_serializer.rb b/Rodolfo_Valdivieso/controllers/basic_models/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/Rodolfo_Valdivieso/controllers/basic_models/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/Rodolfo_Valdivieso/controllers/basic_models/config/initializers/rails_footnotes.rb b/Rodolfo_Valdivieso/controllers/basic_models/config/initializers/rails_footnotes.rb deleted file mode 100644 index 9a15363..0000000 --- a/Rodolfo_Valdivieso/controllers/basic_models/config/initializers/rails_footnotes.rb +++ /dev/null @@ -1,27 +0,0 @@ -defined?(Footnotes) && Footnotes.setup do |f| - # Whether or not to enable footnotes - f.enabled = Rails.env.development? - # You can also use a lambda / proc to conditionally toggle footnotes - # Example : - # f.enabled = -> { User.current.admin? } - # Beware of thread-safety though, Footnotes.enabled is NOT thread safe - # and should not be modified anywhere else. - - # Only toggle some notes : - # f.notes = [:session, :cookies, :params, :filters, :routes, :env, :queries, :log] - - # Change the prefix : - # f.prefix = 'mvim://open?url=file://%s&line=%d&column=%d' - - # Disable style : - # f.no_style = true - - # Lock notes to top right : - # f.lock_top_right = true - - # Change font size : - # f.font_size = '11px' - - # Allow to open multiple notes : - # f.multiple_notes = true -end diff --git a/Rodolfo_Valdivieso/controllers/basic_models/config/initializers/session_store.rb b/Rodolfo_Valdivieso/controllers/basic_models/config/initializers/session_store.rb deleted file mode 100644 index 4e5849a..0000000 --- a/Rodolfo_Valdivieso/controllers/basic_models/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_basic_models_session' diff --git a/Rodolfo_Valdivieso/controllers/basic_models/config/initializers/wrap_parameters.rb b/Rodolfo_Valdivieso/controllers/basic_models/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/Rodolfo_Valdivieso/controllers/basic_models/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/Rodolfo_Valdivieso/controllers/basic_models/config/routes.rb b/Rodolfo_Valdivieso/controllers/basic_models/config/routes.rb deleted file mode 100644 index c424bb8..0000000 --- a/Rodolfo_Valdivieso/controllers/basic_models/config/routes.rb +++ /dev/null @@ -1,67 +0,0 @@ -Rails.application.routes.draw do - - - get 'users' => 'users#userAll' - get 'users/new' => 'users#new' - get 'users/total' => 'users#total' - get 'users/:id' => 'users#show' - get 'users/:id/edit' => 'users#edit' - post 'users' => 'users#create' - - - - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/Rodolfo_Valdivieso/controllers/basic_models/config/secrets.yml b/Rodolfo_Valdivieso/controllers/basic_models/config/secrets.yml deleted file mode 100644 index 445e861..0000000 --- a/Rodolfo_Valdivieso/controllers/basic_models/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: da07c94a15bafc01789e388627b4d42a7fdbc4150aa4fd009a1520ee76a0baa561b543324169087bbdd308ff06fb268dd3cfeb4c77042427b2a97c576d58df2f - -test: - secret_key_base: c16cb46737a3d74210d46996d9457e352b34f8cd0aacff5d87bea037ecb89444ecbe3fc41840d59ee01839941363dc99b8108b1ee8c2086a8246bc69f5152499 - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/Rodolfo_Valdivieso/controllers/basic_models/db/migrate/20171201193241_create_users.rb b/Rodolfo_Valdivieso/controllers/basic_models/db/migrate/20171201193241_create_users.rb deleted file mode 100644 index 5494756..0000000 --- a/Rodolfo_Valdivieso/controllers/basic_models/db/migrate/20171201193241_create_users.rb +++ /dev/null @@ -1,9 +0,0 @@ -class CreateUsers < ActiveRecord::Migration - def change - create_table :users do |t| - t.string :name - - t.timestamps null: false - end - end -end diff --git a/Rodolfo_Valdivieso/controllers/basic_models/db/schema.rb b/Rodolfo_Valdivieso/controllers/basic_models/db/schema.rb deleted file mode 100644 index 5fd0508..0000000 --- a/Rodolfo_Valdivieso/controllers/basic_models/db/schema.rb +++ /dev/null @@ -1,22 +0,0 @@ -# encoding: UTF-8 -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# Note that this schema.rb definition is the authoritative source for your -# database schema. If you need to create the application database on another -# system, you should be using db:schema:load, not running all the migrations -# from scratch. The latter is a flawed and unsustainable approach (the more migrations -# you'll amass, the slower it'll run and the greater likelihood for issues). -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema.define(version: 20171201193241) do - - create_table "users", force: :cascade do |t| - t.string "name" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - -end diff --git a/Rodolfo_Valdivieso/controllers/basic_models/db/seeds.rb b/Rodolfo_Valdivieso/controllers/basic_models/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/Rodolfo_Valdivieso/controllers/basic_models/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/Rodolfo_Valdivieso/controllers/basic_models/test/controllers/users_controller_test.rb b/Rodolfo_Valdivieso/controllers/basic_models/test/controllers/users_controller_test.rb deleted file mode 100644 index f1faa40..0000000 --- a/Rodolfo_Valdivieso/controllers/basic_models/test/controllers/users_controller_test.rb +++ /dev/null @@ -1,39 +0,0 @@ -require 'test_helper' - -class UsersControllerTest < ActionController::TestCase - test "should get view" do - get :view - assert_response :success - end - - test "should get new" do - get :new - assert_response :success - end - - test "should get create" do - get :create - assert_response :success - end - - test "should get show" do - get :show - assert_response :success - end - - test "should get edit" do - get :edit - assert_response :success - end - - test "should get update" do - get :update - assert_response :success - end - - test "should get destroy" do - get :destroy - assert_response :success - end - -end diff --git a/Rodolfo_Valdivieso/controllers/dashboard/.gitignore b/Rodolfo_Valdivieso/controllers/dashboard/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/Rodolfo_Valdivieso/controllers/dashboard/Gemfile b/Rodolfo_Valdivieso/controllers/dashboard/Gemfile deleted file mode 100644 index 83c52af..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard/Gemfile +++ /dev/null @@ -1,48 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development -gem 'rails-footnotes', '>= 4.0.0', '<5' -gem 'hirb' -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end - diff --git a/Rodolfo_Valdivieso/controllers/dashboard/Gemfile.lock b/Rodolfo_Valdivieso/controllers/dashboard/Gemfile.lock deleted file mode 100644 index 6d3faf5..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard/Gemfile.lock +++ /dev/null @@ -1,175 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-footnotes (4.1.8) - rails (>= 3.2) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (4.0.1) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - rails-footnotes (>= 4.0.0, < 5) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/Rodolfo_Valdivieso/controllers/dashboard/README.rdoc b/Rodolfo_Valdivieso/controllers/dashboard/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/Rodolfo_Valdivieso/controllers/dashboard/Rakefile b/Rodolfo_Valdivieso/controllers/dashboard/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/Rodolfo_Valdivieso/controllers/dashboard/app/assets/javascripts/application.js b/Rodolfo_Valdivieso/controllers/dashboard/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/Rodolfo_Valdivieso/controllers/dashboard/app/assets/stylesheets/application.css b/Rodolfo_Valdivieso/controllers/dashboard/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/Rodolfo_Valdivieso/controllers/dashboard/app/controllers/application_controller.rb b/Rodolfo_Valdivieso/controllers/dashboard/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/Rodolfo_Valdivieso/controllers/dashboard/app/controllers/dojos_controller.rb b/Rodolfo_Valdivieso/controllers/dashboard/app/controllers/dojos_controller.rb deleted file mode 100644 index 7dd7050..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard/app/controllers/dojos_controller.rb +++ /dev/null @@ -1,11 +0,0 @@ -class DojosController < ApplicationController - def index - - @total = Dojo.count - @dojo = Dojo.all - return render 'index' - end - - def view - end -end diff --git a/Rodolfo_Valdivieso/controllers/dashboard/app/models/dojo.rb b/Rodolfo_Valdivieso/controllers/dashboard/app/models/dojo.rb deleted file mode 100644 index a708445..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard/app/models/dojo.rb +++ /dev/null @@ -1,2 +0,0 @@ -class Dojo < ActiveRecord::Base -end diff --git a/Rodolfo_Valdivieso/controllers/dashboard/app/views/dojos/index.html.erb b/Rodolfo_Valdivieso/controllers/dashboard/app/views/dojos/index.html.erb deleted file mode 100644 index 0a99db7..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard/app/views/dojos/index.html.erb +++ /dev/null @@ -1,27 +0,0 @@ - - - - - Dojos - - -

Listing <%= @total %> Dojos

- - - - - - - - <% @dojo %> - <% @dojo.each do |x| %> - - - - - - - <% end %> -
Coding Dojo BranchStreetCityState
<%= x.branch %><%= x.street %><%= x.city %><%= x.state %>
- - diff --git a/Rodolfo_Valdivieso/controllers/dashboard/app/views/dojos/view.html.erb b/Rodolfo_Valdivieso/controllers/dashboard/app/views/dojos/view.html.erb deleted file mode 100644 index 121daab..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard/app/views/dojos/view.html.erb +++ /dev/null @@ -1,2 +0,0 @@ -

Dojos#view

-

Find me in app/views/dojos/view.html.erb

diff --git a/Rodolfo_Valdivieso/controllers/dashboard/app/views/layouts/application.html.erb b/Rodolfo_Valdivieso/controllers/dashboard/app/views/layouts/application.html.erb deleted file mode 100644 index b0588e1..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - Dashboard - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/Rodolfo_Valdivieso/controllers/dashboard/bin/rails b/Rodolfo_Valdivieso/controllers/dashboard/bin/rails deleted file mode 100644 index 0138d79..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/Rodolfo_Valdivieso/controllers/dashboard/bin/setup b/Rodolfo_Valdivieso/controllers/dashboard/bin/setup deleted file mode 100644 index acdb2c1..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/Rodolfo_Valdivieso/controllers/dashboard/config.ru b/Rodolfo_Valdivieso/controllers/dashboard/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/Rodolfo_Valdivieso/controllers/dashboard/config/application.rb b/Rodolfo_Valdivieso/controllers/dashboard/config/application.rb deleted file mode 100644 index a52167e..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module Dashboard - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/Rodolfo_Valdivieso/controllers/dashboard/config/boot.rb b/Rodolfo_Valdivieso/controllers/dashboard/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/Rodolfo_Valdivieso/controllers/dashboard/config/environment.rb b/Rodolfo_Valdivieso/controllers/dashboard/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/Rodolfo_Valdivieso/controllers/dashboard/config/environments/development.rb b/Rodolfo_Valdivieso/controllers/dashboard/config/environments/development.rb deleted file mode 100644 index efe6b4d..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard/config/environments/development.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - config.log_level = :warn - config.reload_classes_only_on_change = false - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Rodolfo_Valdivieso/controllers/dashboard/config/environments/production.rb b/Rodolfo_Valdivieso/controllers/dashboard/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/Rodolfo_Valdivieso/controllers/dashboard/config/environments/test.rb b/Rodolfo_Valdivieso/controllers/dashboard/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Rodolfo_Valdivieso/controllers/dashboard/config/initializers/cookies_serializer.rb b/Rodolfo_Valdivieso/controllers/dashboard/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/Rodolfo_Valdivieso/controllers/dashboard/config/initializers/rails_footnotes.rb b/Rodolfo_Valdivieso/controllers/dashboard/config/initializers/rails_footnotes.rb deleted file mode 100644 index 9a15363..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard/config/initializers/rails_footnotes.rb +++ /dev/null @@ -1,27 +0,0 @@ -defined?(Footnotes) && Footnotes.setup do |f| - # Whether or not to enable footnotes - f.enabled = Rails.env.development? - # You can also use a lambda / proc to conditionally toggle footnotes - # Example : - # f.enabled = -> { User.current.admin? } - # Beware of thread-safety though, Footnotes.enabled is NOT thread safe - # and should not be modified anywhere else. - - # Only toggle some notes : - # f.notes = [:session, :cookies, :params, :filters, :routes, :env, :queries, :log] - - # Change the prefix : - # f.prefix = 'mvim://open?url=file://%s&line=%d&column=%d' - - # Disable style : - # f.no_style = true - - # Lock notes to top right : - # f.lock_top_right = true - - # Change font size : - # f.font_size = '11px' - - # Allow to open multiple notes : - # f.multiple_notes = true -end diff --git a/Rodolfo_Valdivieso/controllers/dashboard/config/initializers/session_store.rb b/Rodolfo_Valdivieso/controllers/dashboard/config/initializers/session_store.rb deleted file mode 100644 index 7e6ab86..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_dashboard_session' diff --git a/Rodolfo_Valdivieso/controllers/dashboard/config/initializers/wrap_parameters.rb b/Rodolfo_Valdivieso/controllers/dashboard/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/Rodolfo_Valdivieso/controllers/dashboard/config/routes.rb b/Rodolfo_Valdivieso/controllers/dashboard/config/routes.rb deleted file mode 100644 index c8397ce..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard/config/routes.rb +++ /dev/null @@ -1,59 +0,0 @@ -Rails.application.routes.draw do - get '' => 'dojos#index' - - - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/Rodolfo_Valdivieso/controllers/dashboard/config/secrets.yml b/Rodolfo_Valdivieso/controllers/dashboard/config/secrets.yml deleted file mode 100644 index 054fe63..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: c0cf57d11557540485b1fe346e6bdcbddccd04510e89bcfebbbfee2b8062d07f02aa7ff5e8e155d27ea6ea7023dcb77a3495a9eb0e3467c5f7adbd7d69a551de - -test: - secret_key_base: f18e2c3a3d1cc12429a1f6892b3348f4b7de0f1917e76114a69d32d849913648bea057ec53987b52b2e3b4169bebc9e6f4dbbbe65afdcf4b3b26e2140903736b - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/Rodolfo_Valdivieso/controllers/dashboard/db/migrate/20171203230719_create_dojos.rb b/Rodolfo_Valdivieso/controllers/dashboard/db/migrate/20171203230719_create_dojos.rb deleted file mode 100644 index 0df8b3d..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard/db/migrate/20171203230719_create_dojos.rb +++ /dev/null @@ -1,12 +0,0 @@ -class CreateDojos < ActiveRecord::Migration - def change - create_table :dojos do |t| - t.string :branch - t.string :street - t.string :city - t.string :state - - t.timestamps null: false - end - end -end diff --git a/Rodolfo_Valdivieso/controllers/dashboard/db/schema.rb b/Rodolfo_Valdivieso/controllers/dashboard/db/schema.rb deleted file mode 100644 index 35d8ae7..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard/db/schema.rb +++ /dev/null @@ -1,25 +0,0 @@ -# encoding: UTF-8 -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# Note that this schema.rb definition is the authoritative source for your -# database schema. If you need to create the application database on another -# system, you should be using db:schema:load, not running all the migrations -# from scratch. The latter is a flawed and unsustainable approach (the more migrations -# you'll amass, the slower it'll run and the greater likelihood for issues). -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema.define(version: 20171203230719) do - - create_table "dojos", force: :cascade do |t| - t.string "branch" - t.string "street" - t.string "city" - t.string "state" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - -end diff --git a/Rodolfo_Valdivieso/controllers/dashboard/db/seeds.rb b/Rodolfo_Valdivieso/controllers/dashboard/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/Rodolfo_Valdivieso/controllers/dashboard/public/404.html b/Rodolfo_Valdivieso/controllers/dashboard/public/404.html deleted file mode 100644 index b612547..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Rodolfo_Valdivieso/controllers/dashboard/public/422.html b/Rodolfo_Valdivieso/controllers/dashboard/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Rodolfo_Valdivieso/controllers/dashboard/public/500.html b/Rodolfo_Valdivieso/controllers/dashboard/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Rodolfo_Valdivieso/controllers/dashboard/test/controllers/dojos_controller_test.rb b/Rodolfo_Valdivieso/controllers/dashboard/test/controllers/dojos_controller_test.rb deleted file mode 100644 index 49d825f..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard/test/controllers/dojos_controller_test.rb +++ /dev/null @@ -1,14 +0,0 @@ -require 'test_helper' - -class DojosControllerTest < ActionController::TestCase - test "should get index" do - get :index - assert_response :success - end - - test "should get view" do - get :view - assert_response :success - end - -end diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/.gitignore b/Rodolfo_Valdivieso/controllers/dashboard2/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard2/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/Gemfile b/Rodolfo_Valdivieso/controllers/dashboard2/Gemfile deleted file mode 100644 index 83c52af..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard2/Gemfile +++ /dev/null @@ -1,48 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development -gem 'rails-footnotes', '>= 4.0.0', '<5' -gem 'hirb' -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end - diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/Gemfile.lock b/Rodolfo_Valdivieso/controllers/dashboard2/Gemfile.lock deleted file mode 100644 index 6d3faf5..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard2/Gemfile.lock +++ /dev/null @@ -1,175 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-footnotes (4.1.8) - rails (>= 3.2) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (4.0.1) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - rails-footnotes (>= 4.0.0, < 5) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/README.rdoc b/Rodolfo_Valdivieso/controllers/dashboard2/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard2/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/Rakefile b/Rodolfo_Valdivieso/controllers/dashboard2/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard2/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/app/assets/javascripts/application.js b/Rodolfo_Valdivieso/controllers/dashboard2/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard2/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/app/assets/javascripts/dojos.coffee b/Rodolfo_Valdivieso/controllers/dashboard2/app/assets/javascripts/dojos.coffee deleted file mode 100644 index 24f83d1..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard2/app/assets/javascripts/dojos.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://coffeescript.org/ diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/app/assets/stylesheets/application.css b/Rodolfo_Valdivieso/controllers/dashboard2/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard2/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/app/assets/stylesheets/dojos.scss b/Rodolfo_Valdivieso/controllers/dashboard2/app/assets/stylesheets/dojos.scss deleted file mode 100644 index fb30922..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard2/app/assets/stylesheets/dojos.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the Dojos controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/app/controllers/application_controller.rb b/Rodolfo_Valdivieso/controllers/dashboard2/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard2/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/app/controllers/dojos_controller.rb b/Rodolfo_Valdivieso/controllers/dashboard2/app/controllers/dojos_controller.rb deleted file mode 100644 index 0820472..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard2/app/controllers/dojos_controller.rb +++ /dev/null @@ -1,82 +0,0 @@ -class DojosController < ApplicationController - def index - @total = Dojo.count - @dojo = Dojo.all - return render 'index' - end - - def new - return render 'new' - end - - def create - - @dojo = Dojo.new(branch:params[:branch], street:params['street'], city:params['city'], state:params['state']) - if @dojo.valid? - @dojo.save - session[:branch] = nil - session[:street] = nil - session[:city] = nil - session[:state] = nil - flash[:success] = "You have Successfully submitted your form!!!" - return redirect_to '/' - else - flash[:failed] = @dojo.errors.full_messages - session[:branch] = params[:branch] - session[:street] = params[:street] - session[:city] = params[:city] - session[:state] = params[:state] - return redirect_to '/dojos/new' - end - end - - def edit - @dojo = Dojo.find(params[:id]) - session[:branch] = @dojo.id - session[:branch] = @dojo.branch - session[:street] = @dojo.street - session[:city] = @dojo.city - session[:state] = @dojo.state - return render 'edit' - end - - def update - @dojo = Dojo.find(params[:id]) - @dojo.branch = params[:branch] - @dojo.street = params[:street] - @dojo.city = params[:city] - @dojo.state = params[:state] - - if @dojo.valid? - session[:branch] = nil - session[:street] = nil - session[:city] = nil - session[:state] = nil - @dojo.save - return redirect_to '/' - else - flash[:failed] = @dojo.errors.full_messages - session[:branch] = params[:branch] - session[:street] = params[:street] - session[:city] = params[:city] - session[:state] = params[:state] - return redirect_to '/dojos/new' - end - end - - def show - @dojo = Dojo.find(params[:id]) - return render 'show' - end - - def destroy - Dojo.find(params[:id]).destroy - return redirect_to '/' - end - - - - def goback - return redirect_to '/' - end -end diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/app/helpers/dojos_helper.rb b/Rodolfo_Valdivieso/controllers/dashboard2/app/helpers/dojos_helper.rb deleted file mode 100644 index 194211a..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard2/app/helpers/dojos_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module DojosHelper -end diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/app/models/dojo.rb b/Rodolfo_Valdivieso/controllers/dashboard2/app/models/dojo.rb deleted file mode 100644 index 84e9a3c..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard2/app/models/dojo.rb +++ /dev/null @@ -1,4 +0,0 @@ -class Dojo < ActiveRecord::Base - validates :branch, :street, :city, presence: true, length: { in: 2..255 } - validates :state, presence: true -end diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/app/views/dojos/edit.html.erb b/Rodolfo_Valdivieso/controllers/dashboard2/app/views/dojos/edit.html.erb deleted file mode 100644 index 4d2ca54..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard2/app/views/dojos/edit.html.erb +++ /dev/null @@ -1,39 +0,0 @@ - - - - - Edit Dojo - - - <% if flash[:failed] %> - <% flash[:failed].each do |value| %> -
<%= value %>
- <% end %> - <% end %> - -
- -

Edit Dojo

- - - - - - - - - - - - - - - - - -
Branch:
Street:
City:
State:
- -
- Goback - - \ No newline at end of file diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/app/views/dojos/index.html.erb b/Rodolfo_Valdivieso/controllers/dashboard2/app/views/dojos/index.html.erb deleted file mode 100644 index b754d04..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard2/app/views/dojos/index.html.erb +++ /dev/null @@ -1,35 +0,0 @@ - - - - - Dojos - - -

Listing <%= @total %> Dojos

- - - - - - - - - <% @dojo %> - <% @dojo.each do |x| %> - - - - - - - - - <% end %> -
Coding Dojo BranchStreetCityStateAction
<%= x.branch %><%= x.street %><%= x.city %><%= x.state %> - Show | - Edit | - Destroy -
- Add New - - diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/app/views/dojos/new.html.erb b/Rodolfo_Valdivieso/controllers/dashboard2/app/views/dojos/new.html.erb deleted file mode 100644 index d4919cc..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard2/app/views/dojos/new.html.erb +++ /dev/null @@ -1,39 +0,0 @@ - - - - - New Dojo - - - <% if flash[:failed] %> - <% flash[:failed].each do |value| %> -
<%= value %>
- <% end %> - <% end %> - -
- -

Add a new Dojo

- - - - - - - - - - - - - - - - - -
Branch:
Street:
City:
State:
- -
- Goback - - \ No newline at end of file diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/app/views/dojos/show.html.erb b/Rodolfo_Valdivieso/controllers/dashboard2/app/views/dojos/show.html.erb deleted file mode 100644 index 84385bf..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard2/app/views/dojos/show.html.erb +++ /dev/null @@ -1,31 +0,0 @@ - - - - - Show Dojo - - - -

Show Dojo

- - - - - - - - - - - - - - - - - -
Branch:<%= @dojo.branch %>
Street:<%= @dojo.street %>
City:<%= @dojo.city %>
State:<%= @dojo.state %>
- - Goback - - diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/app/views/layouts/application.html.erb b/Rodolfo_Valdivieso/controllers/dashboard2/app/views/layouts/application.html.erb deleted file mode 100644 index b0588e1..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard2/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - Dashboard - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/bin/rails b/Rodolfo_Valdivieso/controllers/dashboard2/bin/rails deleted file mode 100644 index 0138d79..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard2/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/bin/setup b/Rodolfo_Valdivieso/controllers/dashboard2/bin/setup deleted file mode 100644 index acdb2c1..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard2/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/config.ru b/Rodolfo_Valdivieso/controllers/dashboard2/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard2/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/config/application.rb b/Rodolfo_Valdivieso/controllers/dashboard2/config/application.rb deleted file mode 100644 index a52167e..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard2/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module Dashboard - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/config/boot.rb b/Rodolfo_Valdivieso/controllers/dashboard2/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard2/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/config/environment.rb b/Rodolfo_Valdivieso/controllers/dashboard2/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard2/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/config/environments/development.rb b/Rodolfo_Valdivieso/controllers/dashboard2/config/environments/development.rb deleted file mode 100644 index efe6b4d..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard2/config/environments/development.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - config.log_level = :warn - config.reload_classes_only_on_change = false - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/config/environments/production.rb b/Rodolfo_Valdivieso/controllers/dashboard2/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard2/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/config/environments/test.rb b/Rodolfo_Valdivieso/controllers/dashboard2/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard2/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/config/initializers/cookies_serializer.rb b/Rodolfo_Valdivieso/controllers/dashboard2/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard2/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/config/initializers/rails_footnotes.rb b/Rodolfo_Valdivieso/controllers/dashboard2/config/initializers/rails_footnotes.rb deleted file mode 100644 index 9a15363..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard2/config/initializers/rails_footnotes.rb +++ /dev/null @@ -1,27 +0,0 @@ -defined?(Footnotes) && Footnotes.setup do |f| - # Whether or not to enable footnotes - f.enabled = Rails.env.development? - # You can also use a lambda / proc to conditionally toggle footnotes - # Example : - # f.enabled = -> { User.current.admin? } - # Beware of thread-safety though, Footnotes.enabled is NOT thread safe - # and should not be modified anywhere else. - - # Only toggle some notes : - # f.notes = [:session, :cookies, :params, :filters, :routes, :env, :queries, :log] - - # Change the prefix : - # f.prefix = 'mvim://open?url=file://%s&line=%d&column=%d' - - # Disable style : - # f.no_style = true - - # Lock notes to top right : - # f.lock_top_right = true - - # Change font size : - # f.font_size = '11px' - - # Allow to open multiple notes : - # f.multiple_notes = true -end diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/config/initializers/session_store.rb b/Rodolfo_Valdivieso/controllers/dashboard2/config/initializers/session_store.rb deleted file mode 100644 index 7e6ab86..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard2/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_dashboard_session' diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/config/initializers/wrap_parameters.rb b/Rodolfo_Valdivieso/controllers/dashboard2/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard2/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/config/routes.rb b/Rodolfo_Valdivieso/controllers/dashboard2/config/routes.rb deleted file mode 100644 index 286be5c..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard2/config/routes.rb +++ /dev/null @@ -1,66 +0,0 @@ -Rails.application.routes.draw do - get '' => 'dojos#index' - get 'dojos/new' => 'dojos#new' - post 'dojos/create' => 'dojos#create' - get 'dojos/:id/show' => 'dojos#show' - get 'dojos/:id/edit' => 'dojos#edit' - post 'dojos/:id/update' => 'dojos#update' - post 'dojos/:id/destroy' => 'dojos#destroy' - get 'goback' => 'dojos#goback' - - - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/config/secrets.yml b/Rodolfo_Valdivieso/controllers/dashboard2/config/secrets.yml deleted file mode 100644 index 054fe63..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard2/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: c0cf57d11557540485b1fe346e6bdcbddccd04510e89bcfebbbfee2b8062d07f02aa7ff5e8e155d27ea6ea7023dcb77a3495a9eb0e3467c5f7adbd7d69a551de - -test: - secret_key_base: f18e2c3a3d1cc12429a1f6892b3348f4b7de0f1917e76114a69d32d849913648bea057ec53987b52b2e3b4169bebc9e6f4dbbbe65afdcf4b3b26e2140903736b - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/db/migrate/20171203230719_create_dojos.rb b/Rodolfo_Valdivieso/controllers/dashboard2/db/migrate/20171203230719_create_dojos.rb deleted file mode 100644 index 0df8b3d..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard2/db/migrate/20171203230719_create_dojos.rb +++ /dev/null @@ -1,12 +0,0 @@ -class CreateDojos < ActiveRecord::Migration - def change - create_table :dojos do |t| - t.string :branch - t.string :street - t.string :city - t.string :state - - t.timestamps null: false - end - end -end diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/db/schema.rb b/Rodolfo_Valdivieso/controllers/dashboard2/db/schema.rb deleted file mode 100644 index 35d8ae7..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard2/db/schema.rb +++ /dev/null @@ -1,25 +0,0 @@ -# encoding: UTF-8 -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# Note that this schema.rb definition is the authoritative source for your -# database schema. If you need to create the application database on another -# system, you should be using db:schema:load, not running all the migrations -# from scratch. The latter is a flawed and unsustainable approach (the more migrations -# you'll amass, the slower it'll run and the greater likelihood for issues). -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema.define(version: 20171203230719) do - - create_table "dojos", force: :cascade do |t| - t.string "branch" - t.string "street" - t.string "city" - t.string "state" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - -end diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/db/seeds.rb b/Rodolfo_Valdivieso/controllers/dashboard2/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard2/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/public/404.html b/Rodolfo_Valdivieso/controllers/dashboard2/public/404.html deleted file mode 100644 index b612547..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard2/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/public/422.html b/Rodolfo_Valdivieso/controllers/dashboard2/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard2/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/public/500.html b/Rodolfo_Valdivieso/controllers/dashboard2/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard2/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/test/controllers/dojos_controller_test.rb b/Rodolfo_Valdivieso/controllers/dashboard2/test/controllers/dojos_controller_test.rb deleted file mode 100644 index 49d825f..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard2/test/controllers/dojos_controller_test.rb +++ /dev/null @@ -1,14 +0,0 @@ -require 'test_helper' - -class DojosControllerTest < ActionController::TestCase - test "should get index" do - get :index - assert_response :success - end - - test "should get view" do - get :view - assert_response :success - end - -end diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/test/fixtures/dojos.yml b/Rodolfo_Valdivieso/controllers/dashboard2/test/fixtures/dojos.yml deleted file mode 100644 index 215263e..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard2/test/fixtures/dojos.yml +++ /dev/null @@ -1,13 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - branch: MyString - street: MyString - city: MyString - state: MyString - -two: - branch: MyString - street: MyString - city: MyString - state: MyString diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/.gitignore b/Rodolfo_Valdivieso/controllers/dashboard3/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard3/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/Gemfile b/Rodolfo_Valdivieso/controllers/dashboard3/Gemfile deleted file mode 100644 index 83c52af..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard3/Gemfile +++ /dev/null @@ -1,48 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development -gem 'rails-footnotes', '>= 4.0.0', '<5' -gem 'hirb' -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end - diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/Gemfile.lock b/Rodolfo_Valdivieso/controllers/dashboard3/Gemfile.lock deleted file mode 100644 index 6d3faf5..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard3/Gemfile.lock +++ /dev/null @@ -1,175 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-footnotes (4.1.8) - rails (>= 3.2) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (4.0.1) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - rails-footnotes (>= 4.0.0, < 5) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/README.rdoc b/Rodolfo_Valdivieso/controllers/dashboard3/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard3/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/Rakefile b/Rodolfo_Valdivieso/controllers/dashboard3/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard3/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/app/assets/javascripts/application.js b/Rodolfo_Valdivieso/controllers/dashboard3/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard3/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/app/assets/javascripts/dojos.coffee b/Rodolfo_Valdivieso/controllers/dashboard3/app/assets/javascripts/dojos.coffee deleted file mode 100644 index 24f83d1..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard3/app/assets/javascripts/dojos.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://coffeescript.org/ diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/app/assets/stylesheets/application.css b/Rodolfo_Valdivieso/controllers/dashboard3/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard3/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/app/assets/stylesheets/dojos.scss b/Rodolfo_Valdivieso/controllers/dashboard3/app/assets/stylesheets/dojos.scss deleted file mode 100644 index fb30922..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard3/app/assets/stylesheets/dojos.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the Dojos controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/app/controllers/application_controller.rb b/Rodolfo_Valdivieso/controllers/dashboard3/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard3/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/app/controllers/dojos_controller.rb b/Rodolfo_Valdivieso/controllers/dashboard3/app/controllers/dojos_controller.rb deleted file mode 100644 index 8641b62..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard3/app/controllers/dojos_controller.rb +++ /dev/null @@ -1,80 +0,0 @@ -class DojosController < ApplicationController - def index - @total = Dojo.count - @dojo = Dojo.all - return render 'index' - end - - def new - return render 'new' - end - - def create - - @dojo = Dojo.new(branch:params[:branch], street:params['street'], city:params['city'], state:params['state']) - if @dojo.valid? - @dojo.save - session[:branch] = nil - session[:street] = nil - session[:city] = nil - session[:state] = nil - flash[:success] = "You have Successfully submitted your form!!!" - return redirect_to '/' - else - flash[:failed] = @dojo.errors.full_messages - session[:branch] = params[:branch] - session[:street] = params[:street] - session[:city] = params[:city] - session[:state] = params[:state] - return redirect_to '/dojos/new' - end - end - - def edit - @dojo = Dojo.find(params[:id]) - session[:branch] = @dojo.id - session[:branch] = @dojo.branch - session[:street] = @dojo.street - session[:city] = @dojo.city - session[:state] = @dojo.state - return render 'edit' - end - - def update - @dojo = Dojo.find(params[:id]) - @dojo.branch = params[:branch] - @dojo.street = params[:street] - @dojo.city = params[:city] - @dojo.state = params[:state] - - if @dojo.valid? - session[:branch] = nil - session[:street] = nil - session[:city] = nil - session[:state] = nil - @dojo.save - return redirect_to '/' - else - flash[:failed] = @dojo.errors.full_messages - session[:branch] = params[:branch] - session[:street] = params[:street] - session[:city] = params[:city] - session[:state] = params[:state] - return redirect_to '/dojos/'+@dojo.id+'/edit' - end - end - - def show - @dojo = Dojo.find(params[:id]) - return render 'show' - end - - def destroy - Dojo.find(params[:id]).destroy - return redirect_to '/' - end - - def goback - return redirect_to '/' - end -end diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/app/helpers/dojos_helper.rb b/Rodolfo_Valdivieso/controllers/dashboard3/app/helpers/dojos_helper.rb deleted file mode 100644 index 194211a..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard3/app/helpers/dojos_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module DojosHelper -end diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/app/models/dojo.rb b/Rodolfo_Valdivieso/controllers/dashboard3/app/models/dojo.rb deleted file mode 100644 index 84e9a3c..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard3/app/models/dojo.rb +++ /dev/null @@ -1,4 +0,0 @@ -class Dojo < ActiveRecord::Base - validates :branch, :street, :city, presence: true, length: { in: 2..255 } - validates :state, presence: true -end diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/app/views/dojos/edit.html.erb b/Rodolfo_Valdivieso/controllers/dashboard3/app/views/dojos/edit.html.erb deleted file mode 100644 index 42ec984..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard3/app/views/dojos/edit.html.erb +++ /dev/null @@ -1,41 +0,0 @@ - - - - - Edit Dojo - - - <% if flash[:failed] %> - <% flash[:failed].each do |value| %> -
<%= value %>
- <% end %> - <% end %> - -
- - -

Edit Dojo

- - - - - - - - - - - - - - - - - -
Branch:
Street:
City:
State:
- -
- Home - Show - - \ No newline at end of file diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/app/views/dojos/index.html.erb b/Rodolfo_Valdivieso/controllers/dashboard3/app/views/dojos/index.html.erb deleted file mode 100644 index c1d838c..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard3/app/views/dojos/index.html.erb +++ /dev/null @@ -1,35 +0,0 @@ - - - - - Dojos - - -

Listing <%= @total %> Dojos

- - - - - - - - - <% @dojo %> - <% @dojo.each do |x| %> - - - - - - - - - <% end %> -
Coding Dojo BranchStreetCityStateAction
<%= x.branch %><%= x.street %><%= x.city %><%= x.state %> - Show | - Edit | - Destroy -
- New Dojo - - diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/app/views/dojos/new.html.erb b/Rodolfo_Valdivieso/controllers/dashboard3/app/views/dojos/new.html.erb deleted file mode 100644 index 3eab4b1..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard3/app/views/dojos/new.html.erb +++ /dev/null @@ -1,39 +0,0 @@ - - - - - New Dojo - - - <% if flash[:failed] %> - <% flash[:failed].each do |value| %> -
<%= value %>
- <% end %> - <% end %> - -
- -

Add a new Dojo

- - - - - - - - - - - - - - - - - -
Branch:
Street:
City:
State:
- -
- Home - - \ No newline at end of file diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/app/views/dojos/show.html.erb b/Rodolfo_Valdivieso/controllers/dashboard3/app/views/dojos/show.html.erb deleted file mode 100644 index 4cd2a6b..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard3/app/views/dojos/show.html.erb +++ /dev/null @@ -1,32 +0,0 @@ - - - - - Show Dojo - - - -

Show Dojo

- - - - - - - - - - - - - - - - - -
Branch:<%= @dojo.branch %>
Street:<%= @dojo.street %>
City:<%= @dojo.city %>
State:<%= @dojo.state %>
- - Home - Edit - - diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/app/views/layouts/application.html.erb b/Rodolfo_Valdivieso/controllers/dashboard3/app/views/layouts/application.html.erb deleted file mode 100644 index b0588e1..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard3/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - Dashboard - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/bin/rails b/Rodolfo_Valdivieso/controllers/dashboard3/bin/rails deleted file mode 100644 index 0138d79..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard3/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/bin/setup b/Rodolfo_Valdivieso/controllers/dashboard3/bin/setup deleted file mode 100644 index acdb2c1..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard3/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/config.ru b/Rodolfo_Valdivieso/controllers/dashboard3/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard3/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/config/application.rb b/Rodolfo_Valdivieso/controllers/dashboard3/config/application.rb deleted file mode 100644 index a52167e..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard3/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module Dashboard - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/config/boot.rb b/Rodolfo_Valdivieso/controllers/dashboard3/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard3/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/config/environment.rb b/Rodolfo_Valdivieso/controllers/dashboard3/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard3/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/config/environments/development.rb b/Rodolfo_Valdivieso/controllers/dashboard3/config/environments/development.rb deleted file mode 100644 index efe6b4d..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard3/config/environments/development.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - config.log_level = :warn - config.reload_classes_only_on_change = false - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/config/environments/production.rb b/Rodolfo_Valdivieso/controllers/dashboard3/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard3/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/config/environments/test.rb b/Rodolfo_Valdivieso/controllers/dashboard3/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard3/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/config/initializers/cookies_serializer.rb b/Rodolfo_Valdivieso/controllers/dashboard3/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard3/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/config/initializers/rails_footnotes.rb b/Rodolfo_Valdivieso/controllers/dashboard3/config/initializers/rails_footnotes.rb deleted file mode 100644 index 9a15363..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard3/config/initializers/rails_footnotes.rb +++ /dev/null @@ -1,27 +0,0 @@ -defined?(Footnotes) && Footnotes.setup do |f| - # Whether or not to enable footnotes - f.enabled = Rails.env.development? - # You can also use a lambda / proc to conditionally toggle footnotes - # Example : - # f.enabled = -> { User.current.admin? } - # Beware of thread-safety though, Footnotes.enabled is NOT thread safe - # and should not be modified anywhere else. - - # Only toggle some notes : - # f.notes = [:session, :cookies, :params, :filters, :routes, :env, :queries, :log] - - # Change the prefix : - # f.prefix = 'mvim://open?url=file://%s&line=%d&column=%d' - - # Disable style : - # f.no_style = true - - # Lock notes to top right : - # f.lock_top_right = true - - # Change font size : - # f.font_size = '11px' - - # Allow to open multiple notes : - # f.multiple_notes = true -end diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/config/initializers/session_store.rb b/Rodolfo_Valdivieso/controllers/dashboard3/config/initializers/session_store.rb deleted file mode 100644 index 7e6ab86..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard3/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_dashboard_session' diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/config/initializers/wrap_parameters.rb b/Rodolfo_Valdivieso/controllers/dashboard3/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard3/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/config/routes.rb b/Rodolfo_Valdivieso/controllers/dashboard3/config/routes.rb deleted file mode 100644 index 71b8313..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard3/config/routes.rb +++ /dev/null @@ -1,69 +0,0 @@ -Rails.application.routes.draw do - get '' => 'dojos#index' - get 'dojos/new' => 'dojos#new' - post 'dojos' => 'dojos#create' - - patch 'dojos/:id' => 'dojos#update' - - get 'dojos/:id' => 'dojos#show' - get 'dojos/:id/edit' => 'dojos#edit' - - delete 'dojos/:id' => 'dojos#destroy' - get 'goback' => 'dojos#goback' - - - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/config/secrets.yml b/Rodolfo_Valdivieso/controllers/dashboard3/config/secrets.yml deleted file mode 100644 index 054fe63..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard3/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: c0cf57d11557540485b1fe346e6bdcbddccd04510e89bcfebbbfee2b8062d07f02aa7ff5e8e155d27ea6ea7023dcb77a3495a9eb0e3467c5f7adbd7d69a551de - -test: - secret_key_base: f18e2c3a3d1cc12429a1f6892b3348f4b7de0f1917e76114a69d32d849913648bea057ec53987b52b2e3b4169bebc9e6f4dbbbe65afdcf4b3b26e2140903736b - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/db/migrate/20171203230719_create_dojos.rb b/Rodolfo_Valdivieso/controllers/dashboard3/db/migrate/20171203230719_create_dojos.rb deleted file mode 100644 index 0df8b3d..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard3/db/migrate/20171203230719_create_dojos.rb +++ /dev/null @@ -1,12 +0,0 @@ -class CreateDojos < ActiveRecord::Migration - def change - create_table :dojos do |t| - t.string :branch - t.string :street - t.string :city - t.string :state - - t.timestamps null: false - end - end -end diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/db/schema.rb b/Rodolfo_Valdivieso/controllers/dashboard3/db/schema.rb deleted file mode 100644 index 35d8ae7..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard3/db/schema.rb +++ /dev/null @@ -1,25 +0,0 @@ -# encoding: UTF-8 -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# Note that this schema.rb definition is the authoritative source for your -# database schema. If you need to create the application database on another -# system, you should be using db:schema:load, not running all the migrations -# from scratch. The latter is a flawed and unsustainable approach (the more migrations -# you'll amass, the slower it'll run and the greater likelihood for issues). -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema.define(version: 20171203230719) do - - create_table "dojos", force: :cascade do |t| - t.string "branch" - t.string "street" - t.string "city" - t.string "state" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - -end diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/db/seeds.rb b/Rodolfo_Valdivieso/controllers/dashboard3/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard3/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/public/404.html b/Rodolfo_Valdivieso/controllers/dashboard3/public/404.html deleted file mode 100644 index b612547..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard3/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/public/422.html b/Rodolfo_Valdivieso/controllers/dashboard3/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard3/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/public/500.html b/Rodolfo_Valdivieso/controllers/dashboard3/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard3/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/test/controllers/dojos_controller_test.rb b/Rodolfo_Valdivieso/controllers/dashboard3/test/controllers/dojos_controller_test.rb deleted file mode 100644 index 49d825f..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard3/test/controllers/dojos_controller_test.rb +++ /dev/null @@ -1,14 +0,0 @@ -require 'test_helper' - -class DojosControllerTest < ActionController::TestCase - test "should get index" do - get :index - assert_response :success - end - - test "should get view" do - get :view - assert_response :success - end - -end diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/test/fixtures/dojos.yml b/Rodolfo_Valdivieso/controllers/dashboard3/test/fixtures/dojos.yml deleted file mode 100644 index 215263e..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard3/test/fixtures/dojos.yml +++ /dev/null @@ -1,13 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - branch: MyString - street: MyString - city: MyString - state: MyString - -two: - branch: MyString - street: MyString - city: MyString - state: MyString diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/test/models/dojo_test.rb b/Rodolfo_Valdivieso/controllers/dashboard3/test/models/dojo_test.rb deleted file mode 100644 index a078f30..0000000 --- a/Rodolfo_Valdivieso/controllers/dashboard3/test/models/dojo_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class DojoTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/.gitignore b/Rodolfo_Valdivieso/controllers/ninjaGold/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/Rodolfo_Valdivieso/controllers/ninjaGold/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/Gemfile b/Rodolfo_Valdivieso/controllers/ninjaGold/Gemfile deleted file mode 100644 index de561f6..0000000 --- a/Rodolfo_Valdivieso/controllers/ninjaGold/Gemfile +++ /dev/null @@ -1,51 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -gem 'hirb' - -gem 'rails-footnotes', '>= 4.0.0', '<5' - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end - diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/Gemfile.lock b/Rodolfo_Valdivieso/controllers/ninjaGold/Gemfile.lock deleted file mode 100644 index 60b76d1..0000000 --- a/Rodolfo_Valdivieso/controllers/ninjaGold/Gemfile.lock +++ /dev/null @@ -1,175 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-footnotes (4.1.8) - rails (>= 3.2) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (4.0.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - rails-footnotes (>= 4.0.0, < 5) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/README.rdoc b/Rodolfo_Valdivieso/controllers/ninjaGold/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/Rodolfo_Valdivieso/controllers/ninjaGold/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/Rakefile b/Rodolfo_Valdivieso/controllers/ninjaGold/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/Rodolfo_Valdivieso/controllers/ninjaGold/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/app/assets/javascripts/application.js b/Rodolfo_Valdivieso/controllers/ninjaGold/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/Rodolfo_Valdivieso/controllers/ninjaGold/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/app/assets/javascripts/rpg.coffee b/Rodolfo_Valdivieso/controllers/ninjaGold/app/assets/javascripts/rpg.coffee deleted file mode 100644 index 24f83d1..0000000 --- a/Rodolfo_Valdivieso/controllers/ninjaGold/app/assets/javascripts/rpg.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://coffeescript.org/ diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/app/assets/stylesheets/application.css b/Rodolfo_Valdivieso/controllers/ninjaGold/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/Rodolfo_Valdivieso/controllers/ninjaGold/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/app/assets/stylesheets/rpg.scss b/Rodolfo_Valdivieso/controllers/ninjaGold/app/assets/stylesheets/rpg.scss deleted file mode 100644 index 0e7563f..0000000 --- a/Rodolfo_Valdivieso/controllers/ninjaGold/app/assets/stylesheets/rpg.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the Rpg controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/app/assets/stylesheets/style.css b/Rodolfo_Valdivieso/controllers/ninjaGold/app/assets/stylesheets/style.css deleted file mode 100644 index bca8d42..0000000 --- a/Rodolfo_Valdivieso/controllers/ninjaGold/app/assets/stylesheets/style.css +++ /dev/null @@ -1,124 +0,0 @@ - -body{ - background-color: #005A31; - font-family: arial; -} - -form{ - display:inline-block; - border: 3px solid #CBE32D; - margin: 10px 5px 10px 10px; - width: 180px; -} - -.title{ - color:purple; - font-size: 40px; - display: block; - text-align: center; - -} - - -p{ - color:white; - display: inline-block; - margin: 0 0 0 0; -} - - -h1{ - font-size: 40px; - text-align: center; - width: 100%; - color: #A8CD1B; -} - -h2{ - margin-left: 50px; - display: inline-block; - color: white; -} - -h3{ - margin-left: 10px; - text-align: center; - color: white; -} - -#gold{ - margin-right: 40%; - width: 200px; -} - -input{ - border:2px solid black; - border-radius: 5px; - margin: 0 10px 10px 40px; - width: 100px; - background-color: #F3FAB6; - color: black; - font-size: 14px; - font-weight: bold; -} -.messageWon{ - background-color: green; - font-size: 20px; - display: block; - border: 2px solid black; - width: 300px; - height:200px; - margin:0 0 0 30%; - margin-bottom: 20px; -} -.message{ - background-color: red; - font-size: 20px; - display: block; - border: 2px solid black; - width: 300px; - height:200px; - margin:0 0 0 30%; - margin-bottom: 20px; -} - - -button{ - background-color: black; - color:white; - border:2px solid black; - border-radius: 20px; - display: block; - text-align: center; - margin-left: 40%; - margin-top: 20px; - margin-bottom: 20px; - width: 150px; - -} - -#reset{ - text-align: center; - margin:10px 100px 10px 50px; - width: 500px; -} - -.container{ - border:2px solid #CBE32D; - margin:10px 100px 10px 50px; -} - -#secondDiv{ - height:200px; - overflow:scroll; - overflow-x:hidden; -} -.green{ - color: green; - -} - -.red{ - color: red; - -} \ No newline at end of file diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/app/controllers/application_controller.rb b/Rodolfo_Valdivieso/controllers/ninjaGold/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/Rodolfo_Valdivieso/controllers/ninjaGold/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/app/controllers/rpg_controller.rb b/Rodolfo_Valdivieso/controllers/ninjaGold/app/controllers/rpg_controller.rb deleted file mode 100644 index b21e329..0000000 --- a/Rodolfo_Valdivieso/controllers/ninjaGold/app/controllers/rpg_controller.rb +++ /dev/null @@ -1,60 +0,0 @@ -class RpgController < ApplicationController - - def index - - session[:gold] ||= 0 - session[:activities] ||= [] - - return render 'index' - end - - def farm - gold = rand(10..20) - session[:gold] += gold - activity = "Earned: " + gold.to_s + " Golds from the Farm! (" + Time.now.strftime("%H:%M:%S") +")" - session[:activities].push({:activity => activity, :color => 'green'}) - return redirect_to '/' - end - - def cave - gold = rand(5..10) - session[:gold] += gold - activity = "Earned: " + gold.to_s + " Golds from the Cave! (" + Time.now.strftime("%H:%M:%S") +")" - session[:activities].push({:activity => activity, :color => 'green'}) - return redirect_to '/' - end - - def casino - gold = rand(-50..50) - session[:gold] = gold - - if gold >= 0 - activity = "Earned: " + gold.to_s + " Golds from the casino! (" + Time.now.strftime("%H:%M:%S") +")" - color = "green" - else - activity = "Enter a Casino and Lost: " + gold.to_s + " ..Ouch... " + " (" + Time.now.strftime("%H:%M:%S") +")" - color = "red" - end - - session[:activities].push({:activity => activity, :color => color}) - - if session[:gold] < 0 - session[:gold] = 0 - end - return redirect_to '/' - end - - def house - gold = rand(2..5) - session[:gold] += gold - activity = "Earned: " + gold.to_s + " Golds from the House! (" + Time.now.strftime("%H:%M:%S") +")" - session[:activities].push({:activity => activity, :color => 'green'}) - return redirect_to '/' - end - - def reset - session[:gold] = nil - session[:activities] = nil - return redirect_to '/' - end -end diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/app/helpers/rpg_helper.rb b/Rodolfo_Valdivieso/controllers/ninjaGold/app/helpers/rpg_helper.rb deleted file mode 100644 index e6f70f3..0000000 --- a/Rodolfo_Valdivieso/controllers/ninjaGold/app/helpers/rpg_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module RpgHelper -end diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/app/views/layouts/application.html.erb b/Rodolfo_Valdivieso/controllers/ninjaGold/app/views/layouts/application.html.erb deleted file mode 100644 index e17cd6f..0000000 --- a/Rodolfo_Valdivieso/controllers/ninjaGold/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - NinjaGold - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/app/views/rpg/casino.html.erb b/Rodolfo_Valdivieso/controllers/ninjaGold/app/views/rpg/casino.html.erb deleted file mode 100644 index 118e3c5..0000000 --- a/Rodolfo_Valdivieso/controllers/ninjaGold/app/views/rpg/casino.html.erb +++ /dev/null @@ -1,2 +0,0 @@ -

Rpg#casino

-

Find me in app/views/rpg/casino.html.erb

diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/app/views/rpg/cave.html.erb b/Rodolfo_Valdivieso/controllers/ninjaGold/app/views/rpg/cave.html.erb deleted file mode 100644 index 277b2c0..0000000 --- a/Rodolfo_Valdivieso/controllers/ninjaGold/app/views/rpg/cave.html.erb +++ /dev/null @@ -1,2 +0,0 @@ -

Rpg#cave

-

Find me in app/views/rpg/cave.html.erb

diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/app/views/rpg/farm.html.erb b/Rodolfo_Valdivieso/controllers/ninjaGold/app/views/rpg/farm.html.erb deleted file mode 100644 index 9a9424b..0000000 --- a/Rodolfo_Valdivieso/controllers/ninjaGold/app/views/rpg/farm.html.erb +++ /dev/null @@ -1,2 +0,0 @@ -

Rpg#farm

-

Find me in app/views/rpg/farm.html.erb

diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/app/views/rpg/house.html.erb b/Rodolfo_Valdivieso/controllers/ninjaGold/app/views/rpg/house.html.erb deleted file mode 100644 index 754f23d..0000000 --- a/Rodolfo_Valdivieso/controllers/ninjaGold/app/views/rpg/house.html.erb +++ /dev/null @@ -1,2 +0,0 @@ -

Rpg#house

-

Find me in app/views/rpg/house.html.erb

diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/app/views/rpg/index.html.erb b/Rodolfo_Valdivieso/controllers/ninjaGold/app/views/rpg/index.html.erb deleted file mode 100644 index 617f46d..0000000 --- a/Rodolfo_Valdivieso/controllers/ninjaGold/app/views/rpg/index.html.erb +++ /dev/null @@ -1,70 +0,0 @@ - - - - - Ninja Gold - Ruby Version - <%= stylesheet_link_tag "style" %> - - -
-

Ninja Gold Game - (Ruby)!!!

- - - - - - - - - - - - - - -

Your Gold: <%= session[:gold] %>

-
- -

Farm

-

(earn 10-20 golds)

- -
-
-
- -

Cave

-

(earn 5-10 golds)

- -
-
-
- -

House

-

(earn 2-5 golds)

- -
-
-
- -

Casino

-

(earn 0-50 golds)

- -
- -
-
-
- -

Activities:

- - <% session[:activities].each do |x| %> - -

<%= x['activity'] %>

- <% end %> -
-
- - -
- - \ No newline at end of file diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/bin/rails b/Rodolfo_Valdivieso/controllers/ninjaGold/bin/rails deleted file mode 100644 index 0138d79..0000000 --- a/Rodolfo_Valdivieso/controllers/ninjaGold/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/bin/setup b/Rodolfo_Valdivieso/controllers/ninjaGold/bin/setup deleted file mode 100644 index acdb2c1..0000000 --- a/Rodolfo_Valdivieso/controllers/ninjaGold/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/config.ru b/Rodolfo_Valdivieso/controllers/ninjaGold/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/Rodolfo_Valdivieso/controllers/ninjaGold/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/config/application.rb b/Rodolfo_Valdivieso/controllers/ninjaGold/config/application.rb deleted file mode 100644 index 6d31756..0000000 --- a/Rodolfo_Valdivieso/controllers/ninjaGold/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module NinjaGold - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/config/boot.rb b/Rodolfo_Valdivieso/controllers/ninjaGold/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/Rodolfo_Valdivieso/controllers/ninjaGold/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/config/environment.rb b/Rodolfo_Valdivieso/controllers/ninjaGold/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/Rodolfo_Valdivieso/controllers/ninjaGold/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/config/environments/development.rb b/Rodolfo_Valdivieso/controllers/ninjaGold/config/environments/development.rb deleted file mode 100644 index efe6b4d..0000000 --- a/Rodolfo_Valdivieso/controllers/ninjaGold/config/environments/development.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - config.log_level = :warn - config.reload_classes_only_on_change = false - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/config/environments/production.rb b/Rodolfo_Valdivieso/controllers/ninjaGold/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/Rodolfo_Valdivieso/controllers/ninjaGold/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/config/environments/test.rb b/Rodolfo_Valdivieso/controllers/ninjaGold/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/Rodolfo_Valdivieso/controllers/ninjaGold/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/config/initializers/assets.rb b/Rodolfo_Valdivieso/controllers/ninjaGold/config/initializers/assets.rb deleted file mode 100644 index 0c79200..0000000 --- a/Rodolfo_Valdivieso/controllers/ninjaGold/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' -Rails.application.config.assets.precompile += %w( style.css ) -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/config/initializers/cookies_serializer.rb b/Rodolfo_Valdivieso/controllers/ninjaGold/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/Rodolfo_Valdivieso/controllers/ninjaGold/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/config/initializers/rails_footnotes.rb b/Rodolfo_Valdivieso/controllers/ninjaGold/config/initializers/rails_footnotes.rb deleted file mode 100644 index 9a15363..0000000 --- a/Rodolfo_Valdivieso/controllers/ninjaGold/config/initializers/rails_footnotes.rb +++ /dev/null @@ -1,27 +0,0 @@ -defined?(Footnotes) && Footnotes.setup do |f| - # Whether or not to enable footnotes - f.enabled = Rails.env.development? - # You can also use a lambda / proc to conditionally toggle footnotes - # Example : - # f.enabled = -> { User.current.admin? } - # Beware of thread-safety though, Footnotes.enabled is NOT thread safe - # and should not be modified anywhere else. - - # Only toggle some notes : - # f.notes = [:session, :cookies, :params, :filters, :routes, :env, :queries, :log] - - # Change the prefix : - # f.prefix = 'mvim://open?url=file://%s&line=%d&column=%d' - - # Disable style : - # f.no_style = true - - # Lock notes to top right : - # f.lock_top_right = true - - # Change font size : - # f.font_size = '11px' - - # Allow to open multiple notes : - # f.multiple_notes = true -end diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/config/initializers/session_store.rb b/Rodolfo_Valdivieso/controllers/ninjaGold/config/initializers/session_store.rb deleted file mode 100644 index 0426ec4..0000000 --- a/Rodolfo_Valdivieso/controllers/ninjaGold/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_ninjaGold_session' diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/config/initializers/wrap_parameters.rb b/Rodolfo_Valdivieso/controllers/ninjaGold/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/Rodolfo_Valdivieso/controllers/ninjaGold/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/config/routes.rb b/Rodolfo_Valdivieso/controllers/ninjaGold/config/routes.rb deleted file mode 100644 index 9530d4a..0000000 --- a/Rodolfo_Valdivieso/controllers/ninjaGold/config/routes.rb +++ /dev/null @@ -1,63 +0,0 @@ -Rails.application.routes.draw do - post 'farm' => 'rpg#farm' - post 'cave' => 'rpg#cave' - post 'casino' => 'rpg#casino' - post 'house' => 'rpg#house' - get '' => 'rpg#index' - post 'reset' => 'rpg#reset' - - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/config/secrets.yml b/Rodolfo_Valdivieso/controllers/ninjaGold/config/secrets.yml deleted file mode 100644 index 5da2ce6..0000000 --- a/Rodolfo_Valdivieso/controllers/ninjaGold/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: 1ca5b101379764f23f37db4430bda1f6b17e3c032808560cfb969c4a6e1d703dad13460cbd22faba5105fa40dd7b77877b083fd72ee4b799b2aa1de139c1a978 - -test: - secret_key_base: 52b79b5a38cd6ac7c81e1d64c56f3c41fc36865dcb0958a41ce8c3abfdbbe36b9c24b2f553487ac759cec936631f12fe3b5a65efafdc3464a2832fe44927497b - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/db/seeds.rb b/Rodolfo_Valdivieso/controllers/ninjaGold/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/Rodolfo_Valdivieso/controllers/ninjaGold/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/public/404.html b/Rodolfo_Valdivieso/controllers/ninjaGold/public/404.html deleted file mode 100644 index b612547..0000000 --- a/Rodolfo_Valdivieso/controllers/ninjaGold/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/public/422.html b/Rodolfo_Valdivieso/controllers/ninjaGold/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/Rodolfo_Valdivieso/controllers/ninjaGold/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/public/500.html b/Rodolfo_Valdivieso/controllers/ninjaGold/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/Rodolfo_Valdivieso/controllers/ninjaGold/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/test/controllers/rpg_controller_test.rb b/Rodolfo_Valdivieso/controllers/ninjaGold/test/controllers/rpg_controller_test.rb deleted file mode 100644 index ec9b237..0000000 --- a/Rodolfo_Valdivieso/controllers/ninjaGold/test/controllers/rpg_controller_test.rb +++ /dev/null @@ -1,24 +0,0 @@ -require 'test_helper' - -class RpgControllerTest < ActionController::TestCase - test "should get farm" do - get :farm - assert_response :success - end - - test "should get cave" do - get :cave - assert_response :success - end - - test "should get casino" do - get :casino - assert_response :success - end - - test "should get house" do - get :house - assert_response :success - end - -end diff --git a/Rodolfo_Valdivieso/controllers/routes/.gitignore b/Rodolfo_Valdivieso/controllers/routes/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/Rodolfo_Valdivieso/controllers/routes/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/Rodolfo_Valdivieso/controllers/routes/Gemfile b/Rodolfo_Valdivieso/controllers/routes/Gemfile deleted file mode 100644 index a772021..0000000 --- a/Rodolfo_Valdivieso/controllers/routes/Gemfile +++ /dev/null @@ -1,50 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -gem 'hirb' -gem 'rails-footnotes', '>= 4.0.0', '<5' - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end - diff --git a/Rodolfo_Valdivieso/controllers/routes/Gemfile.lock b/Rodolfo_Valdivieso/controllers/routes/Gemfile.lock deleted file mode 100644 index eefb285..0000000 --- a/Rodolfo_Valdivieso/controllers/routes/Gemfile.lock +++ /dev/null @@ -1,175 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-footnotes (4.1.8) - rails (>= 3.2) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (3.2.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - rails-footnotes (>= 4.0.0, < 5) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/Rodolfo_Valdivieso/controllers/routes/README.rdoc b/Rodolfo_Valdivieso/controllers/routes/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/Rodolfo_Valdivieso/controllers/routes/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/Rodolfo_Valdivieso/controllers/routes/Rakefile b/Rodolfo_Valdivieso/controllers/routes/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/Rodolfo_Valdivieso/controllers/routes/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/Rodolfo_Valdivieso/controllers/routes/app/assets/javascripts/application.js b/Rodolfo_Valdivieso/controllers/routes/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/Rodolfo_Valdivieso/controllers/routes/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/Rodolfo_Valdivieso/controllers/routes/app/assets/javascripts/products.coffee b/Rodolfo_Valdivieso/controllers/routes/app/assets/javascripts/products.coffee deleted file mode 100644 index 24f83d1..0000000 --- a/Rodolfo_Valdivieso/controllers/routes/app/assets/javascripts/products.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://coffeescript.org/ diff --git a/Rodolfo_Valdivieso/controllers/routes/app/assets/javascripts/test.coffee b/Rodolfo_Valdivieso/controllers/routes/app/assets/javascripts/test.coffee deleted file mode 100644 index 24f83d1..0000000 --- a/Rodolfo_Valdivieso/controllers/routes/app/assets/javascripts/test.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://coffeescript.org/ diff --git a/Rodolfo_Valdivieso/controllers/routes/app/assets/stylesheets/application.css b/Rodolfo_Valdivieso/controllers/routes/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/Rodolfo_Valdivieso/controllers/routes/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/Rodolfo_Valdivieso/controllers/routes/app/assets/stylesheets/products.scss b/Rodolfo_Valdivieso/controllers/routes/app/assets/stylesheets/products.scss deleted file mode 100644 index 89e2e8d..0000000 --- a/Rodolfo_Valdivieso/controllers/routes/app/assets/stylesheets/products.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the products controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/Rodolfo_Valdivieso/controllers/routes/app/assets/stylesheets/test.scss b/Rodolfo_Valdivieso/controllers/routes/app/assets/stylesheets/test.scss deleted file mode 100644 index ca810c7..0000000 --- a/Rodolfo_Valdivieso/controllers/routes/app/assets/stylesheets/test.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the Test controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/Rodolfo_Valdivieso/controllers/routes/app/controllers/application_controller.rb b/Rodolfo_Valdivieso/controllers/routes/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/Rodolfo_Valdivieso/controllers/routes/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/Rodolfo_Valdivieso/controllers/routes/app/controllers/products_controller.rb b/Rodolfo_Valdivieso/controllers/routes/app/controllers/products_controller.rb deleted file mode 100644 index 38077ca..0000000 --- a/Rodolfo_Valdivieso/controllers/routes/app/controllers/products_controller.rb +++ /dev/null @@ -1,35 +0,0 @@ -class ProductsController < ApplicationController - def index - render text: 'What do you want me to say?' - session[:times] ||= 0 - end - - def hello - render text: 'Hello Coding Dojo' - end - - def timesRestart - session[:times] = nil - return render text: 'Time Session Destroyed' - end - - def times - session[:times] ||= 0 - session[:times] += 1 - return render text: 'You have been here: ' + session[:times].to_s + ' times' - end - - def sayHello - render text: 'Saying Hello' - end - - def sayHelloName - - - if params[:name] == 'michael' - return redirect_to '/say/hello/joe' - end - - return render text: 'Saying Hello ' + params[:name].capitalize - end -end diff --git a/Rodolfo_Valdivieso/controllers/routes/app/controllers/test_controller.rb b/Rodolfo_Valdivieso/controllers/routes/app/controllers/test_controller.rb deleted file mode 100644 index c1fb818..0000000 --- a/Rodolfo_Valdivieso/controllers/routes/app/controllers/test_controller.rb +++ /dev/null @@ -1,7 +0,0 @@ -class TestController < ApplicationController - def index - end - - def new - end -end diff --git a/Rodolfo_Valdivieso/controllers/routes/app/helpers/products_helper.rb b/Rodolfo_Valdivieso/controllers/routes/app/helpers/products_helper.rb deleted file mode 100644 index ab5c42b..0000000 --- a/Rodolfo_Valdivieso/controllers/routes/app/helpers/products_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ProductsHelper -end diff --git a/Rodolfo_Valdivieso/controllers/routes/app/helpers/test_helper.rb b/Rodolfo_Valdivieso/controllers/routes/app/helpers/test_helper.rb deleted file mode 100644 index 09b6d50..0000000 --- a/Rodolfo_Valdivieso/controllers/routes/app/helpers/test_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module TestHelper -end diff --git a/Rodolfo_Valdivieso/controllers/routes/app/views/layouts/application.html.erb b/Rodolfo_Valdivieso/controllers/routes/app/views/layouts/application.html.erb deleted file mode 100644 index 593f853..0000000 --- a/Rodolfo_Valdivieso/controllers/routes/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - Routes - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/Rodolfo_Valdivieso/controllers/routes/app/views/products/index.html.erb b/Rodolfo_Valdivieso/controllers/routes/app/views/products/index.html.erb deleted file mode 100644 index f8eeb82..0000000 --- a/Rodolfo_Valdivieso/controllers/routes/app/views/products/index.html.erb +++ /dev/null @@ -1,2 +0,0 @@ -

Products#index

-

Find me in app/views/products/index.html.erb

diff --git a/Rodolfo_Valdivieso/controllers/routes/app/views/products/new.html.erb b/Rodolfo_Valdivieso/controllers/routes/app/views/products/new.html.erb deleted file mode 100644 index a14e0d9..0000000 --- a/Rodolfo_Valdivieso/controllers/routes/app/views/products/new.html.erb +++ /dev/null @@ -1,2 +0,0 @@ -

Products#new

-

Find me in app/views/products/new.html.erb

diff --git a/Rodolfo_Valdivieso/controllers/routes/bin/rails b/Rodolfo_Valdivieso/controllers/routes/bin/rails deleted file mode 100644 index 0138d79..0000000 --- a/Rodolfo_Valdivieso/controllers/routes/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/Rodolfo_Valdivieso/controllers/routes/bin/setup b/Rodolfo_Valdivieso/controllers/routes/bin/setup deleted file mode 100644 index acdb2c1..0000000 --- a/Rodolfo_Valdivieso/controllers/routes/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/Rodolfo_Valdivieso/controllers/routes/config.ru b/Rodolfo_Valdivieso/controllers/routes/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/Rodolfo_Valdivieso/controllers/routes/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/Rodolfo_Valdivieso/controllers/routes/config/application.rb b/Rodolfo_Valdivieso/controllers/routes/config/application.rb deleted file mode 100644 index cb1a49d..0000000 --- a/Rodolfo_Valdivieso/controllers/routes/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module Routes - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/Rodolfo_Valdivieso/controllers/routes/config/boot.rb b/Rodolfo_Valdivieso/controllers/routes/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/Rodolfo_Valdivieso/controllers/routes/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/Rodolfo_Valdivieso/controllers/routes/config/environment.rb b/Rodolfo_Valdivieso/controllers/routes/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/Rodolfo_Valdivieso/controllers/routes/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/Rodolfo_Valdivieso/controllers/routes/config/environments/development.rb b/Rodolfo_Valdivieso/controllers/routes/config/environments/development.rb deleted file mode 100644 index dff533f..0000000 --- a/Rodolfo_Valdivieso/controllers/routes/config/environments/development.rb +++ /dev/null @@ -1,43 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - - config.log_level = :warn - config.cache_classes = false - config.reload_classes_only_on_change = false - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Rodolfo_Valdivieso/controllers/routes/config/environments/production.rb b/Rodolfo_Valdivieso/controllers/routes/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/Rodolfo_Valdivieso/controllers/routes/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/Rodolfo_Valdivieso/controllers/routes/config/environments/test.rb b/Rodolfo_Valdivieso/controllers/routes/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/Rodolfo_Valdivieso/controllers/routes/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Rodolfo_Valdivieso/controllers/routes/config/initializers/cookies_serializer.rb b/Rodolfo_Valdivieso/controllers/routes/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/Rodolfo_Valdivieso/controllers/routes/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/Rodolfo_Valdivieso/controllers/routes/config/initializers/rails_footnotes.rb b/Rodolfo_Valdivieso/controllers/routes/config/initializers/rails_footnotes.rb deleted file mode 100644 index 9a15363..0000000 --- a/Rodolfo_Valdivieso/controllers/routes/config/initializers/rails_footnotes.rb +++ /dev/null @@ -1,27 +0,0 @@ -defined?(Footnotes) && Footnotes.setup do |f| - # Whether or not to enable footnotes - f.enabled = Rails.env.development? - # You can also use a lambda / proc to conditionally toggle footnotes - # Example : - # f.enabled = -> { User.current.admin? } - # Beware of thread-safety though, Footnotes.enabled is NOT thread safe - # and should not be modified anywhere else. - - # Only toggle some notes : - # f.notes = [:session, :cookies, :params, :filters, :routes, :env, :queries, :log] - - # Change the prefix : - # f.prefix = 'mvim://open?url=file://%s&line=%d&column=%d' - - # Disable style : - # f.no_style = true - - # Lock notes to top right : - # f.lock_top_right = true - - # Change font size : - # f.font_size = '11px' - - # Allow to open multiple notes : - # f.multiple_notes = true -end diff --git a/Rodolfo_Valdivieso/controllers/routes/config/initializers/session_store.rb b/Rodolfo_Valdivieso/controllers/routes/config/initializers/session_store.rb deleted file mode 100644 index 98f9ece..0000000 --- a/Rodolfo_Valdivieso/controllers/routes/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_routes_session' diff --git a/Rodolfo_Valdivieso/controllers/routes/config/initializers/wrap_parameters.rb b/Rodolfo_Valdivieso/controllers/routes/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/Rodolfo_Valdivieso/controllers/routes/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/Rodolfo_Valdivieso/controllers/routes/config/routes.rb b/Rodolfo_Valdivieso/controllers/routes/config/routes.rb deleted file mode 100644 index c0ed43c..0000000 --- a/Rodolfo_Valdivieso/controllers/routes/config/routes.rb +++ /dev/null @@ -1,67 +0,0 @@ -Rails.application.routes.draw do - - get '' => 'products#index' - get 'times' => 'products#times' - get 'times/restart' => 'products#timesRestart' - get 'hello' => 'products#hello' - get 'say/hello' => 'products#sayHello' - get 'say/hello/:name' => 'products#sayHelloName' - - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end - - #resource :tests - -end diff --git a/Rodolfo_Valdivieso/controllers/routes/config/secrets.yml b/Rodolfo_Valdivieso/controllers/routes/config/secrets.yml deleted file mode 100644 index bb1de63..0000000 --- a/Rodolfo_Valdivieso/controllers/routes/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: 964e168bd215439b8ee168f1ed81f0822e74651eba42344a30b75b898dcac4cf818af430a42f87d7da11c8fa1e576e6f24c410511210f5ce957852a6e772b582 - -test: - secret_key_base: 7a7a3f0d5e30505aa18ea1cfb1c5e67bcac477f4f5f927a209a49273d349a5390a3b83f3d3ff782d5c4a0e31d3c9a4648f2f6c7257d658f46feb7d2bd836c22b - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/Rodolfo_Valdivieso/controllers/routes/db/seeds.rb b/Rodolfo_Valdivieso/controllers/routes/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/Rodolfo_Valdivieso/controllers/routes/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/Rodolfo_Valdivieso/controllers/routes/public/404.html b/Rodolfo_Valdivieso/controllers/routes/public/404.html deleted file mode 100644 index b612547..0000000 --- a/Rodolfo_Valdivieso/controllers/routes/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Rodolfo_Valdivieso/controllers/routes/public/422.html b/Rodolfo_Valdivieso/controllers/routes/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/Rodolfo_Valdivieso/controllers/routes/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Rodolfo_Valdivieso/controllers/routes/public/500.html b/Rodolfo_Valdivieso/controllers/routes/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/Rodolfo_Valdivieso/controllers/routes/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Rodolfo_Valdivieso/controllers/routes/test/controllers/products_controller_test.rb b/Rodolfo_Valdivieso/controllers/routes/test/controllers/products_controller_test.rb deleted file mode 100644 index d97d2ba..0000000 --- a/Rodolfo_Valdivieso/controllers/routes/test/controllers/products_controller_test.rb +++ /dev/null @@ -1,14 +0,0 @@ -require 'test_helper' - -class ProductsControllerTest < ActionController::TestCase - test "should get index" do - get :index - assert_response :success - end - - test "should get new" do - get :new - assert_response :success - end - -end diff --git a/Rodolfo_Valdivieso/controllers/routes/test/controllers/test_controller_test.rb b/Rodolfo_Valdivieso/controllers/routes/test/controllers/test_controller_test.rb deleted file mode 100644 index 35c36f8..0000000 --- a/Rodolfo_Valdivieso/controllers/routes/test/controllers/test_controller_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class TestControllerTest < ActionController::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/Rodolfo_Valdivieso/controllers/survey_form/.gitignore b/Rodolfo_Valdivieso/controllers/survey_form/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/Rodolfo_Valdivieso/controllers/survey_form/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/Rodolfo_Valdivieso/controllers/survey_form/Gemfile b/Rodolfo_Valdivieso/controllers/survey_form/Gemfile deleted file mode 100644 index a153448..0000000 --- a/Rodolfo_Valdivieso/controllers/survey_form/Gemfile +++ /dev/null @@ -1,48 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development -gem 'hirb' -gem 'rails-footnotes', '>= 4.0.0', '<5' -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end - diff --git a/Rodolfo_Valdivieso/controllers/survey_form/Gemfile.lock b/Rodolfo_Valdivieso/controllers/survey_form/Gemfile.lock deleted file mode 100644 index eefb285..0000000 --- a/Rodolfo_Valdivieso/controllers/survey_form/Gemfile.lock +++ /dev/null @@ -1,175 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-footnotes (4.1.8) - rails (>= 3.2) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (3.2.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - rails-footnotes (>= 4.0.0, < 5) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/Rodolfo_Valdivieso/controllers/survey_form/README.rdoc b/Rodolfo_Valdivieso/controllers/survey_form/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/Rodolfo_Valdivieso/controllers/survey_form/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/Rodolfo_Valdivieso/controllers/survey_form/Rakefile b/Rodolfo_Valdivieso/controllers/survey_form/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/Rodolfo_Valdivieso/controllers/survey_form/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/Rodolfo_Valdivieso/controllers/survey_form/app/assets/javascripts/application.js b/Rodolfo_Valdivieso/controllers/survey_form/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/Rodolfo_Valdivieso/controllers/survey_form/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/Rodolfo_Valdivieso/controllers/survey_form/app/assets/javascripts/surveys.coffee b/Rodolfo_Valdivieso/controllers/survey_form/app/assets/javascripts/surveys.coffee deleted file mode 100644 index 24f83d1..0000000 --- a/Rodolfo_Valdivieso/controllers/survey_form/app/assets/javascripts/surveys.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://coffeescript.org/ diff --git a/Rodolfo_Valdivieso/controllers/survey_form/app/assets/stylesheets/application.css b/Rodolfo_Valdivieso/controllers/survey_form/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/Rodolfo_Valdivieso/controllers/survey_form/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/Rodolfo_Valdivieso/controllers/survey_form/app/assets/stylesheets/surveys.scss b/Rodolfo_Valdivieso/controllers/survey_form/app/assets/stylesheets/surveys.scss deleted file mode 100644 index 9570e08..0000000 --- a/Rodolfo_Valdivieso/controllers/survey_form/app/assets/stylesheets/surveys.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the Surveys controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/Rodolfo_Valdivieso/controllers/survey_form/app/controllers/application_controller.rb b/Rodolfo_Valdivieso/controllers/survey_form/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/Rodolfo_Valdivieso/controllers/survey_form/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/Rodolfo_Valdivieso/controllers/survey_form/app/controllers/surveys_controller.rb b/Rodolfo_Valdivieso/controllers/survey_form/app/controllers/surveys_controller.rb deleted file mode 100644 index 94cd8f4..0000000 --- a/Rodolfo_Valdivieso/controllers/survey_form/app/controllers/surveys_controller.rb +++ /dev/null @@ -1,35 +0,0 @@ -class SurveysController < ApplicationController - def index - return render 'index' - end - - def create - #Data from the form - @name = params[:name] - @location = params[:location] - @language = params[:language] - @comment = params[:comment] - - session[:name] = @name - session[:location] = @location - session[:language] = @language - session[:comment] = @comment - - flash[:success] = "You have Successfully submitted your form!!!" - - #session - return redirect_to '/surveys/result' - end - - def result - return render 'result' - end - - def goback - session[:name] = nil - session[:location] = nil - session[:language] = nil - session[:comment] = nil - return redirect_to '/surveys/create' - end -end diff --git a/Rodolfo_Valdivieso/controllers/survey_form/app/helpers/surveys_helper.rb b/Rodolfo_Valdivieso/controllers/survey_form/app/helpers/surveys_helper.rb deleted file mode 100644 index 84524bb..0000000 --- a/Rodolfo_Valdivieso/controllers/survey_form/app/helpers/surveys_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module SurveysHelper -end diff --git a/Rodolfo_Valdivieso/controllers/survey_form/app/views/layouts/application.html.erb b/Rodolfo_Valdivieso/controllers/survey_form/app/views/layouts/application.html.erb deleted file mode 100644 index 7247c82..0000000 --- a/Rodolfo_Valdivieso/controllers/survey_form/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - SurveyForm - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/Rodolfo_Valdivieso/controllers/survey_form/app/views/layouts/index.html.erb b/Rodolfo_Valdivieso/controllers/survey_form/app/views/layouts/index.html.erb deleted file mode 100644 index ec64d0a..0000000 --- a/Rodolfo_Valdivieso/controllers/survey_form/app/views/layouts/index.html.erb +++ /dev/null @@ -1,10 +0,0 @@ - - - - - Index - - -

Index

- - \ No newline at end of file diff --git a/Rodolfo_Valdivieso/controllers/survey_form/app/views/surveys/index.html.erb b/Rodolfo_Valdivieso/controllers/survey_form/app/views/surveys/index.html.erb deleted file mode 100644 index 63dfcc4..0000000 --- a/Rodolfo_Valdivieso/controllers/survey_form/app/views/surveys/index.html.erb +++ /dev/null @@ -1,46 +0,0 @@ - - - - - Index - - -

Index

-
- - - - - - - - - - - - - - - - - -
Your Name:
Dojo Location: - -
Favorite Language: - -
-
- - \ No newline at end of file diff --git a/Rodolfo_Valdivieso/controllers/survey_form/app/views/surveys/result.html.erb b/Rodolfo_Valdivieso/controllers/survey_form/app/views/surveys/result.html.erb deleted file mode 100644 index 45eb478..0000000 --- a/Rodolfo_Valdivieso/controllers/survey_form/app/views/surveys/result.html.erb +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - Document - - - - <% flash.each do |key, value| %> -
<%= value %>
- <% end %> - -

Submitted Form

- - - - - - - - - - - - - - - - - -
Name:<%= session[:name] %>
Location:<%= session[:location] %>
Language:<%= session[:language] %>
Comment:<%= session[:comment] %>
- Go Back - - - - - diff --git a/Rodolfo_Valdivieso/controllers/survey_form/bin/rails b/Rodolfo_Valdivieso/controllers/survey_form/bin/rails deleted file mode 100644 index 0138d79..0000000 --- a/Rodolfo_Valdivieso/controllers/survey_form/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/Rodolfo_Valdivieso/controllers/survey_form/bin/setup b/Rodolfo_Valdivieso/controllers/survey_form/bin/setup deleted file mode 100644 index acdb2c1..0000000 --- a/Rodolfo_Valdivieso/controllers/survey_form/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/Rodolfo_Valdivieso/controllers/survey_form/config.ru b/Rodolfo_Valdivieso/controllers/survey_form/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/Rodolfo_Valdivieso/controllers/survey_form/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/Rodolfo_Valdivieso/controllers/survey_form/config/application.rb b/Rodolfo_Valdivieso/controllers/survey_form/config/application.rb deleted file mode 100644 index d948a28..0000000 --- a/Rodolfo_Valdivieso/controllers/survey_form/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module SurveyForm - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/Rodolfo_Valdivieso/controllers/survey_form/config/boot.rb b/Rodolfo_Valdivieso/controllers/survey_form/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/Rodolfo_Valdivieso/controllers/survey_form/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/Rodolfo_Valdivieso/controllers/survey_form/config/environment.rb b/Rodolfo_Valdivieso/controllers/survey_form/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/Rodolfo_Valdivieso/controllers/survey_form/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/Rodolfo_Valdivieso/controllers/survey_form/config/environments/development.rb b/Rodolfo_Valdivieso/controllers/survey_form/config/environments/development.rb deleted file mode 100644 index 5659b0d..0000000 --- a/Rodolfo_Valdivieso/controllers/survey_form/config/environments/development.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - config.log_level = :warn - config.reload_classes_only_on_change = false - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Rodolfo_Valdivieso/controllers/survey_form/config/environments/production.rb b/Rodolfo_Valdivieso/controllers/survey_form/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/Rodolfo_Valdivieso/controllers/survey_form/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/Rodolfo_Valdivieso/controllers/survey_form/config/environments/test.rb b/Rodolfo_Valdivieso/controllers/survey_form/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/Rodolfo_Valdivieso/controllers/survey_form/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Rodolfo_Valdivieso/controllers/survey_form/config/initializers/cookies_serializer.rb b/Rodolfo_Valdivieso/controllers/survey_form/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/Rodolfo_Valdivieso/controllers/survey_form/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/Rodolfo_Valdivieso/controllers/survey_form/config/initializers/rails_footnotes.rb b/Rodolfo_Valdivieso/controllers/survey_form/config/initializers/rails_footnotes.rb deleted file mode 100644 index 9a15363..0000000 --- a/Rodolfo_Valdivieso/controllers/survey_form/config/initializers/rails_footnotes.rb +++ /dev/null @@ -1,27 +0,0 @@ -defined?(Footnotes) && Footnotes.setup do |f| - # Whether or not to enable footnotes - f.enabled = Rails.env.development? - # You can also use a lambda / proc to conditionally toggle footnotes - # Example : - # f.enabled = -> { User.current.admin? } - # Beware of thread-safety though, Footnotes.enabled is NOT thread safe - # and should not be modified anywhere else. - - # Only toggle some notes : - # f.notes = [:session, :cookies, :params, :filters, :routes, :env, :queries, :log] - - # Change the prefix : - # f.prefix = 'mvim://open?url=file://%s&line=%d&column=%d' - - # Disable style : - # f.no_style = true - - # Lock notes to top right : - # f.lock_top_right = true - - # Change font size : - # f.font_size = '11px' - - # Allow to open multiple notes : - # f.multiple_notes = true -end diff --git a/Rodolfo_Valdivieso/controllers/survey_form/config/initializers/session_store.rb b/Rodolfo_Valdivieso/controllers/survey_form/config/initializers/session_store.rb deleted file mode 100644 index 3085d72..0000000 --- a/Rodolfo_Valdivieso/controllers/survey_form/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_survey_form_session' diff --git a/Rodolfo_Valdivieso/controllers/survey_form/config/initializers/wrap_parameters.rb b/Rodolfo_Valdivieso/controllers/survey_form/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/Rodolfo_Valdivieso/controllers/survey_form/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/Rodolfo_Valdivieso/controllers/survey_form/config/routes.rb b/Rodolfo_Valdivieso/controllers/survey_form/config/routes.rb deleted file mode 100644 index 94c1578..0000000 --- a/Rodolfo_Valdivieso/controllers/survey_form/config/routes.rb +++ /dev/null @@ -1,60 +0,0 @@ -Rails.application.routes.draw do - get 'surveys/result' => 'surveys#result' - get '' => 'surveys#index' - post 'surveys/create' => 'surveys#create' - get 'goback' => 'surveys#goback' - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/Rodolfo_Valdivieso/controllers/survey_form/config/secrets.yml b/Rodolfo_Valdivieso/controllers/survey_form/config/secrets.yml deleted file mode 100644 index 3b8c4dc..0000000 --- a/Rodolfo_Valdivieso/controllers/survey_form/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: e6b654ffaf8b7d7d2a1045499483f970328cf4245058a90e43767873d0786ee19cf4ebdabf12f035b0d472e940becdf7830044204798d91774b2fb6913acbb83 - -test: - secret_key_base: 7277aea251c4307246c1c255e66e2d0ef332f4504b502c622cedbb45b6694a3d48d576161bebfe1b172ca92dd97e16fb3f4d37270585907a83669906ed83b524 - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/Rodolfo_Valdivieso/controllers/survey_form/db/seeds.rb b/Rodolfo_Valdivieso/controllers/survey_form/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/Rodolfo_Valdivieso/controllers/survey_form/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/Rodolfo_Valdivieso/controllers/survey_form/public/404.html b/Rodolfo_Valdivieso/controllers/survey_form/public/404.html deleted file mode 100644 index b612547..0000000 --- a/Rodolfo_Valdivieso/controllers/survey_form/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Rodolfo_Valdivieso/controllers/survey_form/public/422.html b/Rodolfo_Valdivieso/controllers/survey_form/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/Rodolfo_Valdivieso/controllers/survey_form/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Rodolfo_Valdivieso/controllers/survey_form/public/500.html b/Rodolfo_Valdivieso/controllers/survey_form/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/Rodolfo_Valdivieso/controllers/survey_form/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Rodolfo_Valdivieso/controllers/survey_form/test/controllers/surveys_controller_test.rb b/Rodolfo_Valdivieso/controllers/survey_form/test/controllers/surveys_controller_test.rb deleted file mode 100644 index 1cc6e89..0000000 --- a/Rodolfo_Valdivieso/controllers/survey_form/test/controllers/surveys_controller_test.rb +++ /dev/null @@ -1,9 +0,0 @@ -require 'test_helper' - -class SurveysControllerTest < ActionController::TestCase - test "should get result" do - get :result - assert_response :success - end - -end diff --git a/Rodolfo_Valdivieso/controllers/time_display/.gitignore b/Rodolfo_Valdivieso/controllers/time_display/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/Rodolfo_Valdivieso/controllers/time_display/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/Rodolfo_Valdivieso/controllers/time_display/Gemfile b/Rodolfo_Valdivieso/controllers/time_display/Gemfile deleted file mode 100644 index 27c2112..0000000 --- a/Rodolfo_Valdivieso/controllers/time_display/Gemfile +++ /dev/null @@ -1,49 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development -gem 'hirb' -gem 'rails-footnotes', '>= 4.0.0', '<5' - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end - diff --git a/Rodolfo_Valdivieso/controllers/time_display/Gemfile.lock b/Rodolfo_Valdivieso/controllers/time_display/Gemfile.lock deleted file mode 100644 index eefb285..0000000 --- a/Rodolfo_Valdivieso/controllers/time_display/Gemfile.lock +++ /dev/null @@ -1,175 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-footnotes (4.1.8) - rails (>= 3.2) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (3.2.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - rails-footnotes (>= 4.0.0, < 5) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/Rodolfo_Valdivieso/controllers/time_display/README.rdoc b/Rodolfo_Valdivieso/controllers/time_display/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/Rodolfo_Valdivieso/controllers/time_display/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/Rodolfo_Valdivieso/controllers/time_display/Rakefile b/Rodolfo_Valdivieso/controllers/time_display/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/Rodolfo_Valdivieso/controllers/time_display/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/Rodolfo_Valdivieso/controllers/time_display/app/assets/javascripts/application.js b/Rodolfo_Valdivieso/controllers/time_display/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/Rodolfo_Valdivieso/controllers/time_display/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/Rodolfo_Valdivieso/controllers/time_display/app/assets/stylesheets/application.css b/Rodolfo_Valdivieso/controllers/time_display/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/Rodolfo_Valdivieso/controllers/time_display/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/Rodolfo_Valdivieso/controllers/time_display/app/controllers/application_controller.rb b/Rodolfo_Valdivieso/controllers/time_display/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/Rodolfo_Valdivieso/controllers/time_display/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/Rodolfo_Valdivieso/controllers/time_display/app/controllers/times_controller.rb b/Rodolfo_Valdivieso/controllers/time_display/app/controllers/times_controller.rb deleted file mode 100644 index 5195716..0000000 --- a/Rodolfo_Valdivieso/controllers/time_display/app/controllers/times_controller.rb +++ /dev/null @@ -1,8 +0,0 @@ -class TimesController < ApplicationController - def main - - @time = Time.now.strftime("%H:%M:%S") - @date = Date.today.to_s - return render 'main' - end -end diff --git a/Rodolfo_Valdivieso/controllers/time_display/app/views/layouts/application.html.erb b/Rodolfo_Valdivieso/controllers/time_display/app/views/layouts/application.html.erb deleted file mode 100644 index 8b25576..0000000 --- a/Rodolfo_Valdivieso/controllers/time_display/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - TimeDisplay - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/Rodolfo_Valdivieso/controllers/time_display/app/views/times/main.html.erb b/Rodolfo_Valdivieso/controllers/time_display/app/views/times/main.html.erb deleted file mode 100644 index 25ee263..0000000 --- a/Rodolfo_Valdivieso/controllers/time_display/app/views/times/main.html.erb +++ /dev/null @@ -1,17 +0,0 @@ - - - - - The current Time and Date - - -
-

The current Time and Date

-
-
-

Date: <%= @date %>

-

Time: <%= @time %>

-
- - - \ No newline at end of file diff --git a/Rodolfo_Valdivieso/controllers/time_display/bin/rails b/Rodolfo_Valdivieso/controllers/time_display/bin/rails deleted file mode 100644 index 0138d79..0000000 --- a/Rodolfo_Valdivieso/controllers/time_display/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/Rodolfo_Valdivieso/controllers/time_display/bin/setup b/Rodolfo_Valdivieso/controllers/time_display/bin/setup deleted file mode 100644 index acdb2c1..0000000 --- a/Rodolfo_Valdivieso/controllers/time_display/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/Rodolfo_Valdivieso/controllers/time_display/config.ru b/Rodolfo_Valdivieso/controllers/time_display/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/Rodolfo_Valdivieso/controllers/time_display/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/Rodolfo_Valdivieso/controllers/time_display/config/application.rb b/Rodolfo_Valdivieso/controllers/time_display/config/application.rb deleted file mode 100644 index 94c66d8..0000000 --- a/Rodolfo_Valdivieso/controllers/time_display/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module TimeDisplay - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/Rodolfo_Valdivieso/controllers/time_display/config/boot.rb b/Rodolfo_Valdivieso/controllers/time_display/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/Rodolfo_Valdivieso/controllers/time_display/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/Rodolfo_Valdivieso/controllers/time_display/config/environment.rb b/Rodolfo_Valdivieso/controllers/time_display/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/Rodolfo_Valdivieso/controllers/time_display/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/Rodolfo_Valdivieso/controllers/time_display/config/environments/development.rb b/Rodolfo_Valdivieso/controllers/time_display/config/environments/development.rb deleted file mode 100644 index 3e8bd81..0000000 --- a/Rodolfo_Valdivieso/controllers/time_display/config/environments/development.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - config.log_level = :warn - config.reload_classes_only_on_change = false - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Rodolfo_Valdivieso/controllers/time_display/config/environments/production.rb b/Rodolfo_Valdivieso/controllers/time_display/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/Rodolfo_Valdivieso/controllers/time_display/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/Rodolfo_Valdivieso/controllers/time_display/config/environments/test.rb b/Rodolfo_Valdivieso/controllers/time_display/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/Rodolfo_Valdivieso/controllers/time_display/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Rodolfo_Valdivieso/controllers/time_display/config/initializers/cookies_serializer.rb b/Rodolfo_Valdivieso/controllers/time_display/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/Rodolfo_Valdivieso/controllers/time_display/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/Rodolfo_Valdivieso/controllers/time_display/config/initializers/rails_footnotes.rb b/Rodolfo_Valdivieso/controllers/time_display/config/initializers/rails_footnotes.rb deleted file mode 100644 index 9a15363..0000000 --- a/Rodolfo_Valdivieso/controllers/time_display/config/initializers/rails_footnotes.rb +++ /dev/null @@ -1,27 +0,0 @@ -defined?(Footnotes) && Footnotes.setup do |f| - # Whether or not to enable footnotes - f.enabled = Rails.env.development? - # You can also use a lambda / proc to conditionally toggle footnotes - # Example : - # f.enabled = -> { User.current.admin? } - # Beware of thread-safety though, Footnotes.enabled is NOT thread safe - # and should not be modified anywhere else. - - # Only toggle some notes : - # f.notes = [:session, :cookies, :params, :filters, :routes, :env, :queries, :log] - - # Change the prefix : - # f.prefix = 'mvim://open?url=file://%s&line=%d&column=%d' - - # Disable style : - # f.no_style = true - - # Lock notes to top right : - # f.lock_top_right = true - - # Change font size : - # f.font_size = '11px' - - # Allow to open multiple notes : - # f.multiple_notes = true -end diff --git a/Rodolfo_Valdivieso/controllers/time_display/config/initializers/session_store.rb b/Rodolfo_Valdivieso/controllers/time_display/config/initializers/session_store.rb deleted file mode 100644 index 4e9d3a5..0000000 --- a/Rodolfo_Valdivieso/controllers/time_display/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_time_display_session' diff --git a/Rodolfo_Valdivieso/controllers/time_display/config/initializers/wrap_parameters.rb b/Rodolfo_Valdivieso/controllers/time_display/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/Rodolfo_Valdivieso/controllers/time_display/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/Rodolfo_Valdivieso/controllers/time_display/config/routes.rb b/Rodolfo_Valdivieso/controllers/time_display/config/routes.rb deleted file mode 100644 index 5f744de..0000000 --- a/Rodolfo_Valdivieso/controllers/time_display/config/routes.rb +++ /dev/null @@ -1,58 +0,0 @@ -Rails.application.routes.draw do - get 'main' => 'times#main' - - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/Rodolfo_Valdivieso/controllers/time_display/config/secrets.yml b/Rodolfo_Valdivieso/controllers/time_display/config/secrets.yml deleted file mode 100644 index 4e85507..0000000 --- a/Rodolfo_Valdivieso/controllers/time_display/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: c616af5feee265915ea83b5558a9811c59da9efec029cd3c55ce775e678ec8083004902ef6cf29deee36800e9d25b6a36743ec411b12c26e5be23d0b4b072a0f - -test: - secret_key_base: c4b284efd696f36572c9e5590dc3356cd659945b477cef493f41e3be810f33189f0e6f1877aa4463bcd054ca9e5e9253f99ed2294529b349d2f873af993f2cdc - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/Rodolfo_Valdivieso/controllers/time_display/db/seeds.rb b/Rodolfo_Valdivieso/controllers/time_display/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/Rodolfo_Valdivieso/controllers/time_display/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/Rodolfo_Valdivieso/controllers/time_display/public/404.html b/Rodolfo_Valdivieso/controllers/time_display/public/404.html deleted file mode 100644 index b612547..0000000 --- a/Rodolfo_Valdivieso/controllers/time_display/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Rodolfo_Valdivieso/controllers/time_display/public/422.html b/Rodolfo_Valdivieso/controllers/time_display/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/Rodolfo_Valdivieso/controllers/time_display/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Rodolfo_Valdivieso/controllers/time_display/public/500.html b/Rodolfo_Valdivieso/controllers/time_display/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/Rodolfo_Valdivieso/controllers/time_display/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Rodolfo_Valdivieso/controllers/time_display/test/controllers/times_controller_test.rb b/Rodolfo_Valdivieso/controllers/time_display/test/controllers/times_controller_test.rb deleted file mode 100644 index 649dafa..0000000 --- a/Rodolfo_Valdivieso/controllers/time_display/test/controllers/times_controller_test.rb +++ /dev/null @@ -1,9 +0,0 @@ -require 'test_helper' - -class TimesControllerTest < ActionController::TestCase - test "should get main" do - get :main - assert_response :success - end - -end diff --git a/Rodolfo_Valdivieso/fundamentals/arrays/arrays.rb b/Rodolfo_Valdivieso/fundamentals/arrays/arrays.rb deleted file mode 100644 index 1c2b608..0000000 --- a/Rodolfo_Valdivieso/fundamentals/arrays/arrays.rb +++ /dev/null @@ -1,22 +0,0 @@ -# Assignment 2 Arrays. - -a = [5, 6, 7, 8, 9, 10, 0] -b = ["Hello", "Coding", "Dojo", "Ruby"] -c = ["Yes"] -puts a[0] -puts b[2] -puts a+b - -b.insert(b.length, "test") -print "Length: " -print b.length -puts "" -puts b -puts b.reverse -puts b.sort -puts b.slice(0,3) -puts b.join("*") -puts a.shuffle -b.delete("Hello") -puts b.at(3) -puts a.values_at(0,5) \ No newline at end of file diff --git a/Rodolfo_Valdivieso/fundamentals/basic13/basic13.rb b/Rodolfo_Valdivieso/fundamentals/basic13/basic13.rb deleted file mode 100644 index c559cc6..0000000 --- a/Rodolfo_Valdivieso/fundamentals/basic13/basic13.rb +++ /dev/null @@ -1,140 +0,0 @@ -#Assignment 4 Basic 13. -#Print 1-255 -1.upto(255) { |i| print i, " " } # => 5 6 7 8 9 10 - - -#Print odd numbers between 1-255 -#Version 1 -def test(number) - if !(number.even?) - print number, " " - end -end -1.upto(255) { |i| test(i) } -#Version 2 -1.upto(255) { |i| if !(i.even?) then print i , " " end } -#Version 3 -#1.upto(255) { |i| !(i.even?) ? (print "true") : (print "false") } -1.upto(255) { |i| !(i.even?) ? (print i.to_s + " ") : () } - - -# Print sum -# 1.upto(255) { |i| puts "New number: " + i.to_s + " Sum: " + (1.upto(i) { |z| puts i + }) } -count = 0 -for i in 1..255 - count = count + i - puts "New number i: " + i.to_s + " Sum: " + count.to_s -end - -#1.upto(255) { |i| puts "New number: " + i.to_s + " Sum: " + (1.upto(i) { |z| puts count=count+z }) } - -#Iterating through an array -array = [-1,-3,-5,-7,-9,-13] -array.each { |x| puts "Value: " + x.to_s } - -#Find Max -max = array[0] -for i in array - if i > max - max = i - end -end -puts "Max Value: " + max.to_s - -# Get Average -b = [2, 10, 3] -count = 0 -for i in b - count = count + i -end -puts "Average: " + (count/b.length).to_s - - -#Array with Odd Numbers -odd = [] -1.upto(255) { |i| if !(i.even?) then odd.push(i) end } -puts "Arrya of Odds" -p odd - - -#Greater Than Y -def greaterThan(arr, y) - temp = [] - for i in arr - if i > y - temp.push(i) - end - end - return temp -end -b = [1, 8, 9, 2, 0, -10, 1000] -p greaterThan(b, 5) - -#Square the values -def square(arr) - for i in 0...arr.length - arr[i] = arr[i]*arr[i] - end - return arr -end -p square(b) - -#Eliminate Negative Numbers -def negatives(arr) - for i in 0...arr.length - if arr[i] < 0 - arr[i] = 0 - end - end - return arr -end -p negatives([1, 8, 9, 2, 0, -10, 1000]) - - -#Max min an avg -def maxMin(arr) - max = arr[0] - min = arr[0] - avg = 0 - - for i in arr - if i > max - max = i - end - if i < min - min = i - end - avg = avg + i - end - avg = avg / arr.length - return {"Max":max, "Min":min, "Average":avg} -end - -p maxMin([1, 8, 9, 2, 0, -10, 1000]) - -#Shifting the values -def shifting(arr) - for i in 0...arr.length - if i<(arr.length-1) - arr[i]=arr[i+1] - else - arr[i]=0 - end - end - return arr -end -p shifting([1, 8, 9, 2, 0, -10, 1000]) - -#Number to String -x = [-1, -3, 2] - -def number(arr) - for i in 0...arr.length - if arr[i] < 0 - arr[i] = "Dojo" - end - end - return arr -end - -p number(x) \ No newline at end of file diff --git a/Rodolfo_Valdivieso/fundamentals/guessTheNumber/guessTheNumber.rb b/Rodolfo_Valdivieso/fundamentals/guessTheNumber/guessTheNumber.rb deleted file mode 100644 index 9335e90..0000000 --- a/Rodolfo_Valdivieso/fundamentals/guessTheNumber/guessTheNumber.rb +++ /dev/null @@ -1,30 +0,0 @@ -#Assignment 1 Guess the Number - -def guess_number guess - number = 25 - if guess == number - puts "You got it!" - elsif guess > number - puts "Guess was too high!" - else - puts "Guess was too low!" - end -end - -#Version 2 Using unless -def guess_number2 guess - number = 25 - unless guess == number - unless guess > number - puts "Guess was too low!" - else - puts "Guess was too high!" - end - else - puts "You got it!" - end -end - -guess_number2(10) -guess_number2(30) -guess_number2(25) \ No newline at end of file diff --git a/Rodolfo_Valdivieso/fundamentals/hashes/hashes.rb b/Rodolfo_Valdivieso/fundamentals/hashes/hashes.rb deleted file mode 100644 index 75185bf..0000000 --- a/Rodolfo_Valdivieso/fundamentals/hashes/hashes.rb +++ /dev/null @@ -1,31 +0,0 @@ -#Hashes Assignment -#Symbols -y = {:first_name => "Coding" , :last_name => "Dojo"} - -puts "Y is " , y -puts y[:first_name] , y[:last_name] - -puts "Deleting first_name" -y.delete(:first_name) -puts "Y is " , y - -if y.has_key?(:first_name) - puts "Key first_name exist" -else - puts "Key first_name not exist" -end - -if y.has_value?("Dojo") - puts "Dojo exist" -else - puts "Dojo not exist" -end - -puts y.empty? - -def new_user greeting="Welcome", first_name: "first", last_name: "last" - puts "#{greeting}, #{first_name} #{last_name}" -end -our_user = {first_name: "Oscar", last_name: "Vazquez"} -new_user # => Welcome, first last -new_user "Hello", our_user # => Hello, Oscar Vazquez diff --git a/Rodolfo_Valdivieso/fundamentals/myEnumerable/my_enumerable.rb b/Rodolfo_Valdivieso/fundamentals/myEnumerable/my_enumerable.rb deleted file mode 100644 index ad548c7..0000000 --- a/Rodolfo_Valdivieso/fundamentals/myEnumerable/my_enumerable.rb +++ /dev/null @@ -1,19 +0,0 @@ -#Creating our own module. -#In this example, I'm calling the method that I created once, -# but I have a for loop inside and because I'm using Yield, -# it will return to the block every time that I yield. Nice!!! - -module MyEnumerable - def my_each - for x in self - yield x - end - end -end - -class Array - include MyEnumerable -end - -[1,2,3,4].my_each { |i| puts i } # => 1 2 3 4 -[1,2,3,4].my_each { |i| puts i * 10 } # => 10 20 30 40 \ No newline at end of file diff --git a/Rodolfo_Valdivieso/fundamentals/names/names.rb b/Rodolfo_Valdivieso/fundamentals/names/names.rb deleted file mode 100644 index 46c0b1a..0000000 --- a/Rodolfo_Valdivieso/fundamentals/names/names.rb +++ /dev/null @@ -1,17 +0,0 @@ -# Assignment Names - -a = {first_name: "Michael", last_name: "Choi"} -b = {first_name: "John", last_name: "Doe"} -c = {first_name: "Jane", last_name: "Doe"} -d = {first_name: "James", last_name: "Smith"} -e = {first_name: "Jennifer", last_name: "Smith"} -names = [a, b, c, d, e] - -def namesF(arr) - puts "You have " + arr.length.to_s + " names in the names array" - for i in arr - puts "The name is " + i[:first_name] + " " + i[:last_name] - end -end - -namesF(names) \ No newline at end of file diff --git a/Rodolfo_Valdivieso/fundamentals/range/range.rb b/Rodolfo_Valdivieso/fundamentals/range/range.rb deleted file mode 100644 index f23c553..0000000 --- a/Rodolfo_Valdivieso/fundamentals/range/range.rb +++ /dev/null @@ -1,12 +0,0 @@ -#Assignment 3 Range - -x = (1..20) - -puts "The maximun value of the array is: " + x.max.to_s -puts "The minimun value of the array is: " + x.min.to_s -puts "The last value of the array is: " + x.last.to_s -puts x.include?(5) -puts x.include?(30) - -c = ("A".."Z") -puts c.to_a.shuffle.to_s diff --git a/Rodolfo_Valdivieso/fundamentals/rubyPuzzles/rubyPuzzles.rb b/Rodolfo_Valdivieso/fundamentals/rubyPuzzles/rubyPuzzles.rb deleted file mode 100644 index ab23d48..0000000 --- a/Rodolfo_Valdivieso/fundamentals/rubyPuzzles/rubyPuzzles.rb +++ /dev/null @@ -1,76 +0,0 @@ -# Assignment Ruby Puzlles. - -# 1) - -a = [3,5,1,2,7,9,8,13,25,32] - -def function1(arr) - sum = 0 - arr2 = [] - for i in arr - sum = sum + i - if i > 10 - arr2.push(i) - end - end - return arr2 -end - -p function1(a) - -#Version2 -puts "New array containing numbers greater than 10: " -p a.reject { |i| i < 10 } -puts " Total sum of elements inside the array: " -sum = 0 -a.each { |i| sum+= i} -p sum - - - -#Verison 3 -p a.inject(0, :+) - - -#Excercise 2 -b = ["John", "KB", "Oliver", "Cory", "Matthew", "Christopher"] - -def printer(i, newArr) - puts i - if i.length > 5 - newArr.push(i) - end - return newArr -end - -newArr = [] -b.shuffle.each {|i| printer(i, newArr) } -p newArr - -#Excercise3 - -arr3 = [*('a'..'z')].shuffle -p arr3.first -p arr3.last -p "The first letter of this arr is a vowel: " + arr3.first.to_s if ["a", "e", "i", "o", "u"].include? arr3.first - - -#Exercise 4 -p (55..100).to_a.shuffle - -#Excercise 5 -arr = (55..100).to_a.shuffle.sort -p arr -p arr.min -p arr.max - -#Excercise 6 -p (1..5).map { (65 + rand(26)).chr }.join - -#Excercise 7 -arr =[] -for i in 1..10 - arr.push((1..5).map { (65 + rand(26)).chr }.join) -end -p arr - diff --git a/Rodolfo_Valdivieso/models/assignmentPoly/Polymorphism Assignment.txt b/Rodolfo_Valdivieso/models/assignmentPoly/Polymorphism Assignment.txt deleted file mode 100644 index 9070722..0000000 --- a/Rodolfo_Valdivieso/models/assignmentPoly/Polymorphism Assignment.txt +++ /dev/null @@ -1,27 +0,0 @@ - -#Ran this into the console -rails g model Comment content:text imageable:references{polymorphic} -#Added this to Models User, Blog, Post and Message. -has_many :comments, as: :imageable - -#Testing the application: - -Comment.create(content:"Contenttttt", imageable:User.first) -Comment.create(content:"Contenttttt", imageable:Blog.first) -Comment.create(content:"Contenttttt", imageable:Post.first) -Comment.create(content:"Contenttttt", imageable:Message.first) - -User.first.comments -Blog.first.comments -Post.first.comments -Message.first.comments - -Comment.all - -c = Comment.first -c.content = "UPDATING" -c.save - -Comment.last.destroy - - diff --git a/Rodolfo_Valdivieso/models/blogs/.gitignore b/Rodolfo_Valdivieso/models/blogs/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/Rodolfo_Valdivieso/models/blogs/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/Rodolfo_Valdivieso/models/blogs/Gemfile b/Rodolfo_Valdivieso/models/blogs/Gemfile deleted file mode 100644 index 7415088..0000000 --- a/Rodolfo_Valdivieso/models/blogs/Gemfile +++ /dev/null @@ -1,48 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - gem 'hirb' - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end - diff --git a/Rodolfo_Valdivieso/models/blogs/Gemfile.lock b/Rodolfo_Valdivieso/models/blogs/Gemfile.lock deleted file mode 100644 index 73114af..0000000 --- a/Rodolfo_Valdivieso/models/blogs/Gemfile.lock +++ /dev/null @@ -1,172 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (3.2.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/Rodolfo_Valdivieso/models/blogs/README.rdoc b/Rodolfo_Valdivieso/models/blogs/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/Rodolfo_Valdivieso/models/blogs/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/Rodolfo_Valdivieso/models/blogs/Rakefile b/Rodolfo_Valdivieso/models/blogs/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/Rodolfo_Valdivieso/models/blogs/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/Rodolfo_Valdivieso/models/blogs/app/assets/javascripts/application.js b/Rodolfo_Valdivieso/models/blogs/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/Rodolfo_Valdivieso/models/blogs/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/Rodolfo_Valdivieso/models/blogs/app/assets/stylesheets/application.css b/Rodolfo_Valdivieso/models/blogs/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/Rodolfo_Valdivieso/models/blogs/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/Rodolfo_Valdivieso/models/blogs/app/controllers/application_controller.rb b/Rodolfo_Valdivieso/models/blogs/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/Rodolfo_Valdivieso/models/blogs/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/Rodolfo_Valdivieso/models/blogs/app/models/blog.rb b/Rodolfo_Valdivieso/models/blogs/app/models/blog.rb deleted file mode 100644 index c35b17b..0000000 --- a/Rodolfo_Valdivieso/models/blogs/app/models/blog.rb +++ /dev/null @@ -1,6 +0,0 @@ -class Blog < ActiveRecord::Base - has_many :posts, dependent: :destroy - - validates :name, :description, presence: true - -end diff --git a/Rodolfo_Valdivieso/models/blogs/app/models/message.rb b/Rodolfo_Valdivieso/models/blogs/app/models/message.rb deleted file mode 100644 index 4d4e272..0000000 --- a/Rodolfo_Valdivieso/models/blogs/app/models/message.rb +++ /dev/null @@ -1,7 +0,0 @@ -class Message < ActiveRecord::Base - belongs_to :post - - validates :author, :message, presence: true - validates :message , length: { minimum: 15 } - -end diff --git a/Rodolfo_Valdivieso/models/blogs/app/models/post.rb b/Rodolfo_Valdivieso/models/blogs/app/models/post.rb deleted file mode 100644 index f758b87..0000000 --- a/Rodolfo_Valdivieso/models/blogs/app/models/post.rb +++ /dev/null @@ -1,6 +0,0 @@ -class Post < ActiveRecord::Base - belongs_to :blog - has_many :messages, dependent: :destroy - - validates :title, :content, presence: true, length: { minimum: 7 } -end diff --git a/Rodolfo_Valdivieso/models/blogs/app/views/layouts/application.html.erb b/Rodolfo_Valdivieso/models/blogs/app/views/layouts/application.html.erb deleted file mode 100644 index 5cd984b..0000000 --- a/Rodolfo_Valdivieso/models/blogs/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - Blogs - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/Rodolfo_Valdivieso/models/blogs/bin/rails b/Rodolfo_Valdivieso/models/blogs/bin/rails deleted file mode 100644 index 0138d79..0000000 --- a/Rodolfo_Valdivieso/models/blogs/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/Rodolfo_Valdivieso/models/blogs/bin/setup b/Rodolfo_Valdivieso/models/blogs/bin/setup deleted file mode 100644 index acdb2c1..0000000 --- a/Rodolfo_Valdivieso/models/blogs/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/Rodolfo_Valdivieso/models/blogs/config.ru b/Rodolfo_Valdivieso/models/blogs/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/Rodolfo_Valdivieso/models/blogs/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/Rodolfo_Valdivieso/models/blogs/config/application.rb b/Rodolfo_Valdivieso/models/blogs/config/application.rb deleted file mode 100644 index c39e324..0000000 --- a/Rodolfo_Valdivieso/models/blogs/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module Blogs - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/Rodolfo_Valdivieso/models/blogs/config/boot.rb b/Rodolfo_Valdivieso/models/blogs/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/Rodolfo_Valdivieso/models/blogs/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/Rodolfo_Valdivieso/models/blogs/config/environment.rb b/Rodolfo_Valdivieso/models/blogs/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/Rodolfo_Valdivieso/models/blogs/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/Rodolfo_Valdivieso/models/blogs/config/environments/development.rb b/Rodolfo_Valdivieso/models/blogs/config/environments/development.rb deleted file mode 100644 index b55e214..0000000 --- a/Rodolfo_Valdivieso/models/blogs/config/environments/development.rb +++ /dev/null @@ -1,41 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Rodolfo_Valdivieso/models/blogs/config/environments/production.rb b/Rodolfo_Valdivieso/models/blogs/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/Rodolfo_Valdivieso/models/blogs/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/Rodolfo_Valdivieso/models/blogs/config/environments/test.rb b/Rodolfo_Valdivieso/models/blogs/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/Rodolfo_Valdivieso/models/blogs/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Rodolfo_Valdivieso/models/blogs/config/initializers/cookies_serializer.rb b/Rodolfo_Valdivieso/models/blogs/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/Rodolfo_Valdivieso/models/blogs/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/Rodolfo_Valdivieso/models/blogs/config/initializers/session_store.rb b/Rodolfo_Valdivieso/models/blogs/config/initializers/session_store.rb deleted file mode 100644 index ef84247..0000000 --- a/Rodolfo_Valdivieso/models/blogs/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_blogs_session' diff --git a/Rodolfo_Valdivieso/models/blogs/config/initializers/wrap_parameters.rb b/Rodolfo_Valdivieso/models/blogs/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/Rodolfo_Valdivieso/models/blogs/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/Rodolfo_Valdivieso/models/blogs/config/routes.rb b/Rodolfo_Valdivieso/models/blogs/config/routes.rb deleted file mode 100644 index 3f66539..0000000 --- a/Rodolfo_Valdivieso/models/blogs/config/routes.rb +++ /dev/null @@ -1,56 +0,0 @@ -Rails.application.routes.draw do - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/Rodolfo_Valdivieso/models/blogs/config/secrets.yml b/Rodolfo_Valdivieso/models/blogs/config/secrets.yml deleted file mode 100644 index aaf24b5..0000000 --- a/Rodolfo_Valdivieso/models/blogs/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: 13fd521c274a4fccd60e4c2bdea76b4471ea30d99f306a9c34c0bb29d991a16456397415043a53a2b6df311160c4ba532019e1860594d4702ec10d70ca8b114d - -test: - secret_key_base: f9897b290e700bf37f237f8e20c8cac07baac4c90f2ec1809a02dc4432a4a5e5dcb4d4763eb280a73a6e27a0b708e4c6c63df37163c7eb14bb5417851d2edab0 - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/Rodolfo_Valdivieso/models/blogs/db/migrate/20171129203950_create_blogs.rb b/Rodolfo_Valdivieso/models/blogs/db/migrate/20171129203950_create_blogs.rb deleted file mode 100644 index 87471d4..0000000 --- a/Rodolfo_Valdivieso/models/blogs/db/migrate/20171129203950_create_blogs.rb +++ /dev/null @@ -1,10 +0,0 @@ -class CreateBlogs < ActiveRecord::Migration - def change - create_table :blogs do |t| - t.string :name - t.text :description - - t.timestamps null: false - end - end -end diff --git a/Rodolfo_Valdivieso/models/blogs/db/migrate/20171129204040_create_posts.rb b/Rodolfo_Valdivieso/models/blogs/db/migrate/20171129204040_create_posts.rb deleted file mode 100644 index 90e2db8..0000000 --- a/Rodolfo_Valdivieso/models/blogs/db/migrate/20171129204040_create_posts.rb +++ /dev/null @@ -1,11 +0,0 @@ -class CreatePosts < ActiveRecord::Migration - def change - create_table :posts do |t| - t.string :title - t.text :content - t.references :blog, index: true, foreign_key: true - - t.timestamps null: false - end - end -end diff --git a/Rodolfo_Valdivieso/models/blogs/db/migrate/20171129204134_create_messages.rb b/Rodolfo_Valdivieso/models/blogs/db/migrate/20171129204134_create_messages.rb deleted file mode 100644 index cf927e7..0000000 --- a/Rodolfo_Valdivieso/models/blogs/db/migrate/20171129204134_create_messages.rb +++ /dev/null @@ -1,11 +0,0 @@ -class CreateMessages < ActiveRecord::Migration - def change - create_table :messages do |t| - t.string :author - t.text :message - t.references :post, index: true, foreign_key: true - - t.timestamps null: false - end - end -end diff --git a/Rodolfo_Valdivieso/models/blogs/db/schema.rb b/Rodolfo_Valdivieso/models/blogs/db/schema.rb deleted file mode 100644 index dee7839..0000000 --- a/Rodolfo_Valdivieso/models/blogs/db/schema.rb +++ /dev/null @@ -1,43 +0,0 @@ -# encoding: UTF-8 -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# Note that this schema.rb definition is the authoritative source for your -# database schema. If you need to create the application database on another -# system, you should be using db:schema:load, not running all the migrations -# from scratch. The latter is a flawed and unsustainable approach (the more migrations -# you'll amass, the slower it'll run and the greater likelihood for issues). -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema.define(version: 20171129204134) do - - create_table "blogs", force: :cascade do |t| - t.string "name" - t.text "description" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - create_table "messages", force: :cascade do |t| - t.string "author" - t.text "message" - t.integer "post_id" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - add_index "messages", ["post_id"], name: "index_messages_on_post_id" - - create_table "posts", force: :cascade do |t| - t.string "title" - t.text "content" - t.integer "blog_id" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - add_index "posts", ["blog_id"], name: "index_posts_on_blog_id" - -end diff --git a/Rodolfo_Valdivieso/models/blogs/db/seeds.rb b/Rodolfo_Valdivieso/models/blogs/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/Rodolfo_Valdivieso/models/blogs/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/Rodolfo_Valdivieso/models/blogs/public/404.html b/Rodolfo_Valdivieso/models/blogs/public/404.html deleted file mode 100644 index b612547..0000000 --- a/Rodolfo_Valdivieso/models/blogs/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Rodolfo_Valdivieso/models/blogs/public/422.html b/Rodolfo_Valdivieso/models/blogs/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/Rodolfo_Valdivieso/models/blogs/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Rodolfo_Valdivieso/models/blogs/public/500.html b/Rodolfo_Valdivieso/models/blogs/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/Rodolfo_Valdivieso/models/blogs/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Rodolfo_Valdivieso/models/blogs/test/fixtures/messages.yml b/Rodolfo_Valdivieso/models/blogs/test/fixtures/messages.yml deleted file mode 100644 index e3c84c8..0000000 --- a/Rodolfo_Valdivieso/models/blogs/test/fixtures/messages.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - author: MyString - message: MyText - post_id: - -two: - author: MyString - message: MyText - post_id: diff --git a/Rodolfo_Valdivieso/models/blogs/test/fixtures/posts.yml b/Rodolfo_Valdivieso/models/blogs/test/fixtures/posts.yml deleted file mode 100644 index dcc822e..0000000 --- a/Rodolfo_Valdivieso/models/blogs/test/fixtures/posts.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - title: MyString - content: MyText - blog_id: - -two: - title: MyString - content: MyText - blog_id: diff --git a/Rodolfo_Valdivieso/models/blogs2/.gitignore b/Rodolfo_Valdivieso/models/blogs2/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/Rodolfo_Valdivieso/models/blogs2/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/Rodolfo_Valdivieso/models/blogs2/Gemfile b/Rodolfo_Valdivieso/models/blogs2/Gemfile deleted file mode 100644 index 27ef59a..0000000 --- a/Rodolfo_Valdivieso/models/blogs2/Gemfile +++ /dev/null @@ -1,48 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - gem 'hirb' - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end - diff --git a/Rodolfo_Valdivieso/models/blogs2/Gemfile.lock b/Rodolfo_Valdivieso/models/blogs2/Gemfile.lock deleted file mode 100644 index 73114af..0000000 --- a/Rodolfo_Valdivieso/models/blogs2/Gemfile.lock +++ /dev/null @@ -1,172 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (3.2.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/Rodolfo_Valdivieso/models/blogs2/README.rdoc b/Rodolfo_Valdivieso/models/blogs2/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/Rodolfo_Valdivieso/models/blogs2/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/Rodolfo_Valdivieso/models/blogs2/Rakefile b/Rodolfo_Valdivieso/models/blogs2/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/Rodolfo_Valdivieso/models/blogs2/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/Rodolfo_Valdivieso/models/blogs2/app/assets/javascripts/application.js b/Rodolfo_Valdivieso/models/blogs2/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/Rodolfo_Valdivieso/models/blogs2/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/Rodolfo_Valdivieso/models/blogs2/app/assets/stylesheets/application.css b/Rodolfo_Valdivieso/models/blogs2/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/Rodolfo_Valdivieso/models/blogs2/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/Rodolfo_Valdivieso/models/blogs2/app/controllers/application_controller.rb b/Rodolfo_Valdivieso/models/blogs2/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/Rodolfo_Valdivieso/models/blogs2/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/Rodolfo_Valdivieso/models/blogs2/app/models/blog.rb b/Rodolfo_Valdivieso/models/blogs2/app/models/blog.rb deleted file mode 100644 index f03f280..0000000 --- a/Rodolfo_Valdivieso/models/blogs2/app/models/blog.rb +++ /dev/null @@ -1,9 +0,0 @@ -class Blog < ActiveRecord::Base - - has_many :posts - - has_many :owners - has_many :users, through: :owners - - validates :name, :description, presence: true -end diff --git a/Rodolfo_Valdivieso/models/blogs2/app/models/message.rb b/Rodolfo_Valdivieso/models/blogs2/app/models/message.rb deleted file mode 100644 index 64bbdbf..0000000 --- a/Rodolfo_Valdivieso/models/blogs2/app/models/message.rb +++ /dev/null @@ -1,7 +0,0 @@ -class Message < ActiveRecord::Base - belongs_to :user - belongs_to :post - - validates :author, :message, presence: true - validates :message , length: { minimum: 15 } -end diff --git a/Rodolfo_Valdivieso/models/blogs2/app/models/owner.rb b/Rodolfo_Valdivieso/models/blogs2/app/models/owner.rb deleted file mode 100644 index e91c072..0000000 --- a/Rodolfo_Valdivieso/models/blogs2/app/models/owner.rb +++ /dev/null @@ -1,4 +0,0 @@ -class Owner < ActiveRecord::Base - belongs_to :user - belongs_to :blog -end diff --git a/Rodolfo_Valdivieso/models/blogs2/app/models/post.rb b/Rodolfo_Valdivieso/models/blogs2/app/models/post.rb deleted file mode 100644 index e10ccbb..0000000 --- a/Rodolfo_Valdivieso/models/blogs2/app/models/post.rb +++ /dev/null @@ -1,8 +0,0 @@ -class Post < ActiveRecord::Base - belongs_to :user - belongs_to :blog - - has_many :messages - - validates :title, :content, presence: true, length: { minimum: 7 } -end diff --git a/Rodolfo_Valdivieso/models/blogs2/app/models/user.rb b/Rodolfo_Valdivieso/models/blogs2/app/models/user.rb deleted file mode 100644 index f079cf9..0000000 --- a/Rodolfo_Valdivieso/models/blogs2/app/models/user.rb +++ /dev/null @@ -1,12 +0,0 @@ -class User < ActiveRecord::Base - has_many :messages - has_many :posts - has_many :blogs - - has_many :owners - has_many :blogs, through: :owners - - EMAIL_REGEX = /\A([^@\s]+)@((?:[-a-z0-9]+\.)+[a-z]+)\z/i - validates :first_name, :last_name, presence: true, length: { in: 2..255 } - validates :email, presence: true, uniqueness: { case_sensitive: false }, format: { with: EMAIL_REGEX } -end diff --git a/Rodolfo_Valdivieso/models/blogs2/app/views/layouts/application.html.erb b/Rodolfo_Valdivieso/models/blogs2/app/views/layouts/application.html.erb deleted file mode 100644 index 66d1764..0000000 --- a/Rodolfo_Valdivieso/models/blogs2/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - Blogs2 - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/Rodolfo_Valdivieso/models/blogs2/bin/rails b/Rodolfo_Valdivieso/models/blogs2/bin/rails deleted file mode 100644 index 0138d79..0000000 --- a/Rodolfo_Valdivieso/models/blogs2/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/Rodolfo_Valdivieso/models/blogs2/bin/setup b/Rodolfo_Valdivieso/models/blogs2/bin/setup deleted file mode 100644 index acdb2c1..0000000 --- a/Rodolfo_Valdivieso/models/blogs2/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/Rodolfo_Valdivieso/models/blogs2/config.ru b/Rodolfo_Valdivieso/models/blogs2/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/Rodolfo_Valdivieso/models/blogs2/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/Rodolfo_Valdivieso/models/blogs2/config/application.rb b/Rodolfo_Valdivieso/models/blogs2/config/application.rb deleted file mode 100644 index 25417dc..0000000 --- a/Rodolfo_Valdivieso/models/blogs2/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module Blogs2 - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/Rodolfo_Valdivieso/models/blogs2/config/boot.rb b/Rodolfo_Valdivieso/models/blogs2/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/Rodolfo_Valdivieso/models/blogs2/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/Rodolfo_Valdivieso/models/blogs2/config/environment.rb b/Rodolfo_Valdivieso/models/blogs2/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/Rodolfo_Valdivieso/models/blogs2/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/Rodolfo_Valdivieso/models/blogs2/config/environments/development.rb b/Rodolfo_Valdivieso/models/blogs2/config/environments/development.rb deleted file mode 100644 index b55e214..0000000 --- a/Rodolfo_Valdivieso/models/blogs2/config/environments/development.rb +++ /dev/null @@ -1,41 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Rodolfo_Valdivieso/models/blogs2/config/environments/production.rb b/Rodolfo_Valdivieso/models/blogs2/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/Rodolfo_Valdivieso/models/blogs2/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/Rodolfo_Valdivieso/models/blogs2/config/environments/test.rb b/Rodolfo_Valdivieso/models/blogs2/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/Rodolfo_Valdivieso/models/blogs2/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Rodolfo_Valdivieso/models/blogs2/config/initializers/cookies_serializer.rb b/Rodolfo_Valdivieso/models/blogs2/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/Rodolfo_Valdivieso/models/blogs2/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/Rodolfo_Valdivieso/models/blogs2/config/initializers/session_store.rb b/Rodolfo_Valdivieso/models/blogs2/config/initializers/session_store.rb deleted file mode 100644 index 680291d..0000000 --- a/Rodolfo_Valdivieso/models/blogs2/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_blogs2_session' diff --git a/Rodolfo_Valdivieso/models/blogs2/config/initializers/wrap_parameters.rb b/Rodolfo_Valdivieso/models/blogs2/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/Rodolfo_Valdivieso/models/blogs2/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/Rodolfo_Valdivieso/models/blogs2/config/routes.rb b/Rodolfo_Valdivieso/models/blogs2/config/routes.rb deleted file mode 100644 index 3f66539..0000000 --- a/Rodolfo_Valdivieso/models/blogs2/config/routes.rb +++ /dev/null @@ -1,56 +0,0 @@ -Rails.application.routes.draw do - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/Rodolfo_Valdivieso/models/blogs2/config/secrets.yml b/Rodolfo_Valdivieso/models/blogs2/config/secrets.yml deleted file mode 100644 index d8057f4..0000000 --- a/Rodolfo_Valdivieso/models/blogs2/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: a377940e21543aa0f002778f82e128ba542bd201c2417aeb6c56a799fa0fc79c27c14a8c2ea8b337d3f3b9e7463d18dd6f1022d504acc4852e6663d8a03da101 - -test: - secret_key_base: fe1f3425063693b1e0e9ba34e27170171bc2e5f13f04813d78b06c7bc4d54c1bd3e712a9c95b637078a4c38120eb1221f8600145d5780d045d5bc9c9bde85283 - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/Rodolfo_Valdivieso/models/blogs2/db/migrate/20171130165929_create_users.rb b/Rodolfo_Valdivieso/models/blogs2/db/migrate/20171130165929_create_users.rb deleted file mode 100644 index cc285fe..0000000 --- a/Rodolfo_Valdivieso/models/blogs2/db/migrate/20171130165929_create_users.rb +++ /dev/null @@ -1,11 +0,0 @@ -class CreateUsers < ActiveRecord::Migration - def change - create_table :users do |t| - t.string :first_name - t.string :last_name - t.string :email - - t.timestamps null: false - end - end -end diff --git a/Rodolfo_Valdivieso/models/blogs2/db/migrate/20171130170337_create_blogs.rb b/Rodolfo_Valdivieso/models/blogs2/db/migrate/20171130170337_create_blogs.rb deleted file mode 100644 index 87471d4..0000000 --- a/Rodolfo_Valdivieso/models/blogs2/db/migrate/20171130170337_create_blogs.rb +++ /dev/null @@ -1,10 +0,0 @@ -class CreateBlogs < ActiveRecord::Migration - def change - create_table :blogs do |t| - t.string :name - t.text :description - - t.timestamps null: false - end - end -end diff --git a/Rodolfo_Valdivieso/models/blogs2/db/migrate/20171130170539_create_posts.rb b/Rodolfo_Valdivieso/models/blogs2/db/migrate/20171130170539_create_posts.rb deleted file mode 100644 index c1075fd..0000000 --- a/Rodolfo_Valdivieso/models/blogs2/db/migrate/20171130170539_create_posts.rb +++ /dev/null @@ -1,12 +0,0 @@ -class CreatePosts < ActiveRecord::Migration - def change - create_table :posts do |t| - t.string :title - t.text :content - t.references :user, index: true, foreign_key: true - t.references :blog, index: true, foreign_key: true - - t.timestamps null: false - end - end -end diff --git a/Rodolfo_Valdivieso/models/blogs2/db/migrate/20171130170643_create_messages.rb b/Rodolfo_Valdivieso/models/blogs2/db/migrate/20171130170643_create_messages.rb deleted file mode 100644 index 2151288..0000000 --- a/Rodolfo_Valdivieso/models/blogs2/db/migrate/20171130170643_create_messages.rb +++ /dev/null @@ -1,12 +0,0 @@ -class CreateMessages < ActiveRecord::Migration - def change - create_table :messages do |t| - t.string :author - t.text :message - t.references :user, index: true, foreign_key: true - t.references :post, index: true, foreign_key: true - - t.timestamps null: false - end - end -end diff --git a/Rodolfo_Valdivieso/models/blogs2/db/migrate/20171130174238_create_owners.rb b/Rodolfo_Valdivieso/models/blogs2/db/migrate/20171130174238_create_owners.rb deleted file mode 100644 index e76114e..0000000 --- a/Rodolfo_Valdivieso/models/blogs2/db/migrate/20171130174238_create_owners.rb +++ /dev/null @@ -1,10 +0,0 @@ -class CreateOwners < ActiveRecord::Migration - def change - create_table :owners do |t| - t.references :user, index: true, foreign_key: true - t.references :blog, index: true, foreign_key: true - - t.timestamps null: false - end - end -end diff --git a/Rodolfo_Valdivieso/models/blogs2/db/schema.rb b/Rodolfo_Valdivieso/models/blogs2/db/schema.rb deleted file mode 100644 index f13daf0..0000000 --- a/Rodolfo_Valdivieso/models/blogs2/db/schema.rb +++ /dev/null @@ -1,65 +0,0 @@ -# encoding: UTF-8 -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# Note that this schema.rb definition is the authoritative source for your -# database schema. If you need to create the application database on another -# system, you should be using db:schema:load, not running all the migrations -# from scratch. The latter is a flawed and unsustainable approach (the more migrations -# you'll amass, the slower it'll run and the greater likelihood for issues). -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema.define(version: 20171130174238) do - - create_table "blogs", force: :cascade do |t| - t.string "name" - t.text "description" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - create_table "messages", force: :cascade do |t| - t.string "author" - t.text "message" - t.integer "user_id" - t.integer "post_id" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - add_index "messages", ["post_id"], name: "index_messages_on_post_id" - add_index "messages", ["user_id"], name: "index_messages_on_user_id" - - create_table "owners", force: :cascade do |t| - t.integer "user_id" - t.integer "blog_id" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - add_index "owners", ["blog_id"], name: "index_owners_on_blog_id" - add_index "owners", ["user_id"], name: "index_owners_on_user_id" - - create_table "posts", force: :cascade do |t| - t.string "title" - t.text "content" - t.integer "user_id" - t.integer "blog_id" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - add_index "posts", ["blog_id"], name: "index_posts_on_blog_id" - add_index "posts", ["user_id"], name: "index_posts_on_user_id" - - create_table "users", force: :cascade do |t| - t.string "first_name" - t.string "last_name" - t.string "email" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - -end diff --git a/Rodolfo_Valdivieso/models/blogs2/db/seeds.rb b/Rodolfo_Valdivieso/models/blogs2/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/Rodolfo_Valdivieso/models/blogs2/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/Rodolfo_Valdivieso/models/blogs2/public/404.html b/Rodolfo_Valdivieso/models/blogs2/public/404.html deleted file mode 100644 index b612547..0000000 --- a/Rodolfo_Valdivieso/models/blogs2/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Rodolfo_Valdivieso/models/blogs2/public/422.html b/Rodolfo_Valdivieso/models/blogs2/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/Rodolfo_Valdivieso/models/blogs2/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Rodolfo_Valdivieso/models/blogs2/public/500.html b/Rodolfo_Valdivieso/models/blogs2/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/Rodolfo_Valdivieso/models/blogs2/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Rodolfo_Valdivieso/models/blogs2/test/fixtures/blogs.yml b/Rodolfo_Valdivieso/models/blogs2/test/fixtures/blogs.yml deleted file mode 100644 index 2ff75a8..0000000 --- a/Rodolfo_Valdivieso/models/blogs2/test/fixtures/blogs.yml +++ /dev/null @@ -1,9 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - name: MyString - description: MyText - -two: - name: MyString - description: MyText diff --git a/Rodolfo_Valdivieso/models/blogs2/test/fixtures/messages.yml b/Rodolfo_Valdivieso/models/blogs2/test/fixtures/messages.yml deleted file mode 100644 index f17dfa4..0000000 --- a/Rodolfo_Valdivieso/models/blogs2/test/fixtures/messages.yml +++ /dev/null @@ -1,13 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - author: MyString - message: MyText - user_id: - post_id: - -two: - author: MyString - message: MyText - user_id: - post_id: diff --git a/Rodolfo_Valdivieso/models/blogs2/test/fixtures/owners.yml b/Rodolfo_Valdivieso/models/blogs2/test/fixtures/owners.yml deleted file mode 100644 index 99a91f2..0000000 --- a/Rodolfo_Valdivieso/models/blogs2/test/fixtures/owners.yml +++ /dev/null @@ -1,9 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - user_id: - blog_id: - -two: - user_id: - blog_id: diff --git a/Rodolfo_Valdivieso/models/blogs2/test/fixtures/posts.yml b/Rodolfo_Valdivieso/models/blogs2/test/fixtures/posts.yml deleted file mode 100644 index de7c3d7..0000000 --- a/Rodolfo_Valdivieso/models/blogs2/test/fixtures/posts.yml +++ /dev/null @@ -1,13 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - title: MyString - content: MyText - user_id: - blog_id: - -two: - title: MyString - content: MyText - user_id: - blog_id: diff --git a/Rodolfo_Valdivieso/models/blogs2/test/fixtures/users.yml b/Rodolfo_Valdivieso/models/blogs2/test/fixtures/users.yml deleted file mode 100644 index ef04625..0000000 --- a/Rodolfo_Valdivieso/models/blogs2/test/fixtures/users.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - first_name: MyString - last_name: MyString - email: MyString - -two: - first_name: MyString - last_name: MyString - email: MyString diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/.gitignore b/Rodolfo_Valdivieso/models/dojo_ninjas/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/Rodolfo_Valdivieso/models/dojo_ninjas/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/Gemfile b/Rodolfo_Valdivieso/models/dojo_ninjas/Gemfile deleted file mode 100644 index 7415088..0000000 --- a/Rodolfo_Valdivieso/models/dojo_ninjas/Gemfile +++ /dev/null @@ -1,48 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - gem 'hirb' - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end - diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/Gemfile.lock b/Rodolfo_Valdivieso/models/dojo_ninjas/Gemfile.lock deleted file mode 100644 index 73114af..0000000 --- a/Rodolfo_Valdivieso/models/dojo_ninjas/Gemfile.lock +++ /dev/null @@ -1,172 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (3.2.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/README.rdoc b/Rodolfo_Valdivieso/models/dojo_ninjas/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/Rodolfo_Valdivieso/models/dojo_ninjas/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/Rakefile b/Rodolfo_Valdivieso/models/dojo_ninjas/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/Rodolfo_Valdivieso/models/dojo_ninjas/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/app/assets/javascripts/application.js b/Rodolfo_Valdivieso/models/dojo_ninjas/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/Rodolfo_Valdivieso/models/dojo_ninjas/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/app/assets/stylesheets/application.css b/Rodolfo_Valdivieso/models/dojo_ninjas/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/Rodolfo_Valdivieso/models/dojo_ninjas/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/app/controllers/application_controller.rb b/Rodolfo_Valdivieso/models/dojo_ninjas/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/Rodolfo_Valdivieso/models/dojo_ninjas/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/app/models/dojo.rb b/Rodolfo_Valdivieso/models/dojo_ninjas/app/models/dojo.rb deleted file mode 100644 index 50cd307..0000000 --- a/Rodolfo_Valdivieso/models/dojo_ninjas/app/models/dojo.rb +++ /dev/null @@ -1,14 +0,0 @@ -class Dojo < ActiveRecord::Base - has_many :ninjas, dependent: :destroy - - validates :name, :city, presence: true, length: { in: 2..50 } - validates :state, presence: true, length: { in: 2..2 } - - # before_destroy :destroy_ninjas - # private - # def destroy_ninjas - # self.ninjas.destroy_all - # end - - -end diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/app/models/ninja.rb b/Rodolfo_Valdivieso/models/dojo_ninjas/app/models/ninja.rb deleted file mode 100644 index 35ca741..0000000 --- a/Rodolfo_Valdivieso/models/dojo_ninjas/app/models/ninja.rb +++ /dev/null @@ -1,5 +0,0 @@ -class Ninja < ActiveRecord::Base - belongs_to :dojo - - validates :first_name, :last_name, presence: true, length: { in: 2..255 } -end diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/app/views/layouts/application.html.erb b/Rodolfo_Valdivieso/models/dojo_ninjas/app/views/layouts/application.html.erb deleted file mode 100644 index 40d7e51..0000000 --- a/Rodolfo_Valdivieso/models/dojo_ninjas/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - DojoNinjas - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/bin/rails b/Rodolfo_Valdivieso/models/dojo_ninjas/bin/rails deleted file mode 100644 index 0138d79..0000000 --- a/Rodolfo_Valdivieso/models/dojo_ninjas/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/bin/setup b/Rodolfo_Valdivieso/models/dojo_ninjas/bin/setup deleted file mode 100644 index acdb2c1..0000000 --- a/Rodolfo_Valdivieso/models/dojo_ninjas/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/config.ru b/Rodolfo_Valdivieso/models/dojo_ninjas/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/Rodolfo_Valdivieso/models/dojo_ninjas/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/config/application.rb b/Rodolfo_Valdivieso/models/dojo_ninjas/config/application.rb deleted file mode 100644 index 156a9d5..0000000 --- a/Rodolfo_Valdivieso/models/dojo_ninjas/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module DojoNinjas - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/config/boot.rb b/Rodolfo_Valdivieso/models/dojo_ninjas/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/Rodolfo_Valdivieso/models/dojo_ninjas/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/config/environment.rb b/Rodolfo_Valdivieso/models/dojo_ninjas/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/Rodolfo_Valdivieso/models/dojo_ninjas/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/config/environments/development.rb b/Rodolfo_Valdivieso/models/dojo_ninjas/config/environments/development.rb deleted file mode 100644 index b55e214..0000000 --- a/Rodolfo_Valdivieso/models/dojo_ninjas/config/environments/development.rb +++ /dev/null @@ -1,41 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/config/environments/production.rb b/Rodolfo_Valdivieso/models/dojo_ninjas/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/Rodolfo_Valdivieso/models/dojo_ninjas/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/config/environments/test.rb b/Rodolfo_Valdivieso/models/dojo_ninjas/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/Rodolfo_Valdivieso/models/dojo_ninjas/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/config/initializers/cookies_serializer.rb b/Rodolfo_Valdivieso/models/dojo_ninjas/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/Rodolfo_Valdivieso/models/dojo_ninjas/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/config/initializers/wrap_parameters.rb b/Rodolfo_Valdivieso/models/dojo_ninjas/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/Rodolfo_Valdivieso/models/dojo_ninjas/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/config/routes.rb b/Rodolfo_Valdivieso/models/dojo_ninjas/config/routes.rb deleted file mode 100644 index 3f66539..0000000 --- a/Rodolfo_Valdivieso/models/dojo_ninjas/config/routes.rb +++ /dev/null @@ -1,56 +0,0 @@ -Rails.application.routes.draw do - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/config/secrets.yml b/Rodolfo_Valdivieso/models/dojo_ninjas/config/secrets.yml deleted file mode 100644 index 5a78ba2..0000000 --- a/Rodolfo_Valdivieso/models/dojo_ninjas/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: 7474aada698de3db0a43a730d81eef3a895fb474fb95e34b4b3173b69f438d876f0504c3c57885adf05c06a7615f3c558bb650e6757899787d37dd73ba60d226 - -test: - secret_key_base: ca932c97ba09be93843163a214f3c6e3527b9fee12a257b989a6e207e6239b357afb479ed40a68d2080abe63bc1d3c0305673437f5e0956b6898d677330840f2 - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/db/migrate/20171129190549_create_dojos.rb b/Rodolfo_Valdivieso/models/dojo_ninjas/db/migrate/20171129190549_create_dojos.rb deleted file mode 100644 index ece0705..0000000 --- a/Rodolfo_Valdivieso/models/dojo_ninjas/db/migrate/20171129190549_create_dojos.rb +++ /dev/null @@ -1,11 +0,0 @@ -class CreateDojos < ActiveRecord::Migration - def change - create_table :dojos do |t| - t.string :name - t.string :city - t.string :state - - t.timestamps null: false - end - end -end diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/db/migrate/20171129190755_create_ninjas.rb b/Rodolfo_Valdivieso/models/dojo_ninjas/db/migrate/20171129190755_create_ninjas.rb deleted file mode 100644 index 8334127..0000000 --- a/Rodolfo_Valdivieso/models/dojo_ninjas/db/migrate/20171129190755_create_ninjas.rb +++ /dev/null @@ -1,11 +0,0 @@ -class CreateNinjas < ActiveRecord::Migration - def change - create_table :ninjas do |t| - t.string :first_name - t.string :last_name - t.references :dojo, index: true, foreign_key: true - - t.timestamps null: false - end - end -end diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/db/schema.rb b/Rodolfo_Valdivieso/models/dojo_ninjas/db/schema.rb deleted file mode 100644 index a757905..0000000 --- a/Rodolfo_Valdivieso/models/dojo_ninjas/db/schema.rb +++ /dev/null @@ -1,34 +0,0 @@ -# encoding: UTF-8 -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# Note that this schema.rb definition is the authoritative source for your -# database schema. If you need to create the application database on another -# system, you should be using db:schema:load, not running all the migrations -# from scratch. The latter is a flawed and unsustainable approach (the more migrations -# you'll amass, the slower it'll run and the greater likelihood for issues). -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema.define(version: 20171129190755) do - - create_table "dojos", force: :cascade do |t| - t.string "name" - t.string "city" - t.string "state" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - create_table "ninjas", force: :cascade do |t| - t.string "first_name" - t.string "last_name" - t.integer "dojo_id" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - add_index "ninjas", ["dojo_id"], name: "index_ninjas_on_dojo_id" - -end diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/db/seeds.rb b/Rodolfo_Valdivieso/models/dojo_ninjas/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/Rodolfo_Valdivieso/models/dojo_ninjas/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/public/404.html b/Rodolfo_Valdivieso/models/dojo_ninjas/public/404.html deleted file mode 100644 index b612547..0000000 --- a/Rodolfo_Valdivieso/models/dojo_ninjas/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/public/422.html b/Rodolfo_Valdivieso/models/dojo_ninjas/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/Rodolfo_Valdivieso/models/dojo_ninjas/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/public/500.html b/Rodolfo_Valdivieso/models/dojo_ninjas/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/Rodolfo_Valdivieso/models/dojo_ninjas/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/test/fixtures/ninjas.yml b/Rodolfo_Valdivieso/models/dojo_ninjas/test/fixtures/ninjas.yml deleted file mode 100644 index ddd337f..0000000 --- a/Rodolfo_Valdivieso/models/dojo_ninjas/test/fixtures/ninjas.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - first_name: MyString - last_name: MyString - dojo_id: - -two: - first_name: MyString - last_name: MyString - dojo_id: diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/test/models/dojo_test.rb b/Rodolfo_Valdivieso/models/dojo_ninjas/test/models/dojo_test.rb deleted file mode 100644 index a078f30..0000000 --- a/Rodolfo_Valdivieso/models/dojo_ninjas/test/models/dojo_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class DojoTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/Rodolfo_Valdivieso/models/optimize/.gitignore b/Rodolfo_Valdivieso/models/optimize/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/Rodolfo_Valdivieso/models/optimize/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/Rodolfo_Valdivieso/models/optimize/Gemfile b/Rodolfo_Valdivieso/models/optimize/Gemfile deleted file mode 100644 index 27ef59a..0000000 --- a/Rodolfo_Valdivieso/models/optimize/Gemfile +++ /dev/null @@ -1,48 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - gem 'hirb' - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end - diff --git a/Rodolfo_Valdivieso/models/optimize/Gemfile.lock b/Rodolfo_Valdivieso/models/optimize/Gemfile.lock deleted file mode 100644 index 73114af..0000000 --- a/Rodolfo_Valdivieso/models/optimize/Gemfile.lock +++ /dev/null @@ -1,172 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (3.2.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/Rodolfo_Valdivieso/models/optimize/README.rdoc b/Rodolfo_Valdivieso/models/optimize/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/Rodolfo_Valdivieso/models/optimize/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/Rodolfo_Valdivieso/models/optimize/Rakefile b/Rodolfo_Valdivieso/models/optimize/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/Rodolfo_Valdivieso/models/optimize/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/Rodolfo_Valdivieso/models/optimize/app/assets/javascripts/application.js b/Rodolfo_Valdivieso/models/optimize/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/Rodolfo_Valdivieso/models/optimize/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/Rodolfo_Valdivieso/models/optimize/app/assets/stylesheets/application.css b/Rodolfo_Valdivieso/models/optimize/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/Rodolfo_Valdivieso/models/optimize/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/Rodolfo_Valdivieso/models/optimize/app/controllers/application_controller.rb b/Rodolfo_Valdivieso/models/optimize/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/Rodolfo_Valdivieso/models/optimize/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/Rodolfo_Valdivieso/models/optimize/app/helpers/application_helper.rb b/Rodolfo_Valdivieso/models/optimize/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/Rodolfo_Valdivieso/models/optimize/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/Rodolfo_Valdivieso/models/optimize/app/models/player.rb b/Rodolfo_Valdivieso/models/optimize/app/models/player.rb deleted file mode 100644 index 8c9596e..0000000 --- a/Rodolfo_Valdivieso/models/optimize/app/models/player.rb +++ /dev/null @@ -1,46 +0,0 @@ -class Player < ActiveRecord::Base - belongs_to :team -end - - -# Not optimize -# players = Player.limit(10).order("RANDOM()") -# players.each do |player| -# puts player.team.stadium -# end - -# Optimized -# players = Player.includes(:team).limit(10).order("RANDOM()") -# players.each do |player| -# puts player.team.stadium -# end - -# Left Join -# Player.includes(:team).where("teams.name = 'Los Angeles Lakers'").references(:team) - -# Join -# Player.joins(:team).where("teams.name = 'Los Angeles Lakers'") - -#Retrieve all players, then write a program that will loop through each player and display their team name, mascot and stadium. How many queries have we done? -# players = Player.all -# players.each do |player| -# print "Name: " + player.name + " Team: " +player.team.name + " Mascot: " +player.team.mascot + " Stadium: " +player.team.stadium +"\n" -# end - -#Retrieve all players and write a program to loop through each player and their team name, mascot and stadium using .includes. How many queries have we done now? -# players = Player.includes(:team).all -# players.each do |player| -# print "Name: " + player.name + " Team: " +player.team.name + " Mascot: " +player.team.mascot + " Stadium: " +player.team.stadium + "\n" -# end - -#Retrieve all players from the 'Chicago Bulls' by using .includes -# players = Player.includes(:team).where("team_id = ?",Team.where(name:"Chicago Bulls").first.id) -# players.each do |p| -# print "Name: " + p.name #+ " Team: " +player.team.name + " Mascot: " +player.team.mascot + " Stadium: " +player.team.stadium + "\n" -# end - -#Retrieve all players along with the team name that play at the 'Staples Center' -#Player.joins(:team).where("teams.stadium = 'Staples Center'") - -#Retrieve all teams that have any player that start their name with the letter 'Z' by using .includes and .joins -#Player.includes(:team).joins(:team).where("players.name like ? " , "#{'Z'}%") diff --git a/Rodolfo_Valdivieso/models/optimize/app/models/team.rb b/Rodolfo_Valdivieso/models/optimize/app/models/team.rb deleted file mode 100644 index f5b01c9..0000000 --- a/Rodolfo_Valdivieso/models/optimize/app/models/team.rb +++ /dev/null @@ -1,3 +0,0 @@ -class Team < ActiveRecord::Base - has_many :players -end diff --git a/Rodolfo_Valdivieso/models/optimize/app/views/layouts/application.html.erb b/Rodolfo_Valdivieso/models/optimize/app/views/layouts/application.html.erb deleted file mode 100644 index 7fc9d5f..0000000 --- a/Rodolfo_Valdivieso/models/optimize/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - Optimize - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/Rodolfo_Valdivieso/models/optimize/bin/bundle b/Rodolfo_Valdivieso/models/optimize/bin/bundle deleted file mode 100644 index 66e9889..0000000 --- a/Rodolfo_Valdivieso/models/optimize/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/Rodolfo_Valdivieso/models/optimize/bin/rails b/Rodolfo_Valdivieso/models/optimize/bin/rails deleted file mode 100644 index 0138d79..0000000 --- a/Rodolfo_Valdivieso/models/optimize/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/Rodolfo_Valdivieso/models/optimize/bin/rake b/Rodolfo_Valdivieso/models/optimize/bin/rake deleted file mode 100644 index d87d5f5..0000000 --- a/Rodolfo_Valdivieso/models/optimize/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/Rodolfo_Valdivieso/models/optimize/bin/setup b/Rodolfo_Valdivieso/models/optimize/bin/setup deleted file mode 100644 index acdb2c1..0000000 --- a/Rodolfo_Valdivieso/models/optimize/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/Rodolfo_Valdivieso/models/optimize/bin/spring b/Rodolfo_Valdivieso/models/optimize/bin/spring deleted file mode 100644 index fb2ec2e..0000000 --- a/Rodolfo_Valdivieso/models/optimize/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/Rodolfo_Valdivieso/models/optimize/config.ru b/Rodolfo_Valdivieso/models/optimize/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/Rodolfo_Valdivieso/models/optimize/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/Rodolfo_Valdivieso/models/optimize/config/application.rb b/Rodolfo_Valdivieso/models/optimize/config/application.rb deleted file mode 100644 index 82f8fb1..0000000 --- a/Rodolfo_Valdivieso/models/optimize/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module Optimize - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/Rodolfo_Valdivieso/models/optimize/config/boot.rb b/Rodolfo_Valdivieso/models/optimize/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/Rodolfo_Valdivieso/models/optimize/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/Rodolfo_Valdivieso/models/optimize/config/database.yml b/Rodolfo_Valdivieso/models/optimize/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/Rodolfo_Valdivieso/models/optimize/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/Rodolfo_Valdivieso/models/optimize/config/environment.rb b/Rodolfo_Valdivieso/models/optimize/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/Rodolfo_Valdivieso/models/optimize/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/Rodolfo_Valdivieso/models/optimize/config/environments/development.rb b/Rodolfo_Valdivieso/models/optimize/config/environments/development.rb deleted file mode 100644 index b55e214..0000000 --- a/Rodolfo_Valdivieso/models/optimize/config/environments/development.rb +++ /dev/null @@ -1,41 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Rodolfo_Valdivieso/models/optimize/config/environments/production.rb b/Rodolfo_Valdivieso/models/optimize/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/Rodolfo_Valdivieso/models/optimize/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/Rodolfo_Valdivieso/models/optimize/config/environments/test.rb b/Rodolfo_Valdivieso/models/optimize/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/Rodolfo_Valdivieso/models/optimize/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Rodolfo_Valdivieso/models/optimize/config/initializers/backtrace_silencers.rb b/Rodolfo_Valdivieso/models/optimize/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/Rodolfo_Valdivieso/models/optimize/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/Rodolfo_Valdivieso/models/optimize/config/initializers/cookies_serializer.rb b/Rodolfo_Valdivieso/models/optimize/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/Rodolfo_Valdivieso/models/optimize/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/Rodolfo_Valdivieso/models/optimize/config/initializers/filter_parameter_logging.rb b/Rodolfo_Valdivieso/models/optimize/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/Rodolfo_Valdivieso/models/optimize/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/Rodolfo_Valdivieso/models/optimize/config/initializers/inflections.rb b/Rodolfo_Valdivieso/models/optimize/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/Rodolfo_Valdivieso/models/optimize/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/Rodolfo_Valdivieso/models/optimize/config/initializers/mime_types.rb b/Rodolfo_Valdivieso/models/optimize/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/Rodolfo_Valdivieso/models/optimize/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/Rodolfo_Valdivieso/models/optimize/config/initializers/wrap_parameters.rb b/Rodolfo_Valdivieso/models/optimize/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/Rodolfo_Valdivieso/models/optimize/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/Rodolfo_Valdivieso/models/optimize/config/locales/en.yml b/Rodolfo_Valdivieso/models/optimize/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/Rodolfo_Valdivieso/models/optimize/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/Rodolfo_Valdivieso/models/optimize/config/routes.rb b/Rodolfo_Valdivieso/models/optimize/config/routes.rb deleted file mode 100644 index 3f66539..0000000 --- a/Rodolfo_Valdivieso/models/optimize/config/routes.rb +++ /dev/null @@ -1,56 +0,0 @@ -Rails.application.routes.draw do - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/Rodolfo_Valdivieso/models/optimize/config/secrets.yml b/Rodolfo_Valdivieso/models/optimize/config/secrets.yml deleted file mode 100644 index 7efd056..0000000 --- a/Rodolfo_Valdivieso/models/optimize/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: 8f118cd2498185f0421c1140f5c8af0261b8e94cd0822eb211275a7e540f62aeb5d86ef3719a6aa4daaf2b82cf7282d425e87b2074037d0e988361e35f179f1f - -test: - secret_key_base: a2530db12a7d52049977dd0724ef2f2bbfbb66ae61fdc6ba39716abe5ed4adcceda78efe4ba89caece0e2b27ed6e91bfc28a78387f0b422ca455943ce7bf4bd2 - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/Rodolfo_Valdivieso/models/optimize/db/migrate/20171130022208_create_teams.rb b/Rodolfo_Valdivieso/models/optimize/db/migrate/20171130022208_create_teams.rb deleted file mode 100644 index 5f7137c..0000000 --- a/Rodolfo_Valdivieso/models/optimize/db/migrate/20171130022208_create_teams.rb +++ /dev/null @@ -1,11 +0,0 @@ -class CreateTeams < ActiveRecord::Migration - def change - create_table :teams do |t| - t.string :name - t.string :mascot - t.string :stadium - - t.timestamps null: false - end - end -end diff --git a/Rodolfo_Valdivieso/models/optimize/db/migrate/20171130022231_create_players.rb b/Rodolfo_Valdivieso/models/optimize/db/migrate/20171130022231_create_players.rb deleted file mode 100644 index 9949aad..0000000 --- a/Rodolfo_Valdivieso/models/optimize/db/migrate/20171130022231_create_players.rb +++ /dev/null @@ -1,10 +0,0 @@ -class CreatePlayers < ActiveRecord::Migration - def change - create_table :players do |t| - t.string :name - t.references :team, index: true, foreign_key: true - - t.timestamps null: false - end - end -end diff --git a/Rodolfo_Valdivieso/models/optimize/db/schema.rb b/Rodolfo_Valdivieso/models/optimize/db/schema.rb deleted file mode 100644 index 46d825e..0000000 --- a/Rodolfo_Valdivieso/models/optimize/db/schema.rb +++ /dev/null @@ -1,33 +0,0 @@ -# encoding: UTF-8 -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# Note that this schema.rb definition is the authoritative source for your -# database schema. If you need to create the application database on another -# system, you should be using db:schema:load, not running all the migrations -# from scratch. The latter is a flawed and unsustainable approach (the more migrations -# you'll amass, the slower it'll run and the greater likelihood for issues). -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema.define(version: 20171130022231) do - - create_table "players", force: :cascade do |t| - t.string "name" - t.integer "team_id" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - add_index "players", ["team_id"], name: "index_players_on_team_id" - - create_table "teams", force: :cascade do |t| - t.string "name" - t.string "mascot" - t.string "stadium" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - -end diff --git a/Rodolfo_Valdivieso/models/optimize/db/seeds.rb b/Rodolfo_Valdivieso/models/optimize/db/seeds.rb deleted file mode 100644 index ef67a95..0000000 --- a/Rodolfo_Valdivieso/models/optimize/db/seeds.rb +++ /dev/null @@ -1,113 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) - -# we require 'open-uri' to request the html files -require 'open-uri' -teams = [ - ["Atlanta Hawks", "Skyhawk", "Philips Arena"], - ["Boston Celtics", "Lucky the Leprechaun", "TD Garden"], - ["Brooklyn Nets", "BrooklyKnight", "Barclays Center"], - ["Charlotte Hornets", "Hugo the Hornet", "Spectrum Center"], - ["Chicago Bulls", "Benny the Bull", "United Center"], - ["Cleveland Cavaliers", "Moondog", "Quicken Loans Arena"], - ["Dallas Mavericks", "Champ", "American Airlines Center"], - ["Denver Nuggets", "Rocky the Mountain Lion", "Pepsi Center"], - ["Detroit Pistons", "Hooper", "The Palace of Auburn Hills"], - ["Golden State Warriors", "Thunder", "Oracle Arena"], - ["Houston Rockets", "Clutch", "Toyota Center"], - ["Indiana Pacers", "Boomer the Panther", "Bankers Life Fieldhouse"], - ["Los Angeles Clippers", "Chuck", "Staples Center"], - ["Los Angeles Lakers", "Jack Nicholson", "Staples Center"], - ["Memphis Grizzlies", "Griz", "FedExForum"], - ["Miami Heat", "Burnie", "American Airlines Arena"], - ["Milwaukee Bucks", "Bango", "BMO Harris Bradley Center"], - ["Minnesota Timberwolves", "Crunch the Wolf", "Target Center"], - ["New Orleans Pelicans", "Pierre the Pelican", "Smoothie King Center"], - ["New York Knicks", "Spike Lee", "Madison Square Garden"], - ["Oklahoma City Thunder", "Rumble the Bison", "Chesapeake Energy Arena"], - ["Orlando Magic", "Stuff the Magic Dragon", "Amway Center"], - ["Philadelphia 76ers", "Franklin the Dog", "Wells Fargo Center Philadelphia"], - ["Phoenix Suns", "The Suns Gorilla", "Talking Stick Resort Arena"], - ["Portland Trail Blazers", "Blaze the Trail Cat", "Moda Center"], - ["Sacramento Kings", "Slamson the Lion", "Golden 1 Center"], - ["San Antonio Spurs", "The Coyote", "AT&T Center"], - ["Toronto Raptors", "Raptor", "Air Canada Centre"], - ["Utah Jazz", "Jazz Bear", "Vivint Smart Home Arena"], - ["Washington Wizards", "G. Wiz", "Verizon Center"] -] -# Here, we are using the Nokogiri gem (already comes with Rails), to scrape the ESPN website for the list of players. -# For more information on Nokogiri, you can go to their documentation or visit http://www.nokogiri.org/ -atlanta_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/atl/atlanta-hawks")).css("td.sortcell") -boston_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/bos/boston-celtics")).css("td.sortcell") -brooklyn_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/bkn/brooklyn-nets")).css("td.sortcell") -charlotte_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/cha/charlotte-hornets")).css("td.sortcell") -chicago_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/chi/chicago-bulls")).css("td.sortcell") -cleveland_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/cle/cleveland-cavaliers")).css("td.sortcell") -dallas_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/dal/dallas-mavericks")).css("td.sortcell") -denver_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/den/denver-nuggets")).css("td.sortcell") -detroit_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/det/detroit-pistons")).css("td.sortcell") -warriors_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/gs/golden-state-warriors")).css("td.sortcell") -houston_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/hou/houston-rockets")).css("td.sortcell") -indiana_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/ind/indiana-pacers")).css("td.sortcell") -clippers_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/lac/la-clippers")).css("td.sortcell") -lakers_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/lal/los-angeles-lakers")).css("td.sortcell") -memphis_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/mem/memphis-grizzlies")).css("td.sortcell") -miami_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/mia/miami-heat")).css("td.sortcell") -milwaukee_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/mil/milwaukee-bucks")).css("td.sortcell") -minnesota_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/min/minnesota-timberwolves")).css("td.sortcell") -nola_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/no/new-orleans-pelicans")).css("td.sortcell") -knicks_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/ny/new-york-knicks")).css("td.sortcell") -okc_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/okc/oklahoma-city-thunder")).css("td.sortcell") -orlando_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/orl/orlando-magic")).css("td.sortcell") -phili_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/phi/philadelphia-76ers")).css("td.sortcell") -phoenix_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/phx/phoenix-suns")).css("td.sortcell") -portland_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/por/portland-trail-blazers")).css("td.sortcell") -sacramento_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/sac/sacramento-kings")).css("td.sortcell") -spurs_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/sa/san-antonio-spurs")).css("td.sortcell") -toronto_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/tor/toronto-raptors")).css("td.sortcell") -utah_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/utah/utah-jazz")).css("td.sortcell") -washington_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/wsh/washington-wizards")).css("td.sortcell") -players = [ - atlanta_players, - boston_players, - brooklyn_players, - charlotte_players, - chicago_players, - cleveland_players, - dallas_players, - denver_players, - detroit_players, - warriors_players, - houston_players, - indiana_players, - clippers_players, - lakers_players, - memphis_players, - miami_players, - milwaukee_players, - minnesota_players, - nola_players, - knicks_players, - okc_players, - orlando_players, - phili_players, - phoenix_players, - portland_players, - sacramento_players, - spurs_players, - toronto_players, - utah_players, - washington_players -] -players.each_with_index do |roster, index| - Team.create(name: teams[index][0], mascot: teams[index][1], stadium: teams[index][2]) - roster.each do |player| - Team.last.players.create(name: player.text) - end -end - diff --git a/Rodolfo_Valdivieso/models/optimize/public/404.html b/Rodolfo_Valdivieso/models/optimize/public/404.html deleted file mode 100644 index b612547..0000000 --- a/Rodolfo_Valdivieso/models/optimize/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Rodolfo_Valdivieso/models/optimize/public/422.html b/Rodolfo_Valdivieso/models/optimize/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/Rodolfo_Valdivieso/models/optimize/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Rodolfo_Valdivieso/models/optimize/public/500.html b/Rodolfo_Valdivieso/models/optimize/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/Rodolfo_Valdivieso/models/optimize/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Rodolfo_Valdivieso/models/optimize/public/robots.txt b/Rodolfo_Valdivieso/models/optimize/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/Rodolfo_Valdivieso/models/optimize/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/Rodolfo_Valdivieso/models/optimize/test/fixtures/players.yml b/Rodolfo_Valdivieso/models/optimize/test/fixtures/players.yml deleted file mode 100644 index 56a4719..0000000 --- a/Rodolfo_Valdivieso/models/optimize/test/fixtures/players.yml +++ /dev/null @@ -1,9 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - name: MyString - team_id: - -two: - name: MyString - team_id: diff --git a/Rodolfo_Valdivieso/models/optimize/test/test_helper.rb b/Rodolfo_Valdivieso/models/optimize/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/Rodolfo_Valdivieso/models/optimize/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/Rodolfo_Valdivieso/models/self_join/.gitignore b/Rodolfo_Valdivieso/models/self_join/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/Rodolfo_Valdivieso/models/self_join/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/Rodolfo_Valdivieso/models/self_join/Gemfile b/Rodolfo_Valdivieso/models/self_join/Gemfile deleted file mode 100644 index 27ef59a..0000000 --- a/Rodolfo_Valdivieso/models/self_join/Gemfile +++ /dev/null @@ -1,48 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - gem 'hirb' - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end - diff --git a/Rodolfo_Valdivieso/models/self_join/Gemfile.lock b/Rodolfo_Valdivieso/models/self_join/Gemfile.lock deleted file mode 100644 index 73114af..0000000 --- a/Rodolfo_Valdivieso/models/self_join/Gemfile.lock +++ /dev/null @@ -1,172 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (3.2.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/Rodolfo_Valdivieso/models/self_join/README.rdoc b/Rodolfo_Valdivieso/models/self_join/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/Rodolfo_Valdivieso/models/self_join/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/Rodolfo_Valdivieso/models/self_join/Rakefile b/Rodolfo_Valdivieso/models/self_join/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/Rodolfo_Valdivieso/models/self_join/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/Rodolfo_Valdivieso/models/self_join/app/assets/javascripts/application.js b/Rodolfo_Valdivieso/models/self_join/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/Rodolfo_Valdivieso/models/self_join/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/Rodolfo_Valdivieso/models/self_join/app/assets/stylesheets/application.css b/Rodolfo_Valdivieso/models/self_join/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/Rodolfo_Valdivieso/models/self_join/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/Rodolfo_Valdivieso/models/self_join/app/controllers/application_controller.rb b/Rodolfo_Valdivieso/models/self_join/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/Rodolfo_Valdivieso/models/self_join/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/Rodolfo_Valdivieso/models/self_join/app/helpers/application_helper.rb b/Rodolfo_Valdivieso/models/self_join/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/Rodolfo_Valdivieso/models/self_join/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/Rodolfo_Valdivieso/models/self_join/app/models/friendship.rb b/Rodolfo_Valdivieso/models/self_join/app/models/friendship.rb deleted file mode 100644 index 90e1a9e..0000000 --- a/Rodolfo_Valdivieso/models/self_join/app/models/friendship.rb +++ /dev/null @@ -1,4 +0,0 @@ -class Friendship < ActiveRecord::Base - belongs_to :user - belongs_to :friend, foreign_key: 'friend_id' ,class_name: 'User' -end diff --git a/Rodolfo_Valdivieso/models/self_join/app/models/user.rb b/Rodolfo_Valdivieso/models/self_join/app/models/user.rb deleted file mode 100644 index 0eb5396..0000000 --- a/Rodolfo_Valdivieso/models/self_join/app/models/user.rb +++ /dev/null @@ -1,7 +0,0 @@ -class User < ActiveRecord::Base - has_many :friendships, foreign_key: 'user_id' - has_many :friends, through: :friendships, source: :friend - - has_many :received_friendships, class_name: 'Friendship' , foreign_key: 'friend_id' - has_many :friended_by, through: :received_friendships, source: :user -end diff --git a/Rodolfo_Valdivieso/models/self_join/app/views/layouts/application.html.erb b/Rodolfo_Valdivieso/models/self_join/app/views/layouts/application.html.erb deleted file mode 100644 index 4d6a89a..0000000 --- a/Rodolfo_Valdivieso/models/self_join/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - SelfJoin - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/Rodolfo_Valdivieso/models/self_join/bin/bundle b/Rodolfo_Valdivieso/models/self_join/bin/bundle deleted file mode 100644 index 66e9889..0000000 --- a/Rodolfo_Valdivieso/models/self_join/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/Rodolfo_Valdivieso/models/self_join/bin/rails b/Rodolfo_Valdivieso/models/self_join/bin/rails deleted file mode 100644 index 0138d79..0000000 --- a/Rodolfo_Valdivieso/models/self_join/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/Rodolfo_Valdivieso/models/self_join/bin/rake b/Rodolfo_Valdivieso/models/self_join/bin/rake deleted file mode 100644 index d87d5f5..0000000 --- a/Rodolfo_Valdivieso/models/self_join/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/Rodolfo_Valdivieso/models/self_join/bin/setup b/Rodolfo_Valdivieso/models/self_join/bin/setup deleted file mode 100644 index acdb2c1..0000000 --- a/Rodolfo_Valdivieso/models/self_join/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/Rodolfo_Valdivieso/models/self_join/bin/spring b/Rodolfo_Valdivieso/models/self_join/bin/spring deleted file mode 100644 index fb2ec2e..0000000 --- a/Rodolfo_Valdivieso/models/self_join/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/Rodolfo_Valdivieso/models/self_join/config.ru b/Rodolfo_Valdivieso/models/self_join/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/Rodolfo_Valdivieso/models/self_join/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/Rodolfo_Valdivieso/models/self_join/config/application.rb b/Rodolfo_Valdivieso/models/self_join/config/application.rb deleted file mode 100644 index 8e15195..0000000 --- a/Rodolfo_Valdivieso/models/self_join/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module SelfJoin - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/Rodolfo_Valdivieso/models/self_join/config/boot.rb b/Rodolfo_Valdivieso/models/self_join/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/Rodolfo_Valdivieso/models/self_join/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/Rodolfo_Valdivieso/models/self_join/config/database.yml b/Rodolfo_Valdivieso/models/self_join/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/Rodolfo_Valdivieso/models/self_join/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/Rodolfo_Valdivieso/models/self_join/config/environment.rb b/Rodolfo_Valdivieso/models/self_join/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/Rodolfo_Valdivieso/models/self_join/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/Rodolfo_Valdivieso/models/self_join/config/environments/development.rb b/Rodolfo_Valdivieso/models/self_join/config/environments/development.rb deleted file mode 100644 index b55e214..0000000 --- a/Rodolfo_Valdivieso/models/self_join/config/environments/development.rb +++ /dev/null @@ -1,41 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Rodolfo_Valdivieso/models/self_join/config/environments/production.rb b/Rodolfo_Valdivieso/models/self_join/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/Rodolfo_Valdivieso/models/self_join/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/Rodolfo_Valdivieso/models/self_join/config/environments/test.rb b/Rodolfo_Valdivieso/models/self_join/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/Rodolfo_Valdivieso/models/self_join/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Rodolfo_Valdivieso/models/self_join/config/initializers/assets.rb b/Rodolfo_Valdivieso/models/self_join/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/Rodolfo_Valdivieso/models/self_join/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/Rodolfo_Valdivieso/models/self_join/config/initializers/backtrace_silencers.rb b/Rodolfo_Valdivieso/models/self_join/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/Rodolfo_Valdivieso/models/self_join/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/Rodolfo_Valdivieso/models/self_join/config/initializers/cookies_serializer.rb b/Rodolfo_Valdivieso/models/self_join/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/Rodolfo_Valdivieso/models/self_join/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/Rodolfo_Valdivieso/models/self_join/config/initializers/filter_parameter_logging.rb b/Rodolfo_Valdivieso/models/self_join/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/Rodolfo_Valdivieso/models/self_join/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/Rodolfo_Valdivieso/models/self_join/config/initializers/inflections.rb b/Rodolfo_Valdivieso/models/self_join/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/Rodolfo_Valdivieso/models/self_join/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/Rodolfo_Valdivieso/models/self_join/config/initializers/mime_types.rb b/Rodolfo_Valdivieso/models/self_join/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/Rodolfo_Valdivieso/models/self_join/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/Rodolfo_Valdivieso/models/self_join/config/initializers/session_store.rb b/Rodolfo_Valdivieso/models/self_join/config/initializers/session_store.rb deleted file mode 100644 index 3523f54..0000000 --- a/Rodolfo_Valdivieso/models/self_join/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_self_join_session' diff --git a/Rodolfo_Valdivieso/models/self_join/config/initializers/wrap_parameters.rb b/Rodolfo_Valdivieso/models/self_join/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/Rodolfo_Valdivieso/models/self_join/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/Rodolfo_Valdivieso/models/self_join/config/locales/en.yml b/Rodolfo_Valdivieso/models/self_join/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/Rodolfo_Valdivieso/models/self_join/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/Rodolfo_Valdivieso/models/self_join/config/routes.rb b/Rodolfo_Valdivieso/models/self_join/config/routes.rb deleted file mode 100644 index 3f66539..0000000 --- a/Rodolfo_Valdivieso/models/self_join/config/routes.rb +++ /dev/null @@ -1,56 +0,0 @@ -Rails.application.routes.draw do - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/Rodolfo_Valdivieso/models/self_join/config/secrets.yml b/Rodolfo_Valdivieso/models/self_join/config/secrets.yml deleted file mode 100644 index df5fed8..0000000 --- a/Rodolfo_Valdivieso/models/self_join/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: 328fe4c4480c4b907d58f9a9ae1fe59d005d97c5853457a4574a71c36428a78b57eff50ee89cab8e0362fba3e5d37a7b9c70d42ea5a3289f92b57a2b85394e6d - -test: - secret_key_base: b5aeb746650254695024b7608d920985337e9ee0faec179121398b3b07512e05b266c52c347f59b5da2fb5a8540cce396dc51bc478a2b5dc76d5080ca66786c4 - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/Rodolfo_Valdivieso/models/self_join/db/migrate/20171130210447_create_users.rb b/Rodolfo_Valdivieso/models/self_join/db/migrate/20171130210447_create_users.rb deleted file mode 100644 index 36d0b1b..0000000 --- a/Rodolfo_Valdivieso/models/self_join/db/migrate/20171130210447_create_users.rb +++ /dev/null @@ -1,10 +0,0 @@ -class CreateUsers < ActiveRecord::Migration - def change - create_table :users do |t| - t.string :first_name - t.string :last_name - - t.timestamps null: false - end - end -end diff --git a/Rodolfo_Valdivieso/models/self_join/db/migrate/20171130210908_create_friendships.rb b/Rodolfo_Valdivieso/models/self_join/db/migrate/20171130210908_create_friendships.rb deleted file mode 100644 index 7991f8d..0000000 --- a/Rodolfo_Valdivieso/models/self_join/db/migrate/20171130210908_create_friendships.rb +++ /dev/null @@ -1,10 +0,0 @@ -class CreateFriendships < ActiveRecord::Migration - def change - create_table :friendships do |t| - t.references :user, index: true, foreign_key: true - t.references :friend, index: true, foreign_key: true - - t.timestamps null: false - end - end -end diff --git a/Rodolfo_Valdivieso/models/self_join/db/schema.rb b/Rodolfo_Valdivieso/models/self_join/db/schema.rb deleted file mode 100644 index eee21fd..0000000 --- a/Rodolfo_Valdivieso/models/self_join/db/schema.rb +++ /dev/null @@ -1,33 +0,0 @@ -# encoding: UTF-8 -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# Note that this schema.rb definition is the authoritative source for your -# database schema. If you need to create the application database on another -# system, you should be using db:schema:load, not running all the migrations -# from scratch. The latter is a flawed and unsustainable approach (the more migrations -# you'll amass, the slower it'll run and the greater likelihood for issues). -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema.define(version: 20171130210908) do - - create_table "friendships", force: :cascade do |t| - t.integer "user_id" - t.integer "friend_id" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - add_index "friendships", ["friend_id"], name: "index_friendships_on_friend_id" - add_index "friendships", ["user_id"], name: "index_friendships_on_user_id" - - create_table "users", force: :cascade do |t| - t.string "first_name" - t.string "last_name" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - -end diff --git a/Rodolfo_Valdivieso/models/self_join/db/seeds.rb b/Rodolfo_Valdivieso/models/self_join/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/Rodolfo_Valdivieso/models/self_join/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/Rodolfo_Valdivieso/models/self_join/public/404.html b/Rodolfo_Valdivieso/models/self_join/public/404.html deleted file mode 100644 index b612547..0000000 --- a/Rodolfo_Valdivieso/models/self_join/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Rodolfo_Valdivieso/models/self_join/public/422.html b/Rodolfo_Valdivieso/models/self_join/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/Rodolfo_Valdivieso/models/self_join/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Rodolfo_Valdivieso/models/self_join/public/500.html b/Rodolfo_Valdivieso/models/self_join/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/Rodolfo_Valdivieso/models/self_join/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Rodolfo_Valdivieso/models/self_join/public/robots.txt b/Rodolfo_Valdivieso/models/self_join/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/Rodolfo_Valdivieso/models/self_join/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/Rodolfo_Valdivieso/models/self_join/test/fixtures/friendships.yml b/Rodolfo_Valdivieso/models/self_join/test/fixtures/friendships.yml deleted file mode 100644 index bad5d7d..0000000 --- a/Rodolfo_Valdivieso/models/self_join/test/fixtures/friendships.yml +++ /dev/null @@ -1,9 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - user_id: - friend_id: - -two: - user_id: - friend_id: diff --git a/Rodolfo_Valdivieso/models/self_join/test/fixtures/users.yml b/Rodolfo_Valdivieso/models/self_join/test/fixtures/users.yml deleted file mode 100644 index afdaa6a..0000000 --- a/Rodolfo_Valdivieso/models/self_join/test/fixtures/users.yml +++ /dev/null @@ -1,9 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - first_name: MyString - last_name: MyString - -two: - first_name: MyString - last_name: MyString diff --git a/Rodolfo_Valdivieso/models/self_join/test/models/friendship_test.rb b/Rodolfo_Valdivieso/models/self_join/test/models/friendship_test.rb deleted file mode 100644 index aa27b3f..0000000 --- a/Rodolfo_Valdivieso/models/self_join/test/models/friendship_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class FriendshipTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/Rodolfo_Valdivieso/models/self_join/test/test_helper.rb b/Rodolfo_Valdivieso/models/self_join/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/Rodolfo_Valdivieso/models/self_join/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/Rodolfo_Valdivieso/models/self_join/vendor/assets/stylesheets/.keep b/Rodolfo_Valdivieso/models/self_join/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Rodolfo_Valdivieso/models/user_login_project/.gitignore b/Rodolfo_Valdivieso/models/user_login_project/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/Rodolfo_Valdivieso/models/user_login_project/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/Rodolfo_Valdivieso/models/user_login_project/Gemfile b/Rodolfo_Valdivieso/models/user_login_project/Gemfile deleted file mode 100644 index 27ef59a..0000000 --- a/Rodolfo_Valdivieso/models/user_login_project/Gemfile +++ /dev/null @@ -1,48 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - gem 'hirb' - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end - diff --git a/Rodolfo_Valdivieso/models/user_login_project/Gemfile.lock b/Rodolfo_Valdivieso/models/user_login_project/Gemfile.lock deleted file mode 100644 index 73114af..0000000 --- a/Rodolfo_Valdivieso/models/user_login_project/Gemfile.lock +++ /dev/null @@ -1,172 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (3.2.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/Rodolfo_Valdivieso/models/user_login_project/README.rdoc b/Rodolfo_Valdivieso/models/user_login_project/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/Rodolfo_Valdivieso/models/user_login_project/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/Rodolfo_Valdivieso/models/user_login_project/Rakefile b/Rodolfo_Valdivieso/models/user_login_project/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/Rodolfo_Valdivieso/models/user_login_project/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/Rodolfo_Valdivieso/models/user_login_project/app/assets/images/.keep b/Rodolfo_Valdivieso/models/user_login_project/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Rodolfo_Valdivieso/models/user_login_project/app/assets/javascripts/application.js b/Rodolfo_Valdivieso/models/user_login_project/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/Rodolfo_Valdivieso/models/user_login_project/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/Rodolfo_Valdivieso/models/user_login_project/app/assets/stylesheets/application.css b/Rodolfo_Valdivieso/models/user_login_project/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/Rodolfo_Valdivieso/models/user_login_project/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/Rodolfo_Valdivieso/models/user_login_project/app/controllers/application_controller.rb b/Rodolfo_Valdivieso/models/user_login_project/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/Rodolfo_Valdivieso/models/user_login_project/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/Rodolfo_Valdivieso/models/user_login_project/app/controllers/concerns/.keep b/Rodolfo_Valdivieso/models/user_login_project/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Rodolfo_Valdivieso/models/user_login_project/app/helpers/application_helper.rb b/Rodolfo_Valdivieso/models/user_login_project/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/Rodolfo_Valdivieso/models/user_login_project/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/Rodolfo_Valdivieso/models/user_login_project/app/mailers/.keep b/Rodolfo_Valdivieso/models/user_login_project/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Rodolfo_Valdivieso/models/user_login_project/app/models/.keep b/Rodolfo_Valdivieso/models/user_login_project/app/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Rodolfo_Valdivieso/models/user_login_project/app/models/concerns/.keep b/Rodolfo_Valdivieso/models/user_login_project/app/models/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Rodolfo_Valdivieso/models/user_login_project/app/models/user.rb b/Rodolfo_Valdivieso/models/user_login_project/app/models/user.rb deleted file mode 100644 index aeea05d..0000000 --- a/Rodolfo_Valdivieso/models/user_login_project/app/models/user.rb +++ /dev/null @@ -1,8 +0,0 @@ -class User < ActiveRecord::Base - EMAIL_REGEX = /\A([^@\s]+)@((?:[-a-z0-9]+\.)+[a-z]+)\z/i - validates :first_name, :last_name, presence: true, length: { in: 2..255 } - validates :age, presence: true, numericality: { only_integer: true } - validates_numericality_of :age, greater_than: 10 - validates_numericality_of :age, less_than: 150 - validates :email, presence: true, uniqueness: { case_sensitive: false }, format: { with: EMAIL_REGEX } -end diff --git a/Rodolfo_Valdivieso/models/user_login_project/app/views/layouts/application.html.erb b/Rodolfo_Valdivieso/models/user_login_project/app/views/layouts/application.html.erb deleted file mode 100644 index 03b8954..0000000 --- a/Rodolfo_Valdivieso/models/user_login_project/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - UserLoginProject - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/Rodolfo_Valdivieso/models/user_login_project/bin/bundle b/Rodolfo_Valdivieso/models/user_login_project/bin/bundle deleted file mode 100644 index 66e9889..0000000 --- a/Rodolfo_Valdivieso/models/user_login_project/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/Rodolfo_Valdivieso/models/user_login_project/bin/rails b/Rodolfo_Valdivieso/models/user_login_project/bin/rails deleted file mode 100644 index 0138d79..0000000 --- a/Rodolfo_Valdivieso/models/user_login_project/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/Rodolfo_Valdivieso/models/user_login_project/bin/rake b/Rodolfo_Valdivieso/models/user_login_project/bin/rake deleted file mode 100644 index d87d5f5..0000000 --- a/Rodolfo_Valdivieso/models/user_login_project/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/Rodolfo_Valdivieso/models/user_login_project/bin/setup b/Rodolfo_Valdivieso/models/user_login_project/bin/setup deleted file mode 100644 index acdb2c1..0000000 --- a/Rodolfo_Valdivieso/models/user_login_project/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/Rodolfo_Valdivieso/models/user_login_project/bin/spring b/Rodolfo_Valdivieso/models/user_login_project/bin/spring deleted file mode 100644 index fb2ec2e..0000000 --- a/Rodolfo_Valdivieso/models/user_login_project/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/Rodolfo_Valdivieso/models/user_login_project/config.ru b/Rodolfo_Valdivieso/models/user_login_project/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/Rodolfo_Valdivieso/models/user_login_project/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/Rodolfo_Valdivieso/models/user_login_project/config/application.rb b/Rodolfo_Valdivieso/models/user_login_project/config/application.rb deleted file mode 100644 index 49c5e84..0000000 --- a/Rodolfo_Valdivieso/models/user_login_project/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module UserLoginProject - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/Rodolfo_Valdivieso/models/user_login_project/config/boot.rb b/Rodolfo_Valdivieso/models/user_login_project/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/Rodolfo_Valdivieso/models/user_login_project/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/Rodolfo_Valdivieso/models/user_login_project/config/database.yml b/Rodolfo_Valdivieso/models/user_login_project/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/Rodolfo_Valdivieso/models/user_login_project/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/Rodolfo_Valdivieso/models/user_login_project/config/environment.rb b/Rodolfo_Valdivieso/models/user_login_project/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/Rodolfo_Valdivieso/models/user_login_project/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/Rodolfo_Valdivieso/models/user_login_project/config/environments/development.rb b/Rodolfo_Valdivieso/models/user_login_project/config/environments/development.rb deleted file mode 100644 index b55e214..0000000 --- a/Rodolfo_Valdivieso/models/user_login_project/config/environments/development.rb +++ /dev/null @@ -1,41 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Rodolfo_Valdivieso/models/user_login_project/config/environments/production.rb b/Rodolfo_Valdivieso/models/user_login_project/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/Rodolfo_Valdivieso/models/user_login_project/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/Rodolfo_Valdivieso/models/user_login_project/config/environments/test.rb b/Rodolfo_Valdivieso/models/user_login_project/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/Rodolfo_Valdivieso/models/user_login_project/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Rodolfo_Valdivieso/models/user_login_project/config/initializers/assets.rb b/Rodolfo_Valdivieso/models/user_login_project/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/Rodolfo_Valdivieso/models/user_login_project/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/Rodolfo_Valdivieso/models/user_login_project/config/initializers/backtrace_silencers.rb b/Rodolfo_Valdivieso/models/user_login_project/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/Rodolfo_Valdivieso/models/user_login_project/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/Rodolfo_Valdivieso/models/user_login_project/config/initializers/cookies_serializer.rb b/Rodolfo_Valdivieso/models/user_login_project/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/Rodolfo_Valdivieso/models/user_login_project/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/Rodolfo_Valdivieso/models/user_login_project/config/initializers/filter_parameter_logging.rb b/Rodolfo_Valdivieso/models/user_login_project/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/Rodolfo_Valdivieso/models/user_login_project/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/Rodolfo_Valdivieso/models/user_login_project/config/initializers/inflections.rb b/Rodolfo_Valdivieso/models/user_login_project/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/Rodolfo_Valdivieso/models/user_login_project/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/Rodolfo_Valdivieso/models/user_login_project/config/initializers/mime_types.rb b/Rodolfo_Valdivieso/models/user_login_project/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/Rodolfo_Valdivieso/models/user_login_project/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/Rodolfo_Valdivieso/models/user_login_project/config/initializers/session_store.rb b/Rodolfo_Valdivieso/models/user_login_project/config/initializers/session_store.rb deleted file mode 100644 index d692eec..0000000 --- a/Rodolfo_Valdivieso/models/user_login_project/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_user_login_project_session' diff --git a/Rodolfo_Valdivieso/models/user_login_project/config/initializers/wrap_parameters.rb b/Rodolfo_Valdivieso/models/user_login_project/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/Rodolfo_Valdivieso/models/user_login_project/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/Rodolfo_Valdivieso/models/user_login_project/config/locales/en.yml b/Rodolfo_Valdivieso/models/user_login_project/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/Rodolfo_Valdivieso/models/user_login_project/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/Rodolfo_Valdivieso/models/user_login_project/config/routes.rb b/Rodolfo_Valdivieso/models/user_login_project/config/routes.rb deleted file mode 100644 index 3f66539..0000000 --- a/Rodolfo_Valdivieso/models/user_login_project/config/routes.rb +++ /dev/null @@ -1,56 +0,0 @@ -Rails.application.routes.draw do - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/Rodolfo_Valdivieso/models/user_login_project/config/secrets.yml b/Rodolfo_Valdivieso/models/user_login_project/config/secrets.yml deleted file mode 100644 index c9db769..0000000 --- a/Rodolfo_Valdivieso/models/user_login_project/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: f5ef3fbed35d905f4366d0e7ee86b95f513b192b4b6dfbfcc0e6de247e6fb3c5ace04dd3c392fd26745ff3a76acaeba136a6a0f92c679c7411a3835b9014eeb8 - -test: - secret_key_base: e2d7e802baec4783b4e51fda705ce5fad935a7a28b0a9ef65ec5af24e8134a00cadc7ab604beb3ad4957834ab7f92cc92e8e9a8287a58d4199d99ecf22f79902 - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/Rodolfo_Valdivieso/models/user_login_project/db/migrate/20171129150335_create_users.rb b/Rodolfo_Valdivieso/models/user_login_project/db/migrate/20171129150335_create_users.rb deleted file mode 100644 index 648f540..0000000 --- a/Rodolfo_Valdivieso/models/user_login_project/db/migrate/20171129150335_create_users.rb +++ /dev/null @@ -1,12 +0,0 @@ -class CreateUsers < ActiveRecord::Migration - def change - create_table :users do |t| - t.string :first_name - t.string :last_name - t.string :email - t.integer :age - - t.timestamps null: false - end - end -end diff --git a/Rodolfo_Valdivieso/models/user_login_project/db/schema.rb b/Rodolfo_Valdivieso/models/user_login_project/db/schema.rb deleted file mode 100644 index e64da14..0000000 --- a/Rodolfo_Valdivieso/models/user_login_project/db/schema.rb +++ /dev/null @@ -1,25 +0,0 @@ -# encoding: UTF-8 -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# Note that this schema.rb definition is the authoritative source for your -# database schema. If you need to create the application database on another -# system, you should be using db:schema:load, not running all the migrations -# from scratch. The latter is a flawed and unsustainable approach (the more migrations -# you'll amass, the slower it'll run and the greater likelihood for issues). -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema.define(version: 20171129150335) do - - create_table "users", force: :cascade do |t| - t.string "first_name" - t.string "last_name" - t.string "email" - t.integer "age" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - -end diff --git a/Rodolfo_Valdivieso/models/user_login_project/db/seeds.rb b/Rodolfo_Valdivieso/models/user_login_project/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/Rodolfo_Valdivieso/models/user_login_project/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/Rodolfo_Valdivieso/models/user_login_project/lib/assets/.keep b/Rodolfo_Valdivieso/models/user_login_project/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Rodolfo_Valdivieso/models/user_login_project/lib/tasks/.keep b/Rodolfo_Valdivieso/models/user_login_project/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Rodolfo_Valdivieso/models/user_login_project/log/.keep b/Rodolfo_Valdivieso/models/user_login_project/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Rodolfo_Valdivieso/models/user_login_project/public/404.html b/Rodolfo_Valdivieso/models/user_login_project/public/404.html deleted file mode 100644 index b612547..0000000 --- a/Rodolfo_Valdivieso/models/user_login_project/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Rodolfo_Valdivieso/models/user_login_project/public/422.html b/Rodolfo_Valdivieso/models/user_login_project/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/Rodolfo_Valdivieso/models/user_login_project/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Rodolfo_Valdivieso/models/user_login_project/public/500.html b/Rodolfo_Valdivieso/models/user_login_project/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/Rodolfo_Valdivieso/models/user_login_project/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Rodolfo_Valdivieso/models/user_login_project/public/favicon.ico b/Rodolfo_Valdivieso/models/user_login_project/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/Rodolfo_Valdivieso/models/user_login_project/public/robots.txt b/Rodolfo_Valdivieso/models/user_login_project/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/Rodolfo_Valdivieso/models/user_login_project/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/Rodolfo_Valdivieso/models/user_login_project/test/controllers/.keep b/Rodolfo_Valdivieso/models/user_login_project/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Rodolfo_Valdivieso/models/user_login_project/test/fixtures/.keep b/Rodolfo_Valdivieso/models/user_login_project/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Rodolfo_Valdivieso/models/user_login_project/test/fixtures/users.yml b/Rodolfo_Valdivieso/models/user_login_project/test/fixtures/users.yml deleted file mode 100644 index 3c40872..0000000 --- a/Rodolfo_Valdivieso/models/user_login_project/test/fixtures/users.yml +++ /dev/null @@ -1,13 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - first_name: MyString - last_name: MyString - email: MyString - age: - -two: - first_name: MyString - last_name: MyString - email: MyString - age: diff --git a/Rodolfo_Valdivieso/models/user_login_project/test/helpers/.keep b/Rodolfo_Valdivieso/models/user_login_project/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Rodolfo_Valdivieso/models/user_login_project/test/integration/.keep b/Rodolfo_Valdivieso/models/user_login_project/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Rodolfo_Valdivieso/models/user_login_project/test/mailers/.keep b/Rodolfo_Valdivieso/models/user_login_project/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Rodolfo_Valdivieso/models/user_login_project/test/models/.keep b/Rodolfo_Valdivieso/models/user_login_project/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Rodolfo_Valdivieso/models/user_login_project/test/test_helper.rb b/Rodolfo_Valdivieso/models/user_login_project/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/Rodolfo_Valdivieso/models/user_login_project/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/Rodolfo_Valdivieso/models/user_login_project/vendor/assets/javascripts/.keep b/Rodolfo_Valdivieso/models/user_login_project/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Rodolfo_Valdivieso/models/user_login_project/vendor/assets/stylesheets/.keep b/Rodolfo_Valdivieso/models/user_login_project/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Rodolfo_Valdivieso/objects/bankAccount/bankAccount.rb b/Rodolfo_Valdivieso/objects/bankAccount/bankAccount.rb deleted file mode 100644 index bd8e0f0..0000000 --- a/Rodolfo_Valdivieso/objects/bankAccount/bankAccount.rb +++ /dev/null @@ -1,106 +0,0 @@ -class BankAccount - - @@total_accounts = 0 - - private - @interest - attr_writer :number, :checking_balance, :savings_balance, :total - - public - attr_reader :number, :checking_balance, :savings_balance, :total - - - def total_accounts - return @@total_accounts - end - - def initialize(checking_balance, savings_balance) - create_account() - @checking_balance = checking_balance - @savings_balance = savings_balance - @total = savings_balance + checking_balance - @@total_accounts += 1 - @interest = 0.01 - return self - end - - def check_balance - puts "Your Checking Acct Balance is: " + self.checking_balance.to_s - return self - end - - def save_balance - puts "Your Savings Acct Balance is: " + self.savings_balance.to_s - return self - end - - def deposit_checking(amount) - self.checking_balance += amount - return self - end - - def deposit_saving(amount) - self.savings_balance += amount - return self - end - - def withdraw_checking(amount) - if amount > self.checking_balance - puts "Insufficient Funds!!!! SORRY, Go Back to WORK" - else - self.checking_balance -= amount - puts "Succesfully Withdraw from Savings" - end - return self - end - - def withdraw_saving(amount) - if amount > self.savings_balance - puts "Insufficient Funds!!!! SORRY, Go Back to WORK" - else - self.savings_balance -= amount - puts "Succesfully Withdraw from Savings" - end - return self - end - - def check_total - puts "Your total Balance is: " + (savings_balance+checking_balance).to_s - return self - end - - def account_information - puts "Your acct# is: " + self.number.to_s - puts "Your Check bal is: " + self.checking_balance.to_s - puts "Your Savin bal is: " + self.savings_balance.to_s - puts "Your Total is: " + (self.savings_balance + self.checking_balance).to_s - puts "Your Interest Rate is: " + getInterest().to_s - end - - private - def getInterest - return @interest - end - - def create_account - @number = Random.rand(10000...90000) - return self - end - -end - -acc1 = BankAccount.new(70000, 50000) - -acc1.check_balance.save_balance - -acc1.deposit_checking(35454).check_balance - -acc1.withdraw_saving(55555555555) - -acc1.check_total - -p acc1.total_accounts - -acc1.account_information - -p acc1.number \ No newline at end of file diff --git a/Rodolfo_Valdivieso/objects/dog/dog.rb b/Rodolfo_Valdivieso/objects/dog/dog.rb deleted file mode 100644 index 51fbe3e..0000000 --- a/Rodolfo_Valdivieso/objects/dog/dog.rb +++ /dev/null @@ -1,24 +0,0 @@ - -require_relative 'mammal' - -class Dog < Mammal - - def pet - self.health = self.health + 5 - self - end - - def walk - self.health = self.health - 1 - self - end - - def run - self.health = self.health - 10 - self - end -end - - -dog1 = Dog.new.display_health -dog1.walk.walk.walk.run.run.pet.display_health \ No newline at end of file diff --git a/Rodolfo_Valdivieso/objects/dog/mammal.rb b/Rodolfo_Valdivieso/objects/dog/mammal.rb deleted file mode 100644 index 9b49b77..0000000 --- a/Rodolfo_Valdivieso/objects/dog/mammal.rb +++ /dev/null @@ -1,17 +0,0 @@ -class Mammal - - attr_accessor :health, :type - def initialize - @health = 150 - @type = "" - end - - def display_health - puts "My Current Health is: " + self.health.to_s - self - end -end - - - - diff --git a/Rodolfo_Valdivieso/objects/human/human.rb b/Rodolfo_Valdivieso/objects/human/human.rb deleted file mode 100644 index b72d945..0000000 --- a/Rodolfo_Valdivieso/objects/human/human.rb +++ /dev/null @@ -1,33 +0,0 @@ -#Assignment Human -class Human - attr_accessor :strength, :intelligence, :stealth, :health - - def initialize - @strength = 3 - @intelligence = 3 - @stealth = 3 - @health = 100 - self - end - - def attack(object) - #p object.class - #p object.class.ancestors - if object.kind_of?(Human) - object.health -= 5 - puts "Human attacked current health: " + object.health.to_s - else - puts "What you are trying to attack is not a HUMAN!!!!" - end - self - end -end - - -human1 = Human.new -human2 = Human.new - -human1.attack(human2).attack(human2).attack(human2).attack(human2) -human1.attack(1) - -human1.attack("DOG") \ No newline at end of file diff --git a/Rodolfo_Valdivieso/objects/lion/dog.rb b/Rodolfo_Valdivieso/objects/lion/dog.rb deleted file mode 100644 index 2815ab8..0000000 --- a/Rodolfo_Valdivieso/objects/lion/dog.rb +++ /dev/null @@ -1,20 +0,0 @@ - -require_relative 'mammal' - -class Dog < Mammal - - def pet - self.health = self.health + 5 - self - end - - def walk - self.health = self.health - 1 - self - end - - def run - self.health = self.health - 10 - self - end -end diff --git a/Rodolfo_Valdivieso/objects/lion/lion.rb b/Rodolfo_Valdivieso/objects/lion/lion.rb deleted file mode 100644 index 8b3f0f5..0000000 --- a/Rodolfo_Valdivieso/objects/lion/lion.rb +++ /dev/null @@ -1,35 +0,0 @@ - -require_relative 'mammal' - -class Lion < Mammal - - def initialize - self.health = 170 - end - - def fly - self.health = self.health - 10 - self - end - - def attack_town - self.health = self.health - 50 - self - end - - def eat_humans - self.health = self.health + 20 - self - end - - - def display_health - super - puts "I'm a LIONNNNNNN....." - end - -end - -lion1 = Lion.new -lion1.display_health -lion1.attack_town.attack_town.attack_town.eat_humans.eat_humans.fly.fly.display_health diff --git a/Rodolfo_Valdivieso/objects/lion/mammal.rb b/Rodolfo_Valdivieso/objects/lion/mammal.rb deleted file mode 100644 index 142b77c..0000000 --- a/Rodolfo_Valdivieso/objects/lion/mammal.rb +++ /dev/null @@ -1,12 +0,0 @@ -class Mammal - attr_accessor :health - - def initialize - self.health = 150 - end - - def display_health - puts "My Current Health is: " + self.health.to_s - self - end -end diff --git a/Rodolfo_Valdivieso/objects/mathDojo/mathDojo.rb b/Rodolfo_Valdivieso/objects/mathDojo/mathDojo.rb deleted file mode 100644 index fc796c4..0000000 --- a/Rodolfo_Valdivieso/objects/mathDojo/mathDojo.rb +++ /dev/null @@ -1,27 +0,0 @@ -#Assignment Ruby OOP. MathDojo - -class MathDojo - # your code here - attr_accessor :number - def initialize - @number = 0 - end - - def add(*args) - @number += args.flatten.reduce(0, :+) - self - end - - def subtract(*args) - @number -= args.flatten.reduce(0, :+) - self - end - - def result - puts @number - return self - end -end - -challenge1 = MathDojo.new.add(2).add(2, 5).subtract(3, 2).result # => 4 -challenge2 = MathDojo.new.add(1).add([3, 5, 7, 8], [2, 4.3, 1.25]).subtract([2,3], [1.1, 2.3]).result # => 23.15 \ No newline at end of file diff --git a/Rodolfo_Valdivieso/objects/project/project.rb b/Rodolfo_Valdivieso/objects/project/project.rb deleted file mode 100644 index 017b404..0000000 --- a/Rodolfo_Valdivieso/objects/project/project.rb +++ /dev/null @@ -1,18 +0,0 @@ -#Assignment Project Ruby OOP - -class Project - # your code here - attr_accessor :name, :desc - - def initialize(name2, desc) - @name = name2 - @desc = desc - end - - def elevator_pitch - print @name , ", " ,@desc , "\n" - end -end -project1 = Project.new("Project 1", "Description 1") -puts project1.name # => "Project 1" -project1.elevator_pitch # => "Project 1, Description 1" \ No newline at end of file diff --git a/Rodolfo_Valdivieso/objects/wizard/human.rb b/Rodolfo_Valdivieso/objects/wizard/human.rb deleted file mode 100644 index aff0494..0000000 --- a/Rodolfo_Valdivieso/objects/wizard/human.rb +++ /dev/null @@ -1,42 +0,0 @@ -#Assignment Human -class Human - attr_accessor :strength, :intelligence, :stealth, :health - - def initialize - @strength = 3 - @intelligence = 3 - @stealth = 3 - @health = 100 - self - end - - def attack(object) - #p object.class - #p object.class.ancestors - if object.kind_of?(Human) - object.health -= 5 - puts "Human attacked current health: " + object.health.to_s - else - puts "What you are trying to attack is not a HUMAN!!!!" - end - self - end -end -require_relative 'ninja' -require_relative 'samurai' -require_relative 'wizard' - -human1 = Human.new -ninja1 = Ninja.new -wizard1 = Wizard.new -samurai1 = Samurai.new -samurai2 = Samurai.new - -p ninja1.steal(human1).health -p human1.health -samurai1.death_blow(human1) -wizard1.fireball(samurai1) -p samurai1.health -p human1.health - -samurai1.how_many diff --git a/Rodolfo_Valdivieso/objects/wizard/ninja.rb b/Rodolfo_Valdivieso/objects/wizard/ninja.rb deleted file mode 100644 index b318e64..0000000 --- a/Rodolfo_Valdivieso/objects/wizard/ninja.rb +++ /dev/null @@ -1,21 +0,0 @@ - -# require_relative 'human' - -class Ninja < Human - def initialize - super - self.stealth = 175 - self - end - - def steal(object) - self.health += 10 - object.health -= 10 - self - end - - def get_away - self.health -= 15 - self - end -end \ No newline at end of file diff --git a/Rodolfo_Valdivieso/objects/wizard/samurai.rb b/Rodolfo_Valdivieso/objects/wizard/samurai.rb deleted file mode 100644 index eb89272..0000000 --- a/Rodolfo_Valdivieso/objects/wizard/samurai.rb +++ /dev/null @@ -1,28 +0,0 @@ - -#require_relative 'human' - -class Samurai < Human - - @@count = 0 - def initialize - super - self.health = 200 - @@count += 1 - self - end - - def death_blow(object) - object.health = 0 - self - end - - def meditate - self.health = 200 - self - end - - def how_many - puts "There are: " + @@count.to_s + " Samurais out there" - end - -end \ No newline at end of file diff --git a/Rodolfo_Valdivieso/objects/wizard/wizard.rb b/Rodolfo_Valdivieso/objects/wizard/wizard.rb deleted file mode 100644 index 7f53f14..0000000 --- a/Rodolfo_Valdivieso/objects/wizard/wizard.rb +++ /dev/null @@ -1,22 +0,0 @@ - -# require_relative 'human' - -class Wizard < Human - def initialize - super - self.intelligence = 25 - self.health = 50 - self - end - - def heal - self.health += 10 - self - end - - def fireball(object) - object.health -= 20 - self - end - -end \ No newline at end of file diff --git a/Staci_Rodriquez/fundamentals/arrays.rb b/Staci_Rodriquez/fundamentals/arrays.rb deleted file mode 100644 index 5323018..0000000 --- a/Staci_Rodriquez/fundamentals/arrays.rb +++ /dev/null @@ -1,31 +0,0 @@ -a = ["Staci", "Aladin", "Izabella", "Jenna", "Grandma"] -b = [24, 32, 6, 0, 60] -c = ["Staci", 24] - -# returns the first value or the 0th index of the array -puts a[0] - -# adds the two arrays into one array then takes out the things in the new array that match what is in the c array -x = (a+b)-c -puts x.to_s - -puts a.at 2 - -puts b.fetch 4 - -puts a.delete("Grandma") -puts a - -puts b.reverse - -puts c.length - -puts a.sort - -puts a.slice 3 - -puts b.shuffle.join('-') - -puts a.insert(2, "Leia") - -puts a.values_at(1,2,3) \ No newline at end of file diff --git a/Staci_Rodriquez/fundamentals/basic_13.rb b/Staci_Rodriquez/fundamentals/basic_13.rb deleted file mode 100644 index fbeb625..0000000 --- a/Staci_Rodriquez/fundamentals/basic_13.rb +++ /dev/null @@ -1,73 +0,0 @@ -##Print 1-255 -(1..255).each { |i| puts i } - -##Print odd numbers between 1-255 -p (1..255).find_all { |i| i % 2 == 1 } - -## Print Sum -sum = 0 -for i in 0..255 - puts "New number: #{i} Sum: #{sum += i}" -end - -## Iterating through an array -x = [1,3,5,7,9,13] -x.each {|num| print num, ', '} -puts ' ' - -##Find Max -x = [2,8,3,-4,-1,0] -p x.max.to_s - -##Get Average -arr = [2,10,3] -sum = 0 -len = arr.length.to_i -for i in arr - sum += i -end -avg = sum / len -p avg - -##Array with Odd Numbers -x = [] -(1..255).each { |i| x << i if i.odd? } -p x - -## Greater Than Y ## -def greater(arr, y) - arr.count { |i| i > y } -end -p greater([1,3,5,7], 3) - -## Square the values ## -x = [1,5,10,-4] -x.map! { |i| i*i } -p x - -## Eliminate Negative Numbers ## -x = [1,5,10,-2] -x.each_index { |i| x[i] = 0 if x[i] < 0 } -p x - -## Max, Min, and Average ## -x =[1,5,10,-2] -sum = 0 -len = x.length.to_i -for i in x - sum += i -end -avg = sum / len -puts 'max = ' + x.max.to_s+ ', min = ' + x.min.to_s+ ', average = ' + avg.to_s - -## Shifting the Values in the Array ## -x = [1, 5, 10, 7, -2] -x.shift -x.push(0) -p x - -## Number to String ## -# Write a program that takes an array of numbers and replaces any negative number with the string 'Dojo'. For example, if array x is initially [-1, -3, 2] after your program is done that array should be ['Dojo', 'Dojo', 2] -x = [1,5,10,-2] -x.each_index { |i| x[i] = 'dojo' if x[i] < 0 } -p x diff --git a/Staci_Rodriquez/fundamentals/guess_the_number.rb b/Staci_Rodriquez/fundamentals/guess_the_number.rb deleted file mode 100644 index 6f8f299..0000000 --- a/Staci_Rodriquez/fundamentals/guess_the_number.rb +++ /dev/null @@ -1,15 +0,0 @@ - -def guess_number guess - number = 25 - if guess == number - puts "You got it!" - elsif guess > number - puts "Guess was too high!" - else - puts "Guess was too low!" - end -end - -puts guess_number 25 -puts guess_number 30 -puts guess_number 20 \ No newline at end of file diff --git a/Staci_Rodriquez/fundamentals/hashes.rb b/Staci_Rodriquez/fundamentals/hashes.rb deleted file mode 100644 index abe3a12..0000000 --- a/Staci_Rodriquez/fundamentals/hashes.rb +++ /dev/null @@ -1,13 +0,0 @@ -# .delete(key) => deletes and returns a value associated with the key -hash = {:first_name => "Coding", :last_name => "Dojo"} -hash.delete(:last_name) -p hash - -# .empty? => returns true if hash contains no key-value pairs -p hash.empty? - -# .has_key?(key) => true or false -p hash.has_key?(:last_name) - -# .has_value?(value) => true or false -p hash.has_value?('Coding') \ No newline at end of file diff --git a/Staci_Rodriquez/fundamentals/myEnumerable.rb b/Staci_Rodriquez/fundamentals/myEnumerable.rb deleted file mode 100644 index c939933..0000000 --- a/Staci_Rodriquez/fundamentals/myEnumerable.rb +++ /dev/null @@ -1,14 +0,0 @@ -module MyEnumerable - def my_each - for i in 0...self.length - puts self[i] - end - end - end - -class Array - include MyEnumerable -end - -p [1,2,3,4].my_each { |i| puts i } # => 1 2 3 4 -p [1,2,3,4].my_each { |i| puts i * 10 } # => 10 20 30 40 diff --git a/Staci_Rodriquez/fundamentals/names.rb b/Staci_Rodriquez/fundamentals/names.rb deleted file mode 100644 index e04c6ea..0000000 --- a/Staci_Rodriquez/fundamentals/names.rb +++ /dev/null @@ -1,12 +0,0 @@ -a = {first_name: "Michael", last_name: "Choi"} -b = {first_name: "John", last_name: "Doe"} -c = {first_name: "Jane", last_name: "Doe"} -d = {first_name: "James", last_name: "Smith"} -e = {first_name: "Jennifer", last_name: "Smith"} -names = [a, b, c, d, e] - - -puts "You have " + names.length.to_s + " names in the 'names' array" -for i in names - puts 'The name is ' + i[:first_name]+' '+i[:last_name] -end \ No newline at end of file diff --git a/Staci_Rodriquez/fundamentals/range.rb b/Staci_Rodriquez/fundamentals/range.rb deleted file mode 100644 index 1fa3ff3..0000000 --- a/Staci_Rodriquez/fundamentals/range.rb +++ /dev/null @@ -1,13 +0,0 @@ -#Ranges - -a = (1..10) - -puts "Class Name: #{a.class}" - -puts "It does include 7!" if a.include? 7 - -puts "The last number in the range is " + a.last.to_s - -puts "The max number in the range is " + a.max.to_s - -puts "The min number in the range is " + a.min.to_s \ No newline at end of file diff --git a/Staci_Rodriquez/fundamentals/ruby_puzzles.rb b/Staci_Rodriquez/fundamentals/ruby_puzzles.rb deleted file mode 100644 index 13307e4..0000000 --- a/Staci_Rodriquez/fundamentals/ruby_puzzles.rb +++ /dev/null @@ -1,80 +0,0 @@ -##Create an array with the following values: 3,5,1,2,7,9,8,13,25,32. Print the sum of all numbers in the array. Also have the function return an array that only include numbers that are greater than 10 (e.g. when you pass the array above, it should return an array with the values of 13,25,32 - hint: use reject or find_all method) - -# x = [3,5,1,2,7,9,8,13,25,32] -# sum = 0 -# for i in x -# sum =+ i -# end -# p sum -# p x.reject { |i| i < 10 } - - - -#Create an array with the following values: John, KB, Oliver, Cory, Matthew, Christopher. Shuffle the array and print the name of each person. Have the program also return an array with names that are longer than 5 characters. - -# x = ['John', 'KB', 'Oliver', 'Cory', 'Matthew', 'Christopher'] -# p x.shuffle -# p x.find_all { |i| i.length > 5 } - - - -# Create an array that contains all 26 letters in the alphabet (this array must have 26 values). Shuffle the array and display the last letter of the array. Have it also display the first letter of the array. If the first letter in the array is a vowel, have it display a message. - -# y = ('a'..'z').to_a -# p y.shuffle! -# p y.last -# p y.first -# d =['a', 'e', 'i', 'o', 'u'] -# for i in d -# if y.first == i -# puts 'Oh it is vowel!' -# end -# end - - - -# Generate an array with 10 random numbers between 55-100. - -# rnum = Random.new -# arr = [] -# for i in (0...10) -# arr.push(rnum.rand(55..100)) -# end -# p arr - - - -# Generate an array with 10 random numbers between 55-100 and have it be sorted (showing the smallest number in the beginning). Display all the numbers in the array. Next, display the minimum value in the array as well as the maximum value - -# rnum = Random.new -# arr = [] -# for i in (0...10) -# arr.push(rnum.rand(55..100)) -# end -# p arr.sort -# p arr.min -# p arr.max - - - -# Create a random string that is 5 characters long (hint: (65+rand(26)).chr returns a random character) - -# x = '' -# for i in (0...5) -# x << (65+rand(26)).chr -# end -# p x - - - -# Generate an array with 10 random strings that are each 5 characters long - -x = [] -for i in (0...10) - y = '' - for i in (0...5) - y << (65+rand(26)).chr - end - x.push(y) -end -p x \ No newline at end of file diff --git a/Staci_Rodriquez/oop/MathDojo.rb b/Staci_Rodriquez/oop/MathDojo.rb deleted file mode 100644 index 72ad062..0000000 --- a/Staci_Rodriquez/oop/MathDojo.rb +++ /dev/null @@ -1,20 +0,0 @@ -class MathDojo - attr_reader :result - def initialize - @result=0 - self - end - def add * values - @result += values.flatten.reduce(:+) - self - end - def subtract * values - @result -= values.flatten.reduce(:+) - self - end - def display - p @result - end -end -challenge1 = MathDojo.new.add(2).add(2, 5).subtract(3, 2).display # => 4 -challenge2 = MathDojo.new.add(1).add([3, 5, 7, 8], [2, 4.3, 1.25]).subtract([2,3], [1.1, 2.3]).display # => 23.15 \ No newline at end of file diff --git a/Staci_Rodriquez/oop/dog.rb b/Staci_Rodriquez/oop/dog.rb deleted file mode 100644 index a97869d..0000000 --- a/Staci_Rodriquez/oop/dog.rb +++ /dev/null @@ -1,19 +0,0 @@ -require_relative 'mammal' -class Dog < Mammal - - def pet - @health += 5 - self - end - - def walk - @health -= 1 - self - end - - def run - @health -= 10 - self - end -end -dog1 = Dog.new.walk.walk.walk.run.run.pet.display_health \ No newline at end of file diff --git a/Staci_Rodriquez/oop/mammal.rb b/Staci_Rodriquez/oop/mammal.rb deleted file mode 100644 index ea70d9c..0000000 --- a/Staci_Rodriquez/oop/mammal.rb +++ /dev/null @@ -1,12 +0,0 @@ -class Mammal - attr_reader :health - - def initialize - @health = 150 - self - end - - def display_health - puts @health - end -end \ No newline at end of file diff --git a/Staci_Rodriquez/oop/project.rb b/Staci_Rodriquez/oop/project.rb deleted file mode 100644 index 2c359f4..0000000 --- a/Staci_Rodriquez/oop/project.rb +++ /dev/null @@ -1,16 +0,0 @@ -class Project - attr_reader :name, :description - - def initialize(name, description) - @name = name - @description = description - end - - def elevator_pitch - "#{@name}, #{@description}" - end -end - -project1 = Project.new("Project 1", "Description 1") -puts project1.name -puts project1.elevator_pitch diff --git a/Stephen Weil/Fundamentals/arrays.rb b/Stephen Weil/Fundamentals/arrays.rb deleted file mode 100644 index a073f66..0000000 --- a/Stephen Weil/Fundamentals/arrays.rb +++ /dev/null @@ -1,55 +0,0 @@ -test = [1,2,3,4,5,6,7,0,1.5] - -# these are pretty much the same except fetch throws error if out of bounds (second argument is a default) -# negative indices count backwards (-1 is the last, -2 is the second to last, etc) -puts test.fetch(3) {|i| puts "#{i} is out of bounds"} -puts test.at(-2) -puts test[-2] - -# this will just return a blank line (because puts does \n) -puts test.at(40) - -# throws no error if the item isn't there to delete -test.delete("potato") -test.delete(3) -puts test.to_s - -# reverse with ! will permanently reverse array -puts test.reverse!.to_s -puts test.to_s - -puts test.length - -# sort without ! will return shallow copy, next puts will still be out of order -puts test.sort.to_s -puts test.to_s - -# slice returns a subarray starting at value one with length of value 2 -# (optional - without 2nd arg just returns idx at first val) -puts test.slice(2, 3).to_s -puts test.slice(3..5).to_s - -# using exclamation will actually delete -test.slice!(4) -puts test.to_s - -# shuffle randomizes order of elements, no exclamation = new array, with exclamation = changes in place -puts test.shuffle.to_s -puts test.to_s -test.shuffle!.to_s -puts test.to_s - -# join binds together elements as string, with optional parameter connecting them -puts test.join(" - ") -puts test - -# first argument is index, will insert subsequent values BEFORE element with that index -test.insert(2, "hey", "wassup") -puts test.to_s -# if negative index is used, will insert values AFTER -test.insert(-1, "this is at the end now!") -puts test.to_s - -# returns an array containing elements at given indices or within given ranges (.. is inclusive, ... is EXCLUSIVE of last number) -puts test.values_at(1,4).to_s -puts test.values_at(3..6).to_s \ No newline at end of file diff --git a/Stephen Weil/Fundamentals/basic13.rb b/Stephen Weil/Fundamentals/basic13.rb deleted file mode 100644 index 4eb934f..0000000 --- a/Stephen Weil/Fundamentals/basic13.rb +++ /dev/null @@ -1,123 +0,0 @@ -# print 1-255 -(1..255).each { |i| print i, " " } -print "\n" - -# print odd numbers 1-255 -(1..255).reject { |i| i % 2 == 0 }.each { |i| print i, " " } -print "\n" - -# print sum -sum = 0 -for i in 0..255 - sum += i - puts "New number: #{i} - Sum: #{sum}" -end - -# iterating through array -for el in [1,3,5,7,9,13] - puts el -end - -# find max -def find_max arr - max = arr[0] - for el in arr[1..-1] - if el > max - max = el - end - end - return max -end - -puts find_max [-3,-5,-7] -puts find_max [-400,0,3.5] - -def find_min arr - min = arr[0] - for el in arr[1..-1] - if el < min - min = el - end - end - return min -end - -# get average -def find_avg arr - sum = 0 - for el in arr - sum += el - end - return sum / arr.length -end - -puts find_avg [2,10,3] - -# array with odd numbers - -def create_odd_array - $y = (1..255).reject { |i| i % 2 == 0 } -end - -create_odd_array -print $y, "\n" - -# greater than y - -def greater_than_y arr, val - return arr.count { |x| x > val } -end - -p greater_than_y [1,2,3,4,5,6], 2 - -# square the values - -def square_values arr - arr.map! { |x| x * x } -end - -to_square = [1,5,10,-2] -square_values to_square -p to_square - -# eliminate negative numbers - -def eliminate_negatives arr - arr.each_with_index { |val, idx| arr[idx] = 0 unless val > 0 } -end - -to_eliminate = [1,-3,0,5,-6] -eliminate_negatives to_eliminate -p to_eliminate - -# min, max, avg - -def give_stats arr - return { - max: find_max(arr), - min: find_min(arr), - avg: find_avg(arr) - } -end - -p give_stats [1,5,10,-2] - -# shift values - -def shift_left arr - arr.delete_at(0) - arr.push(0) -end - -to_shift = [1,5,10,7,-2] -p shift_left to_shift - -# number to string - -def negatives_to_string arr - arr.each_with_index { |val, idx| arr[idx] = "Dojo" if val < 0 } -end - -fix_me = [-1,-3,2] -negatives_to_string fix_me -p fix_me \ No newline at end of file diff --git a/Stephen Weil/Fundamentals/guess_the_number.rb b/Stephen Weil/Fundamentals/guess_the_number.rb deleted file mode 100644 index 666bad0..0000000 --- a/Stephen Weil/Fundamentals/guess_the_number.rb +++ /dev/null @@ -1,12 +0,0 @@ -def guess_number guess - number = 25 - if guess == number - puts "You got it!" - elsif guess < number - puts "Guess was too low!" - else - puts "Guess was too high!" - end -end - -guess_number 25 \ No newline at end of file diff --git a/Stephen Weil/Fundamentals/hashes.rb b/Stephen Weil/Fundamentals/hashes.rb deleted file mode 100644 index cf46c91..0000000 --- a/Stephen Weil/Fundamentals/hashes.rb +++ /dev/null @@ -1,16 +0,0 @@ -test_hash = { - name: "Stephen Weil", - age: 28, - birthday: "8/24/89", - gender: "Male" -} - -p "This got some stuff in it!" unless test_hash.empty? - -p "It's got a key for 'age'!'" if test_hash.has_key?(:age) - -p "It doesn't have the value 'Badass'...'" unless test_hash.has_value?('Badass') - -p "But it does have 'Male'..." if test_hash.has_value?('Male') - -p "We're gonna delete the key 'birthday'. It contained: " + test_hash.delete(:birthday) \ No newline at end of file diff --git a/Stephen Weil/Fundamentals/iterators.rb b/Stephen Weil/Fundamentals/iterators.rb deleted file mode 100644 index 69322ba..0000000 --- a/Stephen Weil/Fundamentals/iterators.rb +++ /dev/null @@ -1,36 +0,0 @@ -test = ["some", "test", "words"] - -# any returns true if the block returns true for any of the elements - -puts test.any? { |word| word.length >= 4 } -puts test.any? { |word| word.length < 4 } - -# each calls the block once for each element - -test.each { |word| word.capitalize! } -print test, "\n" - -# collect returns a new array with the results of running block on each element - -new_array = (1..4).collect { |i| 2**i } -print new_array, "\n" - -# detect/find - returns first element for which block is true - -puts test.detect { |word| word.length == 4 } -puts "No words longer than 5!" unless test.detect { |word| word.length > 5 } - -# find_all returns an array containing all elements for which block is true - -found_stuff = (1..100).find_all { |i| i % 25 == 0 } -print found_stuff, "\n" - -# reject is the opposite of find_all - returns array containing all elements for which block is NOT true - -filtered_stuff = (1..100).reject { |i| i % 2 == 0 } -print filtered_stuff, "\n" - -# upto runs block up to the provided number (method of an INT) - -3.upto(7) { |i| puts i**2 } -1.upto(5) { puts "Hey Hey Hey!" } \ No newline at end of file diff --git a/Stephen Weil/Fundamentals/my_enumerable.rb b/Stephen Weil/Fundamentals/my_enumerable.rb deleted file mode 100644 index de6b42f..0000000 --- a/Stephen Weil/Fundamentals/my_enumerable.rb +++ /dev/null @@ -1,12 +0,0 @@ -module MyEnumerable - def my_each - for el in self - yield el - end - end -end -class Array - include MyEnumerable -end -[1,2,3,4].my_each { |i| puts i } # => 1 2 3 4 -[1,2,3,4].my_each { |i| puts i * 10 } # => 10 20 30 40 \ No newline at end of file diff --git a/Stephen Weil/Fundamentals/names.rb b/Stephen Weil/Fundamentals/names.rb deleted file mode 100644 index 634230f..0000000 --- a/Stephen Weil/Fundamentals/names.rb +++ /dev/null @@ -1,13 +0,0 @@ -a = {first_name: "Michael", last_name: "Choi"} -b = {first_name: "John", last_name: "Doe"} -c = {first_name: "Jane", last_name: "Doe"} -d = {first_name: "James", last_name: "Smith"} -e = {first_name: "Jennifer", last_name: "Smith"} -names = [a, b, c, d, e] - -def unpack_names arr - puts "You have " + arr.length.to_s + " names in the 'names' array" - arr.each { |obj| puts "The name is '#{obj[:first_name]} #{obj[:last_name]}'" } -end - -unpack_names names \ No newline at end of file diff --git a/Stephen Weil/Fundamentals/puzzles.rb b/Stephen Weil/Fundamentals/puzzles.rb deleted file mode 100644 index dbff273..0000000 --- a/Stephen Weil/Fundamentals/puzzles.rb +++ /dev/null @@ -1,81 +0,0 @@ -# take array, print sum of numbers and return array with all numbers > 10 - -arr1 = [3,5,1,2,7,9,8,13,25,32] - -def first_puzzle arr - sum = 0 - arr.each {|x| sum += x} - p sum - return arr.find_all {|x| x > 10} -end - -p first_puzzle arr1 - -# given array of names, shuffle them, print all names, and return array with -# all names longer than 5 characters - -arr2 = ['John', 'KB', 'Oliver', 'Cory', 'Matthew', 'Christopher'] - -def second_puzzle arr - arr.shuffle! - arr.each { |name| p name } - return arr.find_all { |name| name.length > 5 } -end - -p second_puzzle arr2 - -# create array with letters a to z - shuffle it, print last and first letter -# add an additional message if first letter is a vowel - -arr3 = ("a".."z").to_a - -def third_puzzle arr - arr.shuffle! - p "Last letter is " + arr[-1] - p "First letter is " + arr[0] - puts "Wow, that first letter was a VOWEL! How cool!" if ['a', 'e', 'i', 'o', 'u', 'y'].include? arr[0] -end - -third_puzzle arr3 - -# generate array with 10 random numbers between 55-100 - -def fourth_puzzle - rng = Random.new - ret = [] - 10.times { ret.push(rng.rand(55..100)) } - return ret -end - -p fourth_puzzle - -# generate above array, have it be sorted, display all numbers and then min and max - -def fifth_puzzle - sample = fourth_puzzle.sort!.each { |x| p x } - p "Min is " + sample[0].to_s - p "Max is " + sample[-1].to_s -end - -fifth_puzzle - -# create a random string that is 5 characters long - -def sixth_puzzle - rng = Random.new - ret = '' - 5.times { ret += (65+rand(26)).chr } - return ret.capitalize -end - -p sixth_puzzle - -# generate an array with 10 random strings that are 5 characters long - -def seventh_puzzle - ret = [] - 10.times { ret.push(sixth_puzzle) } - return ret -end - -p seventh_puzzle \ No newline at end of file diff --git a/Stephen Weil/Fundamentals/range.rb b/Stephen Weil/Fundamentals/range.rb deleted file mode 100644 index 0d7cdae..0000000 --- a/Stephen Weil/Fundamentals/range.rb +++ /dev/null @@ -1,19 +0,0 @@ -# each iterates over range, passing each value as argument to block -(1..5).each { |i| puts i } -("a".."f").each { |letter| puts letter } - -# .. is inclusive, ... is EXCLUSIVE of end value -test = (-10..10) -puts "This includes 10!" if test.include?(10) -test2 = (-10...10) -puts "This does not include 10!" unless test2.include?(10) - -# last returns object with last value, if given argument, returns array with last X values -puts test.last -puts test2.last(3).to_s - -# max returns largest value in range -puts test.max - -# min returns smallest value in range -puts test.min \ No newline at end of file diff --git a/Stephen Weil/OOP/bankaccount.rb b/Stephen Weil/OOP/bankaccount.rb deleted file mode 100644 index 699f363..0000000 --- a/Stephen Weil/OOP/bankaccount.rb +++ /dev/null @@ -1,66 +0,0 @@ -class BankAccount - @@num_of_accts = 0 - @@interest_rate = 0.01 - def initialize - @acct_num = generate_acct_num - @checking = 0 - @savings = 0 - @@num_of_accts += 1 - end - - attr_reader :acct_num - attr_reader :checking - attr_reader :savings - - def deposit acct, amt - @checking += amt if acct == 'checking' - @savings += amt if acct == 'savings' - p "You deposited #{amt} into #{acct}." unless (acct != 'checking' and acct != 'savings') - end - - def withdraw acct, amt - if (acct == 'checking' and amt > @checking) or (acct == 'savings' and amt > @savings) - p "You have insufficient funds to withdraw from " + acct - else - @checking -= amt if acct == 'checking' - @savings -= amt if acct == 'savings' - p "You withdrew #{amt} from #{acct}" unless (acct != 'checking' and acct != 'savings') - end - end - - def total_holdings - p "You have $#{@checking} in checking and $#{@savings} in savings, for a total of $#{@checking + @savings}." - end - - def account_information - p "Account #: #{@acct_num}" - p "Total Balance: $#{@savings + @checking}" - p "Checking Balance: $#{@checking}" - p "Savings Balance: $#{@savings}" - p "Interest Rate: #{@@interest_rate}" - end - - def self.total_accts - p "The bank currently has #{@@num_of_accts} accounts." - end - - private - def generate_acct_num - return rand(1000000) - end -end - -acct1 = BankAccount.new -acct2 = BankAccount.new - -p acct1.acct_num -acct2.deposit('checking', 100) -acct1.deposit('savings', 150) -acct2.withdraw('savings', 100) -acct2.withdraw('checking', 150) -acct2.withdraw('checking', 50) - -acct2.total_holdings -acct1.account_information - -BankAccount.total_accts \ No newline at end of file diff --git a/Stephen Weil/OOP/dog.rb b/Stephen Weil/OOP/dog.rb deleted file mode 100644 index eb41ec2..0000000 --- a/Stephen Weil/OOP/dog.rb +++ /dev/null @@ -1,18 +0,0 @@ -require_relative 'mammal' -class Dog < Mammal - def pet - @health += 5 - return self - end - def walk - @health -= 1 - return self - end - def run - @health -= 10 - return self - end -end - -doggo = Dog.new -doggo.walk.walk.walk.run.run.pet.display_health \ No newline at end of file diff --git a/Stephen Weil/OOP/human.rb b/Stephen Weil/OOP/human.rb deleted file mode 100644 index 7cbe852..0000000 --- a/Stephen Weil/OOP/human.rb +++ /dev/null @@ -1,30 +0,0 @@ -class Human - def initialize - @strength = 3 - @stealth = 3 - @intelligence = 3 - @health = 100 - end - - attr_accessor :health - - def attack(target) - if (target.class.ancestors.include? Human or target.class == Human) - target.health -= 10 - p "You attacked the #{target.class}! They now have #{target.health} health left." - else - p "What is wrong with you? Pick on your own species!" - end - return self - end -end - -=begin -dude = Human.new -otha_dude = Human.new - -dude.attack otha_dude -p otha_dude.health - -dude.attack 5 -=end diff --git a/Stephen Weil/OOP/lion.rb b/Stephen Weil/OOP/lion.rb deleted file mode 100644 index 757776d..0000000 --- a/Stephen Weil/OOP/lion.rb +++ /dev/null @@ -1,26 +0,0 @@ -require_relative 'mammal' - -class Lion < Mammal - def initialize - @health = 170 - end - def fly - @health -= 10 - return self - end - def attack_town - @health -= 50 - return self - end - def eat_humans - @health += 20 - return self - end - def display_health - puts "This is a LION!" - super - end -end - -lion = Lion.new -lion.attack_town.attack_town.attack_town.eat_humans.eat_humans.fly.fly.display_health \ No newline at end of file diff --git a/Stephen Weil/OOP/mammal.rb b/Stephen Weil/OOP/mammal.rb deleted file mode 100644 index e99a66d..0000000 --- a/Stephen Weil/OOP/mammal.rb +++ /dev/null @@ -1,10 +0,0 @@ -class Mammal - def initialize - @health = 150 - end - attr_accessor :health - def display_health - puts "Health is #{@health}" - return self - end -end diff --git a/Stephen Weil/OOP/mathdojo.rb b/Stephen Weil/OOP/mathdojo.rb deleted file mode 100644 index 4b52e40..0000000 --- a/Stephen Weil/OOP/mathdojo.rb +++ /dev/null @@ -1,20 +0,0 @@ -class MathDojo - def initialize - @sum = 0 - end - def add *nums - @sum += nums.flatten.reduce(:+) - return self - end - def subtract *nums - @sum -= nums.flatten.reduce(:+) - return self - end - def result - puts @sum - return self - end -end - -challenge1 = MathDojo.new.add(2).add(2, 5).subtract(3, 2).result # => 4 -challenge2 = MathDojo.new.add(1).add([3, 5, 7, 8], [2, 4.3, 1.25]).subtract([2,3], [1.1, 2.3]).result # => 23.15 \ No newline at end of file diff --git a/Stephen Weil/OOP/ninja.rb b/Stephen Weil/OOP/ninja.rb deleted file mode 100644 index ae61239..0000000 --- a/Stephen Weil/OOP/ninja.rb +++ /dev/null @@ -1,30 +0,0 @@ -require_relative 'human' -class Ninja < Human - def initialize - super - @stealth = 175 - end - - def steal(target) - if (target.class == Human or target.class.ancestors.include? Human) - @health += 10 - p "You stole from the #{target.class}. You now have #{@health} health!" - else - p "Jeez dude, you can't just be stealin' from a #{target.class}." - end - return self - end - - def get_away - @health -= 15 - p "You escaped danger, but it cost you! You now have #{@health} health." - return self - end -end - -kemosabi = Ninja.new -innocent_bystander = Human.new - -kemosabi.steal innocent_bystander -kemosabi.steal [1,2,3] -kemosabi.get_away \ No newline at end of file diff --git a/Stephen Weil/OOP/project.rb b/Stephen Weil/OOP/project.rb deleted file mode 100644 index 2a6bb83..0000000 --- a/Stephen Weil/OOP/project.rb +++ /dev/null @@ -1,15 +0,0 @@ -class Project - def initialize(name, description) - @name = name - @description = description - end - attr_accessor :name - attr_accessor :description - def elevator_pitch - p "#{@name}, #{@description}" - end -end - -project1 = Project.new("Project 1", "Description 1") -puts project1.name # => "Project 1" -project1.elevator_pitch # => "Project 1, Description 1" \ No newline at end of file diff --git a/Stephen Weil/OOP/samurai.rb b/Stephen Weil/OOP/samurai.rb deleted file mode 100644 index e0bd8df..0000000 --- a/Stephen Weil/OOP/samurai.rb +++ /dev/null @@ -1,40 +0,0 @@ -require_relative 'human' -class Samurai < Human - @@samurai_count = 0 - def initialize - super - @health = 200 - @@samurai_count += 1 - end - - def death_blow(target) - if (target.class == Human or target.class.ancestors.include? Human) - target.health = 0 - p "You executed the DEATH BLOW! The #{target.class} now has #{target.health} health. RIP!" - else - p "I mean, I guess I hate #{target.class} too, but it doesn't mean you can kill 'em...'" - end - return self - end - - def meditate - @health = 200 - p "You centered your body and mind. You are now restored back to #{@health} health!" - return self - end - - def how_many - p "You are (probably) not alone. There are #{@@samurai_count} total Samurai!" - return self - end -end - -not_the_last_samurai = Samurai.new -also_not_the_last_samurai = Samurai.new - -innocent_bystander = Human.new - -not_the_last_samurai.attack innocent_bystander -innocent_bystander.attack also_not_the_last_samurai -also_not_the_last_samurai.how_many.death_blow innocent_bystander -also_not_the_last_samurai.meditate \ No newline at end of file diff --git a/Stephen Weil/OOP/wizard.rb b/Stephen Weil/OOP/wizard.rb deleted file mode 100644 index 0cb188d..0000000 --- a/Stephen Weil/OOP/wizard.rb +++ /dev/null @@ -1,31 +0,0 @@ -require_relative 'human' -class Wizard < Human - def initialize - super - @health = 50 - @intelligence = 50 - end - - def heal - @health += 10 - return self - end - - def fireball(target) - if (target.class.ancestors.include? Human or target.class == Human) - target.health -= 20 - p "You cast a fireball on the #{target.class}! They now have #{target.health} health left." - else - p "What is wrong with you? Pick on your own species! You can't just go attacking a #{target.class}..." - end - return self - end -end - -gandalf = Wizard.new -innocent_bystander = Human.new -sauron = Wizard.new - -gandalf.fireball innocent_bystander -gandalf.fireball "u attakin strings now?" -gandalf.fireball sauron \ No newline at end of file diff --git a/Stephen Weil/Rails/Models/blogs_one.txt b/Stephen Weil/Rails/Models/blogs_one.txt deleted file mode 100644 index 21901ab..0000000 --- a/Stephen Weil/Rails/Models/blogs_one.txt +++ /dev/null @@ -1,20 +0,0 @@ -Blog.create(name: "Super Cool Blog", description: "Just a place for super cool people to talk about super cool stuff") -Blog.create(name: "A Blog of Ice and Fire", description: "For GOT Nerds") -Blog.create(name: "War on the Rocks", description: "Pretty good shit if you're into IR") -Blog.create(name: "SCOTUS Blog", description: "For law nerds") -Blog.create(name: "The Ringer", description: "I mean its basically just a bunch of blogs") -Post.create(title: "This is the coolest shit ever", content: "No seriously, it's so cool. Can you believe how cool it is? The most cool...", blog: Blog.find(1)) -Post.create(title: "This is also cool", content: "This stuff is less cool but still its obviously cool enough", blog: Blog.find(1)) -Post.create(title: "How about that boat scene?", content: "Bow chika bow wow", blog: Blog.find(2)) -Post.create(title: "Night King OP", content: "Zombie dragons 4 real? rough...", blog: Blog.find(2)) -Post.create(title: "Bill Simmons Mailbag", content: "Something something Celtics", blog: Blog.find(5)) -Post.create(title: "Are they gunna strike down the travel ban?", content: "God damnit why dont we have Merrick Garland?", blog: Blog.find(4)) -Post.create(title: "RIP American Diplomatic Credibility", content: "Seriously its almost like this guy has no fucking experience at this shit", blog: Blog.find(3)) -Blog.first.posts -Blog.last.posts.order(title: :desc) -Post.first.update(title: "A different title now") -Message.create(author: "Some Dude", message: "Hey man that's a cool post", post: Post.first) -Message.create(author: "Some High Falutin Asshole", message: "This post is banal", post: Post.first) -Blog.all -Post.find(3).destroy -Blog.where("id < 3") diff --git a/Stephen Weil/Rails/Models/blogs_one/.gitignore b/Stephen Weil/Rails/Models/blogs_one/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/Stephen Weil/Rails/Models/blogs_one/Gemfile b/Stephen Weil/Rails/Models/blogs_one/Gemfile deleted file mode 100644 index b6bd2a4..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/Gemfile +++ /dev/null @@ -1,49 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -gem 'hirb' - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end - diff --git a/Stephen Weil/Rails/Models/blogs_one/Gemfile.lock b/Stephen Weil/Rails/Models/blogs_one/Gemfile.lock deleted file mode 100644 index 73114af..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/Gemfile.lock +++ /dev/null @@ -1,172 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (3.2.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/Stephen Weil/Rails/Models/blogs_one/README.rdoc b/Stephen Weil/Rails/Models/blogs_one/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/Stephen Weil/Rails/Models/blogs_one/Rakefile b/Stephen Weil/Rails/Models/blogs_one/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/Stephen Weil/Rails/Models/blogs_one/app/assets/images/.keep b/Stephen Weil/Rails/Models/blogs_one/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/blogs_one/app/assets/javascripts/application.js b/Stephen Weil/Rails/Models/blogs_one/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/Stephen Weil/Rails/Models/blogs_one/app/assets/stylesheets/application.css b/Stephen Weil/Rails/Models/blogs_one/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/Stephen Weil/Rails/Models/blogs_one/app/controllers/application_controller.rb b/Stephen Weil/Rails/Models/blogs_one/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/Stephen Weil/Rails/Models/blogs_one/app/controllers/concerns/.keep b/Stephen Weil/Rails/Models/blogs_one/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/blogs_one/app/helpers/application_helper.rb b/Stephen Weil/Rails/Models/blogs_one/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/Stephen Weil/Rails/Models/blogs_one/app/mailers/.keep b/Stephen Weil/Rails/Models/blogs_one/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/blogs_one/app/models/.keep b/Stephen Weil/Rails/Models/blogs_one/app/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/blogs_one/app/models/blog.rb b/Stephen Weil/Rails/Models/blogs_one/app/models/blog.rb deleted file mode 100644 index 329286c..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/app/models/blog.rb +++ /dev/null @@ -1,4 +0,0 @@ -class Blog < ActiveRecord::Base - validates :name, :description, presence: true - has_many :posts, dependent: :destroy -end diff --git a/Stephen Weil/Rails/Models/blogs_one/app/models/concerns/.keep b/Stephen Weil/Rails/Models/blogs_one/app/models/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/blogs_one/app/models/message.rb b/Stephen Weil/Rails/Models/blogs_one/app/models/message.rb deleted file mode 100644 index 273ac26..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/app/models/message.rb +++ /dev/null @@ -1,5 +0,0 @@ -class Message < ActiveRecord::Base - validates :author, :message, presence: true - validates :message, length: { minimum: 15 } - belongs_to :post -end diff --git a/Stephen Weil/Rails/Models/blogs_one/app/models/post.rb b/Stephen Weil/Rails/Models/blogs_one/app/models/post.rb deleted file mode 100644 index 9b62bca..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/app/models/post.rb +++ /dev/null @@ -1,6 +0,0 @@ -class Post < ActiveRecord::Base - validates :title, :content, presence: true - validates :title, length: { minimum: 7 } - belongs_to :blog - has_many :messages, dependent: :destroy -end diff --git a/Stephen Weil/Rails/Models/blogs_one/app/views/layouts/application.html.erb b/Stephen Weil/Rails/Models/blogs_one/app/views/layouts/application.html.erb deleted file mode 100644 index c888c29..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - BlogsOne - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/Stephen Weil/Rails/Models/blogs_one/bin/bundle b/Stephen Weil/Rails/Models/blogs_one/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/Stephen Weil/Rails/Models/blogs_one/bin/rails b/Stephen Weil/Rails/Models/blogs_one/bin/rails deleted file mode 100755 index 0138d79..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/Stephen Weil/Rails/Models/blogs_one/bin/rake b/Stephen Weil/Rails/Models/blogs_one/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/Stephen Weil/Rails/Models/blogs_one/bin/setup b/Stephen Weil/Rails/Models/blogs_one/bin/setup deleted file mode 100755 index acdb2c1..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/Stephen Weil/Rails/Models/blogs_one/bin/spring b/Stephen Weil/Rails/Models/blogs_one/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/Stephen Weil/Rails/Models/blogs_one/config.ru b/Stephen Weil/Rails/Models/blogs_one/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/Stephen Weil/Rails/Models/blogs_one/config/application.rb b/Stephen Weil/Rails/Models/blogs_one/config/application.rb deleted file mode 100644 index 844039e..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module BlogsOne - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/Stephen Weil/Rails/Models/blogs_one/config/boot.rb b/Stephen Weil/Rails/Models/blogs_one/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/Stephen Weil/Rails/Models/blogs_one/config/database.yml b/Stephen Weil/Rails/Models/blogs_one/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/Stephen Weil/Rails/Models/blogs_one/config/environment.rb b/Stephen Weil/Rails/Models/blogs_one/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/Stephen Weil/Rails/Models/blogs_one/config/environments/development.rb b/Stephen Weil/Rails/Models/blogs_one/config/environments/development.rb deleted file mode 100644 index b55e214..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/config/environments/development.rb +++ /dev/null @@ -1,41 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Stephen Weil/Rails/Models/blogs_one/config/environments/production.rb b/Stephen Weil/Rails/Models/blogs_one/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/Stephen Weil/Rails/Models/blogs_one/config/environments/test.rb b/Stephen Weil/Rails/Models/blogs_one/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Stephen Weil/Rails/Models/blogs_one/config/initializers/assets.rb b/Stephen Weil/Rails/Models/blogs_one/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/Stephen Weil/Rails/Models/blogs_one/config/initializers/backtrace_silencers.rb b/Stephen Weil/Rails/Models/blogs_one/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/Stephen Weil/Rails/Models/blogs_one/config/initializers/cookies_serializer.rb b/Stephen Weil/Rails/Models/blogs_one/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/Stephen Weil/Rails/Models/blogs_one/config/initializers/filter_parameter_logging.rb b/Stephen Weil/Rails/Models/blogs_one/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/Stephen Weil/Rails/Models/blogs_one/config/initializers/inflections.rb b/Stephen Weil/Rails/Models/blogs_one/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/Stephen Weil/Rails/Models/blogs_one/config/initializers/mime_types.rb b/Stephen Weil/Rails/Models/blogs_one/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/Stephen Weil/Rails/Models/blogs_one/config/initializers/session_store.rb b/Stephen Weil/Rails/Models/blogs_one/config/initializers/session_store.rb deleted file mode 100644 index 1ebcc3a..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_blogs_one_session' diff --git a/Stephen Weil/Rails/Models/blogs_one/config/initializers/wrap_parameters.rb b/Stephen Weil/Rails/Models/blogs_one/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/Stephen Weil/Rails/Models/blogs_one/config/locales/en.yml b/Stephen Weil/Rails/Models/blogs_one/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/Stephen Weil/Rails/Models/blogs_one/config/routes.rb b/Stephen Weil/Rails/Models/blogs_one/config/routes.rb deleted file mode 100644 index 3f66539..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/config/routes.rb +++ /dev/null @@ -1,56 +0,0 @@ -Rails.application.routes.draw do - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/Stephen Weil/Rails/Models/blogs_one/config/secrets.yml b/Stephen Weil/Rails/Models/blogs_one/config/secrets.yml deleted file mode 100644 index 2ee3543..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: e95ff8a70bd6b9ddaed1fc9df6433809faa3c0a0c81ce9ef1888fbb99cf0234c720c8206896093c40c5dbdc0952a12c95c9d7f40f9545cc0f4dbd013bc33be34 - -test: - secret_key_base: 101dea84d1fd79ab00b26873ac5174008214d25b3524eb73c2f033af883bc88f7a4002e6c6a35bbea1f174ec26c1f37ff0d8f7f39e4ec8274271fed97745d615 - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/Stephen Weil/Rails/Models/blogs_one/db/migrate/20171129215414_create_blogs.rb b/Stephen Weil/Rails/Models/blogs_one/db/migrate/20171129215414_create_blogs.rb deleted file mode 100644 index 87471d4..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/db/migrate/20171129215414_create_blogs.rb +++ /dev/null @@ -1,10 +0,0 @@ -class CreateBlogs < ActiveRecord::Migration - def change - create_table :blogs do |t| - t.string :name - t.text :description - - t.timestamps null: false - end - end -end diff --git a/Stephen Weil/Rails/Models/blogs_one/db/migrate/20171129215430_create_posts.rb b/Stephen Weil/Rails/Models/blogs_one/db/migrate/20171129215430_create_posts.rb deleted file mode 100644 index 8796f8e..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/db/migrate/20171129215430_create_posts.rb +++ /dev/null @@ -1,10 +0,0 @@ -class CreatePosts < ActiveRecord::Migration - def change - create_table :posts do |t| - t.string :title - t.text :content - - t.timestamps null: false - end - end -end diff --git a/Stephen Weil/Rails/Models/blogs_one/db/migrate/20171129215654_add_post_to_blog.rb b/Stephen Weil/Rails/Models/blogs_one/db/migrate/20171129215654_add_post_to_blog.rb deleted file mode 100644 index c33ed85..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/db/migrate/20171129215654_add_post_to_blog.rb +++ /dev/null @@ -1,5 +0,0 @@ -class AddPostToBlog < ActiveRecord::Migration - def change - add_reference :blogs, :post, index: true, foreign_key: true - end -end diff --git a/Stephen Weil/Rails/Models/blogs_one/db/migrate/20171129215752_create_messages.rb b/Stephen Weil/Rails/Models/blogs_one/db/migrate/20171129215752_create_messages.rb deleted file mode 100644 index cf927e7..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/db/migrate/20171129215752_create_messages.rb +++ /dev/null @@ -1,11 +0,0 @@ -class CreateMessages < ActiveRecord::Migration - def change - create_table :messages do |t| - t.string :author - t.text :message - t.references :post, index: true, foreign_key: true - - t.timestamps null: false - end - end -end diff --git a/Stephen Weil/Rails/Models/blogs_one/db/migrate/20171129221530_add_blog_to_post.rb b/Stephen Weil/Rails/Models/blogs_one/db/migrate/20171129221530_add_blog_to_post.rb deleted file mode 100644 index 87b00d5..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/db/migrate/20171129221530_add_blog_to_post.rb +++ /dev/null @@ -1,5 +0,0 @@ -class AddBlogToPost < ActiveRecord::Migration - def change - add_reference :posts, :blog, index: true, foreign_key: true - end -end diff --git a/Stephen Weil/Rails/Models/blogs_one/db/schema.rb b/Stephen Weil/Rails/Models/blogs_one/db/schema.rb deleted file mode 100644 index 0460603..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/db/schema.rb +++ /dev/null @@ -1,46 +0,0 @@ -# encoding: UTF-8 -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# Note that this schema.rb definition is the authoritative source for your -# database schema. If you need to create the application database on another -# system, you should be using db:schema:load, not running all the migrations -# from scratch. The latter is a flawed and unsustainable approach (the more migrations -# you'll amass, the slower it'll run and the greater likelihood for issues). -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema.define(version: 20171129221530) do - - create_table "blogs", force: :cascade do |t| - t.string "name" - t.text "description" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - t.integer "post_id" - end - - add_index "blogs", ["post_id"], name: "index_blogs_on_post_id" - - create_table "messages", force: :cascade do |t| - t.string "author" - t.text "message" - t.integer "post_id" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - add_index "messages", ["post_id"], name: "index_messages_on_post_id" - - create_table "posts", force: :cascade do |t| - t.string "title" - t.text "content" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - t.integer "blog_id" - end - - add_index "posts", ["blog_id"], name: "index_posts_on_blog_id" - -end diff --git a/Stephen Weil/Rails/Models/blogs_one/db/seeds.rb b/Stephen Weil/Rails/Models/blogs_one/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/Stephen Weil/Rails/Models/blogs_one/lib/assets/.keep b/Stephen Weil/Rails/Models/blogs_one/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/blogs_one/lib/tasks/.keep b/Stephen Weil/Rails/Models/blogs_one/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/blogs_one/log/.keep b/Stephen Weil/Rails/Models/blogs_one/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/blogs_one/public/404.html b/Stephen Weil/Rails/Models/blogs_one/public/404.html deleted file mode 100644 index b612547..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Stephen Weil/Rails/Models/blogs_one/public/422.html b/Stephen Weil/Rails/Models/blogs_one/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Stephen Weil/Rails/Models/blogs_one/public/500.html b/Stephen Weil/Rails/Models/blogs_one/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Stephen Weil/Rails/Models/blogs_one/public/favicon.ico b/Stephen Weil/Rails/Models/blogs_one/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/blogs_one/public/robots.txt b/Stephen Weil/Rails/Models/blogs_one/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/Stephen Weil/Rails/Models/blogs_one/test/controllers/.keep b/Stephen Weil/Rails/Models/blogs_one/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/blogs_one/test/fixtures/.keep b/Stephen Weil/Rails/Models/blogs_one/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/blogs_one/test/fixtures/blogs.yml b/Stephen Weil/Rails/Models/blogs_one/test/fixtures/blogs.yml deleted file mode 100644 index 2ff75a8..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/test/fixtures/blogs.yml +++ /dev/null @@ -1,9 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - name: MyString - description: MyText - -two: - name: MyString - description: MyText diff --git a/Stephen Weil/Rails/Models/blogs_one/test/fixtures/messages.yml b/Stephen Weil/Rails/Models/blogs_one/test/fixtures/messages.yml deleted file mode 100644 index e3c84c8..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/test/fixtures/messages.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - author: MyString - message: MyText - post_id: - -two: - author: MyString - message: MyText - post_id: diff --git a/Stephen Weil/Rails/Models/blogs_one/test/fixtures/posts.yml b/Stephen Weil/Rails/Models/blogs_one/test/fixtures/posts.yml deleted file mode 100644 index 19db450..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/test/fixtures/posts.yml +++ /dev/null @@ -1,9 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - title: MyString - content: MyText - -two: - title: MyString - content: MyText diff --git a/Stephen Weil/Rails/Models/blogs_one/test/helpers/.keep b/Stephen Weil/Rails/Models/blogs_one/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/blogs_one/test/integration/.keep b/Stephen Weil/Rails/Models/blogs_one/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/blogs_one/test/mailers/.keep b/Stephen Weil/Rails/Models/blogs_one/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/blogs_one/test/models/.keep b/Stephen Weil/Rails/Models/blogs_one/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/blogs_one/test/models/blog_test.rb b/Stephen Weil/Rails/Models/blogs_one/test/models/blog_test.rb deleted file mode 100644 index 5038377..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/test/models/blog_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class BlogTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/Stephen Weil/Rails/Models/blogs_one/test/models/message_test.rb b/Stephen Weil/Rails/Models/blogs_one/test/models/message_test.rb deleted file mode 100644 index 11e5db0..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/test/models/message_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class MessageTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/Stephen Weil/Rails/Models/blogs_one/test/models/post_test.rb b/Stephen Weil/Rails/Models/blogs_one/test/models/post_test.rb deleted file mode 100644 index 6d9d463..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/test/models/post_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class PostTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/Stephen Weil/Rails/Models/blogs_one/test/test_helper.rb b/Stephen Weil/Rails/Models/blogs_one/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/Stephen Weil/Rails/Models/blogs_one/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/Stephen Weil/Rails/Models/blogs_one/vendor/assets/javascripts/.keep b/Stephen Weil/Rails/Models/blogs_one/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/blogs_one/vendor/assets/stylesheets/.keep b/Stephen Weil/Rails/Models/blogs_one/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/dojo_ninjas.txt b/Stephen Weil/Rails/Models/dojo_ninjas.txt deleted file mode 100644 index d817b45..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas.txt +++ /dev/null @@ -1,20 +0,0 @@ -Dojo.create(name: "CD Silicon Valley", city: "Mountain View", state: "CA") -Dojo.create(name: "CD Seattle", city: "Seattle", state: "WA") -Dojo.create(name: "CD New York", city: "New York", state: "NY") -Dojo.create(name:"This wont work").errors.full_messages -Dojo.create(name:"Neither will this", city: "Imagination Land", state: "WAAAAAAAA").errors.full_messages -Ninja.create(first_name: "Stephen", last_name: "Weil", dojo: Dojo.first) -Ninja.create(first_name: "Bruce", last_name: "Lee", dojo: Dojo.first) -Ninja.create(first_name: "Jackie", last_name: "Chan", dojo: Dojo.first) -Ninja.create(first_name: "Dennis", last_name: "Schroeder", dojo: Dojo.find(2)) -Ninja.create(first_name: "Jean-Luc", last_name: "Picard", dojo: Dojo.find(2)) -Ninja.create(first_name: "Geordi", last_name: "LaForge", dojo: Dojo.find(2)) -Ninja.create(first_name: "Jon", last_name: "Snow", dojo: Dojo.last) -Ninja.create(first_name: "Danaerys", last_name: "Targaryen", dojo: Dojo.last) -Ninja.create(first_name: "Tyrion", last_name: "Lannister", dojo: Dojo.last) -Dojo.first.ninjas -Dojo.find(2).ninjas -Dojo.last.ninjas -Dojo.find(2).ninjas.order(created_at: :desc).select('first_name') -Dojo.find(2).destroy -add dependent: :destroy to dojo.rb diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/.gitignore b/Stephen Weil/Rails/Models/dojo_ninjas/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/Gemfile b/Stephen Weil/Rails/Models/dojo_ninjas/Gemfile deleted file mode 100644 index 7415088..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/Gemfile +++ /dev/null @@ -1,48 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - gem 'hirb' - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end - diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/Gemfile.lock b/Stephen Weil/Rails/Models/dojo_ninjas/Gemfile.lock deleted file mode 100644 index 73114af..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/Gemfile.lock +++ /dev/null @@ -1,172 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (3.2.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/README.rdoc b/Stephen Weil/Rails/Models/dojo_ninjas/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/Rakefile b/Stephen Weil/Rails/Models/dojo_ninjas/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/app/assets/images/.keep b/Stephen Weil/Rails/Models/dojo_ninjas/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/app/assets/javascripts/application.js b/Stephen Weil/Rails/Models/dojo_ninjas/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/app/assets/stylesheets/application.css b/Stephen Weil/Rails/Models/dojo_ninjas/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/app/controllers/application_controller.rb b/Stephen Weil/Rails/Models/dojo_ninjas/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/app/controllers/concerns/.keep b/Stephen Weil/Rails/Models/dojo_ninjas/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/app/helpers/application_helper.rb b/Stephen Weil/Rails/Models/dojo_ninjas/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/app/mailers/.keep b/Stephen Weil/Rails/Models/dojo_ninjas/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/app/models/.keep b/Stephen Weil/Rails/Models/dojo_ninjas/app/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/app/models/concerns/.keep b/Stephen Weil/Rails/Models/dojo_ninjas/app/models/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/app/models/dojo.rb b/Stephen Weil/Rails/Models/dojo_ninjas/app/models/dojo.rb deleted file mode 100644 index 9dec03e..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/app/models/dojo.rb +++ /dev/null @@ -1,6 +0,0 @@ -class Dojo < ActiveRecord::Base - validates :name, presence: true, length: { maximum: 255 } - validates :city, presence: true, length: { maximum: 255 } - validates :state, presence: true, length: { maximum: 2 } - has_many :ninjas, dependent: :destroy -end diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/app/models/ninja.rb b/Stephen Weil/Rails/Models/dojo_ninjas/app/models/ninja.rb deleted file mode 100644 index 4ff7e9f..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/app/models/ninja.rb +++ /dev/null @@ -1,5 +0,0 @@ -class Ninja < ActiveRecord::Base - validates :first_name, presence: true, length: { maximum: 255 } - validates :last_name, presence: true, length: { maximum: 255 } - belongs_to :dojo -end diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/app/views/layouts/application.html.erb b/Stephen Weil/Rails/Models/dojo_ninjas/app/views/layouts/application.html.erb deleted file mode 100644 index 40d7e51..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - DojoNinjas - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/bin/bundle b/Stephen Weil/Rails/Models/dojo_ninjas/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/bin/rails b/Stephen Weil/Rails/Models/dojo_ninjas/bin/rails deleted file mode 100755 index 0138d79..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/bin/rake b/Stephen Weil/Rails/Models/dojo_ninjas/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/bin/setup b/Stephen Weil/Rails/Models/dojo_ninjas/bin/setup deleted file mode 100755 index acdb2c1..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/bin/spring b/Stephen Weil/Rails/Models/dojo_ninjas/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/config.ru b/Stephen Weil/Rails/Models/dojo_ninjas/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/config/application.rb b/Stephen Weil/Rails/Models/dojo_ninjas/config/application.rb deleted file mode 100644 index 156a9d5..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module DojoNinjas - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/config/boot.rb b/Stephen Weil/Rails/Models/dojo_ninjas/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/config/database.yml b/Stephen Weil/Rails/Models/dojo_ninjas/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/config/environment.rb b/Stephen Weil/Rails/Models/dojo_ninjas/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/config/environments/development.rb b/Stephen Weil/Rails/Models/dojo_ninjas/config/environments/development.rb deleted file mode 100644 index b55e214..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/config/environments/development.rb +++ /dev/null @@ -1,41 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/config/environments/production.rb b/Stephen Weil/Rails/Models/dojo_ninjas/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/config/environments/test.rb b/Stephen Weil/Rails/Models/dojo_ninjas/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/config/initializers/assets.rb b/Stephen Weil/Rails/Models/dojo_ninjas/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/config/initializers/backtrace_silencers.rb b/Stephen Weil/Rails/Models/dojo_ninjas/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/config/initializers/cookies_serializer.rb b/Stephen Weil/Rails/Models/dojo_ninjas/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/config/initializers/filter_parameter_logging.rb b/Stephen Weil/Rails/Models/dojo_ninjas/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/config/initializers/inflections.rb b/Stephen Weil/Rails/Models/dojo_ninjas/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/config/initializers/mime_types.rb b/Stephen Weil/Rails/Models/dojo_ninjas/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/config/initializers/session_store.rb b/Stephen Weil/Rails/Models/dojo_ninjas/config/initializers/session_store.rb deleted file mode 100644 index 313a66f..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_dojo_ninjas_session' diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/config/initializers/wrap_parameters.rb b/Stephen Weil/Rails/Models/dojo_ninjas/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/config/locales/en.yml b/Stephen Weil/Rails/Models/dojo_ninjas/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/config/routes.rb b/Stephen Weil/Rails/Models/dojo_ninjas/config/routes.rb deleted file mode 100644 index 3f66539..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/config/routes.rb +++ /dev/null @@ -1,56 +0,0 @@ -Rails.application.routes.draw do - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/config/secrets.yml b/Stephen Weil/Rails/Models/dojo_ninjas/config/secrets.yml deleted file mode 100644 index e2e1522..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: d0ed38b67a51b3514481c9189dae710cb0ec9ab67eb7883e6760253aef7e4fc1c81057ddb2f9fb2fe04a9fdcbddc994d5e80a220eff61d4fe0860b4c7ad5c692 - -test: - secret_key_base: 3fd0a68b053e89c5fc3b9d00c355ff64d087ba9a297c95b2948130aa5a59b8fdf45b07f40f21cfd26d90dd7d6a594c45399f5b613a5c77c748abc214ad8f6085 - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/db/migrate/20171129210400_create_dojos.rb b/Stephen Weil/Rails/Models/dojo_ninjas/db/migrate/20171129210400_create_dojos.rb deleted file mode 100644 index ece0705..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/db/migrate/20171129210400_create_dojos.rb +++ /dev/null @@ -1,11 +0,0 @@ -class CreateDojos < ActiveRecord::Migration - def change - create_table :dojos do |t| - t.string :name - t.string :city - t.string :state - - t.timestamps null: false - end - end -end diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/db/migrate/20171129210425_create_ninjas.rb b/Stephen Weil/Rails/Models/dojo_ninjas/db/migrate/20171129210425_create_ninjas.rb deleted file mode 100644 index 8334127..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/db/migrate/20171129210425_create_ninjas.rb +++ /dev/null @@ -1,11 +0,0 @@ -class CreateNinjas < ActiveRecord::Migration - def change - create_table :ninjas do |t| - t.string :first_name - t.string :last_name - t.references :dojo, index: true, foreign_key: true - - t.timestamps null: false - end - end -end diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/db/schema.rb b/Stephen Weil/Rails/Models/dojo_ninjas/db/schema.rb deleted file mode 100644 index 2b48cd0..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/db/schema.rb +++ /dev/null @@ -1,34 +0,0 @@ -# encoding: UTF-8 -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# Note that this schema.rb definition is the authoritative source for your -# database schema. If you need to create the application database on another -# system, you should be using db:schema:load, not running all the migrations -# from scratch. The latter is a flawed and unsustainable approach (the more migrations -# you'll amass, the slower it'll run and the greater likelihood for issues). -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema.define(version: 20171129210425) do - - create_table "dojos", force: :cascade do |t| - t.string "name" - t.string "city" - t.string "state" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - create_table "ninjas", force: :cascade do |t| - t.string "first_name" - t.string "last_name" - t.integer "dojo_id" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - add_index "ninjas", ["dojo_id"], name: "index_ninjas_on_dojo_id" - -end diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/db/seeds.rb b/Stephen Weil/Rails/Models/dojo_ninjas/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/lib/assets/.keep b/Stephen Weil/Rails/Models/dojo_ninjas/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/lib/tasks/.keep b/Stephen Weil/Rails/Models/dojo_ninjas/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/log/.keep b/Stephen Weil/Rails/Models/dojo_ninjas/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/public/404.html b/Stephen Weil/Rails/Models/dojo_ninjas/public/404.html deleted file mode 100644 index b612547..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/public/422.html b/Stephen Weil/Rails/Models/dojo_ninjas/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/public/500.html b/Stephen Weil/Rails/Models/dojo_ninjas/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/public/favicon.ico b/Stephen Weil/Rails/Models/dojo_ninjas/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/public/robots.txt b/Stephen Weil/Rails/Models/dojo_ninjas/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/test/controllers/.keep b/Stephen Weil/Rails/Models/dojo_ninjas/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/test/fixtures/.keep b/Stephen Weil/Rails/Models/dojo_ninjas/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/test/fixtures/dojos.yml b/Stephen Weil/Rails/Models/dojo_ninjas/test/fixtures/dojos.yml deleted file mode 100644 index 07bb5b1..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/test/fixtures/dojos.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - name: MyString - city: MyString - state: MyString - -two: - name: MyString - city: MyString - state: MyString diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/test/fixtures/ninjas.yml b/Stephen Weil/Rails/Models/dojo_ninjas/test/fixtures/ninjas.yml deleted file mode 100644 index ddd337f..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/test/fixtures/ninjas.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - first_name: MyString - last_name: MyString - dojo_id: - -two: - first_name: MyString - last_name: MyString - dojo_id: diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/test/helpers/.keep b/Stephen Weil/Rails/Models/dojo_ninjas/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/test/integration/.keep b/Stephen Weil/Rails/Models/dojo_ninjas/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/test/mailers/.keep b/Stephen Weil/Rails/Models/dojo_ninjas/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/test/models/.keep b/Stephen Weil/Rails/Models/dojo_ninjas/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/test/models/dojo_test.rb b/Stephen Weil/Rails/Models/dojo_ninjas/test/models/dojo_test.rb deleted file mode 100644 index a078f30..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/test/models/dojo_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class DojoTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/test/models/ninja_test.rb b/Stephen Weil/Rails/Models/dojo_ninjas/test/models/ninja_test.rb deleted file mode 100644 index d21c152..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/test/models/ninja_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class NinjaTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/test/test_helper.rb b/Stephen Weil/Rails/Models/dojo_ninjas/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/Stephen Weil/Rails/Models/dojo_ninjas/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/vendor/assets/javascripts/.keep b/Stephen Weil/Rails/Models/dojo_ninjas/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/dojo_ninjas/vendor/assets/stylesheets/.keep b/Stephen Weil/Rails/Models/dojo_ninjas/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/optimize/.gitignore b/Stephen Weil/Rails/Models/optimize/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/Stephen Weil/Rails/Models/optimize/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/Stephen Weil/Rails/Models/optimize/Gemfile b/Stephen Weil/Rails/Models/optimize/Gemfile deleted file mode 100644 index b6bd2a4..0000000 --- a/Stephen Weil/Rails/Models/optimize/Gemfile +++ /dev/null @@ -1,49 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -gem 'hirb' - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end - diff --git a/Stephen Weil/Rails/Models/optimize/Gemfile.lock b/Stephen Weil/Rails/Models/optimize/Gemfile.lock deleted file mode 100644 index 73114af..0000000 --- a/Stephen Weil/Rails/Models/optimize/Gemfile.lock +++ /dev/null @@ -1,172 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (3.2.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/Stephen Weil/Rails/Models/optimize/README.rdoc b/Stephen Weil/Rails/Models/optimize/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/Stephen Weil/Rails/Models/optimize/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/Stephen Weil/Rails/Models/optimize/Rakefile b/Stephen Weil/Rails/Models/optimize/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/Stephen Weil/Rails/Models/optimize/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/Stephen Weil/Rails/Models/optimize/app/assets/images/.keep b/Stephen Weil/Rails/Models/optimize/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/optimize/app/assets/javascripts/application.js b/Stephen Weil/Rails/Models/optimize/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/Stephen Weil/Rails/Models/optimize/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/Stephen Weil/Rails/Models/optimize/app/assets/stylesheets/application.css b/Stephen Weil/Rails/Models/optimize/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/Stephen Weil/Rails/Models/optimize/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/Stephen Weil/Rails/Models/optimize/app/controllers/application_controller.rb b/Stephen Weil/Rails/Models/optimize/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/Stephen Weil/Rails/Models/optimize/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/Stephen Weil/Rails/Models/optimize/app/controllers/concerns/.keep b/Stephen Weil/Rails/Models/optimize/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/optimize/app/helpers/application_helper.rb b/Stephen Weil/Rails/Models/optimize/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/Stephen Weil/Rails/Models/optimize/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/Stephen Weil/Rails/Models/optimize/app/mailers/.keep b/Stephen Weil/Rails/Models/optimize/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/optimize/app/models/.keep b/Stephen Weil/Rails/Models/optimize/app/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/optimize/app/models/concerns/.keep b/Stephen Weil/Rails/Models/optimize/app/models/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/optimize/app/models/player.rb b/Stephen Weil/Rails/Models/optimize/app/models/player.rb deleted file mode 100644 index b30fdc9..0000000 --- a/Stephen Weil/Rails/Models/optimize/app/models/player.rb +++ /dev/null @@ -1,3 +0,0 @@ -class Player < ActiveRecord::Base - belongs_to :team -end diff --git a/Stephen Weil/Rails/Models/optimize/app/models/team.rb b/Stephen Weil/Rails/Models/optimize/app/models/team.rb deleted file mode 100644 index 25bddeb..0000000 --- a/Stephen Weil/Rails/Models/optimize/app/models/team.rb +++ /dev/null @@ -1,3 +0,0 @@ -class Team < ActiveRecord::Base - has_many :players -end diff --git a/Stephen Weil/Rails/Models/optimize/app/views/layouts/application.html.erb b/Stephen Weil/Rails/Models/optimize/app/views/layouts/application.html.erb deleted file mode 100644 index 7fc9d5f..0000000 --- a/Stephen Weil/Rails/Models/optimize/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - Optimize - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/Stephen Weil/Rails/Models/optimize/bin/bundle b/Stephen Weil/Rails/Models/optimize/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/Stephen Weil/Rails/Models/optimize/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/Stephen Weil/Rails/Models/optimize/bin/rails b/Stephen Weil/Rails/Models/optimize/bin/rails deleted file mode 100755 index 0138d79..0000000 --- a/Stephen Weil/Rails/Models/optimize/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/Stephen Weil/Rails/Models/optimize/bin/rake b/Stephen Weil/Rails/Models/optimize/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/Stephen Weil/Rails/Models/optimize/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/Stephen Weil/Rails/Models/optimize/bin/setup b/Stephen Weil/Rails/Models/optimize/bin/setup deleted file mode 100755 index acdb2c1..0000000 --- a/Stephen Weil/Rails/Models/optimize/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/Stephen Weil/Rails/Models/optimize/bin/spring b/Stephen Weil/Rails/Models/optimize/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/Stephen Weil/Rails/Models/optimize/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/Stephen Weil/Rails/Models/optimize/config.ru b/Stephen Weil/Rails/Models/optimize/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/Stephen Weil/Rails/Models/optimize/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/Stephen Weil/Rails/Models/optimize/config/application.rb b/Stephen Weil/Rails/Models/optimize/config/application.rb deleted file mode 100644 index 82f8fb1..0000000 --- a/Stephen Weil/Rails/Models/optimize/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module Optimize - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/Stephen Weil/Rails/Models/optimize/config/boot.rb b/Stephen Weil/Rails/Models/optimize/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/Stephen Weil/Rails/Models/optimize/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/Stephen Weil/Rails/Models/optimize/config/database.yml b/Stephen Weil/Rails/Models/optimize/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/Stephen Weil/Rails/Models/optimize/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/Stephen Weil/Rails/Models/optimize/config/environment.rb b/Stephen Weil/Rails/Models/optimize/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/Stephen Weil/Rails/Models/optimize/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/Stephen Weil/Rails/Models/optimize/config/environments/development.rb b/Stephen Weil/Rails/Models/optimize/config/environments/development.rb deleted file mode 100644 index b55e214..0000000 --- a/Stephen Weil/Rails/Models/optimize/config/environments/development.rb +++ /dev/null @@ -1,41 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Stephen Weil/Rails/Models/optimize/config/environments/production.rb b/Stephen Weil/Rails/Models/optimize/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/Stephen Weil/Rails/Models/optimize/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/Stephen Weil/Rails/Models/optimize/config/environments/test.rb b/Stephen Weil/Rails/Models/optimize/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/Stephen Weil/Rails/Models/optimize/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Stephen Weil/Rails/Models/optimize/config/initializers/assets.rb b/Stephen Weil/Rails/Models/optimize/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/Stephen Weil/Rails/Models/optimize/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/Stephen Weil/Rails/Models/optimize/config/initializers/backtrace_silencers.rb b/Stephen Weil/Rails/Models/optimize/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/Stephen Weil/Rails/Models/optimize/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/Stephen Weil/Rails/Models/optimize/config/initializers/cookies_serializer.rb b/Stephen Weil/Rails/Models/optimize/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/Stephen Weil/Rails/Models/optimize/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/Stephen Weil/Rails/Models/optimize/config/initializers/filter_parameter_logging.rb b/Stephen Weil/Rails/Models/optimize/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/Stephen Weil/Rails/Models/optimize/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/Stephen Weil/Rails/Models/optimize/config/initializers/inflections.rb b/Stephen Weil/Rails/Models/optimize/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/Stephen Weil/Rails/Models/optimize/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/Stephen Weil/Rails/Models/optimize/config/initializers/mime_types.rb b/Stephen Weil/Rails/Models/optimize/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/Stephen Weil/Rails/Models/optimize/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/Stephen Weil/Rails/Models/optimize/config/initializers/session_store.rb b/Stephen Weil/Rails/Models/optimize/config/initializers/session_store.rb deleted file mode 100644 index 7e5d399..0000000 --- a/Stephen Weil/Rails/Models/optimize/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_optimize_session' diff --git a/Stephen Weil/Rails/Models/optimize/config/initializers/wrap_parameters.rb b/Stephen Weil/Rails/Models/optimize/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/Stephen Weil/Rails/Models/optimize/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/Stephen Weil/Rails/Models/optimize/config/locales/en.yml b/Stephen Weil/Rails/Models/optimize/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/Stephen Weil/Rails/Models/optimize/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/Stephen Weil/Rails/Models/optimize/config/routes.rb b/Stephen Weil/Rails/Models/optimize/config/routes.rb deleted file mode 100644 index 3f66539..0000000 --- a/Stephen Weil/Rails/Models/optimize/config/routes.rb +++ /dev/null @@ -1,56 +0,0 @@ -Rails.application.routes.draw do - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/Stephen Weil/Rails/Models/optimize/config/secrets.yml b/Stephen Weil/Rails/Models/optimize/config/secrets.yml deleted file mode 100644 index 55be0ac..0000000 --- a/Stephen Weil/Rails/Models/optimize/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: 9ac132e36f303e6573b90aff7b3870f69329e2ac04c68a5f2f6fea7b637a146d4c3cbdb9177d69a2adc9065c1de6d5732336be7f76743612dd8dd67847aa0794 - -test: - secret_key_base: fa73279d6a405bc464499d4ac3ff8466fe0efaf27824802e4400db1fc5a72c4f7001b15fef967054c8d1ef8434ce0bec7f6569ce2c6e6153f2feeb350a11ab83 - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/Stephen Weil/Rails/Models/optimize/db/migrate/20171129231623_create_teams.rb b/Stephen Weil/Rails/Models/optimize/db/migrate/20171129231623_create_teams.rb deleted file mode 100644 index 5f7137c..0000000 --- a/Stephen Weil/Rails/Models/optimize/db/migrate/20171129231623_create_teams.rb +++ /dev/null @@ -1,11 +0,0 @@ -class CreateTeams < ActiveRecord::Migration - def change - create_table :teams do |t| - t.string :name - t.string :mascot - t.string :stadium - - t.timestamps null: false - end - end -end diff --git a/Stephen Weil/Rails/Models/optimize/db/migrate/20171129231701_create_players.rb b/Stephen Weil/Rails/Models/optimize/db/migrate/20171129231701_create_players.rb deleted file mode 100644 index 9949aad..0000000 --- a/Stephen Weil/Rails/Models/optimize/db/migrate/20171129231701_create_players.rb +++ /dev/null @@ -1,10 +0,0 @@ -class CreatePlayers < ActiveRecord::Migration - def change - create_table :players do |t| - t.string :name - t.references :team, index: true, foreign_key: true - - t.timestamps null: false - end - end -end diff --git a/Stephen Weil/Rails/Models/optimize/db/schema.rb b/Stephen Weil/Rails/Models/optimize/db/schema.rb deleted file mode 100644 index a0d5316..0000000 --- a/Stephen Weil/Rails/Models/optimize/db/schema.rb +++ /dev/null @@ -1,33 +0,0 @@ -# encoding: UTF-8 -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# Note that this schema.rb definition is the authoritative source for your -# database schema. If you need to create the application database on another -# system, you should be using db:schema:load, not running all the migrations -# from scratch. The latter is a flawed and unsustainable approach (the more migrations -# you'll amass, the slower it'll run and the greater likelihood for issues). -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema.define(version: 20171129231701) do - - create_table "players", force: :cascade do |t| - t.string "name" - t.integer "team_id" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - add_index "players", ["team_id"], name: "index_players_on_team_id" - - create_table "teams", force: :cascade do |t| - t.string "name" - t.string "mascot" - t.string "stadium" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - -end diff --git a/Stephen Weil/Rails/Models/optimize/db/seeds.rb b/Stephen Weil/Rails/Models/optimize/db/seeds.rb deleted file mode 100644 index ccd3c47..0000000 --- a/Stephen Weil/Rails/Models/optimize/db/seeds.rb +++ /dev/null @@ -1,110 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) -require 'open-uri' -teams = [ - ["Atlanta Hawks", "Skyhawk", "Philips Arena"], - ["Boston Celtics", "Lucky the Leprechaun", "TD Garden"], - ["Brooklyn Nets", "BrooklyKnight", "Barclays Center"], - ["Charlotte Hornets", "Hugo the Hornet", "Spectrum Center"], - ["Chicago Bulls", "Benny the Bull", "United Center"], - ["Cleveland Cavaliers", "Moondog", "Quicken Loans Arena"], - ["Dallas Mavericks", "Champ", "American Airlines Center"], - ["Denver Nuggets", "Rocky the Mountain Lion", "Pepsi Center"], - ["Detroit Pistons", "Hooper", "The Palace of Auburn Hills"], - ["Golden State Warriors", "Thunder", "Oracle Arena"], - ["Houston Rockets", "Clutch", "Toyota Center"], - ["Indiana Pacers", "Boomer the Panther", "Bankers Life Fieldhouse"], - ["Los Angeles Clippers", "Chuck", "Staples Center"], - ["Los Angeles Lakers", "Jack Nicholson", "Staples Center"], - ["Memphis Grizzlies", "Griz", "FedExForum"], - ["Miami Heat", "Burnie", "American Airlines Arena"], - ["Milwaukee Bucks", "Bango", "BMO Harris Bradley Center"], - ["Minnesota Timberwolves", "Crunch the Wolf", "Target Center"], - ["New Orleans Pelicans", "Pierre the Pelican", "Smoothie King Center"], - ["New York Knicks", "Spike Lee", "Madison Square Garden"], - ["Oklahoma City Thunder", "Rumble the Bison", "Chesapeake Energy Arena"], - ["Orlando Magic", "Stuff the Magic Dragon", "Amway Center"], - ["Philadelphia 76ers", "Franklin the Dog", "Wells Fargo Center Philadelphia"], - ["Phoenix Suns", "The Suns Gorilla", "Talking Stick Resort Arena"], - ["Portland Trail Blazers", "Blaze the Trail Cat", "Moda Center"], - ["Sacramento Kings", "Slamson the Lion", "Golden 1 Center"], - ["San Antonio Spurs", "The Coyote", "AT&T Center"], - ["Toronto Raptors", "Raptor", "Air Canada Centre"], - ["Utah Jazz", "Jazz Bear", "Vivint Smart Home Arena"], - ["Washington Wizards", "G. Wiz", "Verizon Center"] -] -# Here, we are using the Nokogiri gem (already comes with Rails), to scrape the ESPN website for the list of players. -# For more information on Nokogiri, you can go to their documentation or visit http://www.nokogiri.org/ -atlanta_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/atl/atlanta-hawks")).css("td.sortcell") -boston_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/bos/boston-celtics")).css("td.sortcell") -brooklyn_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/bkn/brooklyn-nets")).css("td.sortcell") -charlotte_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/cha/charlotte-hornets")).css("td.sortcell") -chicago_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/chi/chicago-bulls")).css("td.sortcell") -cleveland_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/cle/cleveland-cavaliers")).css("td.sortcell") -dallas_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/dal/dallas-mavericks")).css("td.sortcell") -denver_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/den/denver-nuggets")).css("td.sortcell") -detroit_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/det/detroit-pistons")).css("td.sortcell") -warriors_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/gs/golden-state-warriors")).css("td.sortcell") -houston_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/hou/houston-rockets")).css("td.sortcell") -indiana_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/ind/indiana-pacers")).css("td.sortcell") -clippers_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/lac/la-clippers")).css("td.sortcell") -lakers_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/lal/los-angeles-lakers")).css("td.sortcell") -memphis_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/mem/memphis-grizzlies")).css("td.sortcell") -miami_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/mia/miami-heat")).css("td.sortcell") -milwaukee_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/mil/milwaukee-bucks")).css("td.sortcell") -minnesota_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/min/minnesota-timberwolves")).css("td.sortcell") -nola_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/no/new-orleans-pelicans")).css("td.sortcell") -knicks_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/ny/new-york-knicks")).css("td.sortcell") -okc_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/okc/oklahoma-city-thunder")).css("td.sortcell") -orlando_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/orl/orlando-magic")).css("td.sortcell") -phili_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/phi/philadelphia-76ers")).css("td.sortcell") -phoenix_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/phx/phoenix-suns")).css("td.sortcell") -portland_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/por/portland-trail-blazers")).css("td.sortcell") -sacramento_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/sac/sacramento-kings")).css("td.sortcell") -spurs_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/sa/san-antonio-spurs")).css("td.sortcell") -toronto_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/tor/toronto-raptors")).css("td.sortcell") -utah_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/utah/utah-jazz")).css("td.sortcell") -washington_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/wsh/washington-wizards")).css("td.sortcell") -players = [ - atlanta_players, - boston_players, - brooklyn_players, - charlotte_players, - chicago_players, - cleveland_players, - dallas_players, - denver_players, - detroit_players, - warriors_players, - houston_players, - indiana_players, - clippers_players, - lakers_players, - memphis_players, - miami_players, - milwaukee_players, - minnesota_players, - nola_players, - knicks_players, - okc_players, - orlando_players, - phili_players, - phoenix_players, - portland_players, - sacramento_players, - spurs_players, - toronto_players, - utah_players, - washington_players -] -players.each_with_index do |roster, index| - Team.create(name: teams[index][0], mascot: teams[index][1], stadium: teams[index][2]) - roster.each do |player| - Team.last.players.create(name: player.text) - end -end diff --git a/Stephen Weil/Rails/Models/optimize/lib/assets/.keep b/Stephen Weil/Rails/Models/optimize/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/optimize/lib/tasks/.keep b/Stephen Weil/Rails/Models/optimize/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/optimize/log/.keep b/Stephen Weil/Rails/Models/optimize/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/optimize/public/404.html b/Stephen Weil/Rails/Models/optimize/public/404.html deleted file mode 100644 index b612547..0000000 --- a/Stephen Weil/Rails/Models/optimize/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Stephen Weil/Rails/Models/optimize/public/422.html b/Stephen Weil/Rails/Models/optimize/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/Stephen Weil/Rails/Models/optimize/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Stephen Weil/Rails/Models/optimize/public/500.html b/Stephen Weil/Rails/Models/optimize/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/Stephen Weil/Rails/Models/optimize/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Stephen Weil/Rails/Models/optimize/public/favicon.ico b/Stephen Weil/Rails/Models/optimize/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/optimize/public/robots.txt b/Stephen Weil/Rails/Models/optimize/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/Stephen Weil/Rails/Models/optimize/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/Stephen Weil/Rails/Models/optimize/test/controllers/.keep b/Stephen Weil/Rails/Models/optimize/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/optimize/test/fixtures/.keep b/Stephen Weil/Rails/Models/optimize/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/optimize/test/fixtures/players.yml b/Stephen Weil/Rails/Models/optimize/test/fixtures/players.yml deleted file mode 100644 index 56a4719..0000000 --- a/Stephen Weil/Rails/Models/optimize/test/fixtures/players.yml +++ /dev/null @@ -1,9 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - name: MyString - team_id: - -two: - name: MyString - team_id: diff --git a/Stephen Weil/Rails/Models/optimize/test/fixtures/teams.yml b/Stephen Weil/Rails/Models/optimize/test/fixtures/teams.yml deleted file mode 100644 index d9c869d..0000000 --- a/Stephen Weil/Rails/Models/optimize/test/fixtures/teams.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - name: MyString - mascot: MyString - stadium: MyString - -two: - name: MyString - mascot: MyString - stadium: MyString diff --git a/Stephen Weil/Rails/Models/optimize/test/helpers/.keep b/Stephen Weil/Rails/Models/optimize/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/optimize/test/integration/.keep b/Stephen Weil/Rails/Models/optimize/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/optimize/test/mailers/.keep b/Stephen Weil/Rails/Models/optimize/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/optimize/test/models/.keep b/Stephen Weil/Rails/Models/optimize/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/optimize/test/models/player_test.rb b/Stephen Weil/Rails/Models/optimize/test/models/player_test.rb deleted file mode 100644 index 3cf71d7..0000000 --- a/Stephen Weil/Rails/Models/optimize/test/models/player_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class PlayerTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/Stephen Weil/Rails/Models/optimize/test/models/team_test.rb b/Stephen Weil/Rails/Models/optimize/test/models/team_test.rb deleted file mode 100644 index 8b101cb..0000000 --- a/Stephen Weil/Rails/Models/optimize/test/models/team_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class TeamTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/Stephen Weil/Rails/Models/optimize/test/test_helper.rb b/Stephen Weil/Rails/Models/optimize/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/Stephen Weil/Rails/Models/optimize/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/Stephen Weil/Rails/Models/optimize/vendor/assets/javascripts/.keep b/Stephen Weil/Rails/Models/optimize/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/optimize/vendor/assets/stylesheets/.keep b/Stephen Weil/Rails/Models/optimize/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/user_login_project/.gitignore b/Stephen Weil/Rails/Models/user_login_project/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/Stephen Weil/Rails/Models/user_login_project/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/Stephen Weil/Rails/Models/user_login_project/Gemfile b/Stephen Weil/Rails/Models/user_login_project/Gemfile deleted file mode 100644 index 7415088..0000000 --- a/Stephen Weil/Rails/Models/user_login_project/Gemfile +++ /dev/null @@ -1,48 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - gem 'hirb' - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end - diff --git a/Stephen Weil/Rails/Models/user_login_project/Gemfile.lock b/Stephen Weil/Rails/Models/user_login_project/Gemfile.lock deleted file mode 100644 index 73114af..0000000 --- a/Stephen Weil/Rails/Models/user_login_project/Gemfile.lock +++ /dev/null @@ -1,172 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (3.2.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/Stephen Weil/Rails/Models/user_login_project/README.rdoc b/Stephen Weil/Rails/Models/user_login_project/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/Stephen Weil/Rails/Models/user_login_project/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/Stephen Weil/Rails/Models/user_login_project/Rakefile b/Stephen Weil/Rails/Models/user_login_project/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/Stephen Weil/Rails/Models/user_login_project/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/Stephen Weil/Rails/Models/user_login_project/app/assets/images/.keep b/Stephen Weil/Rails/Models/user_login_project/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/user_login_project/app/assets/javascripts/application.js b/Stephen Weil/Rails/Models/user_login_project/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/Stephen Weil/Rails/Models/user_login_project/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/Stephen Weil/Rails/Models/user_login_project/app/assets/stylesheets/application.css b/Stephen Weil/Rails/Models/user_login_project/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/Stephen Weil/Rails/Models/user_login_project/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/Stephen Weil/Rails/Models/user_login_project/app/controllers/application_controller.rb b/Stephen Weil/Rails/Models/user_login_project/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/Stephen Weil/Rails/Models/user_login_project/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/Stephen Weil/Rails/Models/user_login_project/app/controllers/concerns/.keep b/Stephen Weil/Rails/Models/user_login_project/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/user_login_project/app/helpers/application_helper.rb b/Stephen Weil/Rails/Models/user_login_project/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/Stephen Weil/Rails/Models/user_login_project/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/Stephen Weil/Rails/Models/user_login_project/app/mailers/.keep b/Stephen Weil/Rails/Models/user_login_project/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/user_login_project/app/models/.keep b/Stephen Weil/Rails/Models/user_login_project/app/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/user_login_project/app/models/concerns/.keep b/Stephen Weil/Rails/Models/user_login_project/app/models/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/user_login_project/app/models/user.rb b/Stephen Weil/Rails/Models/user_login_project/app/models/user.rb deleted file mode 100644 index 3274600..0000000 --- a/Stephen Weil/Rails/Models/user_login_project/app/models/user.rb +++ /dev/null @@ -1,4 +0,0 @@ -class User < ActiveRecord::Base - validates :first_name, :last_name, :email_address, presence: true, length: { minimum: 2 } - validates :age, presence: true, numericality: { greater_than_or_equal_to: 10, less_than_or_equal_to: 150 } -end diff --git a/Stephen Weil/Rails/Models/user_login_project/app/views/layouts/application.html.erb b/Stephen Weil/Rails/Models/user_login_project/app/views/layouts/application.html.erb deleted file mode 100644 index 03b8954..0000000 --- a/Stephen Weil/Rails/Models/user_login_project/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - UserLoginProject - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/Stephen Weil/Rails/Models/user_login_project/bin/bundle b/Stephen Weil/Rails/Models/user_login_project/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/Stephen Weil/Rails/Models/user_login_project/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/Stephen Weil/Rails/Models/user_login_project/bin/rails b/Stephen Weil/Rails/Models/user_login_project/bin/rails deleted file mode 100755 index 0138d79..0000000 --- a/Stephen Weil/Rails/Models/user_login_project/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/Stephen Weil/Rails/Models/user_login_project/bin/rake b/Stephen Weil/Rails/Models/user_login_project/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/Stephen Weil/Rails/Models/user_login_project/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/Stephen Weil/Rails/Models/user_login_project/bin/setup b/Stephen Weil/Rails/Models/user_login_project/bin/setup deleted file mode 100755 index acdb2c1..0000000 --- a/Stephen Weil/Rails/Models/user_login_project/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/Stephen Weil/Rails/Models/user_login_project/bin/spring b/Stephen Weil/Rails/Models/user_login_project/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/Stephen Weil/Rails/Models/user_login_project/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/Stephen Weil/Rails/Models/user_login_project/config.ru b/Stephen Weil/Rails/Models/user_login_project/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/Stephen Weil/Rails/Models/user_login_project/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/Stephen Weil/Rails/Models/user_login_project/config/application.rb b/Stephen Weil/Rails/Models/user_login_project/config/application.rb deleted file mode 100644 index 49c5e84..0000000 --- a/Stephen Weil/Rails/Models/user_login_project/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module UserLoginProject - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/Stephen Weil/Rails/Models/user_login_project/config/boot.rb b/Stephen Weil/Rails/Models/user_login_project/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/Stephen Weil/Rails/Models/user_login_project/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/Stephen Weil/Rails/Models/user_login_project/config/database.yml b/Stephen Weil/Rails/Models/user_login_project/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/Stephen Weil/Rails/Models/user_login_project/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/Stephen Weil/Rails/Models/user_login_project/config/environment.rb b/Stephen Weil/Rails/Models/user_login_project/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/Stephen Weil/Rails/Models/user_login_project/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/Stephen Weil/Rails/Models/user_login_project/config/environments/development.rb b/Stephen Weil/Rails/Models/user_login_project/config/environments/development.rb deleted file mode 100644 index b55e214..0000000 --- a/Stephen Weil/Rails/Models/user_login_project/config/environments/development.rb +++ /dev/null @@ -1,41 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Stephen Weil/Rails/Models/user_login_project/config/environments/production.rb b/Stephen Weil/Rails/Models/user_login_project/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/Stephen Weil/Rails/Models/user_login_project/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/Stephen Weil/Rails/Models/user_login_project/config/environments/test.rb b/Stephen Weil/Rails/Models/user_login_project/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/Stephen Weil/Rails/Models/user_login_project/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Stephen Weil/Rails/Models/user_login_project/config/initializers/assets.rb b/Stephen Weil/Rails/Models/user_login_project/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/Stephen Weil/Rails/Models/user_login_project/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/Stephen Weil/Rails/Models/user_login_project/config/initializers/backtrace_silencers.rb b/Stephen Weil/Rails/Models/user_login_project/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/Stephen Weil/Rails/Models/user_login_project/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/Stephen Weil/Rails/Models/user_login_project/config/initializers/cookies_serializer.rb b/Stephen Weil/Rails/Models/user_login_project/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/Stephen Weil/Rails/Models/user_login_project/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/Stephen Weil/Rails/Models/user_login_project/config/initializers/filter_parameter_logging.rb b/Stephen Weil/Rails/Models/user_login_project/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/Stephen Weil/Rails/Models/user_login_project/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/Stephen Weil/Rails/Models/user_login_project/config/initializers/inflections.rb b/Stephen Weil/Rails/Models/user_login_project/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/Stephen Weil/Rails/Models/user_login_project/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/Stephen Weil/Rails/Models/user_login_project/config/initializers/mime_types.rb b/Stephen Weil/Rails/Models/user_login_project/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/Stephen Weil/Rails/Models/user_login_project/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/Stephen Weil/Rails/Models/user_login_project/config/initializers/session_store.rb b/Stephen Weil/Rails/Models/user_login_project/config/initializers/session_store.rb deleted file mode 100644 index d692eec..0000000 --- a/Stephen Weil/Rails/Models/user_login_project/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_user_login_project_session' diff --git a/Stephen Weil/Rails/Models/user_login_project/config/initializers/wrap_parameters.rb b/Stephen Weil/Rails/Models/user_login_project/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/Stephen Weil/Rails/Models/user_login_project/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/Stephen Weil/Rails/Models/user_login_project/config/locales/en.yml b/Stephen Weil/Rails/Models/user_login_project/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/Stephen Weil/Rails/Models/user_login_project/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/Stephen Weil/Rails/Models/user_login_project/config/routes.rb b/Stephen Weil/Rails/Models/user_login_project/config/routes.rb deleted file mode 100644 index 3f66539..0000000 --- a/Stephen Weil/Rails/Models/user_login_project/config/routes.rb +++ /dev/null @@ -1,56 +0,0 @@ -Rails.application.routes.draw do - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/Stephen Weil/Rails/Models/user_login_project/config/secrets.yml b/Stephen Weil/Rails/Models/user_login_project/config/secrets.yml deleted file mode 100644 index 64339c8..0000000 --- a/Stephen Weil/Rails/Models/user_login_project/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: 6dc2604ae26992389dfa66ea72e5c033e1e35587114e8cbdf297b29eed7994a18c948dec48c9c769fcb85a2075be4147553fda0fe0817c748ad5165d75d01678 - -test: - secret_key_base: 5b548dfad8559b4e33403ebb66dd2c9bfbf82dfb79e5e24f9f0d997cdbdc95a92fa07aea3fe7a540a74ddab5137cf7c84c64a7bc652e02ed01e3dbdda4137e4b - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/Stephen Weil/Rails/Models/user_login_project/db/migrate/20171129201433_create_users.rb b/Stephen Weil/Rails/Models/user_login_project/db/migrate/20171129201433_create_users.rb deleted file mode 100644 index 349b478..0000000 --- a/Stephen Weil/Rails/Models/user_login_project/db/migrate/20171129201433_create_users.rb +++ /dev/null @@ -1,12 +0,0 @@ -class CreateUsers < ActiveRecord::Migration - def change - create_table :users do |t| - t.string :first_name - t.string :last_name - t.string :email_address - t.integer :age - - t.timestamps null: false - end - end -end diff --git a/Stephen Weil/Rails/Models/user_login_project/db/schema.rb b/Stephen Weil/Rails/Models/user_login_project/db/schema.rb deleted file mode 100644 index 3c5009f..0000000 --- a/Stephen Weil/Rails/Models/user_login_project/db/schema.rb +++ /dev/null @@ -1,25 +0,0 @@ -# encoding: UTF-8 -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# Note that this schema.rb definition is the authoritative source for your -# database schema. If you need to create the application database on another -# system, you should be using db:schema:load, not running all the migrations -# from scratch. The latter is a flawed and unsustainable approach (the more migrations -# you'll amass, the slower it'll run and the greater likelihood for issues). -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema.define(version: 20171129201433) do - - create_table "users", force: :cascade do |t| - t.string "first_name" - t.string "last_name" - t.string "email_address" - t.integer "age" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - -end diff --git a/Stephen Weil/Rails/Models/user_login_project/db/seeds.rb b/Stephen Weil/Rails/Models/user_login_project/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/Stephen Weil/Rails/Models/user_login_project/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/Stephen Weil/Rails/Models/user_login_project/lib/assets/.keep b/Stephen Weil/Rails/Models/user_login_project/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/user_login_project/lib/tasks/.keep b/Stephen Weil/Rails/Models/user_login_project/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/user_login_project/log/.keep b/Stephen Weil/Rails/Models/user_login_project/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/user_login_project/public/404.html b/Stephen Weil/Rails/Models/user_login_project/public/404.html deleted file mode 100644 index b612547..0000000 --- a/Stephen Weil/Rails/Models/user_login_project/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Stephen Weil/Rails/Models/user_login_project/public/422.html b/Stephen Weil/Rails/Models/user_login_project/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/Stephen Weil/Rails/Models/user_login_project/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Stephen Weil/Rails/Models/user_login_project/public/500.html b/Stephen Weil/Rails/Models/user_login_project/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/Stephen Weil/Rails/Models/user_login_project/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Stephen Weil/Rails/Models/user_login_project/public/favicon.ico b/Stephen Weil/Rails/Models/user_login_project/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/user_login_project/public/robots.txt b/Stephen Weil/Rails/Models/user_login_project/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/Stephen Weil/Rails/Models/user_login_project/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/Stephen Weil/Rails/Models/user_login_project/test/controllers/.keep b/Stephen Weil/Rails/Models/user_login_project/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/user_login_project/test/fixtures/.keep b/Stephen Weil/Rails/Models/user_login_project/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/user_login_project/test/fixtures/users.yml b/Stephen Weil/Rails/Models/user_login_project/test/fixtures/users.yml deleted file mode 100644 index 9fbebe7..0000000 --- a/Stephen Weil/Rails/Models/user_login_project/test/fixtures/users.yml +++ /dev/null @@ -1,13 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - first_name: MyString - last_name: MyString - email_address: MyString - age: 1 - -two: - first_name: MyString - last_name: MyString - email_address: MyString - age: 1 diff --git a/Stephen Weil/Rails/Models/user_login_project/test/helpers/.keep b/Stephen Weil/Rails/Models/user_login_project/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/user_login_project/test/integration/.keep b/Stephen Weil/Rails/Models/user_login_project/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/user_login_project/test/mailers/.keep b/Stephen Weil/Rails/Models/user_login_project/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/user_login_project/test/models/.keep b/Stephen Weil/Rails/Models/user_login_project/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/user_login_project/test/test_helper.rb b/Stephen Weil/Rails/Models/user_login_project/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/Stephen Weil/Rails/Models/user_login_project/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/Stephen Weil/Rails/Models/user_login_project/vendor/assets/javascripts/.keep b/Stephen Weil/Rails/Models/user_login_project/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/user_login_project/vendor/assets/stylesheets/.keep b/Stephen Weil/Rails/Models/user_login_project/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Stephen Weil/Rails/Models/users.txt b/Stephen Weil/Rails/Models/users.txt deleted file mode 100644 index 36b3b57..0000000 --- a/Stephen Weil/Rails/Models/users.txt +++ /dev/null @@ -1,12 +0,0 @@ -User.create(first_name: "Stephen").errors.full_messages -user = User.new -user.age = 5 -user.save -user.errors.full_messages -user.valid? -User.all -User.first -User.last -User.order(first_name: :desc) -User.find(3).update(last_name: "Somethingelse").save -User.find(4).destroy diff --git a/Tamisha_Damas/Models_Specs/Gemfile b/Tamisha_Damas/Models_Specs/Gemfile deleted file mode 100644 index ac8e4ab..0000000 --- a/Tamisha_Damas/Models_Specs/Gemfile +++ /dev/null @@ -1,49 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby -gem 'hirb' -gem 'rails-footnotes', '~> 4.0' -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - gem 'rspec-rails' - gem 'factory_girl_rails'ß - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end diff --git a/Tamisha_Damas/Personal Exercises/Number_Game.rb b/Tamisha_Damas/Personal Exercises/Number_Game.rb deleted file mode 100644 index 293bfed..0000000 --- a/Tamisha_Damas/Personal Exercises/Number_Game.rb +++ /dev/null @@ -1,47 +0,0 @@ -# The Number Game -# By Tamisha Damas - -# Get the player's name and Greet them by name -puts "Welcome to 'Get My Number!'" -print "What's your name?" -input = gets -name = input.chomp -puts "Welcome, #{name}!" - -# Store a random number for the player to guess -puts "I've got a random number between 1 and 100.", "Can you guess it?" -target_num = rand(100) + 1 - -# Keep track of how many guesses the player made. -num_guesses = 0 - -# Track wheter the player has guessed correctly. -guessed_it = false - -until num_guesses == 10 || guessed_it - - # Before each guess, let them know how many guesses they have left out of 10. - puts "You've got #{10 - num_guesses} guesses left" - # Prompt the player to make a guess as to what the target number is - print "Make a guess." - guess = gets.to_i - - num_guesses += 1 - - # Compare player's guess to random target Number - # Print the appropriate message - if guess < target_num - puts "Oops. Your guess is too LOW." - elsif guess > target_num - puts "Oops. Your guess was too HIGH." - elsif guess == target_num - puts "Great job, #{name}!" - puts "You guessed my number in #{num_guesses} guesses." - guessed_it = true - end -end - -# If player ran out of turns, tell them what the number was. -unless guessed_it - puts "Sorry. You didn't get my number. (It was #{target_num}.)" -end diff --git a/Tamisha_Damas/Rails II/dojo_secrets/.gitignore b/Tamisha_Damas/Rails II/dojo_secrets/.gitignore deleted file mode 100644 index 5b61ab0..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/.gitignore +++ /dev/null @@ -1,13 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/Tamisha_Damas/Rails II/dojo_secrets/.rspec b/Tamisha_Damas/Rails II/dojo_secrets/.rspec deleted file mode 100644 index c99d2e7..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/.rspec +++ /dev/null @@ -1 +0,0 @@ ---require spec_helper diff --git a/Tamisha_Damas/Rails II/dojo_secrets/Gemfile b/Tamisha_Damas/Rails II/dojo_secrets/Gemfile deleted file mode 100644 index cfe08c8..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/Gemfile +++ /dev/null @@ -1,51 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use postgresql as the database for Active Record -gem 'pg', '~> 0.18' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby -gem 'hirb' -gem 'bcrypt', '~> 3.1.7' -gem 'rails-footnotes', '~> 4.0' -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' - gem 'rspec-rails' - gem 'factory_girl_rails' - gem 'capybara' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end diff --git a/Tamisha_Damas/Rails II/dojo_secrets/Gemfile.lock b/Tamisha_Damas/Rails II/dojo_secrets/Gemfile.lock deleted file mode 100644 index af15293..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/Gemfile.lock +++ /dev/null @@ -1,218 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - addressable (2.5.2) - public_suffix (>= 2.0.2, < 4.0) - arel (6.0.4) - bcrypt (3.1.11) - binding_of_caller (0.7.2) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - capybara (2.15.4) - addressable - mini_mime (>= 0.1.3) - nokogiri (>= 1.3.3) - rack (>= 1.0.0) - rack-test (>= 0.5.4) - xpath (~> 2.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.2) - debug_inspector (0.0.3) - diff-lcs (1.3) - erubis (2.7.0) - execjs (2.7.0) - factory_girl (4.8.1) - activesupport (>= 3.0.0) - factory_girl_rails (4.8.0) - factory_girl (~> 4.8.0) - railties (>= 3.0.0) - ffi (1.9.18) - globalid (0.4.0) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.0) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.6.6) - mime-types (>= 1.16, < 4) - mime-types (3.1) - mime-types-data (~> 3.2015) - mime-types-data (3.2016.0521) - mini_mime (0.1.4) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - pg (0.21.0) - public_suffix (3.0.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-footnotes (4.1.8) - rails (>= 3.2) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.1.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - rspec-core (3.7.0) - rspec-support (~> 3.7.0) - rspec-expectations (3.7.0) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.7.0) - rspec-mocks (3.7.0) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.7.0) - rspec-rails (3.7.1) - actionpack (>= 3.0) - activesupport (>= 3.0) - railties (>= 3.0) - rspec-core (~> 3.7.0) - rspec-expectations (~> 3.7.0) - rspec-mocks (~> 3.7.0) - rspec-support (~> 3.7.0) - rspec-support (3.7.0) - sass (3.5.2) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.6) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.3) - thread_safe (~> 0.1) - uglifier (3.2.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - xpath (2.1.0) - nokogiri (~> 1.3) - -PLATFORMS - ruby - -DEPENDENCIES - bcrypt (~> 3.1.7) - byebug - capybara - coffee-rails (~> 4.1.0) - factory_girl_rails - hirb - jbuilder (~> 2.0) - jquery-rails - pg (~> 0.18) - rails (= 4.2.7) - rails-footnotes (~> 4.0) - rspec-rails - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.15.4 diff --git a/Tamisha_Damas/Rails II/dojo_secrets/README.rdoc b/Tamisha_Damas/Rails II/dojo_secrets/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/Tamisha_Damas/Rails II/dojo_secrets/Rakefile b/Tamisha_Damas/Rails II/dojo_secrets/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/Tamisha_Damas/Rails II/dojo_secrets/app/assets/images/.keep b/Tamisha_Damas/Rails II/dojo_secrets/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails II/dojo_secrets/app/assets/javascripts/application.js b/Tamisha_Damas/Rails II/dojo_secrets/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/Tamisha_Damas/Rails II/dojo_secrets/app/assets/javascripts/sessions.coffee b/Tamisha_Damas/Rails II/dojo_secrets/app/assets/javascripts/sessions.coffee deleted file mode 100644 index 24f83d1..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/app/assets/javascripts/sessions.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://coffeescript.org/ diff --git a/Tamisha_Damas/Rails II/dojo_secrets/app/assets/stylesheets/application.css b/Tamisha_Damas/Rails II/dojo_secrets/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/Tamisha_Damas/Rails II/dojo_secrets/app/assets/stylesheets/sessions.scss b/Tamisha_Damas/Rails II/dojo_secrets/app/assets/stylesheets/sessions.scss deleted file mode 100644 index ccb1ed2..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/app/assets/stylesheets/sessions.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the Sessions controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/Tamisha_Damas/Rails II/dojo_secrets/app/assets/stylesheets/users.scss b/Tamisha_Damas/Rails II/dojo_secrets/app/assets/stylesheets/users.scss deleted file mode 100644 index 31a2eac..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/app/assets/stylesheets/users.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the Users controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/Tamisha_Damas/Rails II/dojo_secrets/app/controllers/application_controller.rb b/Tamisha_Damas/Rails II/dojo_secrets/app/controllers/application_controller.rb deleted file mode 100644 index 26b5b69..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/app/controllers/application_controller.rb +++ /dev/null @@ -1,10 +0,0 @@ -class ApplicationController < ActionController::Base - protect_from_forgery with: :exception - - def current_user - #How to get current user from session. - User.find(session[:user_id]) if session[:user_id] - end - - helper_method :current_user -end diff --git a/Tamisha_Damas/Rails II/dojo_secrets/app/controllers/concerns/.keep b/Tamisha_Damas/Rails II/dojo_secrets/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails II/dojo_secrets/app/controllers/sessions_controller.rb b/Tamisha_Damas/Rails II/dojo_secrets/app/controllers/sessions_controller.rb deleted file mode 100644 index 0c70697..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/app/controllers/sessions_controller.rb +++ /dev/null @@ -1,29 +0,0 @@ -class SessionsController < ApplicationController - def new - # render login page - end - def create - # Log User In - @user = User.find_by_email(params[:email]) - # if authenticate true - # save user id to session - # redirect to users profile page - if @user && @user.authenticate(params[:password]) - session[:user_id] = @user.id - redirect_to "/users/#{@user.id}" - else - # if authenticate false - # add an error message -> flash[:errors] = ["Invalid"] - # redirect to login page - flash[:errors] = ["Invalid Combination"] - redirect_to "/sessions/new" - end - end - def destroy - # Log User out - reset_session - redirect_to "/sessions/new" - # set session[:user_id] to null - # redirect to login page - end -end diff --git a/Tamisha_Damas/Rails II/dojo_secrets/app/controllers/users_controller.rb b/Tamisha_Damas/Rails II/dojo_secrets/app/controllers/users_controller.rb deleted file mode 100644 index 40fcea0..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/app/controllers/users_controller.rb +++ /dev/null @@ -1,16 +0,0 @@ -class UsersController < ApplicationController - def new - #This will show the registration page, to register the User. - - end - - def create - #This will save them to the database. - - end - - def show - @user = User.find(params[:id]) - end - -end diff --git a/Tamisha_Damas/Rails II/dojo_secrets/app/helpers/application_helper.rb b/Tamisha_Damas/Rails II/dojo_secrets/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/Tamisha_Damas/Rails II/dojo_secrets/app/helpers/sessions_helper.rb b/Tamisha_Damas/Rails II/dojo_secrets/app/helpers/sessions_helper.rb deleted file mode 100644 index 309f8b2..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/app/helpers/sessions_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module SessionsHelper -end diff --git a/Tamisha_Damas/Rails II/dojo_secrets/app/mailers/.keep b/Tamisha_Damas/Rails II/dojo_secrets/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails II/dojo_secrets/app/models/.keep b/Tamisha_Damas/Rails II/dojo_secrets/app/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails II/dojo_secrets/app/models/concerns/.keep b/Tamisha_Damas/Rails II/dojo_secrets/app/models/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails II/dojo_secrets/app/models/user.rb b/Tamisha_Damas/Rails II/dojo_secrets/app/models/user.rb deleted file mode 100644 index 895ae65..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/app/models/user.rb +++ /dev/null @@ -1,13 +0,0 @@ -class User < ActiveRecord::Base - has_secure_password - - before_validation :downcase_email - EMAIL_REGEX = /\A([^@\s]+)@((?:[-a-z0-9]+\.)+[a-z]+)\z/i - validates :name, presence: true, length: {in: 2..20} - validates :email, presence: true, uniqueness: { case_sensitive: false }, format: { with: EMAIL_REGEX } - - private - def downcase_email - self.email = email.downcase if email.present? - end -end diff --git a/Tamisha_Damas/Rails II/dojo_secrets/app/views/layouts/application.html.erb b/Tamisha_Damas/Rails II/dojo_secrets/app/views/layouts/application.html.erb deleted file mode 100644 index fac3c15..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/app/views/layouts/application.html.erb +++ /dev/null @@ -1,15 +0,0 @@ - -<% if flash[:errors] %> - <% flash[:errors].each do |e| %> - <%= e %> - <% end %> -<% end %> -<% if current_user %> -
- - - -
-<% end %> -<%= yield %> - diff --git a/Tamisha_Damas/Rails II/dojo_secrets/app/views/sessions/destroy.html.erb b/Tamisha_Damas/Rails II/dojo_secrets/app/views/sessions/destroy.html.erb deleted file mode 100644 index 76c21ae..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/app/views/sessions/destroy.html.erb +++ /dev/null @@ -1,5 +0,0 @@ -
- - - -
diff --git a/Tamisha_Damas/Rails II/dojo_secrets/app/views/sessions/new.html.erb b/Tamisha_Damas/Rails II/dojo_secrets/app/views/sessions/new.html.erb deleted file mode 100644 index 2baac31..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/app/views/sessions/new.html.erb +++ /dev/null @@ -1,7 +0,0 @@ -

Sessions#new

-
- - - - -
diff --git a/Tamisha_Damas/Rails II/dojo_secrets/app/views/users/create.html.erb b/Tamisha_Damas/Rails II/dojo_secrets/app/views/users/create.html.erb deleted file mode 100644 index 48ea02e..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/app/views/users/create.html.erb +++ /dev/null @@ -1,2 +0,0 @@ -

Users#create

-

Find me in app/views/users/create.html.erb

diff --git a/Tamisha_Damas/Rails II/dojo_secrets/app/views/users/new.html.erb b/Tamisha_Damas/Rails II/dojo_secrets/app/views/users/new.html.erb deleted file mode 100644 index c21a1ad..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/app/views/users/new.html.erb +++ /dev/null @@ -1,2 +0,0 @@ -

Users#new

-

Find me in app/views/users/new.html.erb

diff --git a/Tamisha_Damas/Rails II/dojo_secrets/app/views/users/show.html.erb b/Tamisha_Damas/Rails II/dojo_secrets/app/views/users/show.html.erb deleted file mode 100644 index 54ded79..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/app/views/users/show.html.erb +++ /dev/null @@ -1,3 +0,0 @@ -

Users#show

-

Find me in app/views/users/show.html.erb

-

<%= @user.name %>

diff --git a/Tamisha_Damas/Rails II/dojo_secrets/bin/bundle b/Tamisha_Damas/Rails II/dojo_secrets/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/Tamisha_Damas/Rails II/dojo_secrets/bin/rails b/Tamisha_Damas/Rails II/dojo_secrets/bin/rails deleted file mode 100755 index 0138d79..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/Tamisha_Damas/Rails II/dojo_secrets/bin/rake b/Tamisha_Damas/Rails II/dojo_secrets/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/Tamisha_Damas/Rails II/dojo_secrets/bin/setup b/Tamisha_Damas/Rails II/dojo_secrets/bin/setup deleted file mode 100755 index acdb2c1..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/Tamisha_Damas/Rails II/dojo_secrets/bin/spring b/Tamisha_Damas/Rails II/dojo_secrets/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/Tamisha_Damas/Rails II/dojo_secrets/config.ru b/Tamisha_Damas/Rails II/dojo_secrets/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/Tamisha_Damas/Rails II/dojo_secrets/config/application.rb b/Tamisha_Damas/Rails II/dojo_secrets/config/application.rb deleted file mode 100644 index 7b88c7a..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/config/application.rb +++ /dev/null @@ -1,35 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require "rails" -# Pick the frameworks you want: -require "active_model/railtie" -require "active_job/railtie" -require "active_record/railtie" -require "action_controller/railtie" -require "action_mailer/railtie" -require "action_view/railtie" -require "sprockets/railtie" -# require "rails/test_unit/railtie" - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module DojoSecrets - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/Tamisha_Damas/Rails II/dojo_secrets/config/boot.rb b/Tamisha_Damas/Rails II/dojo_secrets/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/Tamisha_Damas/Rails II/dojo_secrets/config/database.yml b/Tamisha_Damas/Rails II/dojo_secrets/config/database.yml deleted file mode 100644 index 63dcf00..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/config/database.yml +++ /dev/null @@ -1,85 +0,0 @@ -# PostgreSQL. Versions 8.2 and up are supported. -# -# Install the pg driver: -# gem install pg -# On OS X with Homebrew: -# gem install pg -- --with-pg-config=/usr/local/bin/pg_config -# On OS X with MacPorts: -# gem install pg -- --with-pg-config=/opt/local/lib/postgresql84/bin/pg_config -# On Windows: -# gem install pg -# Choose the win32 build. -# Install PostgreSQL and put its /bin directory on your path. -# -# Configure Using Gemfile -# gem 'pg' -# -default: &default - adapter: postgresql - encoding: unicode - # For details on connection pooling, see rails configuration guide - # http://guides.rubyonrails.org/configuring.html#database-pooling - pool: 5 - -development: - <<: *default - database: dojo_secrets_development - - # The specified database role being used to connect to postgres. - # To create additional roles in postgres see `$ createuser --help`. - # When left blank, postgres will use the default role. This is - # the same name as the operating system user that initialized the database. - #username: dojo_secrets - - # The password associated with the postgres role (username). - #password: - - # Connect on a TCP socket. Omitted by default since the client uses a - # domain socket that doesn't need configuration. Windows does not have - # domain sockets, so uncomment these lines. - #host: localhost - - # The TCP port the server listens on. Defaults to 5432. - # If your server runs on a different port number, change accordingly. - #port: 5432 - - # Schema search path. The server defaults to $user,public - #schema_search_path: myapp,sharedapp,public - - # Minimum log levels, in increasing order: - # debug5, debug4, debug3, debug2, debug1, - # log, notice, warning, error, fatal, and panic - # Defaults to warning. - #min_messages: notice - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: dojo_secrets_test - -# As with config/secrets.yml, you never want to store sensitive information, -# like your database password, in your source code. If your source code is -# ever seen by anyone, they now have access to your database. -# -# Instead, provide the password as a unix environment variable when you boot -# the app. Read http://guides.rubyonrails.org/configuring.html#configuring-a-database -# for a full rundown on how to provide these environment variables in a -# production deployment. -# -# On Heroku and other platform providers, you may have a full connection URL -# available as an environment variable. For example: -# -# DATABASE_URL="postgres://myuser:mypass@localhost/somedatabase" -# -# You can use this database configuration with: -# -# production: -# url: <%= ENV['DATABASE_URL'] %> -# -production: - <<: *default - database: dojo_secrets_production - username: dojo_secrets - password: <%= ENV['DOJO_SECRETS_DATABASE_PASSWORD'] %> diff --git a/Tamisha_Damas/Rails II/dojo_secrets/config/environment.rb b/Tamisha_Damas/Rails II/dojo_secrets/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/Tamisha_Damas/Rails II/dojo_secrets/config/environments/development.rb b/Tamisha_Damas/Rails II/dojo_secrets/config/environments/development.rb deleted file mode 100644 index b55e214..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/config/environments/development.rb +++ /dev/null @@ -1,41 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Tamisha_Damas/Rails II/dojo_secrets/config/environments/production.rb b/Tamisha_Damas/Rails II/dojo_secrets/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/Tamisha_Damas/Rails II/dojo_secrets/config/environments/test.rb b/Tamisha_Damas/Rails II/dojo_secrets/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Tamisha_Damas/Rails II/dojo_secrets/config/initializers/assets.rb b/Tamisha_Damas/Rails II/dojo_secrets/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/Tamisha_Damas/Rails II/dojo_secrets/config/initializers/backtrace_silencers.rb b/Tamisha_Damas/Rails II/dojo_secrets/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/Tamisha_Damas/Rails II/dojo_secrets/config/initializers/cookies_serializer.rb b/Tamisha_Damas/Rails II/dojo_secrets/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/Tamisha_Damas/Rails II/dojo_secrets/config/initializers/filter_parameter_logging.rb b/Tamisha_Damas/Rails II/dojo_secrets/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/Tamisha_Damas/Rails II/dojo_secrets/config/initializers/inflections.rb b/Tamisha_Damas/Rails II/dojo_secrets/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/Tamisha_Damas/Rails II/dojo_secrets/config/initializers/mime_types.rb b/Tamisha_Damas/Rails II/dojo_secrets/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/Tamisha_Damas/Rails II/dojo_secrets/config/initializers/session_store.rb b/Tamisha_Damas/Rails II/dojo_secrets/config/initializers/session_store.rb deleted file mode 100644 index faf497a..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_dojo_secrets_session' diff --git a/Tamisha_Damas/Rails II/dojo_secrets/config/initializers/wrap_parameters.rb b/Tamisha_Damas/Rails II/dojo_secrets/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/Tamisha_Damas/Rails II/dojo_secrets/config/locales/en.yml b/Tamisha_Damas/Rails II/dojo_secrets/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/Tamisha_Damas/Rails II/dojo_secrets/config/routes.rb b/Tamisha_Damas/Rails II/dojo_secrets/config/routes.rb deleted file mode 100644 index 7f6a33a..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/config/routes.rb +++ /dev/null @@ -1,80 +0,0 @@ -Rails.application.routes.draw do - root 'users#new' - - # New USer - get 'register' => 'users#new', as: 'new_register' - get 'users/new' => 'users#new' - - # Create User - post 'register' => 'users#create', as: 'register' - post 'users' => 'users#create' - - # Show User - get 'users/:id' => 'users#show' - - # New Login - get 'login' => 'sessions#new', as: 'new_login' - get 'sessions/new' => 'sessions#new' - - # Login - post 'login' => 'sessions#create', as: 'login' - post 'sessions' => 'sessions#create' - - # Logout - delete 'logout' => 'sessions#destroy', as: 'logout' - delete 'sessions' => 'sessions#destroy' - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/Tamisha_Damas/Rails II/dojo_secrets/config/secrets.yml b/Tamisha_Damas/Rails II/dojo_secrets/config/secrets.yml deleted file mode 100644 index 2bbff66..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: 2c747b4b3f6732d8fbdf457162c6c80e461e751725053a396230cdd9db28ccb86df87f5b30dc3931065e91a08de2bac2cfed907bb3856e0cd961c2c90457f06c - -test: - secret_key_base: 8cd361e241fdeed12d6b641f8072e4b9b9770a8c07a4fc1d76f144c3629f964699f1ef9d7702a6f6d3845d70c1a8355d23cca2c104b1f1c47646cabb0cd4c2e7 - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/Tamisha_Damas/Rails II/dojo_secrets/db/migrate/20171019230004_create_users.rb b/Tamisha_Damas/Rails II/dojo_secrets/db/migrate/20171019230004_create_users.rb deleted file mode 100644 index c9fe2c1..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/db/migrate/20171019230004_create_users.rb +++ /dev/null @@ -1,11 +0,0 @@ -class CreateUsers < ActiveRecord::Migration - def change - create_table :users do |t| - t.string :name - t.string :email - t.string :password_digest - - t.timestamps null: false - end - end -end diff --git a/Tamisha_Damas/Rails II/dojo_secrets/db/schema.rb b/Tamisha_Damas/Rails II/dojo_secrets/db/schema.rb deleted file mode 100644 index b212bad..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/db/schema.rb +++ /dev/null @@ -1,27 +0,0 @@ -# encoding: UTF-8 -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# Note that this schema.rb definition is the authoritative source for your -# database schema. If you need to create the application database on another -# system, you should be using db:schema:load, not running all the migrations -# from scratch. The latter is a flawed and unsustainable approach (the more migrations -# you'll amass, the slower it'll run and the greater likelihood for issues). -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema.define(version: 20171019230004) do - - # These are extensions that must be enabled in order to support this database - enable_extension "plpgsql" - - create_table "users", force: :cascade do |t| - t.string "name" - t.string "email" - t.string "password_digest" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - -end diff --git a/Tamisha_Damas/Rails II/dojo_secrets/db/seeds.rb b/Tamisha_Damas/Rails II/dojo_secrets/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/Tamisha_Damas/Rails II/dojo_secrets/lib/assets/.keep b/Tamisha_Damas/Rails II/dojo_secrets/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails II/dojo_secrets/lib/tasks/.keep b/Tamisha_Damas/Rails II/dojo_secrets/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails II/dojo_secrets/log/.keep b/Tamisha_Damas/Rails II/dojo_secrets/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails II/dojo_secrets/public/404.html b/Tamisha_Damas/Rails II/dojo_secrets/public/404.html deleted file mode 100644 index b612547..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Tamisha_Damas/Rails II/dojo_secrets/public/422.html b/Tamisha_Damas/Rails II/dojo_secrets/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Tamisha_Damas/Rails II/dojo_secrets/public/500.html b/Tamisha_Damas/Rails II/dojo_secrets/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Tamisha_Damas/Rails II/dojo_secrets/public/favicon.ico b/Tamisha_Damas/Rails II/dojo_secrets/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails II/dojo_secrets/public/robots.txt b/Tamisha_Damas/Rails II/dojo_secrets/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/Tamisha_Damas/Rails II/dojo_secrets/spec/factories/users.rb b/Tamisha_Damas/Rails II/dojo_secrets/spec/factories/users.rb deleted file mode 100644 index 1afb90e..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/spec/factories/users.rb +++ /dev/null @@ -1,8 +0,0 @@ -FactoryGirl.define do - factory :user do - name "Oscar Vazquez" - email "oscar@gmail.com" - password "password" - password_confirmation "password" - end -end diff --git a/Tamisha_Damas/Rails II/dojo_secrets/spec/features/authentication_spec.rb b/Tamisha_Damas/Rails II/dojo_secrets/spec/features/authentication_spec.rb deleted file mode 100644 index fec01ac..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/spec/features/authentication_spec.rb +++ /dev/null @@ -1,40 +0,0 @@ -require 'rails_helper' -feature 'authentication' do - before do - @user = create(:user) - end - feature "user sign-in" do - scenario 'visits sign-in page' do - visit '/sessions/new' - expect(page).to have_field('Email') - expect(page).to have_field('Password') - end - scenario 'logs in user if email/password combination is valid' do - log_in - expect(current_path).to eq("/users/#{@user.id}") - expect(page).to have_text(@user.name) - end - scenario 'does not sign in user if email is not found' do - log_in email: 'wrong email' - expect(current_path).to eq("/sessions/new") - expect(page).to have_text('Invalid Combination') - end - scenario 'does not sign in user if email/password combination is invalid' do - log_in password: 'wrong password' - expect(current_path).to eq("/sessions/new") - expect(page).to have_text('Invalid Combination') - end - end - feature "user to log out" do - before do - log_in - end - scenario 'displays "Log Out" button when user is logged on' do - expect(page).to have_button('Log Out') - end - scenario 'logs out user and redirects to login page' do - click_button 'Log Out' - expect(current_path).to eq('/sessions/new') - end - end -end diff --git a/Tamisha_Damas/Rails II/dojo_secrets/spec/helpers/sessions_helper_spec.rb b/Tamisha_Damas/Rails II/dojo_secrets/spec/helpers/sessions_helper_spec.rb deleted file mode 100644 index 9484198..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/spec/helpers/sessions_helper_spec.rb +++ /dev/null @@ -1,15 +0,0 @@ -require 'rails_helper' - -# Specs in this file have access to a helper object that includes -# the SessionsHelper. For example: -# -# describe SessionsHelper do -# describe "string concat" do -# it "concats two strings with spaces" do -# expect(helper.concat_strings("this","that")).to eq("this that") -# end -# end -# end -RSpec.describe SessionsHelper, type: :helper do - pending "add some examples to (or delete) #{__FILE__}" -end diff --git a/Tamisha_Damas/Rails II/dojo_secrets/spec/helpers/users_helper_spec.rb b/Tamisha_Damas/Rails II/dojo_secrets/spec/helpers/users_helper_spec.rb deleted file mode 100644 index b2e3444..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/spec/helpers/users_helper_spec.rb +++ /dev/null @@ -1,15 +0,0 @@ -require 'rails_helper' - -# Specs in this file have access to a helper object that includes -# the UsersHelper. For example: -# -# describe UsersHelper do -# describe "string concat" do -# it "concats two strings with spaces" do -# expect(helper.concat_strings("this","that")).to eq("this that") -# end -# end -# end -RSpec.describe UsersHelper, type: :helper do - pending "add some examples to (or delete) #{__FILE__}" -end diff --git a/Tamisha_Damas/Rails II/dojo_secrets/spec/models/user_spec.rb b/Tamisha_Damas/Rails II/dojo_secrets/spec/models/user_spec.rb deleted file mode 100644 index f513146..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/spec/models/user_spec.rb +++ /dev/null @@ -1,38 +0,0 @@ -require 'rails_helper' -RSpec.describe User, type: :model do - context "with valid attributes" do - it "should save" do - expect(build(:user)).to be_valid - end - it 'automatically encrypts the password into the password_digest attribute' do - expect(build(:user).password_digest.present?).to eq(true) - end - it 'email as lowercase' do - expect(create(:user, email: 'EMAIL@GMAIL.COM').email).to eq('email@gmail.com') - end - end - context "with invalid attributes should not save if" do - it 'name is blank' do - expect(build(:user, name: '')).to be_invalid - end - it 'email is blank' do - expect(build(:user, email: '')).to be_invalid - end - it 'email format is wrong' do - emails = %w[@ user@ @example.com] - emails.each do |email| - expect(build(:user, email: email)).to be_invalid - end - end - it 'email is not unique' do - create(:user) - expect(build(:user)).to be_invalid - end - it 'password is blank' do - expect(build(:user, password: '')).to be_invalid - end - it "password doesn't match password_confirmation" do - expect(build(:user, password_confirmation: 'notpassword')).to be_invalid - end - end -end diff --git a/Tamisha_Damas/Rails II/dojo_secrets/spec/rails_helper.rb b/Tamisha_Damas/Rails II/dojo_secrets/spec/rails_helper.rb deleted file mode 100644 index 072c493..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/spec/rails_helper.rb +++ /dev/null @@ -1,59 +0,0 @@ -# This file is copied to spec/ when you run 'rails generate rspec:install' -require 'spec_helper' -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -# Prevent database truncation if the environment is production -abort("The Rails environment is running in production mode!") if Rails.env.production? -require 'rspec/rails' -# Add additional requires below this line. Rails is not loaded until this point! -require 'factory_girl_rails' - -# Requires supporting ruby files with custom matchers and macros, etc, in -# spec/support/ and its subdirectories. Files matching `spec/**/*_spec.rb` are -# run as spec files by default. This means that files in spec/support that end -# in _spec.rb will both be required and run as specs, causing the specs to be -# run twice. It is recommended that you do not name files matching this glob to -# end with _spec.rb. You can configure this pattern with the --pattern -# option on the command line or in ~/.rspec, .rspec or `.rspec-local`. -# -# The following line is provided for convenience purposes. It has the downside -# of increasing the boot-up time by auto-requiring all files in the support -# directory. Alternatively, in the individual `*_spec.rb` files, manually -# require only the support files necessary. -# -# Dir[Rails.root.join('spec/support/**/*.rb')].each { |f| require f } - -# Checks for pending migrations and applies them before tests are run. -# If you are not using ActiveRecord, you can remove this line. -ActiveRecord::Migration.maintain_test_schema! - -RSpec.configure do |config| - # Remove this line if you're not using ActiveRecord or ActiveRecord fixtures - config.include FactoryGirl::Syntax::Methods - config.fixture_path = "#{::Rails.root}/spec/fixtures" - - # If you're not using ActiveRecord, or you'd prefer not to run each of your - # examples within a transaction, remove the following line or assign false - # instead of true. - config.use_transactional_fixtures = true - - # RSpec Rails can automatically mix in different behaviours to your tests - # based on their file location, for example enabling you to call `get` and - # `post` in specs under `spec/controllers`. - # - # You can disable this behaviour by removing the line below, and instead - # explicitly tag your specs with their type, e.g.: - # - # RSpec.describe UsersController, :type => :controller do - # # ... - # end - # - # The different available types are documented in the features, such as in - # https://relishapp.com/rspec/rspec-rails/docs - config.infer_spec_type_from_file_location! - - # Filter lines from Rails gems in backtraces. - config.filter_rails_from_backtrace! - # arbitrary gems may also be filtered via: - # config.filter_gems_from_backtrace("gem name") -end diff --git a/Tamisha_Damas/Rails II/dojo_secrets/spec/spec_helper.rb b/Tamisha_Damas/Rails II/dojo_secrets/spec/spec_helper.rb deleted file mode 100644 index ce250cd..0000000 --- a/Tamisha_Damas/Rails II/dojo_secrets/spec/spec_helper.rb +++ /dev/null @@ -1,111 +0,0 @@ -def log_in email: "oscar@gmail.com", password: "password" - visit '/sessions/new' unless current_path == "/sessions/new" - fill_in 'Email', with: email - fill_in 'Password', with: password - click_button 'Log In' -end -# The code below should already be included in your file -RSpec.configure do |config| - config.expect_with :rspec do |expectations| - expectations.include_chain_clauses_in_custom_matcher_descriptions = true - end - config.mock_with :rspec do |mocks| - mocks.verify_partial_doubles = true - end -end -# This file was generated by the `rails generate rspec:install` command. Conventionally, all -# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`. -# The generated `.rspec` file contains `--require spec_helper` which will cause -# this file to always be loaded, without a need to explicitly require it in any -# files. -# -# Given that it is always loaded, you are encouraged to keep this file as -# light-weight as possible. Requiring heavyweight dependencies from this file -# will add to the boot time of your test suite on EVERY test run, even for an -# individual file that may not need all of that loaded. Instead, consider making -# a separate helper file that requires the additional dependencies and performs -# the additional setup, and require it from the spec files that actually need -# it. -# -# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration -RSpec.configure do |config| - # rspec-expectations config goes here. You can use an alternate - # assertion/expectation library such as wrong or the stdlib/minitest - # assertions if you prefer. - config.expect_with :rspec do |expectations| - # This option will default to `true` in RSpec 4. It makes the `description` - # and `failure_message` of custom matchers include text for helper methods - # defined using `chain`, e.g.: - # be_bigger_than(2).and_smaller_than(4).description - # # => "be bigger than 2 and smaller than 4" - # ...rather than: - # # => "be bigger than 2" - expectations.include_chain_clauses_in_custom_matcher_descriptions = true - end - - # rspec-mocks config goes here. You can use an alternate test double - # library (such as bogus or mocha) by changing the `mock_with` option here. - config.mock_with :rspec do |mocks| - # Prevents you from mocking or stubbing a method that does not exist on - # a real object. This is generally recommended, and will default to - # `true` in RSpec 4. - mocks.verify_partial_doubles = true - end - - # This option will default to `:apply_to_host_groups` in RSpec 4 (and will - # have no way to turn it off -- the option exists only for backwards - # compatibility in RSpec 3). It causes shared context metadata to be - # inherited by the metadata hash of host groups and examples, rather than - # triggering implicit auto-inclusion in groups with matching metadata. - config.shared_context_metadata_behavior = :apply_to_host_groups - -# The settings below are suggested to provide a good initial experience -# with RSpec, but feel free to customize to your heart's content. -=begin - # This allows you to limit a spec run to individual examples or groups - # you care about by tagging them with `:focus` metadata. When nothing - # is tagged with `:focus`, all examples get run. RSpec also provides - # aliases for `it`, `describe`, and `context` that include `:focus` - # metadata: `fit`, `fdescribe` and `fcontext`, respectively. - config.filter_run_when_matching :focus - - # Allows RSpec to persist some state between runs in order to support - # the `--only-failures` and `--next-failure` CLI options. We recommend - # you configure your source control system to ignore this file. - config.example_status_persistence_file_path = "spec/examples.txt" - - # Limits the available syntax to the non-monkey patched syntax that is - # recommended. For more details, see: - # - http://rspec.info/blog/2012/06/rspecs-new-expectation-syntax/ - # - http://www.teaisaweso.me/blog/2013/05/27/rspecs-new-message-expectation-syntax/ - # - http://rspec.info/blog/2014/05/notable-changes-in-rspec-3/#zero-monkey-patching-mode - config.disable_monkey_patching! - - # Many RSpec users commonly either run the entire suite or an individual - # file, and it's useful to allow more verbose output when running an - # individual spec file. - if config.files_to_run.one? - # Use the documentation formatter for detailed output, - # unless a formatter has already been configured - # (e.g. via a command-line flag). - config.default_formatter = "doc" - end - - # Print the 10 slowest examples and example groups at the - # end of the spec run, to help surface which specs are running - # particularly slow. - config.profile_examples = 10 - - # Run specs in random order to surface order dependencies. If you find an - # order dependency and want to debug it, you can fix the order by providing - # the seed, which is printed after each run. - # --seed 1234 - config.order = :random - - # Seed global randomization in this process using the `--seed` CLI option. - # Setting this allows you to use `--seed` to deterministically reproduce - # test failures related to randomization by passing the same `--seed` value - # as the one that triggered the failure. - Kernel.srand config.seed -=end -end diff --git a/Tamisha_Damas/Rails II/dojo_secrets/vendor/assets/javascripts/.keep b/Tamisha_Damas/Rails II/dojo_secrets/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails II/dojo_secrets/vendor/assets/stylesheets/.keep b/Tamisha_Damas/Rails II/dojo_secrets/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/.gitignore b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/Gemfile b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/Gemfile deleted file mode 100644 index 394b9b1..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/Gemfile +++ /dev/null @@ -1,47 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby -gem 'hirb' -gem 'rails-footnotes', '~> 4.0' -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/Gemfile.lock b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/Gemfile.lock deleted file mode 100644 index 9937b63..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/Gemfile.lock +++ /dev/null @@ -1,176 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.2) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.2) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.0) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.8.6) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.6.6) - mime-types (>= 1.16, < 4) - mime-types (3.1) - mime-types-data (~> 3.2015) - mime-types-data (3.2016.0521) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-footnotes (4.1.8) - rails (>= 3.2) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.1.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.2) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.6) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.3) - thread_safe (~> 0.1) - uglifier (3.2.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - rails-footnotes (~> 4.0) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.15.4 diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/README.rdoc b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/Rakefile b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/assets/images/.keep b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/assets/javascripts/application.js b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/assets/javascripts/users.coffee b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/assets/javascripts/users.coffee deleted file mode 100644 index 24f83d1..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/assets/javascripts/users.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://coffeescript.org/ diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/assets/stylesheets/application.css b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/assets/stylesheets/users.scss b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/assets/stylesheets/users.scss deleted file mode 100644 index 31a2eac..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/assets/stylesheets/users.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the Users controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/controllers/application_controller.rb b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/controllers/concerns/.keep b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/controllers/users_controller.rb b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/controllers/users_controller.rb deleted file mode 100644 index 03d30e2..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/controllers/users_controller.rb +++ /dev/null @@ -1,22 +0,0 @@ -class UsersController < ApplicationController - def index - session[:count] ||= 0 - # session.clear - # index method will only render my index.html template - end - - def create - # here the user will enter their info onto the index.html template and when they click submit will be redirected to the show page, show.html - # their data saved into session from this create method will be rendered onto the html template. - # puts params - session[:survey] = params - session[:count] += 1 - - redirect_to '/result' - end - - def show - @survey = session[:survey] - @count = session[:count] - end -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/helpers/application_helper.rb b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/helpers/users_helper.rb b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/helpers/users_helper.rb deleted file mode 100644 index 2310a24..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/helpers/users_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module UsersHelper -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/mailers/.keep b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/models/.keep b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/models/concerns/.keep b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/models/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/views/layouts/application.html.erb b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/views/layouts/application.html.erb deleted file mode 100644 index 7247c82..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - SurveyForm - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/views/users/index.html.erb b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/views/users/index.html.erb deleted file mode 100644 index b70e4a6..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/views/users/index.html.erb +++ /dev/null @@ -1,38 +0,0 @@ -

Welcome!

- -
- - - - - -
- - - - -
- - - - -
- - -
- - -
- - -
diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/views/users/show.html.erb b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/views/users/show.html.erb deleted file mode 100644 index 9f76456..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/app/views/users/show.html.erb +++ /dev/null @@ -1,21 +0,0 @@ -

Thanks for submitting this form! You have submitted this form <%= @count %> times now.

- -

Submitted Information

- - - - - - - - - - - - - - - - - -
Name:<%= @survey['name'] %>
Dojo Location:<%= @survey['location'] %>
Favorite Language:<%= @survey['language'] %>
Comment:<%= @survey['comment'] %>
diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/bin/bundle b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/bin/rails b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/bin/rails deleted file mode 100755 index 0138d79..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/bin/rake b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/bin/setup b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/bin/setup deleted file mode 100755 index acdb2c1..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/bin/spring b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config.ru b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/application.rb b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/application.rb deleted file mode 100644 index d948a28..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module SurveyForm - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/boot.rb b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/database.yml b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/environment.rb b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/environments/development.rb b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/environments/development.rb deleted file mode 100644 index b55e214..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/environments/development.rb +++ /dev/null @@ -1,41 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/environments/production.rb b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/environments/test.rb b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/initializers/assets.rb b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/initializers/backtrace_silencers.rb b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/initializers/cookies_serializer.rb b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/initializers/filter_parameter_logging.rb b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/initializers/inflections.rb b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/initializers/mime_types.rb b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/initializers/rails_footnotes.rb b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/initializers/rails_footnotes.rb deleted file mode 100644 index 9a15363..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/initializers/rails_footnotes.rb +++ /dev/null @@ -1,27 +0,0 @@ -defined?(Footnotes) && Footnotes.setup do |f| - # Whether or not to enable footnotes - f.enabled = Rails.env.development? - # You can also use a lambda / proc to conditionally toggle footnotes - # Example : - # f.enabled = -> { User.current.admin? } - # Beware of thread-safety though, Footnotes.enabled is NOT thread safe - # and should not be modified anywhere else. - - # Only toggle some notes : - # f.notes = [:session, :cookies, :params, :filters, :routes, :env, :queries, :log] - - # Change the prefix : - # f.prefix = 'mvim://open?url=file://%s&line=%d&column=%d' - - # Disable style : - # f.no_style = true - - # Lock notes to top right : - # f.lock_top_right = true - - # Change font size : - # f.font_size = '11px' - - # Allow to open multiple notes : - # f.multiple_notes = true -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/initializers/session_store.rb b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/initializers/session_store.rb deleted file mode 100644 index a70bcd8..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_Survey_Form_session' diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/initializers/wrap_parameters.rb b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/locales/en.yml b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/routes.rb b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/routes.rb deleted file mode 100644 index 2aa5fc5..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/routes.rb +++ /dev/null @@ -1,64 +0,0 @@ -Rails.application.routes.draw do - root 'users#index' - # index method is where we will render the template to be submitted - - post 'users' => 'users#create' - - get 'result' => 'users#show' - - resource :users - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/secrets.yml b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/secrets.yml deleted file mode 100644 index 4500074..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: 3522640cad3b2992b5e8baba689ee2b1326dcd3d7c6c86d5ee8fe33549373b3ad41f4d1e91813a41879342034e2c7bd4dd6cb4fd84dbb6394501f4b8e6fab50a - -test: - secret_key_base: 4914538634f3a9a58ef7f57d6785434a3f1980848cfa52d7ad5b7d170b573469dcc3b734da154f4acc35b4fd2cab11f2178a5a6ee1f4c97425689c2c3d5627d8 - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/db/seeds.rb b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/lib/assets/.keep b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/lib/tasks/.keep b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/log/.keep b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/public/404.html b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/public/404.html deleted file mode 100644 index b612547..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/public/422.html b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/public/500.html b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/public/favicon.ico b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/public/robots.txt b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/test/controllers/.keep b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/test/controllers/users_controller_test.rb b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/test/controllers/users_controller_test.rb deleted file mode 100644 index de78e39..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/test/controllers/users_controller_test.rb +++ /dev/null @@ -1,19 +0,0 @@ -require 'test_helper' - -class UsersControllerTest < ActionController::TestCase - test "should get index" do - get :index - assert_response :success - end - - test "should get create" do - get :create - assert_response :success - end - - test "should get show" do - get :show - assert_response :success - end - -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/test/fixtures/.keep b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/test/helpers/.keep b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/test/integration/.keep b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/test/mailers/.keep b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/test/models/.keep b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/test/test_helper.rb b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/vendor/assets/javascripts/.keep b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/vendor/assets/stylesheets/.keep b/Tamisha_Damas/Rails/Controllers & Views /Survey_Form/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/.gitignore b/Tamisha_Damas/Rails/Controllers & Views /Time_display/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Time_display/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/Gemfile b/Tamisha_Damas/Rails/Controllers & Views /Time_display/Gemfile deleted file mode 100644 index 394b9b1..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Time_display/Gemfile +++ /dev/null @@ -1,47 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby -gem 'hirb' -gem 'rails-footnotes', '~> 4.0' -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/Gemfile.lock b/Tamisha_Damas/Rails/Controllers & Views /Time_display/Gemfile.lock deleted file mode 100644 index 9937b63..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Time_display/Gemfile.lock +++ /dev/null @@ -1,176 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.2) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.2) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.0) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.8.6) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.6.6) - mime-types (>= 1.16, < 4) - mime-types (3.1) - mime-types-data (~> 3.2015) - mime-types-data (3.2016.0521) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-footnotes (4.1.8) - rails (>= 3.2) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.1.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.2) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.6) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.3) - thread_safe (~> 0.1) - uglifier (3.2.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - rails-footnotes (~> 4.0) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.15.4 diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/README.rdoc b/Tamisha_Damas/Rails/Controllers & Views /Time_display/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Time_display/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/Rakefile b/Tamisha_Damas/Rails/Controllers & Views /Time_display/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Time_display/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/app/assets/images/.keep b/Tamisha_Damas/Rails/Controllers & Views /Time_display/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/app/assets/javascripts/application.js b/Tamisha_Damas/Rails/Controllers & Views /Time_display/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Time_display/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/app/assets/javascripts/times.coffee b/Tamisha_Damas/Rails/Controllers & Views /Time_display/app/assets/javascripts/times.coffee deleted file mode 100644 index 24f83d1..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Time_display/app/assets/javascripts/times.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://coffeescript.org/ diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/app/assets/stylesheets/application.css b/Tamisha_Damas/Rails/Controllers & Views /Time_display/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Time_display/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/app/assets/stylesheets/times.scss b/Tamisha_Damas/Rails/Controllers & Views /Time_display/app/assets/stylesheets/times.scss deleted file mode 100644 index 8aca602..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Time_display/app/assets/stylesheets/times.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the Times controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/app/controllers/application_controller.rb b/Tamisha_Damas/Rails/Controllers & Views /Time_display/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Time_display/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/app/controllers/concerns/.keep b/Tamisha_Damas/Rails/Controllers & Views /Time_display/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/app/controllers/times_controller.rb b/Tamisha_Damas/Rails/Controllers & Views /Time_display/app/controllers/times_controller.rb deleted file mode 100644 index 2517879..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Time_display/app/controllers/times_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class TimesController < ApplicationController - def main - @time = Time.new - end -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/app/helpers/application_helper.rb b/Tamisha_Damas/Rails/Controllers & Views /Time_display/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Time_display/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/app/helpers/times_helper.rb b/Tamisha_Damas/Rails/Controllers & Views /Time_display/app/helpers/times_helper.rb deleted file mode 100644 index db171a4..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Time_display/app/helpers/times_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module TimesHelper -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/app/mailers/.keep b/Tamisha_Damas/Rails/Controllers & Views /Time_display/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/app/models/.keep b/Tamisha_Damas/Rails/Controllers & Views /Time_display/app/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/app/models/concerns/.keep b/Tamisha_Damas/Rails/Controllers & Views /Time_display/app/models/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/app/views/layouts/application.html.erb b/Tamisha_Damas/Rails/Controllers & Views /Time_display/app/views/layouts/application.html.erb deleted file mode 100644 index 8b25576..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Time_display/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - TimeDisplay - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/app/views/times/main.html.erb b/Tamisha_Damas/Rails/Controllers & Views /Time_display/app/views/times/main.html.erb deleted file mode 100644 index 6a8b703..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Time_display/app/views/times/main.html.erb +++ /dev/null @@ -1,6 +0,0 @@ -
- -

The current time and date:

-

<%= @time.strftime("%b %d, %Y") %>

-

<%= @time.strftime("%I:%M %p") %>

-
diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/bin/bundle b/Tamisha_Damas/Rails/Controllers & Views /Time_display/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Time_display/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/bin/rails b/Tamisha_Damas/Rails/Controllers & Views /Time_display/bin/rails deleted file mode 100755 index 0138d79..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Time_display/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/bin/rake b/Tamisha_Damas/Rails/Controllers & Views /Time_display/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Time_display/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/bin/setup b/Tamisha_Damas/Rails/Controllers & Views /Time_display/bin/setup deleted file mode 100755 index acdb2c1..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Time_display/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/bin/spring b/Tamisha_Damas/Rails/Controllers & Views /Time_display/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Time_display/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/config.ru b/Tamisha_Damas/Rails/Controllers & Views /Time_display/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Time_display/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/application.rb b/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/application.rb deleted file mode 100644 index 94c66d8..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module TimeDisplay - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/boot.rb b/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/database.yml b/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/environment.rb b/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/environments/development.rb b/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/environments/development.rb deleted file mode 100644 index b55e214..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/environments/development.rb +++ /dev/null @@ -1,41 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/environments/production.rb b/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/environments/test.rb b/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/initializers/assets.rb b/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/initializers/backtrace_silencers.rb b/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/initializers/cookies_serializer.rb b/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/initializers/filter_parameter_logging.rb b/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/initializers/inflections.rb b/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/initializers/mime_types.rb b/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/initializers/rails_footnotes.rb b/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/initializers/rails_footnotes.rb deleted file mode 100644 index 9a15363..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/initializers/rails_footnotes.rb +++ /dev/null @@ -1,27 +0,0 @@ -defined?(Footnotes) && Footnotes.setup do |f| - # Whether or not to enable footnotes - f.enabled = Rails.env.development? - # You can also use a lambda / proc to conditionally toggle footnotes - # Example : - # f.enabled = -> { User.current.admin? } - # Beware of thread-safety though, Footnotes.enabled is NOT thread safe - # and should not be modified anywhere else. - - # Only toggle some notes : - # f.notes = [:session, :cookies, :params, :filters, :routes, :env, :queries, :log] - - # Change the prefix : - # f.prefix = 'mvim://open?url=file://%s&line=%d&column=%d' - - # Disable style : - # f.no_style = true - - # Lock notes to top right : - # f.lock_top_right = true - - # Change font size : - # f.font_size = '11px' - - # Allow to open multiple notes : - # f.multiple_notes = true -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/initializers/session_store.rb b/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/initializers/session_store.rb deleted file mode 100644 index 0d2498e..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_Time_display_session' diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/initializers/wrap_parameters.rb b/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/locales/en.yml b/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/routes.rb b/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/routes.rb deleted file mode 100644 index e5115e5..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/routes.rb +++ /dev/null @@ -1,58 +0,0 @@ -Rails.application.routes.draw do - get 'times' => 'times#main' - - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/secrets.yml b/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/secrets.yml deleted file mode 100644 index e506b7d..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Time_display/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: 0e672e901b1d08ee0c6f5175cb3cec13fcc441712838bfff888fb7c723544aa70eec85839513ecd8f3f9435fa192fb8f5b92e22dc62a765ac72904ba5d5ba8a1 - -test: - secret_key_base: 4bfdb21bac95c8fd5ccaf947998e750d5bdf7049cae32d11a53ccbd4437e30b11e04db505199a66f14e0e4863d663b83f26e2713b62872b7f0c0dd9efecb00e6 - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/db/seeds.rb b/Tamisha_Damas/Rails/Controllers & Views /Time_display/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Time_display/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/lib/assets/.keep b/Tamisha_Damas/Rails/Controllers & Views /Time_display/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/lib/tasks/.keep b/Tamisha_Damas/Rails/Controllers & Views /Time_display/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/log/.keep b/Tamisha_Damas/Rails/Controllers & Views /Time_display/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/public/404.html b/Tamisha_Damas/Rails/Controllers & Views /Time_display/public/404.html deleted file mode 100644 index b612547..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Time_display/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/public/422.html b/Tamisha_Damas/Rails/Controllers & Views /Time_display/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Time_display/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/public/500.html b/Tamisha_Damas/Rails/Controllers & Views /Time_display/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Time_display/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/public/favicon.ico b/Tamisha_Damas/Rails/Controllers & Views /Time_display/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/public/robots.txt b/Tamisha_Damas/Rails/Controllers & Views /Time_display/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Time_display/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/test/controllers/.keep b/Tamisha_Damas/Rails/Controllers & Views /Time_display/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/test/controllers/times_controller_test.rb b/Tamisha_Damas/Rails/Controllers & Views /Time_display/test/controllers/times_controller_test.rb deleted file mode 100644 index 649dafa..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Time_display/test/controllers/times_controller_test.rb +++ /dev/null @@ -1,9 +0,0 @@ -require 'test_helper' - -class TimesControllerTest < ActionController::TestCase - test "should get main" do - get :main - assert_response :success - end - -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/test/fixtures/.keep b/Tamisha_Damas/Rails/Controllers & Views /Time_display/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/test/helpers/.keep b/Tamisha_Damas/Rails/Controllers & Views /Time_display/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/test/integration/.keep b/Tamisha_Damas/Rails/Controllers & Views /Time_display/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/test/mailers/.keep b/Tamisha_Damas/Rails/Controllers & Views /Time_display/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/test/models/.keep b/Tamisha_Damas/Rails/Controllers & Views /Time_display/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/test/test_helper.rb b/Tamisha_Damas/Rails/Controllers & Views /Time_display/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /Time_display/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/vendor/assets/javascripts/.keep b/Tamisha_Damas/Rails/Controllers & Views /Time_display/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /Time_display/vendor/assets/stylesheets/.keep b/Tamisha_Damas/Rails/Controllers & Views /Time_display/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/.gitignore b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/Gemfile b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/Gemfile deleted file mode 100644 index 394b9b1..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/Gemfile +++ /dev/null @@ -1,47 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby -gem 'hirb' -gem 'rails-footnotes', '~> 4.0' -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/Gemfile.lock b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/Gemfile.lock deleted file mode 100644 index 9937b63..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/Gemfile.lock +++ /dev/null @@ -1,176 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.2) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.2) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.0) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.8.6) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.6.6) - mime-types (>= 1.16, < 4) - mime-types (3.1) - mime-types-data (~> 3.2015) - mime-types-data (3.2016.0521) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-footnotes (4.1.8) - rails (>= 3.2) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.1.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.2) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.6) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.3) - thread_safe (~> 0.1) - uglifier (3.2.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - rails-footnotes (~> 4.0) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.15.4 diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/README.rdoc b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/Rakefile b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/assets/images/.keep b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/assets/javascripts/application.js b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/assets/javascripts/dojos.coffee b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/assets/javascripts/dojos.coffee deleted file mode 100644 index 24f83d1..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/assets/javascripts/dojos.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://coffeescript.org/ diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/assets/stylesheets/application.css b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/assets/stylesheets/dojos.scss b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/assets/stylesheets/dojos.scss deleted file mode 100644 index 0964a70..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/assets/stylesheets/dojos.scss +++ /dev/null @@ -1,10 +0,0 @@ -// Place all the styles related to the Dojos controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ -th, td { - padding: 15px; -} -table, th, td { - border: 1px solid black; - border-collapse: collapse; -} diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/controllers/application_controller.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/controllers/concerns/.keep b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/controllers/dojos_controller.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/controllers/dojos_controller.rb deleted file mode 100644 index ef8a086..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/controllers/dojos_controller.rb +++ /dev/null @@ -1,55 +0,0 @@ -class DojosController < ApplicationController - - def index - @count = Dojo.all.count - @dojos = Dojo.all - end - - def new - @dojo = Dojo.new - end - - def create - # you do not need to use instance variables in the create method because post - # doesn't render an HTML form. - - dojo = Dojo.new(dojo_params) - - if dojo.save - puts "Your form was successfully entered." - return redirect_to root_path - else - flash[:errors] = dojo.errors.full_messages - redirect_to :back - end - end - - def show - @dojo = Dojo.find(params[:id]) - end - - def edit - @dojo = Dojo.find(params[:id]) - end - - def update - @dojo = Dojo.find(params[:id]) - - if @dojo.update(dojo_params) - redirect_to root_path, notice: "You have successfully updated a Dojo!" - else - flash[:errors] = @dojo.errors.full_messages - redirect_to :back - end - end - - def destroy - Dojo.find(params[:id]).destroy - redirect_to :root - end - - private - def dojo_params - params.require(:dojo).permit(:branch, :street, :city, :state) - end -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/helpers/application_helper.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/helpers/dojos_helper.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/helpers/dojos_helper.rb deleted file mode 100644 index 194211a..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/helpers/dojos_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module DojosHelper -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/mailers/.keep b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/models/.keep b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/models/concerns/.keep b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/models/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/models/dojo.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/models/dojo.rb deleted file mode 100644 index 178451f..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/models/dojo.rb +++ /dev/null @@ -1,4 +0,0 @@ -class Dojo < ActiveRecord::Base - validates :branch, :street, :city, :state, presence: true - validates :state, length: { is: 2} -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/views/dojos/destroy.html.erb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/views/dojos/destroy.html.erb deleted file mode 100644 index 0079ae0..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/views/dojos/destroy.html.erb +++ /dev/null @@ -1,2 +0,0 @@ -

Dojos#destroy

-

Find me in app/views/dojos/destroy.html.erb

diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/views/dojos/edit.html.erb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/views/dojos/edit.html.erb deleted file mode 100644 index fc21b7d..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/views/dojos/edit.html.erb +++ /dev/null @@ -1,32 +0,0 @@ -

Editing <%= @dojo.branch %>

- -<% if flash[:errors] %> - <% flash[:errors].each do |error| %> -

<%= error %>

- <% end %> -<% end %> - -
- - - - -
-
- - -
-
- - -
-
- - -
-
- -
-Home -Show diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/views/dojos/index.html.erb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/views/dojos/index.html.erb deleted file mode 100644 index 5e18ff3..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/views/dojos/index.html.erb +++ /dev/null @@ -1,29 +0,0 @@ -

Listing <%= @count %> Dojos!

- -<% if flash[:notice] %> -

<%= flash[:notice] %>

-<% end %> - - - - - - - - - <% @dojos.each do |dojo| %> - - - - - - - - <% end %> -
Coding Dojo BranchStreetCityStateAction
<%= dojo.branch %><%= dojo.street %><%= dojo.city %><%= dojo.state %>Show - Edit - Delete -
-
-
-New Dojo diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/views/dojos/new.html.erb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/views/dojos/new.html.erb deleted file mode 100644 index 68e69b7..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/views/dojos/new.html.erb +++ /dev/null @@ -1,32 +0,0 @@ -

New Dojo

- -<% if flash[:errors] %> - <% flash[:errors].each do |error| %> -

<%= error %>

- <% end %> -<% end %> - -
- - - -
-
- - -
-
- - -
-
- - -
-
- -
-
-
-Home diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/views/dojos/show.html.erb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/views/dojos/show.html.erb deleted file mode 100644 index efa0a42..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/views/dojos/show.html.erb +++ /dev/null @@ -1,15 +0,0 @@ -

<%= @dojo.branch %>

-
-
- - -
-
- -
-
- -
-
-Home -Edit diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/views/layouts/application.html.erb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/views/layouts/application.html.erb deleted file mode 100644 index 0a5ffc5..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - DojoDashboard - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/bin/bundle b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/bin/rails b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/bin/rails deleted file mode 100755 index 0138d79..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/bin/rake b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/bin/setup b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/bin/setup deleted file mode 100755 index acdb2c1..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/bin/spring b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config.ru b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/application.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/application.rb deleted file mode 100644 index 0e5ac64..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module DojoDashboard - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/boot.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/database.yml b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/environment.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/environments/development.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/environments/development.rb deleted file mode 100644 index b55e214..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/environments/development.rb +++ /dev/null @@ -1,41 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/environments/production.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/environments/test.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/initializers/assets.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/initializers/backtrace_silencers.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/initializers/cookies_serializer.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/initializers/filter_parameter_logging.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/initializers/inflections.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/initializers/mime_types.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/initializers/rails_footnotes.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/initializers/rails_footnotes.rb deleted file mode 100644 index 9a15363..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/initializers/rails_footnotes.rb +++ /dev/null @@ -1,27 +0,0 @@ -defined?(Footnotes) && Footnotes.setup do |f| - # Whether or not to enable footnotes - f.enabled = Rails.env.development? - # You can also use a lambda / proc to conditionally toggle footnotes - # Example : - # f.enabled = -> { User.current.admin? } - # Beware of thread-safety though, Footnotes.enabled is NOT thread safe - # and should not be modified anywhere else. - - # Only toggle some notes : - # f.notes = [:session, :cookies, :params, :filters, :routes, :env, :queries, :log] - - # Change the prefix : - # f.prefix = 'mvim://open?url=file://%s&line=%d&column=%d' - - # Disable style : - # f.no_style = true - - # Lock notes to top right : - # f.lock_top_right = true - - # Change font size : - # f.font_size = '11px' - - # Allow to open multiple notes : - # f.multiple_notes = true -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/initializers/session_store.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/initializers/session_store.rb deleted file mode 100644 index d8522bf..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_dojo_dashboard_session' diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/initializers/wrap_parameters.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/locales/en.yml b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/routes.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/routes.rb deleted file mode 100644 index ec00d91..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/routes.rb +++ /dev/null @@ -1,71 +0,0 @@ -Rails.application.routes.draw do - root 'dojos#index' - - get 'dojos/new' => 'dojos#new' - - post '/' => 'dojos#create' - - get 'dojos/:id' => 'dojos#show' - - get 'dojos/:id/edit' => 'dojos#edit' - - patch 'dojos/:id' => 'dojos#update' - - delete 'dojos/:id' => 'dojos#destroy' - - - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/secrets.yml b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/secrets.yml deleted file mode 100644 index 62d4cd0..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: 6a064b0fe2ffda54b60a328301b3842ad7c5126648b94d6676eb27f954a2535c8a49dd3d4544060b03cf288b8c4725ef21837b9fa77ff58260993ee100334920 - -test: - secret_key_base: 1d691f7cf31f3e11e55aad752facd40dbf853be5a1ab837cf5f05fd44c718588dc6cb1d442e87ac93cef13bb442a92375c7a2973f7e67a6b55dcf105d25ba10b - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/db/migrate/20171015215328_create_dojos.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/db/migrate/20171015215328_create_dojos.rb deleted file mode 100644 index 0df8b3d..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/db/migrate/20171015215328_create_dojos.rb +++ /dev/null @@ -1,12 +0,0 @@ -class CreateDojos < ActiveRecord::Migration - def change - create_table :dojos do |t| - t.string :branch - t.string :street - t.string :city - t.string :state - - t.timestamps null: false - end - end -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/db/schema.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/db/schema.rb deleted file mode 100644 index d03cd84..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/db/schema.rb +++ /dev/null @@ -1,25 +0,0 @@ -# encoding: UTF-8 -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# Note that this schema.rb definition is the authoritative source for your -# database schema. If you need to create the application database on another -# system, you should be using db:schema:load, not running all the migrations -# from scratch. The latter is a flawed and unsustainable approach (the more migrations -# you'll amass, the slower it'll run and the greater likelihood for issues). -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema.define(version: 20171015215328) do - - create_table "dojos", force: :cascade do |t| - t.string "branch" - t.string "street" - t.string "city" - t.string "state" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/db/seeds.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/lib/assets/.keep b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/lib/tasks/.keep b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/log/.keep b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/public/404.html b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/public/404.html deleted file mode 100644 index b612547..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/public/422.html b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/public/500.html b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/public/favicon.ico b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/public/robots.txt b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/test/controllers/.keep b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/test/controllers/dojos_controller_test.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/test/controllers/dojos_controller_test.rb deleted file mode 100644 index fe24085..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/test/controllers/dojos_controller_test.rb +++ /dev/null @@ -1,19 +0,0 @@ -require 'test_helper' - -class DojosControllerTest < ActionController::TestCase - test "should get show" do - get :show - assert_response :success - end - - test "should get edit" do - get :edit - assert_response :success - end - - test "should get destroy" do - get :destroy - assert_response :success - end - -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/test/fixtures/.keep b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/test/fixtures/dojos.yml b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/test/fixtures/dojos.yml deleted file mode 100644 index 215263e..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/test/fixtures/dojos.yml +++ /dev/null @@ -1,13 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - branch: MyString - street: MyString - city: MyString - state: MyString - -two: - branch: MyString - street: MyString - city: MyString - state: MyString diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/test/helpers/.keep b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/test/integration/.keep b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/test/mailers/.keep b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/test/models/.keep b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/test/models/dojo_test.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/test/models/dojo_test.rb deleted file mode 100644 index a078f30..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/test/models/dojo_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class DojoTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/test/test_helper.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/vendor/assets/javascripts/.keep b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/vendor/assets/stylesheets/.keep b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 2/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/.gitignore b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/Gemfile b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/Gemfile deleted file mode 100644 index 394b9b1..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/Gemfile +++ /dev/null @@ -1,47 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby -gem 'hirb' -gem 'rails-footnotes', '~> 4.0' -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/Gemfile.lock b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/Gemfile.lock deleted file mode 100644 index 9937b63..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/Gemfile.lock +++ /dev/null @@ -1,176 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.2) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.2) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.0) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.8.6) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.6.6) - mime-types (>= 1.16, < 4) - mime-types (3.1) - mime-types-data (~> 3.2015) - mime-types-data (3.2016.0521) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-footnotes (4.1.8) - rails (>= 3.2) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.1.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.2) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.6) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.3) - thread_safe (~> 0.1) - uglifier (3.2.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - rails-footnotes (~> 4.0) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.15.4 diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/README.rdoc b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/Rakefile b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/assets/images/.keep b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/assets/javascripts/application.js b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/assets/javascripts/dojos.coffee b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/assets/javascripts/dojos.coffee deleted file mode 100644 index 24f83d1..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/assets/javascripts/dojos.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://coffeescript.org/ diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/assets/stylesheets/application.css b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/assets/stylesheets/dojos.scss b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/assets/stylesheets/dojos.scss deleted file mode 100644 index 0964a70..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/assets/stylesheets/dojos.scss +++ /dev/null @@ -1,10 +0,0 @@ -// Place all the styles related to the Dojos controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ -th, td { - padding: 15px; -} -table, th, td { - border: 1px solid black; - border-collapse: collapse; -} diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/controllers/application_controller.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/controllers/concerns/.keep b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/controllers/dojos_controller.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/controllers/dojos_controller.rb deleted file mode 100644 index ef8a086..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/controllers/dojos_controller.rb +++ /dev/null @@ -1,55 +0,0 @@ -class DojosController < ApplicationController - - def index - @count = Dojo.all.count - @dojos = Dojo.all - end - - def new - @dojo = Dojo.new - end - - def create - # you do not need to use instance variables in the create method because post - # doesn't render an HTML form. - - dojo = Dojo.new(dojo_params) - - if dojo.save - puts "Your form was successfully entered." - return redirect_to root_path - else - flash[:errors] = dojo.errors.full_messages - redirect_to :back - end - end - - def show - @dojo = Dojo.find(params[:id]) - end - - def edit - @dojo = Dojo.find(params[:id]) - end - - def update - @dojo = Dojo.find(params[:id]) - - if @dojo.update(dojo_params) - redirect_to root_path, notice: "You have successfully updated a Dojo!" - else - flash[:errors] = @dojo.errors.full_messages - redirect_to :back - end - end - - def destroy - Dojo.find(params[:id]).destroy - redirect_to :root - end - - private - def dojo_params - params.require(:dojo).permit(:branch, :street, :city, :state) - end -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/helpers/application_helper.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/helpers/dojos_helper.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/helpers/dojos_helper.rb deleted file mode 100644 index 194211a..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/helpers/dojos_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module DojosHelper -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/mailers/.keep b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/models/.keep b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/models/concerns/.keep b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/models/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/models/dojo.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/models/dojo.rb deleted file mode 100644 index 178451f..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/models/dojo.rb +++ /dev/null @@ -1,4 +0,0 @@ -class Dojo < ActiveRecord::Base - validates :branch, :street, :city, :state, presence: true - validates :state, length: { is: 2} -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/views/dojos/destroy.html.erb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/views/dojos/destroy.html.erb deleted file mode 100644 index 0079ae0..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/views/dojos/destroy.html.erb +++ /dev/null @@ -1,2 +0,0 @@ -

Dojos#destroy

-

Find me in app/views/dojos/destroy.html.erb

diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/views/dojos/edit.html.erb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/views/dojos/edit.html.erb deleted file mode 100644 index fc21b7d..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/views/dojos/edit.html.erb +++ /dev/null @@ -1,32 +0,0 @@ -

Editing <%= @dojo.branch %>

- -<% if flash[:errors] %> - <% flash[:errors].each do |error| %> -

<%= error %>

- <% end %> -<% end %> - -
- - - - -
-
- - -
-
- - -
-
- - -
-
- -
-Home -Show diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/views/dojos/index.html.erb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/views/dojos/index.html.erb deleted file mode 100644 index 5e18ff3..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/views/dojos/index.html.erb +++ /dev/null @@ -1,29 +0,0 @@ -

Listing <%= @count %> Dojos!

- -<% if flash[:notice] %> -

<%= flash[:notice] %>

-<% end %> - - - - - - - - - <% @dojos.each do |dojo| %> - - - - - - - - <% end %> -
Coding Dojo BranchStreetCityStateAction
<%= dojo.branch %><%= dojo.street %><%= dojo.city %><%= dojo.state %>Show - Edit - Delete -
-
-
-New Dojo diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/views/dojos/new.html.erb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/views/dojos/new.html.erb deleted file mode 100644 index 68e69b7..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/views/dojos/new.html.erb +++ /dev/null @@ -1,32 +0,0 @@ -

New Dojo

- -<% if flash[:errors] %> - <% flash[:errors].each do |error| %> -

<%= error %>

- <% end %> -<% end %> - -
- - - -
-
- - -
-
- - -
-
- - -
-
- -
-
-
-Home diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/views/dojos/show.html.erb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/views/dojos/show.html.erb deleted file mode 100644 index efa0a42..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/views/dojos/show.html.erb +++ /dev/null @@ -1,15 +0,0 @@ -

<%= @dojo.branch %>

-
-
- - -
-
- -
-
- -
-
-Home -Edit diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/views/layouts/application.html.erb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/views/layouts/application.html.erb deleted file mode 100644 index 0a5ffc5..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - DojoDashboard - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/bin/bundle b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/bin/rails b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/bin/rails deleted file mode 100755 index 0138d79..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/bin/rake b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/bin/setup b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/bin/setup deleted file mode 100755 index acdb2c1..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/bin/spring b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config.ru b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/application.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/application.rb deleted file mode 100644 index 0e5ac64..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module DojoDashboard - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/boot.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/database.yml b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/environment.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/environments/development.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/environments/development.rb deleted file mode 100644 index b55e214..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/environments/development.rb +++ /dev/null @@ -1,41 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/environments/production.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/environments/test.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/initializers/assets.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/initializers/backtrace_silencers.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/initializers/cookies_serializer.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/initializers/filter_parameter_logging.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/initializers/inflections.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/initializers/mime_types.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/initializers/rails_footnotes.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/initializers/rails_footnotes.rb deleted file mode 100644 index 9a15363..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/initializers/rails_footnotes.rb +++ /dev/null @@ -1,27 +0,0 @@ -defined?(Footnotes) && Footnotes.setup do |f| - # Whether or not to enable footnotes - f.enabled = Rails.env.development? - # You can also use a lambda / proc to conditionally toggle footnotes - # Example : - # f.enabled = -> { User.current.admin? } - # Beware of thread-safety though, Footnotes.enabled is NOT thread safe - # and should not be modified anywhere else. - - # Only toggle some notes : - # f.notes = [:session, :cookies, :params, :filters, :routes, :env, :queries, :log] - - # Change the prefix : - # f.prefix = 'mvim://open?url=file://%s&line=%d&column=%d' - - # Disable style : - # f.no_style = true - - # Lock notes to top right : - # f.lock_top_right = true - - # Change font size : - # f.font_size = '11px' - - # Allow to open multiple notes : - # f.multiple_notes = true -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/initializers/session_store.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/initializers/session_store.rb deleted file mode 100644 index d8522bf..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_dojo_dashboard_session' diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/initializers/wrap_parameters.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/locales/en.yml b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/routes.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/routes.rb deleted file mode 100644 index ec00d91..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/routes.rb +++ /dev/null @@ -1,71 +0,0 @@ -Rails.application.routes.draw do - root 'dojos#index' - - get 'dojos/new' => 'dojos#new' - - post '/' => 'dojos#create' - - get 'dojos/:id' => 'dojos#show' - - get 'dojos/:id/edit' => 'dojos#edit' - - patch 'dojos/:id' => 'dojos#update' - - delete 'dojos/:id' => 'dojos#destroy' - - - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/secrets.yml b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/secrets.yml deleted file mode 100644 index 62d4cd0..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: 6a064b0fe2ffda54b60a328301b3842ad7c5126648b94d6676eb27f954a2535c8a49dd3d4544060b03cf288b8c4725ef21837b9fa77ff58260993ee100334920 - -test: - secret_key_base: 1d691f7cf31f3e11e55aad752facd40dbf853be5a1ab837cf5f05fd44c718588dc6cb1d442e87ac93cef13bb442a92375c7a2973f7e67a6b55dcf105d25ba10b - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/db/migrate/20171015215328_create_dojos.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/db/migrate/20171015215328_create_dojos.rb deleted file mode 100644 index 0df8b3d..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/db/migrate/20171015215328_create_dojos.rb +++ /dev/null @@ -1,12 +0,0 @@ -class CreateDojos < ActiveRecord::Migration - def change - create_table :dojos do |t| - t.string :branch - t.string :street - t.string :city - t.string :state - - t.timestamps null: false - end - end -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/db/schema.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/db/schema.rb deleted file mode 100644 index d03cd84..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/db/schema.rb +++ /dev/null @@ -1,25 +0,0 @@ -# encoding: UTF-8 -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# Note that this schema.rb definition is the authoritative source for your -# database schema. If you need to create the application database on another -# system, you should be using db:schema:load, not running all the migrations -# from scratch. The latter is a flawed and unsustainable approach (the more migrations -# you'll amass, the slower it'll run and the greater likelihood for issues). -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema.define(version: 20171015215328) do - - create_table "dojos", force: :cascade do |t| - t.string "branch" - t.string "street" - t.string "city" - t.string "state" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/db/seeds.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/lib/assets/.keep b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/lib/tasks/.keep b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/log/.keep b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/public/404.html b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/public/404.html deleted file mode 100644 index b612547..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/public/422.html b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/public/500.html b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/public/favicon.ico b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/public/robots.txt b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/test/controllers/.keep b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/test/controllers/dojos_controller_test.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/test/controllers/dojos_controller_test.rb deleted file mode 100644 index fe24085..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/test/controllers/dojos_controller_test.rb +++ /dev/null @@ -1,19 +0,0 @@ -require 'test_helper' - -class DojosControllerTest < ActionController::TestCase - test "should get show" do - get :show - assert_response :success - end - - test "should get edit" do - get :edit - assert_response :success - end - - test "should get destroy" do - get :destroy - assert_response :success - end - -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/test/fixtures/.keep b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/test/fixtures/dojos.yml b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/test/fixtures/dojos.yml deleted file mode 100644 index 215263e..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/test/fixtures/dojos.yml +++ /dev/null @@ -1,13 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - branch: MyString - street: MyString - city: MyString - state: MyString - -two: - branch: MyString - street: MyString - city: MyString - state: MyString diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/test/helpers/.keep b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/test/integration/.keep b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/test/mailers/.keep b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/test/models/.keep b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/test/models/dojo_test.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/test/models/dojo_test.rb deleted file mode 100644 index a078f30..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/test/models/dojo_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class DojoTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/test/test_helper.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/vendor/assets/javascripts/.keep b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/vendor/assets/stylesheets/.keep b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard 3/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard/app/models/dojo.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard/app/models/dojo.rb deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard/config/routes.rb b/Tamisha_Damas/Rails/Controllers & Views /dojo_dashboard/config/routes.rb deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/.gitignore b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/Gemfile b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/Gemfile deleted file mode 100644 index 7ef2c56..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/Gemfile +++ /dev/null @@ -1,46 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby -gem 'hirb' -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/Gemfile.lock b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/Gemfile.lock deleted file mode 100644 index b07f42d..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/Gemfile.lock +++ /dev/null @@ -1,173 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.2) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.2) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.0) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.8.6) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.6.6) - mime-types (>= 1.16, < 4) - mime-types (3.1) - mime-types-data (~> 3.2015) - mime-types-data (3.2016.0521) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.1.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.2) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.6) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.3) - thread_safe (~> 0.1) - uglifier (3.2.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.15.4 diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/README.rdoc b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/Rakefile b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/assets/images/.keep b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/assets/javascripts/application.js b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/assets/javascripts/users.coffee b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/assets/javascripts/users.coffee deleted file mode 100644 index 24f83d1..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/assets/javascripts/users.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://coffeescript.org/ diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/assets/stylesheets/application.css b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/assets/stylesheets/users.scss b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/assets/stylesheets/users.scss deleted file mode 100644 index 31a2eac..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/assets/stylesheets/users.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the Users controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/controllers/application_controller.rb b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/controllers/concerns/.keep b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/controllers/users_controller.rb b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/controllers/users_controller.rb deleted file mode 100644 index 31daeec..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/controllers/users_controller.rb +++ /dev/null @@ -1,32 +0,0 @@ -class UsersController < ApplicationController - def index - render json: User.all - end - - def new - render - end - - def create - User.create(name: params[:name]) - redirect_to "/users" - end - - def show - render json: User.find(params[:id]) - end - - def edit - @user = User.find(params[:id]) - end - - def total - render json: { total: User.count } - end - - def update - u = User.find(params[:id]) - u.update(name: params[:name]) - redirect_to "/users/#{params[:id]}" - end -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/helpers/application_helper.rb b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/helpers/users_helper.rb b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/helpers/users_helper.rb deleted file mode 100644 index 2310a24..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/helpers/users_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module UsersHelper -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/mailers/.keep b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/models/.keep b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/models/concerns/.keep b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/models/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/models/user.rb b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/models/user.rb deleted file mode 100644 index 4a57cf0..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/models/user.rb +++ /dev/null @@ -1,2 +0,0 @@ -class User < ActiveRecord::Base -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/views/layouts/application.html.erb b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/views/layouts/application.html.erb deleted file mode 100644 index 2795116..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - IntergratingM - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/views/users/edit.html.erb b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/views/users/edit.html.erb deleted file mode 100644 index 9c1ed20..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/views/users/edit.html.erb +++ /dev/null @@ -1,11 +0,0 @@ -

Edit User

- -
- - -

- - -

- -
diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/views/users/new.html.erb b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/views/users/new.html.erb deleted file mode 100644 index d8c3490..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/app/views/users/new.html.erb +++ /dev/null @@ -1,10 +0,0 @@ -

Please Enter Your Name

- -
- -

- - -

- -
diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/bin/bundle b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/bin/rails b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/bin/rails deleted file mode 100755 index 0138d79..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/bin/rake b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/bin/setup b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/bin/setup deleted file mode 100755 index acdb2c1..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/bin/spring b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config.ru b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/application.rb b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/application.rb deleted file mode 100644 index 968f2ba..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module IntergratingM - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/boot.rb b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/database.yml b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/environment.rb b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/environments/development.rb b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/environments/development.rb deleted file mode 100644 index b55e214..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/environments/development.rb +++ /dev/null @@ -1,41 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/environments/production.rb b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/environments/test.rb b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/initializers/assets.rb b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/initializers/backtrace_silencers.rb b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/initializers/cookies_serializer.rb b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/initializers/filter_parameter_logging.rb b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/initializers/inflections.rb b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/initializers/mime_types.rb b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/initializers/session_store.rb b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/initializers/session_store.rb deleted file mode 100644 index af0b318..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_intergrating_m_session' diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/initializers/wrap_parameters.rb b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/locales/en.yml b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/routes.rb b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/routes.rb deleted file mode 100644 index 7fd4417..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/routes.rb +++ /dev/null @@ -1,69 +0,0 @@ -Rails.application.routes.draw do - get 'users' => 'users#index' - - get 'users/new' => 'users#new' - - post 'users' => 'users#create' - - get 'users/:id' => 'users#show' - patch 'users/:id' => 'users#update' - - get 'users/:id/edit' => 'users#edit' - - get 'users/total' => 'users#total' - - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/secrets.yml b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/secrets.yml deleted file mode 100644 index f6f965d..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: f7484ed212a3fa3d2cea005f4d768f5e0f4cd13769d904ce97bac577a97e1eba2850395cb9cff932cfa8bcde89545ab3f93eb1f339fd2a621fce708551c570a3 - -test: - secret_key_base: 99a2ead8b781f16646f8c6dd36326d5978a1d4aefa3e0b77c980929ec299e5884d7d59c9f5d6eef9fc15cd3045b0f1361debb190ad7da62f8c9633f9b2396478 - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/db/migrate/20171011222406_create_users.rb b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/db/migrate/20171011222406_create_users.rb deleted file mode 100644 index 5494756..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/db/migrate/20171011222406_create_users.rb +++ /dev/null @@ -1,9 +0,0 @@ -class CreateUsers < ActiveRecord::Migration - def change - create_table :users do |t| - t.string :name - - t.timestamps null: false - end - end -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/db/schema.rb b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/db/schema.rb deleted file mode 100644 index 4faa1f5..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/db/schema.rb +++ /dev/null @@ -1,22 +0,0 @@ -# encoding: UTF-8 -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# Note that this schema.rb definition is the authoritative source for your -# database schema. If you need to create the application database on another -# system, you should be using db:schema:load, not running all the migrations -# from scratch. The latter is a flawed and unsustainable approach (the more migrations -# you'll amass, the slower it'll run and the greater likelihood for issues). -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema.define(version: 20171011222406) do - - create_table "users", force: :cascade do |t| - t.string "name" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/db/seeds.rb b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/lib/assets/.keep b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/lib/tasks/.keep b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/log/.keep b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/public/404.html b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/public/404.html deleted file mode 100644 index b612547..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/public/422.html b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/public/500.html b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/public/favicon.ico b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/public/robots.txt b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/test/controllers/.keep b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/test/controllers/users_controller_test.rb b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/test/controllers/users_controller_test.rb deleted file mode 100644 index 33f71fd..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/test/controllers/users_controller_test.rb +++ /dev/null @@ -1,34 +0,0 @@ -require 'test_helper' - -class UsersControllerTest < ActionController::TestCase - test "should get index" do - get :index - assert_response :success - end - - test "should get new" do - get :new - assert_response :success - end - - test "should get create" do - get :create - assert_response :success - end - - test "should get show" do - get :show - assert_response :success - end - - test "should get edit" do - get :edit - assert_response :success - end - - test "should get total" do - get :total - assert_response :success - end - -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/test/fixtures/.keep b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/test/fixtures/users.yml b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/test/fixtures/users.yml deleted file mode 100644 index 56066c6..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/test/fixtures/users.yml +++ /dev/null @@ -1,7 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - name: MyString - -two: - name: MyString diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/test/helpers/.keep b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/test/integration/.keep b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/test/mailers/.keep b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/test/models/.keep b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/test/models/user_test.rb b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/test/models/user_test.rb deleted file mode 100644 index 82f61e0..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/test/models/user_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class UserTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/test/test_helper.rb b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/vendor/assets/javascripts/.keep b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/vendor/assets/stylesheets/.keep b/Tamisha_Damas/Rails/Controllers & Views /intergrating_m/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/.gitignore b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/Gemfile b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/Gemfile deleted file mode 100644 index 394b9b1..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/Gemfile +++ /dev/null @@ -1,47 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby -gem 'hirb' -gem 'rails-footnotes', '~> 4.0' -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/Gemfile.lock b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/Gemfile.lock deleted file mode 100644 index 9937b63..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/Gemfile.lock +++ /dev/null @@ -1,176 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.2) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.2) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.0) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.8.6) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.6.6) - mime-types (>= 1.16, < 4) - mime-types (3.1) - mime-types-data (~> 3.2015) - mime-types-data (3.2016.0521) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-footnotes (4.1.8) - rails (>= 3.2) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.1.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.2) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.6) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.3) - thread_safe (~> 0.1) - uglifier (3.2.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - rails-footnotes (~> 4.0) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.15.4 diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/README.rdoc b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/Rakefile b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/assets/images/.keep b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/assets/javascripts/application.js b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/assets/javascripts/displays.coffee b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/assets/javascripts/displays.coffee deleted file mode 100644 index 24f83d1..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/assets/javascripts/displays.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://coffeescript.org/ diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/assets/stylesheets/application.css b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/assets/stylesheets/displays.scss b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/assets/stylesheets/displays.scss deleted file mode 100644 index 45477a0..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/assets/stylesheets/displays.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the Displays controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/controllers/application_controller.rb b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/controllers/concerns/.keep b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/controllers/displays_controller.rb b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/controllers/displays_controller.rb deleted file mode 100644 index d36b457..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/controllers/displays_controller.rb +++ /dev/null @@ -1,31 +0,0 @@ -class DisplaysController < ApplicationController - def index - render text: 'What do you want???' - end - - def hello - render text: 'Hello CodingDojo!' - end - - def say - unless params[:name] #:name params is coming from routes.rb - render text: 'Saying Hello!' - else - if params[:name] == "michael" - redirect_to "/displays/say/hello/joe" - else - render text: "Saying Hello #{params[:name]}!" - end - end - end - - def times - session[:count] ||= 0 - render text: "You have visited this url #{session[:count] += 1} time(s)" - end - - def restart - reset_session - render text: "Destroy Session" - end -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/helpers/application_helper.rb b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/helpers/displays_helper.rb b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/helpers/displays_helper.rb deleted file mode 100644 index a9c960a..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/helpers/displays_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module DisplaysHelper -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/mailers/.keep b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/models/.keep b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/models/concerns/.keep b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/models/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/views/displays/hello.html.erb b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/views/displays/hello.html.erb deleted file mode 100644 index 4ae4d38..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/views/displays/hello.html.erb +++ /dev/null @@ -1,2 +0,0 @@ -

Displays#hello

-

Find me in app/views/displays/hello.html.erb

diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/views/displays/index.html.erb b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/views/displays/index.html.erb deleted file mode 100644 index 7550e79..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/views/displays/index.html.erb +++ /dev/null @@ -1,2 +0,0 @@ -

Displays#index

-

Find me in app/views/displays/index.html.erb

diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/views/displays/restart.html.erb b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/views/displays/restart.html.erb deleted file mode 100644 index 40919c0..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/views/displays/restart.html.erb +++ /dev/null @@ -1,2 +0,0 @@ -

Displays#restart

-

Find me in app/views/displays/restart.html.erb

diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/views/displays/say.html.erb b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/views/displays/say.html.erb deleted file mode 100644 index 6197667..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/views/displays/say.html.erb +++ /dev/null @@ -1,2 +0,0 @@ -

Displays#say

-

Find me in app/views/displays/say.html.erb

diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/views/displays/times.html.erb b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/views/displays/times.html.erb deleted file mode 100644 index c2f579a..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/views/displays/times.html.erb +++ /dev/null @@ -1,2 +0,0 @@ -

Displays#times

-

Find me in app/views/displays/times.html.erb

diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/views/layouts/application.html.erb b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/views/layouts/application.html.erb deleted file mode 100644 index 26beefc..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - RoutesControllers - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/bin/bundle b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/bin/rails b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/bin/rails deleted file mode 100755 index 0138d79..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/bin/rake b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/bin/setup b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/bin/setup deleted file mode 100755 index acdb2c1..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/bin/spring b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config.ru b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/application.rb b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/application.rb deleted file mode 100644 index 2e2368b..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module RoutesControllers - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/boot.rb b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/database.yml b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/environment.rb b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/environments/development.rb b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/environments/development.rb deleted file mode 100644 index b55e214..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/environments/development.rb +++ /dev/null @@ -1,41 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/environments/production.rb b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/environments/test.rb b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/initializers/assets.rb b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/initializers/backtrace_silencers.rb b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/initializers/cookies_serializer.rb b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/initializers/filter_parameter_logging.rb b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/initializers/inflections.rb b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/initializers/mime_types.rb b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/initializers/session_store.rb b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/initializers/session_store.rb deleted file mode 100644 index 7544e56..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_routes_controllers_session' diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/initializers/wrap_parameters.rb b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/locales/en.yml b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/routes.rb b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/routes.rb deleted file mode 100644 index d55633a..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/routes.rb +++ /dev/null @@ -1,68 +0,0 @@ -Rails.application.routes.draw do - get 'displays/index' - - get 'displays/hello' - - get 'displays/say' - get 'displays/say/hello' => 'displays#say' - get 'displays/say/hello/:name' => 'displays#say' - - get 'displays/times' - - get 'displays/restart' - - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/secrets.yml b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/secrets.yml deleted file mode 100644 index 449846c..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: 5f40a07535b11535c3334b46c06bacb71aa65f608eb3bbe9274a3049f0bebe499949d8277cddf20d85ac18f103851d24e77c91f70af4df6db6c9b757dcefab16 - -test: - secret_key_base: 4f07d6b45178f74ff2a76339d0bc130aacbe2da511cb2af35890ca961bbf4273c2cae311605f1813a7ea0f64b5df3aed9eba6276f0a438239f1c05145826d660 - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/db/seeds.rb b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/lib/assets/.keep b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/lib/tasks/.keep b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/log/.keep b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/public/404.html b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/public/404.html deleted file mode 100644 index b612547..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/public/422.html b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/public/500.html b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/public/favicon.ico b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/public/robots.txt b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/test/controllers/.keep b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/test/controllers/displays_controller_test.rb b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/test/controllers/displays_controller_test.rb deleted file mode 100644 index 2428414..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/test/controllers/displays_controller_test.rb +++ /dev/null @@ -1,29 +0,0 @@ -require 'test_helper' - -class DisplaysControllerTest < ActionController::TestCase - test "should get index" do - get :index - assert_response :success - end - - test "should get hello" do - get :hello - assert_response :success - end - - test "should get say" do - get :say - assert_response :success - end - - test "should get times" do - get :times - assert_response :success - end - - test "should get restart" do - get :restart - assert_response :success - end - -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/test/fixtures/.keep b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/test/helpers/.keep b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/test/integration/.keep b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/test/mailers/.keep b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/test/models/.keep b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/test/test_helper.rb b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/vendor/assets/javascripts/.keep b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/vendor/assets/stylesheets/.keep b/Tamisha_Damas/Rails/Controllers & Views /routes_controllers/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/.gitignore b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/Gemfile b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/Gemfile deleted file mode 100644 index 394b9b1..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/Gemfile +++ /dev/null @@ -1,47 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby -gem 'hirb' -gem 'rails-footnotes', '~> 4.0' -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/Gemfile.lock b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/Gemfile.lock deleted file mode 100644 index 9937b63..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/Gemfile.lock +++ /dev/null @@ -1,176 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.2) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.2) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.0) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.8.6) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.6.6) - mime-types (>= 1.16, < 4) - mime-types (3.1) - mime-types-data (~> 3.2015) - mime-types-data (3.2016.0521) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-footnotes (4.1.8) - rails (>= 3.2) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.1.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.2) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.6) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.3) - thread_safe (~> 0.1) - uglifier (3.2.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - rails-footnotes (~> 4.0) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.15.4 diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/README.rdoc b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/Rakefile b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/assets/images/.keep b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/assets/javascripts/application.js b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/assets/javascripts/dojos.coffee b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/assets/javascripts/dojos.coffee deleted file mode 100644 index 24f83d1..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/assets/javascripts/dojos.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://coffeescript.org/ diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/assets/stylesheets/application.css b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/assets/stylesheets/dojos.scss b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/assets/stylesheets/dojos.scss deleted file mode 100644 index 0964a70..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/assets/stylesheets/dojos.scss +++ /dev/null @@ -1,10 +0,0 @@ -// Place all the styles related to the Dojos controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ -th, td { - padding: 15px; -} -table, th, td { - border: 1px solid black; - border-collapse: collapse; -} diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/controllers/application_controller.rb b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/controllers/concerns/.keep b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/controllers/dojos_controller.rb b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/controllers/dojos_controller.rb deleted file mode 100644 index 69201f8..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/controllers/dojos_controller.rb +++ /dev/null @@ -1,56 +0,0 @@ -class DojosController < ApplicationController - - def index - @count = Dojo.all.count - @dojos = Dojo.all - end - - def new - @dojo = Dojo.new - end - - def create - # you do not need to use instance variables in the create method because post - # doesn't render an HTML form. - - dojo = Dojo.new(dojo_params) - - if dojo.save - puts "Your form was successfully entered." - return redirect_to root_path - else - flash[:errors] = dojo.errors.full_messages - redirect_to :back - end - end - - def show - @dojo = Dojo.find(params[:id]) - @students = @dojo.students - end - - def edit - @dojo = Dojo.find(params[:id]) - end - - def update - @dojo = Dojo.find(params[:id]) - - if @dojo.update(dojo_params) - redirect_to root_path, notice: "You have successfully updated a Dojo!" - else - flash[:errors] = @dojo.errors.full_messages - redirect_to :back - end - end - - def destroy - Dojo.find(params[:id]).destroy - redirect_to :root - end - - private - def dojo_params - params.require(:dojo).permit(:branch, :street, :city, :state) - end -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/controllers/students_controller.rb b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/controllers/students_controller.rb deleted file mode 100644 index 1bdf7ed..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/controllers/students_controller.rb +++ /dev/null @@ -1,46 +0,0 @@ -class StudentsController < ApplicationController - - def index - @dojo = Dojo.find(params[:id]) - end - - def new - @dojos = Dojo.all - return render :new - end - - def create - @student = Student.create(student_params) - return redirect_to create_dojo_path params[:dojo_id] if @student.valid? - flash[:errors] = @student.errors.full_messages - return redirect_to new_student_path - end - - def show - @student = Student.find(params[:id]) - @students = Student.where(dojo_id: @student.dojo.id).where.not(id: @student.id) - end - - def edit - @student = Student.find(params[:id]) - @dojos = Dojo.all - end - - def update - @student = Student.find(params[:id]) - @student.update(student_params) - return redirect_to dojo_path params[:dojo_id] if @student.valid? - flash[:errors] = @student.errors.full_messages - return redirect_to edit_student_path @student.dojo.id, @student.id - - end - - def destroy - Student.find(params[:id]).destroy - redirect_to create_dojo_path params[:dojo_id] - end - private - def student_params - params.require(:student).permit(:first_name, :last_name, :email, :dojo_id) - end -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/helpers/application_helper.rb b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/helpers/dojos_helper.rb b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/helpers/dojos_helper.rb deleted file mode 100644 index 194211a..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/helpers/dojos_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module DojosHelper -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/mailers/.keep b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/models/.keep b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/models/concerns/.keep b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/models/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/models/dojo.rb b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/models/dojo.rb deleted file mode 100644 index b53fe10..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/models/dojo.rb +++ /dev/null @@ -1,5 +0,0 @@ -class Dojo < ActiveRecord::Base - has_many :students - validates :branch, :street, :city, :state, presence: true - validates :state, length: { is: 2} -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/models/student.rb b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/models/student.rb deleted file mode 100644 index 69a9ea9..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/models/student.rb +++ /dev/null @@ -1,7 +0,0 @@ -class Student < ActiveRecord::Base - belongs_to :dojo - EMAIL_REGEX = /\A([^@\s]+)@((?:[-a-z0-9]+\.)+[a-z]+)\z/i - validates :first_name, :last_name, presence: true, length: { in: 2..20 } - validates :email, presence: true, uniqueness: { case_sensitive: false }, format: { with: EMAIL_REGEX } - -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/views/dojos/destroy.html.erb b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/views/dojos/destroy.html.erb deleted file mode 100644 index 0079ae0..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/views/dojos/destroy.html.erb +++ /dev/null @@ -1,2 +0,0 @@ -

Dojos#destroy

-

Find me in app/views/dojos/destroy.html.erb

diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/views/dojos/edit.html.erb b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/views/dojos/edit.html.erb deleted file mode 100644 index fc21b7d..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/views/dojos/edit.html.erb +++ /dev/null @@ -1,32 +0,0 @@ -

Editing <%= @dojo.branch %>

- -<% if flash[:errors] %> - <% flash[:errors].each do |error| %> -

<%= error %>

- <% end %> -<% end %> - -
- - - - -
-
- - -
-
- - -
-
- - -
-
- -
-Home -Show diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/views/dojos/index.html.erb b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/views/dojos/index.html.erb deleted file mode 100644 index 5e18ff3..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/views/dojos/index.html.erb +++ /dev/null @@ -1,29 +0,0 @@ -

Listing <%= @count %> Dojos!

- -<% if flash[:notice] %> -

<%= flash[:notice] %>

-<% end %> - - - - - - - - - <% @dojos.each do |dojo| %> - - - - - - - - <% end %> -
Coding Dojo BranchStreetCityStateAction
<%= dojo.branch %><%= dojo.street %><%= dojo.city %><%= dojo.state %>Show - Edit - Delete -
-
-
-New Dojo diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/views/dojos/new.html.erb b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/views/dojos/new.html.erb deleted file mode 100644 index 124319b..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/views/dojos/new.html.erb +++ /dev/null @@ -1,28 +0,0 @@ -

New Dojo

- - - -
- - - -
-
- - -
-
- - -
-
- - -
-
- -
-
-
-Home diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/views/dojos/show.html.erb b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/views/dojos/show.html.erb deleted file mode 100644 index 051c135..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/views/dojos/show.html.erb +++ /dev/null @@ -1,38 +0,0 @@ -

<%= @dojo.branch %>

Edit -
-
- - -
-
- -
-
- -<% if flash[:notice] %> -

<%= flash[:notice] %>

-<% end %> - -

Student Rooster

-
- - - - - - - - <% @students.each do |student| %> - - - - - - - <% end %> -
First NameLast NameEmailAction
<%= student.first_name %><%= student.last_name %><%= student.email %>Show - Edit - Delete -
-Home -Add Student diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/views/layouts/application.html.erb b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/views/layouts/application.html.erb deleted file mode 100644 index d71ed70..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/views/layouts/application.html.erb +++ /dev/null @@ -1,18 +0,0 @@ - - - - DojoDashboard - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - <% if flash[:errors] %> - <% flash[:errors].each do |error| %> -

<%= error %>

- <% end %> - <% end %> -<%= yield %> - - - diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/views/students/edit.html.erb b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/views/students/edit.html.erb deleted file mode 100644 index 8896f44..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/views/students/edit.html.erb +++ /dev/null @@ -1,29 +0,0 @@ -
- - - - -
-
- - -
-
- - -
-
- - -
-
- - -
-
-Home diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/views/students/index.html.erb b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/views/students/index.html.erb deleted file mode 100644 index 3854cd8..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/views/students/index.html.erb +++ /dev/null @@ -1 +0,0 @@ -

!

diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/views/students/new.html.erb b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/views/students/new.html.erb deleted file mode 100644 index 1bea4b1..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/views/students/new.html.erb +++ /dev/null @@ -1,32 +0,0 @@ -

New Student

- - - -
- - - -
-
- - -
-
- - -
-
- - -
-
- - -
-
-Home diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/views/students/show.html.erb b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/views/students/show.html.erb deleted file mode 100644 index 0f52ab8..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/views/students/show.html.erb +++ /dev/null @@ -1,23 +0,0 @@ -

<%= @student.dojo.branch %>'s <%= @student.first_name %>'

-
-

Email: <%= @student.email %>

-
-

Cohort

-
- - - - - - - <% @students.each do |student| %> - - - - - - <% end %> -
First NameLast NameEmail
<%= student.first_name %><%= student.last_name %><%= student.email %>
- -Home -Edit diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/bin/bundle b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/bin/rails b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/bin/rails deleted file mode 100755 index 0138d79..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/bin/rake b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/bin/setup b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/bin/setup deleted file mode 100755 index acdb2c1..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/bin/spring b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config.ru b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/application.rb b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/application.rb deleted file mode 100644 index 0e5ac64..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module DojoDashboard - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/boot.rb b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/database.yml b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/environment.rb b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/environments/development.rb b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/environments/development.rb deleted file mode 100644 index b55e214..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/environments/development.rb +++ /dev/null @@ -1,41 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/environments/production.rb b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/environments/test.rb b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/initializers/assets.rb b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/initializers/backtrace_silencers.rb b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/initializers/cookies_serializer.rb b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/initializers/filter_parameter_logging.rb b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/initializers/inflections.rb b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/initializers/mime_types.rb b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/initializers/rails_footnotes.rb b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/initializers/rails_footnotes.rb deleted file mode 100644 index 9a15363..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/initializers/rails_footnotes.rb +++ /dev/null @@ -1,27 +0,0 @@ -defined?(Footnotes) && Footnotes.setup do |f| - # Whether or not to enable footnotes - f.enabled = Rails.env.development? - # You can also use a lambda / proc to conditionally toggle footnotes - # Example : - # f.enabled = -> { User.current.admin? } - # Beware of thread-safety though, Footnotes.enabled is NOT thread safe - # and should not be modified anywhere else. - - # Only toggle some notes : - # f.notes = [:session, :cookies, :params, :filters, :routes, :env, :queries, :log] - - # Change the prefix : - # f.prefix = 'mvim://open?url=file://%s&line=%d&column=%d' - - # Disable style : - # f.no_style = true - - # Lock notes to top right : - # f.lock_top_right = true - - # Change font size : - # f.font_size = '11px' - - # Allow to open multiple notes : - # f.multiple_notes = true -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/initializers/session_store.rb b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/initializers/session_store.rb deleted file mode 100644 index d8522bf..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_dojo_dashboard_session' diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/initializers/wrap_parameters.rb b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/locales/en.yml b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/routes.rb b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/routes.rb deleted file mode 100644 index 84c6d27..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/routes.rb +++ /dev/null @@ -1,74 +0,0 @@ -Rails.application.routes.draw do - - root 'dojos#index' - get 'dojos' => 'dojos#index', as: 'dojos' - get 'dojos/new' => 'dojos#new', as: 'new_dojos' - post '/' => 'dojos#create', as: 'dojo' - get 'dojos/:id' => 'dojos#show', as: 'create_dojo' - get 'dojos/:id/edit' => 'dojos#edit', as: 'edit_dojo' - patch 'dojos/:id' => 'dojos#update', as: 'update_dojo' - delete 'dojos/:id' => 'dojos#destroy', as: 'delete_dojo' - - get 'dojos/:dojo_id/students' => 'students#index', as: 'students' - get 'dojos/:dojo_id/students/new' => 'students#new', as: 'new_student' - post 'dojos/:dojo_id/students' => 'students#create', as: 'create_student' - get 'dojos/:dojo_id/students/:id' => 'students#show', as: 'student' - get 'dojos/:dojo_id/students/:id/edit' => 'students#edit', as: 'edit_student' - patch 'dojos/:dojo_id/students/:id' => 'students#update', as: 'update_student' - delete 'dojos/:dojo_id/students/:id' => 'students#destroy', as: 'remove_student' - - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/secrets.yml b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/secrets.yml deleted file mode 100644 index 62d4cd0..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: 6a064b0fe2ffda54b60a328301b3842ad7c5126648b94d6676eb27f954a2535c8a49dd3d4544060b03cf288b8c4725ef21837b9fa77ff58260993ee100334920 - -test: - secret_key_base: 1d691f7cf31f3e11e55aad752facd40dbf853be5a1ab837cf5f05fd44c718588dc6cb1d442e87ac93cef13bb442a92375c7a2973f7e67a6b55dcf105d25ba10b - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/db/migrate/20171015215328_create_dojos.rb b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/db/migrate/20171015215328_create_dojos.rb deleted file mode 100644 index 0df8b3d..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/db/migrate/20171015215328_create_dojos.rb +++ /dev/null @@ -1,12 +0,0 @@ -class CreateDojos < ActiveRecord::Migration - def change - create_table :dojos do |t| - t.string :branch - t.string :street - t.string :city - t.string :state - - t.timestamps null: false - end - end -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/db/migrate/20171016232721_create_students.rb b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/db/migrate/20171016232721_create_students.rb deleted file mode 100644 index 886ff7e..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/db/migrate/20171016232721_create_students.rb +++ /dev/null @@ -1,12 +0,0 @@ -class CreateStudents < ActiveRecord::Migration - def change - create_table :students do |t| - t.string :first_name - t.string :last_name - t.string :email - t.references :dojo, index: true, foreign_key: true - - t.timestamps null: false - end - end -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/db/schema.rb b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/db/schema.rb deleted file mode 100644 index 8c8ce4e..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/db/schema.rb +++ /dev/null @@ -1,36 +0,0 @@ -# encoding: UTF-8 -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# Note that this schema.rb definition is the authoritative source for your -# database schema. If you need to create the application database on another -# system, you should be using db:schema:load, not running all the migrations -# from scratch. The latter is a flawed and unsustainable approach (the more migrations -# you'll amass, the slower it'll run and the greater likelihood for issues). -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema.define(version: 20171016232721) do - - create_table "dojos", force: :cascade do |t| - t.string "branch" - t.string "street" - t.string "city" - t.string "state" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - create_table "students", force: :cascade do |t| - t.string "first_name" - t.string "last_name" - t.string "email" - t.integer "dojo_id" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - add_index "students", ["dojo_id"], name: "index_students_on_dojo_id" - -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/db/seeds.rb b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/lib/assets/.keep b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/lib/tasks/.keep b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/log/.keep b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/public/404.html b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/public/404.html deleted file mode 100644 index b612547..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/public/422.html b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/public/500.html b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/public/favicon.ico b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/public/robots.txt b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/test/controllers/.keep b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/test/controllers/dojos_controller_test.rb b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/test/controllers/dojos_controller_test.rb deleted file mode 100644 index fe24085..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/test/controllers/dojos_controller_test.rb +++ /dev/null @@ -1,19 +0,0 @@ -require 'test_helper' - -class DojosControllerTest < ActionController::TestCase - test "should get show" do - get :show - assert_response :success - end - - test "should get edit" do - get :edit - assert_response :success - end - - test "should get destroy" do - get :destroy - assert_response :success - end - -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/test/controllers/students_controller_test.rb b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/test/controllers/students_controller_test.rb deleted file mode 100644 index 0d88f7d..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/test/controllers/students_controller_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class StudentsControllerTest < ActionController::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/test/fixtures/.keep b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/test/fixtures/dojos.yml b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/test/fixtures/dojos.yml deleted file mode 100644 index 215263e..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/test/fixtures/dojos.yml +++ /dev/null @@ -1,13 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - branch: MyString - street: MyString - city: MyString - state: MyString - -two: - branch: MyString - street: MyString - city: MyString - state: MyString diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/test/fixtures/students.yml b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/test/fixtures/students.yml deleted file mode 100644 index 6a94c30..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/test/fixtures/students.yml +++ /dev/null @@ -1,13 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - first_name: MyString - last_name: MyString - email: MyString - dojo_id: - -two: - first_name: MyString - last_name: MyString - email: MyString - dojo_id: diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/test/helpers/.keep b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/test/integration/.keep b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/test/mailers/.keep b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/test/models/.keep b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/test/models/dojo_test.rb b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/test/models/dojo_test.rb deleted file mode 100644 index a078f30..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/test/models/dojo_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class DojoTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/test/test_helper.rb b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/vendor/assets/javascripts/.keep b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/vendor/assets/stylesheets/.keep b/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /Blogs/.gitignore b/Tamisha_Damas/Rails/Models /Blogs/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/Tamisha_Damas/Rails/Models /Blogs/Gemfile b/Tamisha_Damas/Rails/Models /Blogs/Gemfile deleted file mode 100644 index 7ef2c56..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/Gemfile +++ /dev/null @@ -1,46 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby -gem 'hirb' -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end diff --git a/Tamisha_Damas/Rails/Models /Blogs/Gemfile.lock b/Tamisha_Damas/Rails/Models /Blogs/Gemfile.lock deleted file mode 100644 index b07f42d..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/Gemfile.lock +++ /dev/null @@ -1,173 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.2) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.2) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.0) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.8.6) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.6.6) - mime-types (>= 1.16, < 4) - mime-types (3.1) - mime-types-data (~> 3.2015) - mime-types-data (3.2016.0521) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.1.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.2) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.6) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.3) - thread_safe (~> 0.1) - uglifier (3.2.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.15.4 diff --git a/Tamisha_Damas/Rails/Models /Blogs/README.rdoc b/Tamisha_Damas/Rails/Models /Blogs/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/Tamisha_Damas/Rails/Models /Blogs/Rakefile b/Tamisha_Damas/Rails/Models /Blogs/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/Tamisha_Damas/Rails/Models /Blogs/app/assets/images/.keep b/Tamisha_Damas/Rails/Models /Blogs/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /Blogs/app/assets/javascripts/application.js b/Tamisha_Damas/Rails/Models /Blogs/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/Tamisha_Damas/Rails/Models /Blogs/app/assets/stylesheets/application.css b/Tamisha_Damas/Rails/Models /Blogs/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/Tamisha_Damas/Rails/Models /Blogs/app/controllers/application_controller.rb b/Tamisha_Damas/Rails/Models /Blogs/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/Tamisha_Damas/Rails/Models /Blogs/app/controllers/concerns/.keep b/Tamisha_Damas/Rails/Models /Blogs/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /Blogs/app/helpers/application_helper.rb b/Tamisha_Damas/Rails/Models /Blogs/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/Tamisha_Damas/Rails/Models /Blogs/app/mailers/.keep b/Tamisha_Damas/Rails/Models /Blogs/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /Blogs/app/models/.keep b/Tamisha_Damas/Rails/Models /Blogs/app/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /Blogs/app/models/blog.rb b/Tamisha_Damas/Rails/Models /Blogs/app/models/blog.rb deleted file mode 100644 index 6853340..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/app/models/blog.rb +++ /dev/null @@ -1,4 +0,0 @@ -class Blog < ActiveRecord::Base - has_many :posts - validates :name, :description, presence: true -end diff --git a/Tamisha_Damas/Rails/Models /Blogs/app/models/concerns/.keep b/Tamisha_Damas/Rails/Models /Blogs/app/models/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /Blogs/app/models/message.rb b/Tamisha_Damas/Rails/Models /Blogs/app/models/message.rb deleted file mode 100644 index 54c6506..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/app/models/message.rb +++ /dev/null @@ -1,5 +0,0 @@ -class Message < ActiveRecord::Base - belongs_to :post - validates :author, :message, presence: true - validates :message, length: { minimum: 15 } -end diff --git a/Tamisha_Damas/Rails/Models /Blogs/app/models/post.rb b/Tamisha_Damas/Rails/Models /Blogs/app/models/post.rb deleted file mode 100644 index 05f3485..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/app/models/post.rb +++ /dev/null @@ -1,5 +0,0 @@ -class Post < ActiveRecord::Base - belongs_to :blog - has_many :messages, dependent: :destroy - validates :title, :content, presence: true, length: { minimum: 7 } -end diff --git a/Tamisha_Damas/Rails/Models /Blogs/app/views/layouts/application.html.erb b/Tamisha_Damas/Rails/Models /Blogs/app/views/layouts/application.html.erb deleted file mode 100644 index 5cd984b..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - Blogs - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/Tamisha_Damas/Rails/Models /Blogs/bin/bundle b/Tamisha_Damas/Rails/Models /Blogs/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/Tamisha_Damas/Rails/Models /Blogs/bin/rails b/Tamisha_Damas/Rails/Models /Blogs/bin/rails deleted file mode 100755 index 0138d79..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/Tamisha_Damas/Rails/Models /Blogs/bin/rake b/Tamisha_Damas/Rails/Models /Blogs/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/Tamisha_Damas/Rails/Models /Blogs/bin/setup b/Tamisha_Damas/Rails/Models /Blogs/bin/setup deleted file mode 100755 index acdb2c1..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/Tamisha_Damas/Rails/Models /Blogs/bin/spring b/Tamisha_Damas/Rails/Models /Blogs/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/Tamisha_Damas/Rails/Models /Blogs/config.ru b/Tamisha_Damas/Rails/Models /Blogs/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/Tamisha_Damas/Rails/Models /Blogs/config/application.rb b/Tamisha_Damas/Rails/Models /Blogs/config/application.rb deleted file mode 100644 index c39e324..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module Blogs - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/Tamisha_Damas/Rails/Models /Blogs/config/boot.rb b/Tamisha_Damas/Rails/Models /Blogs/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/Tamisha_Damas/Rails/Models /Blogs/config/database.yml b/Tamisha_Damas/Rails/Models /Blogs/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/Tamisha_Damas/Rails/Models /Blogs/config/environment.rb b/Tamisha_Damas/Rails/Models /Blogs/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/Tamisha_Damas/Rails/Models /Blogs/config/environments/development.rb b/Tamisha_Damas/Rails/Models /Blogs/config/environments/development.rb deleted file mode 100644 index b55e214..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/config/environments/development.rb +++ /dev/null @@ -1,41 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Tamisha_Damas/Rails/Models /Blogs/config/environments/production.rb b/Tamisha_Damas/Rails/Models /Blogs/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/Tamisha_Damas/Rails/Models /Blogs/config/environments/test.rb b/Tamisha_Damas/Rails/Models /Blogs/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Tamisha_Damas/Rails/Models /Blogs/config/initializers/assets.rb b/Tamisha_Damas/Rails/Models /Blogs/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/Tamisha_Damas/Rails/Models /Blogs/config/initializers/backtrace_silencers.rb b/Tamisha_Damas/Rails/Models /Blogs/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/Tamisha_Damas/Rails/Models /Blogs/config/initializers/cookies_serializer.rb b/Tamisha_Damas/Rails/Models /Blogs/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/Tamisha_Damas/Rails/Models /Blogs/config/initializers/filter_parameter_logging.rb b/Tamisha_Damas/Rails/Models /Blogs/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/Tamisha_Damas/Rails/Models /Blogs/config/initializers/inflections.rb b/Tamisha_Damas/Rails/Models /Blogs/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/Tamisha_Damas/Rails/Models /Blogs/config/initializers/mime_types.rb b/Tamisha_Damas/Rails/Models /Blogs/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/Tamisha_Damas/Rails/Models /Blogs/config/initializers/session_store.rb b/Tamisha_Damas/Rails/Models /Blogs/config/initializers/session_store.rb deleted file mode 100644 index eabcaa8..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_Blogs_session' diff --git a/Tamisha_Damas/Rails/Models /Blogs/config/initializers/wrap_parameters.rb b/Tamisha_Damas/Rails/Models /Blogs/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/Tamisha_Damas/Rails/Models /Blogs/config/locales/en.yml b/Tamisha_Damas/Rails/Models /Blogs/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/Tamisha_Damas/Rails/Models /Blogs/config/routes.rb b/Tamisha_Damas/Rails/Models /Blogs/config/routes.rb deleted file mode 100644 index 3f66539..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/config/routes.rb +++ /dev/null @@ -1,56 +0,0 @@ -Rails.application.routes.draw do - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/Tamisha_Damas/Rails/Models /Blogs/config/secrets.yml b/Tamisha_Damas/Rails/Models /Blogs/config/secrets.yml deleted file mode 100644 index 9f51ee9..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: 7cb6cdcc0308b9d934cbe213a29a5b2f799d3a26f883577938649f6da9dbff5b531e53f77ef8ba57338a3536c7017e3d35e724434a6271827d3347faf0a50908 - -test: - secret_key_base: 8e5bb78496e881297dd7585db156c226a0d2bd2695c4f9ec22b60cf61d731b608cb5b4297870037bd3cbe2d70b8a4f497a09e53d2838e1ff0211fa0765897fac - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/Tamisha_Damas/Rails/Models /Blogs/db/migrate/20171009180749_create_blogs.rb b/Tamisha_Damas/Rails/Models /Blogs/db/migrate/20171009180749_create_blogs.rb deleted file mode 100644 index 3dd2ad7..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/db/migrate/20171009180749_create_blogs.rb +++ /dev/null @@ -1,23 +0,0 @@ -class CreateBlogs < ActiveRecord::Migration - def change - create_table :blogs do |t| - t.string :name - t.text :description - - t.timestamps null: false - end - end -end - -# ///////retrieving all post for the first blog -# Blog.first.posts -# ////////know how to retrieve all posts for the last blog (sorted by title in the DESC order). -# Blog.last.posts.order(title: :DESC) -# /////////know how to update the first post's title. -# Post.first.update(title:"Red Bottoms") -# /////////know how to delete the third post (have the model automatically delete all messages associated with the third post when you delete the third post). -# Post.third.messages.destroy_all -# know how to retrieve all blogs -# Blog.all -# know how to retrieve all blogs whose id is less than 5. -# Blog.where("id < ?", 5) diff --git a/Tamisha_Damas/Rails/Models /Blogs/db/migrate/20171009180920_create_posts.rb b/Tamisha_Damas/Rails/Models /Blogs/db/migrate/20171009180920_create_posts.rb deleted file mode 100644 index 90e2db8..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/db/migrate/20171009180920_create_posts.rb +++ /dev/null @@ -1,11 +0,0 @@ -class CreatePosts < ActiveRecord::Migration - def change - create_table :posts do |t| - t.string :title - t.text :content - t.references :blog, index: true, foreign_key: true - - t.timestamps null: false - end - end -end diff --git a/Tamisha_Damas/Rails/Models /Blogs/db/migrate/20171009181240_create_messages.rb b/Tamisha_Damas/Rails/Models /Blogs/db/migrate/20171009181240_create_messages.rb deleted file mode 100644 index cf927e7..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/db/migrate/20171009181240_create_messages.rb +++ /dev/null @@ -1,11 +0,0 @@ -class CreateMessages < ActiveRecord::Migration - def change - create_table :messages do |t| - t.string :author - t.text :message - t.references :post, index: true, foreign_key: true - - t.timestamps null: false - end - end -end diff --git a/Tamisha_Damas/Rails/Models /Blogs/db/schema.rb b/Tamisha_Damas/Rails/Models /Blogs/db/schema.rb deleted file mode 100644 index 20b00c3..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/db/schema.rb +++ /dev/null @@ -1,43 +0,0 @@ -# encoding: UTF-8 -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# Note that this schema.rb definition is the authoritative source for your -# database schema. If you need to create the application database on another -# system, you should be using db:schema:load, not running all the migrations -# from scratch. The latter is a flawed and unsustainable approach (the more migrations -# you'll amass, the slower it'll run and the greater likelihood for issues). -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema.define(version: 20171009181240) do - - create_table "blogs", force: :cascade do |t| - t.string "name" - t.text "description" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - create_table "messages", force: :cascade do |t| - t.string "author" - t.text "message" - t.integer "post_id" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - add_index "messages", ["post_id"], name: "index_messages_on_post_id" - - create_table "posts", force: :cascade do |t| - t.string "title" - t.text "content" - t.integer "blog_id" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - add_index "posts", ["blog_id"], name: "index_posts_on_blog_id" - -end diff --git a/Tamisha_Damas/Rails/Models /Blogs/db/seeds.rb b/Tamisha_Damas/Rails/Models /Blogs/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/Tamisha_Damas/Rails/Models /Blogs/lib/assets/.keep b/Tamisha_Damas/Rails/Models /Blogs/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /Blogs/lib/tasks/.keep b/Tamisha_Damas/Rails/Models /Blogs/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /Blogs/log/.keep b/Tamisha_Damas/Rails/Models /Blogs/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /Blogs/public/404.html b/Tamisha_Damas/Rails/Models /Blogs/public/404.html deleted file mode 100644 index b612547..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Tamisha_Damas/Rails/Models /Blogs/public/422.html b/Tamisha_Damas/Rails/Models /Blogs/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Tamisha_Damas/Rails/Models /Blogs/public/500.html b/Tamisha_Damas/Rails/Models /Blogs/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Tamisha_Damas/Rails/Models /Blogs/public/favicon.ico b/Tamisha_Damas/Rails/Models /Blogs/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /Blogs/public/robots.txt b/Tamisha_Damas/Rails/Models /Blogs/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/Tamisha_Damas/Rails/Models /Blogs/test/controllers/.keep b/Tamisha_Damas/Rails/Models /Blogs/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /Blogs/test/fixtures/.keep b/Tamisha_Damas/Rails/Models /Blogs/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /Blogs/test/fixtures/blogs.yml b/Tamisha_Damas/Rails/Models /Blogs/test/fixtures/blogs.yml deleted file mode 100644 index 2ff75a8..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/test/fixtures/blogs.yml +++ /dev/null @@ -1,9 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - name: MyString - description: MyText - -two: - name: MyString - description: MyText diff --git a/Tamisha_Damas/Rails/Models /Blogs/test/fixtures/messages.yml b/Tamisha_Damas/Rails/Models /Blogs/test/fixtures/messages.yml deleted file mode 100644 index e3c84c8..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/test/fixtures/messages.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - author: MyString - message: MyText - post_id: - -two: - author: MyString - message: MyText - post_id: diff --git a/Tamisha_Damas/Rails/Models /Blogs/test/fixtures/posts.yml b/Tamisha_Damas/Rails/Models /Blogs/test/fixtures/posts.yml deleted file mode 100644 index dcc822e..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/test/fixtures/posts.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - title: MyString - content: MyText - blog_id: - -two: - title: MyString - content: MyText - blog_id: diff --git a/Tamisha_Damas/Rails/Models /Blogs/test/helpers/.keep b/Tamisha_Damas/Rails/Models /Blogs/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /Blogs/test/integration/.keep b/Tamisha_Damas/Rails/Models /Blogs/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /Blogs/test/mailers/.keep b/Tamisha_Damas/Rails/Models /Blogs/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /Blogs/test/models/.keep b/Tamisha_Damas/Rails/Models /Blogs/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /Blogs/test/models/blog_test.rb b/Tamisha_Damas/Rails/Models /Blogs/test/models/blog_test.rb deleted file mode 100644 index 5038377..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/test/models/blog_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class BlogTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/Tamisha_Damas/Rails/Models /Blogs/test/models/message_test.rb b/Tamisha_Damas/Rails/Models /Blogs/test/models/message_test.rb deleted file mode 100644 index 11e5db0..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/test/models/message_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class MessageTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/Tamisha_Damas/Rails/Models /Blogs/test/models/post_test.rb b/Tamisha_Damas/Rails/Models /Blogs/test/models/post_test.rb deleted file mode 100644 index 6d9d463..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/test/models/post_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class PostTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/Tamisha_Damas/Rails/Models /Blogs/test/test_helper.rb b/Tamisha_Damas/Rails/Models /Blogs/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/Tamisha_Damas/Rails/Models /Blogs/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/Tamisha_Damas/Rails/Models /Blogs/vendor/assets/javascripts/.keep b/Tamisha_Damas/Rails/Models /Blogs/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /Blogs/vendor/assets/stylesheets/.keep b/Tamisha_Damas/Rails/Models /Blogs/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/.gitignore b/Tamisha_Damas/Rails/Models /Friends(self_join)/.gitignore deleted file mode 100644 index dcc5b36..0000000 --- a/Tamisha_Damas/Rails/Models /Friends(self_join)/.gitignore +++ /dev/null @@ -1,23 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -/tmp/* -!/log/.keep -!/tmp/.keep - -/node_modules -/yarn-error.log - -.byebug_history diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/Gemfile b/Tamisha_Damas/Rails/Models /Friends(self_join)/Gemfile deleted file mode 100644 index 5a49bc9..0000000 --- a/Tamisha_Damas/Rails/Models /Friends(self_join)/Gemfile +++ /dev/null @@ -1,54 +0,0 @@ -source 'https://rubygems.org' - -git_source(:github) do |repo_name| - repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/") - "https://github.com/#{repo_name}.git" -end - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '~> 5.1.4' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use Puma as the app server -gem 'puma', '~> 3.7' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby -gem 'hirb' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.2' -# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks -gem 'turbolinks', '~> 5' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.5' -# Use Redis adapter to run Action Cable in production -# gem 'redis', '~> 3.0' -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] - # Adds support for Capybara system testing and selenium driver - gem 'capybara', '~> 2.13' - gem 'selenium-webdriver' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> anywhere in the code. - gem 'web-console', '>= 3.3.0' - gem 'listen', '>= 3.0.5', '< 3.2' - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' - gem 'spring-watcher-listen', '~> 2.0.0' -end - -# Windows does not include zoneinfo files, so bundle the tzinfo-data gem -gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/Gemfile.lock b/Tamisha_Damas/Rails/Models /Friends(self_join)/Gemfile.lock deleted file mode 100644 index 44460ff..0000000 --- a/Tamisha_Damas/Rails/Models /Friends(self_join)/Gemfile.lock +++ /dev/null @@ -1,198 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actioncable (5.1.4) - actionpack (= 5.1.4) - nio4r (~> 2.0) - websocket-driver (~> 0.6.1) - actionmailer (5.1.4) - actionpack (= 5.1.4) - actionview (= 5.1.4) - activejob (= 5.1.4) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 2.0) - actionpack (5.1.4) - actionview (= 5.1.4) - activesupport (= 5.1.4) - rack (~> 2.0) - rack-test (>= 0.6.3) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.1.4) - activesupport (= 5.1.4) - builder (~> 3.1) - erubi (~> 1.4) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.0.3) - activejob (5.1.4) - activesupport (= 5.1.4) - globalid (>= 0.3.6) - activemodel (5.1.4) - activesupport (= 5.1.4) - activerecord (5.1.4) - activemodel (= 5.1.4) - activesupport (= 5.1.4) - arel (~> 8.0) - activesupport (5.1.4) - concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (~> 0.7) - minitest (~> 5.1) - tzinfo (~> 1.1) - addressable (2.5.2) - public_suffix (>= 2.0.2, < 4.0) - arel (8.0.0) - bindex (0.5.0) - builder (3.2.3) - byebug (9.1.0) - capybara (2.16.1) - addressable - mini_mime (>= 0.1.3) - nokogiri (>= 1.3.3) - rack (>= 1.0.0) - rack-test (>= 0.5.4) - xpath (~> 2.0) - childprocess (0.8.0) - ffi (~> 1.0, >= 1.0.11) - coffee-rails (4.2.2) - coffee-script (>= 2.2.0) - railties (>= 4.0.0) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - erubi (1.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - listen (3.1.5) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - ruby_dep (~> 1.2) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - method_source (0.9.0) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nio4r (2.1.0) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - public_suffix (3.0.1) - puma (3.11.0) - rack (2.0.3) - rack-test (0.8.2) - rack (>= 1.0, < 3) - rails (5.1.4) - actioncable (= 5.1.4) - actionmailer (= 5.1.4) - actionpack (= 5.1.4) - actionview (= 5.1.4) - activejob (= 5.1.4) - activemodel (= 5.1.4) - activerecord (= 5.1.4) - activesupport (= 5.1.4) - bundler (>= 1.3.0) - railties (= 5.1.4) - sprockets-rails (>= 2.0.0) - rails-dom-testing (2.0.3) - activesupport (>= 4.2.0) - nokogiri (>= 1.6) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (5.1.4) - actionpack (= 5.1.4) - activesupport (= 5.1.4) - method_source - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - ruby_dep (1.5.0) - rubyzip (1.2.1) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - selenium-webdriver (3.8.0) - childprocess (~> 0.5) - rubyzip (~> 1.0) - spring (2.0.2) - activesupport (>= 4.2) - spring-watcher-listen (2.0.1) - listen (>= 2.7, < 4.0) - spring (>= 1.2, < 3.0) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (4.0.0) - execjs (>= 0.3.0, < 3) - web-console (3.5.1) - actionview (>= 5.0) - activemodel (>= 5.0) - bindex (>= 0.4.0) - railties (>= 5.0) - websocket-driver (0.6.5) - websocket-extensions (>= 0.1.0) - websocket-extensions (0.1.3) - xpath (2.1.0) - nokogiri (~> 1.3) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - capybara (~> 2.13) - coffee-rails (~> 4.2) - hirb - jbuilder (~> 2.5) - listen (>= 3.0.5, < 3.2) - puma (~> 3.7) - rails (~> 5.1.4) - sass-rails (~> 5.0) - selenium-webdriver - spring - spring-watcher-listen (~> 2.0.0) - sqlite3 - turbolinks (~> 5) - tzinfo-data - uglifier (>= 1.3.0) - web-console (>= 3.3.0) - -BUNDLED WITH - 1.16.0 diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/app/assets/images/.keep b/Tamisha_Damas/Rails/Models /Friends(self_join)/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/app/assets/javascripts/application.js b/Tamisha_Damas/Rails/Models /Friends(self_join)/app/assets/javascripts/application.js deleted file mode 100644 index 46b2035..0000000 --- a/Tamisha_Damas/Rails/Models /Friends(self_join)/app/assets/javascripts/application.js +++ /dev/null @@ -1,15 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, or any plugin's -// vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. JavaScript code in this file should be added after the last require_* statement. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require rails-ujs -//= require turbolinks -//= require_tree . diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/app/assets/javascripts/cable.js b/Tamisha_Damas/Rails/Models /Friends(self_join)/app/assets/javascripts/cable.js deleted file mode 100644 index 739aa5f..0000000 --- a/Tamisha_Damas/Rails/Models /Friends(self_join)/app/assets/javascripts/cable.js +++ /dev/null @@ -1,13 +0,0 @@ -// Action Cable provides the framework to deal with WebSockets in Rails. -// You can generate new channels where WebSocket features live using the `rails generate channel` command. -// -//= require action_cable -//= require_self -//= require_tree ./channels - -(function() { - this.App || (this.App = {}); - - App.cable = ActionCable.createConsumer(); - -}).call(this); diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/app/assets/javascripts/channels/.keep b/Tamisha_Damas/Rails/Models /Friends(self_join)/app/assets/javascripts/channels/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/app/assets/stylesheets/application.css b/Tamisha_Damas/Rails/Models /Friends(self_join)/app/assets/stylesheets/application.css deleted file mode 100644 index d05ea0f..0000000 --- a/Tamisha_Damas/Rails/Models /Friends(self_join)/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's - * vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS - * files in this directory. Styles in this file should be added after the last require_* statement. - * It is generally better to create a new file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/app/controllers/concerns/.keep b/Tamisha_Damas/Rails/Models /Friends(self_join)/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/app/helpers/application_helper.rb b/Tamisha_Damas/Rails/Models /Friends(self_join)/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/Tamisha_Damas/Rails/Models /Friends(self_join)/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/app/models/concerns/.keep b/Tamisha_Damas/Rails/Models /Friends(self_join)/app/models/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/app/models/friendship.rb b/Tamisha_Damas/Rails/Models /Friends(self_join)/app/models/friendship.rb deleted file mode 100644 index 3941175..0000000 --- a/Tamisha_Damas/Rails/Models /Friends(self_join)/app/models/friendship.rb +++ /dev/null @@ -1,4 +0,0 @@ -class Friendship < ApplicationRecord - belongs_to :user, foreign_key: "user_id", class_name: "User" - belongs_to :friend, foreign_key: "friend_id", class_name: "User" -end diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/app/models/user.rb b/Tamisha_Damas/Rails/Models /Friends(self_join)/app/models/user.rb deleted file mode 100644 index dbb08ff..0000000 --- a/Tamisha_Damas/Rails/Models /Friends(self_join)/app/models/user.rb +++ /dev/null @@ -1,21 +0,0 @@ -class User < ApplicationRecord - has_many :friendships, foreign_key: "user_id", class_name: "Friendship" - has_many :friends, through: :friendships -end - -# # Create Users -# User.create(first_name: "John", last_name: "Doe") -# User.create(first_name: "Jane", last_name: "Smith") -# User.create(first_name: "Michael", last_name: "Harris") -# User.create(first_name: "Lisa", last_name: "Johnson") -# User.create(first_name: "Ben", last_name: "Thompson") -# -# # Create Friendships -# Friendship.create(user: User.first, friend: User.last) -# Friendship.create(user: User.first, friend: User.second) -# Friendship.create(user: User.third, friend: User.third) -# Friendship.create(user: User.third, friend: User.find(4)) - -# Retrieve all frinds of the first Users -User.first.friends -User.third.friends diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/app/views/layouts/application.html.erb b/Tamisha_Damas/Rails/Models /Friends(self_join)/app/views/layouts/application.html.erb deleted file mode 100644 index bc33024..0000000 --- a/Tamisha_Damas/Rails/Models /Friends(self_join)/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - Friends - <%= csrf_meta_tags %> - - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %> - <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %> - - - - <%= yield %> - - diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/bin/bundle b/Tamisha_Damas/Rails/Models /Friends(self_join)/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/Tamisha_Damas/Rails/Models /Friends(self_join)/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/bin/rake b/Tamisha_Damas/Rails/Models /Friends(self_join)/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/Tamisha_Damas/Rails/Models /Friends(self_join)/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/bin/setup b/Tamisha_Damas/Rails/Models /Friends(self_join)/bin/setup deleted file mode 100755 index 78c4e86..0000000 --- a/Tamisha_Damas/Rails/Models /Friends(self_join)/bin/setup +++ /dev/null @@ -1,38 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' -require 'fileutils' -include FileUtils - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -def system!(*args) - system(*args) || abort("\n== Command #{args} failed ==") -end - -chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file. - - puts '== Installing dependencies ==' - system! 'gem install bundler --conservative' - system('bundle check') || system!('bundle install') - - # Install JavaScript dependencies if using Yarn - # system('bin/yarn') - - - # puts "\n== Copying sample files ==" - # unless File.exist?('config/database.yml') - # cp 'config/database.yml.sample', 'config/database.yml' - # end - - puts "\n== Preparing database ==" - system! 'bin/rails db:setup' - - puts "\n== Removing old logs and tempfiles ==" - system! 'bin/rails log:clear tmp:clear' - - puts "\n== Restarting application server ==" - system! 'bin/rails restart' -end diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/bin/spring b/Tamisha_Damas/Rails/Models /Friends(self_join)/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/Tamisha_Damas/Rails/Models /Friends(self_join)/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/bin/yarn b/Tamisha_Damas/Rails/Models /Friends(self_join)/bin/yarn deleted file mode 100755 index c2bacef..0000000 --- a/Tamisha_Damas/Rails/Models /Friends(self_join)/bin/yarn +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/env ruby -VENDOR_PATH = File.expand_path('..', __dir__) -Dir.chdir(VENDOR_PATH) do - begin - exec "yarnpkg #{ARGV.join(" ")}" - rescue Errno::ENOENT - $stderr.puts "Yarn executable was not detected in the system." - $stderr.puts "Download Yarn at https://yarnpkg.com/en/docs/install" - exit 1 - end -end diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/config/application.rb b/Tamisha_Damas/Rails/Models /Friends(self_join)/config/application.rb deleted file mode 100644 index ccb0cf1..0000000 --- a/Tamisha_Damas/Rails/Models /Friends(self_join)/config/application.rb +++ /dev/null @@ -1,18 +0,0 @@ -require_relative 'boot' - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module Friends - class Application < Rails::Application - # Initialize configuration defaults for originally generated Rails version. - config.load_defaults 5.1 - - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - end -end diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/config/cable.yml b/Tamisha_Damas/Rails/Models /Friends(self_join)/config/cable.yml deleted file mode 100644 index 32a8d08..0000000 --- a/Tamisha_Damas/Rails/Models /Friends(self_join)/config/cable.yml +++ /dev/null @@ -1,10 +0,0 @@ -development: - adapter: async - -test: - adapter: async - -production: - adapter: redis - url: redis://localhost:6379/1 - channel_prefix: Friends_production diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/config/database.yml b/Tamisha_Damas/Rails/Models /Friends(self_join)/config/database.yml deleted file mode 100644 index 0d02f24..0000000 --- a/Tamisha_Damas/Rails/Models /Friends(self_join)/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %> - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/config/environments/development.rb b/Tamisha_Damas/Rails/Models /Friends(self_join)/config/environments/development.rb deleted file mode 100644 index 5187e22..0000000 --- a/Tamisha_Damas/Rails/Models /Friends(self_join)/config/environments/development.rb +++ /dev/null @@ -1,54 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports. - config.consider_all_requests_local = true - - # Enable/disable caching. By default caching is disabled. - if Rails.root.join('tmp/caching-dev.txt').exist? - config.action_controller.perform_caching = true - - config.cache_store = :memory_store - config.public_file_server.headers = { - 'Cache-Control' => "public, max-age=#{2.days.seconds.to_i}" - } - else - config.action_controller.perform_caching = false - - config.cache_store = :null_store - end - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - config.action_mailer.perform_caching = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Suppress logger output for asset requests. - config.assets.quiet = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true - - # Use an evented file watcher to asynchronously detect changes in source code, - # routes, locales, etc. This feature depends on the listen gem. - config.file_watcher = ActiveSupport::EventedFileUpdateChecker -end diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/config/environments/production.rb b/Tamisha_Damas/Rails/Models /Friends(self_join)/config/environments/production.rb deleted file mode 100644 index ee9483d..0000000 --- a/Tamisha_Damas/Rails/Models /Friends(self_join)/config/environments/production.rb +++ /dev/null @@ -1,91 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Attempt to read encrypted secrets from `config/secrets.yml.enc`. - # Requires an encryption key in `ENV["RAILS_MASTER_KEY"]` or - # `config/secrets.yml.key`. - config.read_encrypted_secrets = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.public_file_server.enabled = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Mount Action Cable outside main process or domain - # config.action_cable.mount_path = nil - # config.action_cable.url = 'wss://example.com/cable' - # config.action_cable.allowed_request_origins = [ 'http://example.com', /http:\/\/example.*/ ] - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - config.log_tags = [ :request_id ] - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Use a real queuing backend for Active Job (and separate queues per environment) - # config.active_job.queue_adapter = :resque - # config.active_job.queue_name_prefix = "Friends_#{Rails.env}" - config.action_mailer.perform_caching = false - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Use a different logger for distributed setups. - # require 'syslog/logger' - # config.logger = ActiveSupport::TaggedLogging.new(Syslog::Logger.new 'app-name') - - if ENV["RAILS_LOG_TO_STDOUT"].present? - logger = ActiveSupport::Logger.new(STDOUT) - logger.formatter = config.log_formatter - config.logger = ActiveSupport::TaggedLogging.new(logger) - end - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/config/environments/test.rb b/Tamisha_Damas/Rails/Models /Friends(self_join)/config/environments/test.rb deleted file mode 100644 index 8e5cbde..0000000 --- a/Tamisha_Damas/Rails/Models /Friends(self_join)/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure public file server for tests with Cache-Control for performance. - config.public_file_server.enabled = true - config.public_file_server.headers = { - 'Cache-Control' => "public, max-age=#{1.hour.seconds.to_i}" - } - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - config.action_mailer.perform_caching = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/config/initializers/assets.rb b/Tamisha_Damas/Rails/Models /Friends(self_join)/config/initializers/assets.rb deleted file mode 100644 index 4b828e8..0000000 --- a/Tamisha_Damas/Rails/Models /Friends(self_join)/config/initializers/assets.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path. -# Rails.application.config.assets.paths << Emoji.images_path -# Add Yarn node_modules folder to the asset load path. -Rails.application.config.assets.paths << Rails.root.join('node_modules') - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in the app/assets -# folder are already added. -# Rails.application.config.assets.precompile += %w( admin.js admin.css ) diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/config/initializers/backtrace_silencers.rb b/Tamisha_Damas/Rails/Models /Friends(self_join)/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/Tamisha_Damas/Rails/Models /Friends(self_join)/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/config/initializers/filter_parameter_logging.rb b/Tamisha_Damas/Rails/Models /Friends(self_join)/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/Tamisha_Damas/Rails/Models /Friends(self_join)/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/config/initializers/inflections.rb b/Tamisha_Damas/Rails/Models /Friends(self_join)/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/Tamisha_Damas/Rails/Models /Friends(self_join)/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/config/initializers/mime_types.rb b/Tamisha_Damas/Rails/Models /Friends(self_join)/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/Tamisha_Damas/Rails/Models /Friends(self_join)/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/config/locales/en.yml b/Tamisha_Damas/Rails/Models /Friends(self_join)/config/locales/en.yml deleted file mode 100644 index decc5a8..0000000 --- a/Tamisha_Damas/Rails/Models /Friends(self_join)/config/locales/en.yml +++ /dev/null @@ -1,33 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# The following keys must be escaped otherwise they will not be retrieved by -# the default I18n backend: -# -# true, false, on, off, yes, no -# -# Instead, surround them with single quotes. -# -# en: -# 'true': 'foo' -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/config/puma.rb b/Tamisha_Damas/Rails/Models /Friends(self_join)/config/puma.rb deleted file mode 100644 index 1e19380..0000000 --- a/Tamisha_Damas/Rails/Models /Friends(self_join)/config/puma.rb +++ /dev/null @@ -1,56 +0,0 @@ -# Puma can serve each request in a thread from an internal thread pool. -# The `threads` method setting takes two numbers: a minimum and maximum. -# Any libraries that use thread pools should be configured to match -# the maximum value specified for Puma. Default is set to 5 threads for minimum -# and maximum; this matches the default thread size of Active Record. -# -threads_count = ENV.fetch("RAILS_MAX_THREADS") { 5 } -threads threads_count, threads_count - -# Specifies the `port` that Puma will listen on to receive requests; default is 3000. -# -port ENV.fetch("PORT") { 3000 } - -# Specifies the `environment` that Puma will run in. -# -environment ENV.fetch("RAILS_ENV") { "development" } - -# Specifies the number of `workers` to boot in clustered mode. -# Workers are forked webserver processes. If using threads and workers together -# the concurrency of the application would be max `threads` * `workers`. -# Workers do not work on JRuby or Windows (both of which do not support -# processes). -# -# workers ENV.fetch("WEB_CONCURRENCY") { 2 } - -# Use the `preload_app!` method when specifying a `workers` number. -# This directive tells Puma to first boot the application and load code -# before forking the application. This takes advantage of Copy On Write -# process behavior so workers use less memory. If you use this option -# you need to make sure to reconnect any threads in the `on_worker_boot` -# block. -# -# preload_app! - -# If you are preloading your application and using Active Record, it's -# recommended that you close any connections to the database before workers -# are forked to prevent connection leakage. -# -# before_fork do -# ActiveRecord::Base.connection_pool.disconnect! if defined?(ActiveRecord) -# end - -# The code in the `on_worker_boot` will be called if you are using -# clustered mode by specifying a number of `workers`. After each worker -# process is booted, this block will be run. If you are using the `preload_app!` -# option, you will want to use this block to reconnect to any threads -# or connections that may have been created at application boot, as Ruby -# cannot share connections between processes. -# -# on_worker_boot do -# ActiveRecord::Base.establish_connection if defined?(ActiveRecord) -# end -# - -# Allow puma to be restarted by `rails restart` command. -plugin :tmp_restart diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/config/secrets.yml b/Tamisha_Damas/Rails/Models /Friends(self_join)/config/secrets.yml deleted file mode 100644 index cb6c480..0000000 --- a/Tamisha_Damas/Rails/Models /Friends(self_join)/config/secrets.yml +++ /dev/null @@ -1,32 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rails secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -# Shared secrets are available across all environments. - -# shared: -# api_key: a1B2c3D4e5F6 - -# Environmental secrets are only available for that specific environment. - -development: - secret_key_base: d26264c90f5ac0b58ab08398645764138154152b91c0fb1c0c191d91e9f87261765b9c3eecd0e130887e013de6acc830fdb1217d79de4f0bf7849e373fdcf494 - -test: - secret_key_base: f4cdd113cb96ef03e07bcb9b2c0b60a53f189427838cf8f6cd8da180ff448e3c99d911447a0f59e14dc7338d9639789fe06baffec6e79ff6b9bb5644bf322c72 - -# Do not keep production secrets in the unencrypted secrets file. -# Instead, either read values from the environment. -# Or, use `bin/rails secrets:setup` to configure encrypted secrets -# and move the `production:` environment over there. - -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/db/migrate/20171202200608_create_users.rb b/Tamisha_Damas/Rails/Models /Friends(self_join)/db/migrate/20171202200608_create_users.rb deleted file mode 100644 index 08bcad4..0000000 --- a/Tamisha_Damas/Rails/Models /Friends(self_join)/db/migrate/20171202200608_create_users.rb +++ /dev/null @@ -1,10 +0,0 @@ -class CreateUsers < ActiveRecord::Migration[5.1] - def change - create_table :users do |t| - t.string :first_name - t.string :last_name - - t.timestamps - end - end -end diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/db/migrate/20171202200623_create_friendships.rb b/Tamisha_Damas/Rails/Models /Friends(self_join)/db/migrate/20171202200623_create_friendships.rb deleted file mode 100644 index 45d30ec..0000000 --- a/Tamisha_Damas/Rails/Models /Friends(self_join)/db/migrate/20171202200623_create_friendships.rb +++ /dev/null @@ -1,10 +0,0 @@ -class CreateFriendships < ActiveRecord::Migration[5.1] - def change - create_table :friendships do |t| - t.integer :user_id - t.integer :friend_id - - t.timestamps - end - end -end diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/db/schema.rb b/Tamisha_Damas/Rails/Models /Friends(self_join)/db/schema.rb deleted file mode 100644 index 945962a..0000000 --- a/Tamisha_Damas/Rails/Models /Friends(self_join)/db/schema.rb +++ /dev/null @@ -1,29 +0,0 @@ -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# Note that this schema.rb definition is the authoritative source for your -# database schema. If you need to create the application database on another -# system, you should be using db:schema:load, not running all the migrations -# from scratch. The latter is a flawed and unsustainable approach (the more migrations -# you'll amass, the slower it'll run and the greater likelihood for issues). -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema.define(version: 20171202200623) do - - create_table "friendships", force: :cascade do |t| - t.integer "user_id" - t.integer "friend_id" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - create_table "users", force: :cascade do |t| - t.string "first_name" - t.string "last_name" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - -end diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/lib/assets/.keep b/Tamisha_Damas/Rails/Models /Friends(self_join)/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/lib/tasks/.keep b/Tamisha_Damas/Rails/Models /Friends(self_join)/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/log/.keep b/Tamisha_Damas/Rails/Models /Friends(self_join)/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/package.json b/Tamisha_Damas/Rails/Models /Friends(self_join)/package.json deleted file mode 100644 index 9746068..0000000 --- a/Tamisha_Damas/Rails/Models /Friends(self_join)/package.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "name": "Friends", - "private": true, - "dependencies": {} -} diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/public/apple-touch-icon-precomposed.png b/Tamisha_Damas/Rails/Models /Friends(self_join)/public/apple-touch-icon-precomposed.png deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/public/apple-touch-icon.png b/Tamisha_Damas/Rails/Models /Friends(self_join)/public/apple-touch-icon.png deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/public/favicon.ico b/Tamisha_Damas/Rails/Models /Friends(self_join)/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/public/robots.txt b/Tamisha_Damas/Rails/Models /Friends(self_join)/public/robots.txt deleted file mode 100644 index 37b576a..0000000 --- a/Tamisha_Damas/Rails/Models /Friends(self_join)/public/robots.txt +++ /dev/null @@ -1 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/test/application_system_test_case.rb b/Tamisha_Damas/Rails/Models /Friends(self_join)/test/application_system_test_case.rb deleted file mode 100644 index d19212a..0000000 --- a/Tamisha_Damas/Rails/Models /Friends(self_join)/test/application_system_test_case.rb +++ /dev/null @@ -1,5 +0,0 @@ -require "test_helper" - -class ApplicationSystemTestCase < ActionDispatch::SystemTestCase - driven_by :selenium, using: :chrome, screen_size: [1400, 1400] -end diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/test/controllers/.keep b/Tamisha_Damas/Rails/Models /Friends(self_join)/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/test/fixtures/.keep b/Tamisha_Damas/Rails/Models /Friends(self_join)/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/test/fixtures/files/.keep b/Tamisha_Damas/Rails/Models /Friends(self_join)/test/fixtures/files/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/test/fixtures/friendships.yml b/Tamisha_Damas/Rails/Models /Friends(self_join)/test/fixtures/friendships.yml deleted file mode 100644 index 0f22a6e..0000000 --- a/Tamisha_Damas/Rails/Models /Friends(self_join)/test/fixtures/friendships.yml +++ /dev/null @@ -1,9 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - user_id: 1 - friend_id: 1 - -two: - user_id: 1 - friend_id: 1 diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/test/fixtures/users.yml b/Tamisha_Damas/Rails/Models /Friends(self_join)/test/fixtures/users.yml deleted file mode 100644 index afdaa6a..0000000 --- a/Tamisha_Damas/Rails/Models /Friends(self_join)/test/fixtures/users.yml +++ /dev/null @@ -1,9 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - first_name: MyString - last_name: MyString - -two: - first_name: MyString - last_name: MyString diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/test/helpers/.keep b/Tamisha_Damas/Rails/Models /Friends(self_join)/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/test/integration/.keep b/Tamisha_Damas/Rails/Models /Friends(self_join)/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/test/mailers/.keep b/Tamisha_Damas/Rails/Models /Friends(self_join)/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/test/models/.keep b/Tamisha_Damas/Rails/Models /Friends(self_join)/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/test/models/friendship_test.rb b/Tamisha_Damas/Rails/Models /Friends(self_join)/test/models/friendship_test.rb deleted file mode 100644 index aa27b3f..0000000 --- a/Tamisha_Damas/Rails/Models /Friends(self_join)/test/models/friendship_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class FriendshipTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/test/models/user_test.rb b/Tamisha_Damas/Rails/Models /Friends(self_join)/test/models/user_test.rb deleted file mode 100644 index 82f61e0..0000000 --- a/Tamisha_Damas/Rails/Models /Friends(self_join)/test/models/user_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class UserTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/test/system/.keep b/Tamisha_Damas/Rails/Models /Friends(self_join)/test/system/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/test/test_helper.rb b/Tamisha_Damas/Rails/Models /Friends(self_join)/test/test_helper.rb deleted file mode 100644 index e3c4ff0..0000000 --- a/Tamisha_Damas/Rails/Models /Friends(self_join)/test/test_helper.rb +++ /dev/null @@ -1,9 +0,0 @@ -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/tmp/.keep b/Tamisha_Damas/Rails/Models /Friends(self_join)/tmp/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/vendor/.keep b/Tamisha_Damas/Rails/Models /Friends(self_join)/vendor/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/.gitignore b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/Gemfile b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/Gemfile deleted file mode 100644 index 55197da..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/Gemfile +++ /dev/null @@ -1,46 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby -gem 'hirb' -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc -gem 'rails-footnotes', '~> 4.0' -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/Gemfile.lock b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/Gemfile.lock deleted file mode 100644 index 2445273..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/Gemfile.lock +++ /dev/null @@ -1,175 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-footnotes (4.1.8) - rails (>= 3.2) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (3.2.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - rails-footnotes (~> 4.0) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/README.rdoc b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/Rakefile b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/app/assets/images/.keep b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/app/assets/javascripts/application.js b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/app/assets/stylesheets/application.css b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/app/controllers/application_controller.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/app/controllers/concerns/.keep b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/app/helpers/application_helper.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/app/mailers/.keep b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/app/models/.keep b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/app/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/app/models/blog.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/app/models/blog.rb deleted file mode 100644 index 25674e8..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/app/models/blog.rb +++ /dev/null @@ -1,79 +0,0 @@ -class Blog < ActiveRecord::Base - has_many :owners - has_many :posts - - # all the users that own a specific blog - has_many :users, through: :owners - #all the users that posted on a specific blog - has_many :user_posts, through: :posts, source: :user - - validates :name, :description, presence: true, length: { minimum: 3 } -end - - -# # Have the first 3 blogs be owned by the first user -# Blog.find(2).users< - - - BlogPostsMessages2 - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/bin/bundle b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/bin/rails b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/bin/rails deleted file mode 100755 index 0138d79..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/bin/rake b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/bin/setup b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/bin/setup deleted file mode 100755 index acdb2c1..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/bin/spring b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config.ru b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/application.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/application.rb deleted file mode 100644 index 32ae995..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module BlogPostsMessages2 - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/boot.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/database.yml b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/environment.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/environments/development.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/environments/development.rb deleted file mode 100644 index b55e214..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/environments/development.rb +++ /dev/null @@ -1,41 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/environments/production.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/environments/test.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/initializers/assets.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/initializers/backtrace_silencers.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/initializers/cookies_serializer.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/initializers/filter_parameter_logging.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/initializers/inflections.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/initializers/mime_types.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/initializers/session_store.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/initializers/session_store.rb deleted file mode 100644 index ef77624..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_blog_posts_messages_2_session' diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/initializers/wrap_parameters.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/locales/en.yml b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/routes.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/routes.rb deleted file mode 100644 index 3f66539..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/routes.rb +++ /dev/null @@ -1,56 +0,0 @@ -Rails.application.routes.draw do - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/secrets.yml b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/secrets.yml deleted file mode 100644 index a72781d..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: 80adff02180413cd4cd55f5b02eae2d3dbffdd6d6d2ee72b6a20c7d275ee599f1aa22c4533df2f3495a04a7cdf93aaa4e3e9257da9f2196d5640a7ac725cc77f - -test: - secret_key_base: 31577b453f7d09a4ca89fe7f9600a3d3bd21de94e33dd13828d2d0511417416698ca76cba4d6f29772966475c340129a08c18f8c1005b703d9847bb7e0679cf5 - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/db/migrate/20171201211552_create_users.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/db/migrate/20171201211552_create_users.rb deleted file mode 100644 index b09cf3f..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/db/migrate/20171201211552_create_users.rb +++ /dev/null @@ -1,11 +0,0 @@ -class CreateUsers < ActiveRecord::Migration - def change - create_table :users do |t| - t.string :first_name - t.string :last_name - t.string :email_address - - t.timestamps null: false - end - end -end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/db/migrate/20171201214740_create_blogs.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/db/migrate/20171201214740_create_blogs.rb deleted file mode 100644 index 87471d4..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/db/migrate/20171201214740_create_blogs.rb +++ /dev/null @@ -1,10 +0,0 @@ -class CreateBlogs < ActiveRecord::Migration - def change - create_table :blogs do |t| - t.string :name - t.text :description - - t.timestamps null: false - end - end -end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/db/migrate/20171201214910_create_owners.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/db/migrate/20171201214910_create_owners.rb deleted file mode 100644 index e76114e..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/db/migrate/20171201214910_create_owners.rb +++ /dev/null @@ -1,10 +0,0 @@ -class CreateOwners < ActiveRecord::Migration - def change - create_table :owners do |t| - t.references :user, index: true, foreign_key: true - t.references :blog, index: true, foreign_key: true - - t.timestamps null: false - end - end -end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/db/migrate/20171201215007_create_posts.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/db/migrate/20171201215007_create_posts.rb deleted file mode 100644 index c1075fd..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/db/migrate/20171201215007_create_posts.rb +++ /dev/null @@ -1,12 +0,0 @@ -class CreatePosts < ActiveRecord::Migration - def change - create_table :posts do |t| - t.string :title - t.text :content - t.references :user, index: true, foreign_key: true - t.references :blog, index: true, foreign_key: true - - t.timestamps null: false - end - end -end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/db/migrate/20171201215115_create_messages.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/db/migrate/20171201215115_create_messages.rb deleted file mode 100644 index 82f5dc3..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/db/migrate/20171201215115_create_messages.rb +++ /dev/null @@ -1,12 +0,0 @@ -class CreateMessages < ActiveRecord::Migration - def change - create_table :messages do |t| - t.string :author - t.text :message - t.references :post, index: true, foreign_key: true - t.references :user, index: true, foreign_key: true - - t.timestamps null: false - end - end -end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/db/schema.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/db/schema.rb deleted file mode 100644 index 55d0c44..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/db/schema.rb +++ /dev/null @@ -1,65 +0,0 @@ -# encoding: UTF-8 -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# Note that this schema.rb definition is the authoritative source for your -# database schema. If you need to create the application database on another -# system, you should be using db:schema:load, not running all the migrations -# from scratch. The latter is a flawed and unsustainable approach (the more migrations -# you'll amass, the slower it'll run and the greater likelihood for issues). -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema.define(version: 20171201215115) do - - create_table "blogs", force: :cascade do |t| - t.string "name" - t.text "description" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - create_table "messages", force: :cascade do |t| - t.string "author" - t.text "message" - t.integer "post_id" - t.integer "user_id" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - add_index "messages", ["post_id"], name: "index_messages_on_post_id" - add_index "messages", ["user_id"], name: "index_messages_on_user_id" - - create_table "owners", force: :cascade do |t| - t.integer "user_id" - t.integer "blog_id" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - add_index "owners", ["blog_id"], name: "index_owners_on_blog_id" - add_index "owners", ["user_id"], name: "index_owners_on_user_id" - - create_table "posts", force: :cascade do |t| - t.string "title" - t.text "content" - t.integer "user_id" - t.integer "blog_id" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - add_index "posts", ["blog_id"], name: "index_posts_on_blog_id" - add_index "posts", ["user_id"], name: "index_posts_on_user_id" - - create_table "users", force: :cascade do |t| - t.string "first_name" - t.string "last_name" - t.string "email_address" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - -end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/db/seeds.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/lib/assets/.keep b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/lib/tasks/.keep b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/log/.keep b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/public/404.html b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/public/404.html deleted file mode 100644 index b612547..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/public/422.html b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/public/500.html b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/public/favicon.ico b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/public/robots.txt b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/controllers/.keep b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/fixtures/.keep b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/fixtures/blogs.yml b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/fixtures/blogs.yml deleted file mode 100644 index 2ff75a8..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/fixtures/blogs.yml +++ /dev/null @@ -1,9 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - name: MyString - description: MyText - -two: - name: MyString - description: MyText diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/fixtures/messages.yml b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/fixtures/messages.yml deleted file mode 100644 index 5496958..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/fixtures/messages.yml +++ /dev/null @@ -1,13 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - author: MyString - message: MyText - post_id: - user_id: - -two: - author: MyString - message: MyText - post_id: - user_id: diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/fixtures/owners.yml b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/fixtures/owners.yml deleted file mode 100644 index 99a91f2..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/fixtures/owners.yml +++ /dev/null @@ -1,9 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - user_id: - blog_id: - -two: - user_id: - blog_id: diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/fixtures/posts.yml b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/fixtures/posts.yml deleted file mode 100644 index de7c3d7..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/fixtures/posts.yml +++ /dev/null @@ -1,13 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - title: MyString - content: MyText - user_id: - blog_id: - -two: - title: MyString - content: MyText - user_id: - blog_id: diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/fixtures/users.yml b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/fixtures/users.yml deleted file mode 100644 index f49e8d5..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/fixtures/users.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - first_name: MyString - last_name: MyString - email_address: MyString - -two: - first_name: MyString - last_name: MyString - email_address: MyString diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/helpers/.keep b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/integration/.keep b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/mailers/.keep b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/models/.keep b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/models/blog_test.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/models/blog_test.rb deleted file mode 100644 index 5038377..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/models/blog_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class BlogTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/models/message_test.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/models/message_test.rb deleted file mode 100644 index 11e5db0..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/models/message_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class MessageTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/models/owner_test.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/models/owner_test.rb deleted file mode 100644 index d857cee..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/models/owner_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class OwnerTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/models/post_test.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/models/post_test.rb deleted file mode 100644 index 6d9d463..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/models/post_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class PostTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/models/user_test.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/models/user_test.rb deleted file mode 100644 index 82f61e0..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/models/user_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class UserTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/test_helper.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/vendor/assets/javascripts/.keep b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2/vendor/assets/stylesheets/.keep b/Tamisha_Damas/Rails/Models /blog_posts_messages_2/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/.gitignore b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/Gemfile b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/Gemfile deleted file mode 100644 index 55197da..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/Gemfile +++ /dev/null @@ -1,46 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby -gem 'hirb' -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc -gem 'rails-footnotes', '~> 4.0' -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/Gemfile.lock b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/Gemfile.lock deleted file mode 100644 index 2445273..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/Gemfile.lock +++ /dev/null @@ -1,175 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-footnotes (4.1.8) - rails (>= 3.2) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (3.2.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - rails-footnotes (~> 4.0) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/README.rdoc b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/Rakefile b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/app/assets/images/.keep b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/app/assets/javascripts/application.js b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/app/assets/stylesheets/application.css b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/app/controllers/application_controller.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/app/controllers/concerns/.keep b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/app/helpers/application_helper.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/app/mailers/.keep b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/app/models/.keep b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/app/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/app/models/blog.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/app/models/blog.rb deleted file mode 100644 index aa6c93c..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/app/models/blog.rb +++ /dev/null @@ -1,91 +0,0 @@ -class Blog < ActiveRecord::Base - has_many :owners - has_many :posts - has_many :comments, as: :commentable - - # all the users that own a specific blog - has_many :users, through: :owners - #all the users that posted on a specific blog - has_many :user_posts, through: :posts, source: :user - - validates :name, :description, presence: true, length: { minimum: 3 } -end - - -# # Have the first 3 blogs be owned by the first user -# Blog.find(2).users< - - - BlogPostsMessages2 - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/bin/bundle b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/bin/rails b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/bin/rails deleted file mode 100755 index 0138d79..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/bin/rake b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/bin/setup b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/bin/setup deleted file mode 100755 index acdb2c1..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/bin/spring b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config.ru b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/application.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/application.rb deleted file mode 100644 index 32ae995..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module BlogPostsMessages2 - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/boot.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/database.yml b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/environment.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/environments/development.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/environments/development.rb deleted file mode 100644 index b55e214..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/environments/development.rb +++ /dev/null @@ -1,41 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/environments/production.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/environments/test.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/initializers/assets.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/initializers/backtrace_silencers.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/initializers/cookies_serializer.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/initializers/filter_parameter_logging.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/initializers/inflections.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/initializers/mime_types.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/initializers/session_store.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/initializers/session_store.rb deleted file mode 100644 index ef77624..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_blog_posts_messages_2_session' diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/initializers/wrap_parameters.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/locales/en.yml b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/routes.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/routes.rb deleted file mode 100644 index 3f66539..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/routes.rb +++ /dev/null @@ -1,56 +0,0 @@ -Rails.application.routes.draw do - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/secrets.yml b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/secrets.yml deleted file mode 100644 index a72781d..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: 80adff02180413cd4cd55f5b02eae2d3dbffdd6d6d2ee72b6a20c7d275ee599f1aa22c4533df2f3495a04a7cdf93aaa4e3e9257da9f2196d5640a7ac725cc77f - -test: - secret_key_base: 31577b453f7d09a4ca89fe7f9600a3d3bd21de94e33dd13828d2d0511417416698ca76cba4d6f29772966475c340129a08c18f8c1005b703d9847bb7e0679cf5 - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/db/migrate/20171201211552_create_users.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/db/migrate/20171201211552_create_users.rb deleted file mode 100644 index b09cf3f..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/db/migrate/20171201211552_create_users.rb +++ /dev/null @@ -1,11 +0,0 @@ -class CreateUsers < ActiveRecord::Migration - def change - create_table :users do |t| - t.string :first_name - t.string :last_name - t.string :email_address - - t.timestamps null: false - end - end -end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/db/migrate/20171201214740_create_blogs.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/db/migrate/20171201214740_create_blogs.rb deleted file mode 100644 index 87471d4..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/db/migrate/20171201214740_create_blogs.rb +++ /dev/null @@ -1,10 +0,0 @@ -class CreateBlogs < ActiveRecord::Migration - def change - create_table :blogs do |t| - t.string :name - t.text :description - - t.timestamps null: false - end - end -end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/db/migrate/20171201214910_create_owners.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/db/migrate/20171201214910_create_owners.rb deleted file mode 100644 index e76114e..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/db/migrate/20171201214910_create_owners.rb +++ /dev/null @@ -1,10 +0,0 @@ -class CreateOwners < ActiveRecord::Migration - def change - create_table :owners do |t| - t.references :user, index: true, foreign_key: true - t.references :blog, index: true, foreign_key: true - - t.timestamps null: false - end - end -end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/db/migrate/20171201215007_create_posts.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/db/migrate/20171201215007_create_posts.rb deleted file mode 100644 index c1075fd..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/db/migrate/20171201215007_create_posts.rb +++ /dev/null @@ -1,12 +0,0 @@ -class CreatePosts < ActiveRecord::Migration - def change - create_table :posts do |t| - t.string :title - t.text :content - t.references :user, index: true, foreign_key: true - t.references :blog, index: true, foreign_key: true - - t.timestamps null: false - end - end -end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/db/migrate/20171201215115_create_messages.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/db/migrate/20171201215115_create_messages.rb deleted file mode 100644 index 82f5dc3..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/db/migrate/20171201215115_create_messages.rb +++ /dev/null @@ -1,12 +0,0 @@ -class CreateMessages < ActiveRecord::Migration - def change - create_table :messages do |t| - t.string :author - t.text :message - t.references :post, index: true, foreign_key: true - t.references :user, index: true, foreign_key: true - - t.timestamps null: false - end - end -end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/db/migrate/20171202190136_create_comments.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/db/migrate/20171202190136_create_comments.rb deleted file mode 100644 index 89f2227..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/db/migrate/20171202190136_create_comments.rb +++ /dev/null @@ -1,10 +0,0 @@ -class CreateComments < ActiveRecord::Migration - def change - create_table :comments do |t| - t.text :content - t.references :commentable, polymorphic: true, index: true - - t.timestamps null: false - end - end -end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/db/schema.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/db/schema.rb deleted file mode 100644 index 754d183..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/db/schema.rb +++ /dev/null @@ -1,75 +0,0 @@ -# encoding: UTF-8 -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# Note that this schema.rb definition is the authoritative source for your -# database schema. If you need to create the application database on another -# system, you should be using db:schema:load, not running all the migrations -# from scratch. The latter is a flawed and unsustainable approach (the more migrations -# you'll amass, the slower it'll run and the greater likelihood for issues). -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema.define(version: 20171202190136) do - - create_table "blogs", force: :cascade do |t| - t.string "name" - t.text "description" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - create_table "comments", force: :cascade do |t| - t.text "content" - t.integer "commentable_id" - t.string "commentable_type" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - add_index "comments", ["commentable_type", "commentable_id"], name: "index_comments_on_commentable_type_and_commentable_id" - - create_table "messages", force: :cascade do |t| - t.string "author" - t.text "message" - t.integer "post_id" - t.integer "user_id" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - add_index "messages", ["post_id"], name: "index_messages_on_post_id" - add_index "messages", ["user_id"], name: "index_messages_on_user_id" - - create_table "owners", force: :cascade do |t| - t.integer "user_id" - t.integer "blog_id" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - add_index "owners", ["blog_id"], name: "index_owners_on_blog_id" - add_index "owners", ["user_id"], name: "index_owners_on_user_id" - - create_table "posts", force: :cascade do |t| - t.string "title" - t.text "content" - t.integer "user_id" - t.integer "blog_id" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - add_index "posts", ["blog_id"], name: "index_posts_on_blog_id" - add_index "posts", ["user_id"], name: "index_posts_on_user_id" - - create_table "users", force: :cascade do |t| - t.string "first_name" - t.string "last_name" - t.string "email_address" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - -end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/db/seeds.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/lib/assets/.keep b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/lib/tasks/.keep b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/log/.keep b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/public/404.html b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/public/404.html deleted file mode 100644 index b612547..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/public/422.html b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/public/500.html b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/public/favicon.ico b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/public/robots.txt b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/controllers/.keep b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/fixtures/.keep b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/fixtures/blogs.yml b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/fixtures/blogs.yml deleted file mode 100644 index 2ff75a8..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/fixtures/blogs.yml +++ /dev/null @@ -1,9 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - name: MyString - description: MyText - -two: - name: MyString - description: MyText diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/fixtures/comments.yml b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/fixtures/comments.yml deleted file mode 100644 index 01eef4d..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/fixtures/comments.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - content: MyText - commentable_id: - commentable_type: Commentable - -two: - content: MyText - commentable_id: - commentable_type: Commentable diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/fixtures/messages.yml b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/fixtures/messages.yml deleted file mode 100644 index 5496958..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/fixtures/messages.yml +++ /dev/null @@ -1,13 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - author: MyString - message: MyText - post_id: - user_id: - -two: - author: MyString - message: MyText - post_id: - user_id: diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/fixtures/owners.yml b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/fixtures/owners.yml deleted file mode 100644 index 99a91f2..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/fixtures/owners.yml +++ /dev/null @@ -1,9 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - user_id: - blog_id: - -two: - user_id: - blog_id: diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/fixtures/posts.yml b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/fixtures/posts.yml deleted file mode 100644 index de7c3d7..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/fixtures/posts.yml +++ /dev/null @@ -1,13 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - title: MyString - content: MyText - user_id: - blog_id: - -two: - title: MyString - content: MyText - user_id: - blog_id: diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/fixtures/users.yml b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/fixtures/users.yml deleted file mode 100644 index f49e8d5..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/fixtures/users.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - first_name: MyString - last_name: MyString - email_address: MyString - -two: - first_name: MyString - last_name: MyString - email_address: MyString diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/helpers/.keep b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/integration/.keep b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/mailers/.keep b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/models/.keep b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/models/blog_test.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/models/blog_test.rb deleted file mode 100644 index 5038377..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/models/blog_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class BlogTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/models/message_test.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/models/message_test.rb deleted file mode 100644 index 11e5db0..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/models/message_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class MessageTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/models/owner_test.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/models/owner_test.rb deleted file mode 100644 index d857cee..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/models/owner_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class OwnerTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/models/post_test.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/models/post_test.rb deleted file mode 100644 index 6d9d463..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/models/post_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class PostTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/models/user_test.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/models/user_test.rb deleted file mode 100644 index 82f61e0..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/models/user_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class UserTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/test_helper.rb b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/vendor/assets/javascripts/.keep b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/vendor/assets/stylesheets/.keep b/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/.gitignore b/Tamisha_Damas/Rails/Models /dojo_ninja/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/Gemfile b/Tamisha_Damas/Rails/Models /dojo_ninja/Gemfile deleted file mode 100644 index 7ef2c56..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/Gemfile +++ /dev/null @@ -1,46 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby -gem 'hirb' -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/Gemfile.lock b/Tamisha_Damas/Rails/Models /dojo_ninja/Gemfile.lock deleted file mode 100644 index b07f42d..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/Gemfile.lock +++ /dev/null @@ -1,173 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.2) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.2) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.0) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.8.6) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.6.6) - mime-types (>= 1.16, < 4) - mime-types (3.1) - mime-types-data (~> 3.2015) - mime-types-data (3.2016.0521) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.1.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.2) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.6) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.3) - thread_safe (~> 0.1) - uglifier (3.2.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.15.4 diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/README.rdoc b/Tamisha_Damas/Rails/Models /dojo_ninja/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/Rakefile b/Tamisha_Damas/Rails/Models /dojo_ninja/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/app/assets/images/.keep b/Tamisha_Damas/Rails/Models /dojo_ninja/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/app/assets/javascripts/application.js b/Tamisha_Damas/Rails/Models /dojo_ninja/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/app/assets/stylesheets/application.css b/Tamisha_Damas/Rails/Models /dojo_ninja/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/app/controllers/application_controller.rb b/Tamisha_Damas/Rails/Models /dojo_ninja/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/app/controllers/concerns/.keep b/Tamisha_Damas/Rails/Models /dojo_ninja/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/app/helpers/application_helper.rb b/Tamisha_Damas/Rails/Models /dojo_ninja/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/app/mailers/.keep b/Tamisha_Damas/Rails/Models /dojo_ninja/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/app/models/.keep b/Tamisha_Damas/Rails/Models /dojo_ninja/app/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/app/models/concerns/.keep b/Tamisha_Damas/Rails/Models /dojo_ninja/app/models/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/app/models/dojo.rb b/Tamisha_Damas/Rails/Models /dojo_ninja/app/models/dojo.rb deleted file mode 100644 index af72807..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/app/models/dojo.rb +++ /dev/null @@ -1,13 +0,0 @@ -class Dojo < ActiveRecord::Base - has_many :ninjas, dependent: :destroy - validates :name, :city, :state, presence: true - validates :state, length: { is: 2 } -end - -# 8. How would you only retrieve the first_name of the ninja that belongs to the second dojo and order the result by created_at DESC order? -# Ninja.where(dojo: Dojo.second).select(:id, :first_name).order(created_at: :desc) - -# 7. Make sure you understand how to get all of the ninjas for any dojo (e.g. get all the ninjas for the first dojo, second dojo, etc) -# Dojo.first.ninjas -# Dojo.second.ninjas -# Dojo.third.ninjas diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/app/models/ninja.rb b/Tamisha_Damas/Rails/Models /dojo_ninja/app/models/ninja.rb deleted file mode 100644 index 93e430c..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/app/models/ninja.rb +++ /dev/null @@ -1,4 +0,0 @@ -class Ninja < ActiveRecord::Base - belongs_to :dojo - validates :first_name, :last_name, presence: true -end diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/app/views/layouts/application.html.erb b/Tamisha_Damas/Rails/Models /dojo_ninja/app/views/layouts/application.html.erb deleted file mode 100644 index b995da6..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - DojoNinja - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/bin/bundle b/Tamisha_Damas/Rails/Models /dojo_ninja/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/bin/rails b/Tamisha_Damas/Rails/Models /dojo_ninja/bin/rails deleted file mode 100755 index 0138d79..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/bin/rake b/Tamisha_Damas/Rails/Models /dojo_ninja/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/bin/setup b/Tamisha_Damas/Rails/Models /dojo_ninja/bin/setup deleted file mode 100755 index acdb2c1..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/bin/spring b/Tamisha_Damas/Rails/Models /dojo_ninja/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/config.ru b/Tamisha_Damas/Rails/Models /dojo_ninja/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/config/application.rb b/Tamisha_Damas/Rails/Models /dojo_ninja/config/application.rb deleted file mode 100644 index 6cd6120..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module DojoNinja - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/config/boot.rb b/Tamisha_Damas/Rails/Models /dojo_ninja/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/config/database.yml b/Tamisha_Damas/Rails/Models /dojo_ninja/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/config/environment.rb b/Tamisha_Damas/Rails/Models /dojo_ninja/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/config/environments/development.rb b/Tamisha_Damas/Rails/Models /dojo_ninja/config/environments/development.rb deleted file mode 100644 index b55e214..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/config/environments/development.rb +++ /dev/null @@ -1,41 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/config/environments/production.rb b/Tamisha_Damas/Rails/Models /dojo_ninja/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/config/environments/test.rb b/Tamisha_Damas/Rails/Models /dojo_ninja/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/config/initializers/assets.rb b/Tamisha_Damas/Rails/Models /dojo_ninja/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/config/initializers/backtrace_silencers.rb b/Tamisha_Damas/Rails/Models /dojo_ninja/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/config/initializers/cookies_serializer.rb b/Tamisha_Damas/Rails/Models /dojo_ninja/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/config/initializers/filter_parameter_logging.rb b/Tamisha_Damas/Rails/Models /dojo_ninja/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/config/initializers/inflections.rb b/Tamisha_Damas/Rails/Models /dojo_ninja/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/config/initializers/mime_types.rb b/Tamisha_Damas/Rails/Models /dojo_ninja/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/config/initializers/session_store.rb b/Tamisha_Damas/Rails/Models /dojo_ninja/config/initializers/session_store.rb deleted file mode 100644 index 23eba5c..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_dojo_ninja_session' diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/config/initializers/wrap_parameters.rb b/Tamisha_Damas/Rails/Models /dojo_ninja/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/config/locales/en.yml b/Tamisha_Damas/Rails/Models /dojo_ninja/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/config/routes.rb b/Tamisha_Damas/Rails/Models /dojo_ninja/config/routes.rb deleted file mode 100644 index 3f66539..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/config/routes.rb +++ /dev/null @@ -1,56 +0,0 @@ -Rails.application.routes.draw do - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/config/secrets.yml b/Tamisha_Damas/Rails/Models /dojo_ninja/config/secrets.yml deleted file mode 100644 index 369eead..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: 59d34b177411700e7b55c75c2b24d23da1a225aa031c1b4e5bb51ce011ecf2cd0793e954b389eeb8aa0377f5b7d389e8802b33de41a5c3344bf016c4a61fa194 - -test: - secret_key_base: 0d9487ad4acd3c25fdf4992efad35b6841ff3745bfad77da4020239ef3f94e5d29176ccc1f0c53040ad0c34ae25f4de0b56e14955793e4aa8c320f1aa256d927 - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/db/migrate/20171009015736_create_dojos.rb b/Tamisha_Damas/Rails/Models /dojo_ninja/db/migrate/20171009015736_create_dojos.rb deleted file mode 100644 index ece0705..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/db/migrate/20171009015736_create_dojos.rb +++ /dev/null @@ -1,11 +0,0 @@ -class CreateDojos < ActiveRecord::Migration - def change - create_table :dojos do |t| - t.string :name - t.string :city - t.string :state - - t.timestamps null: false - end - end -end diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/db/migrate/20171009130935_create_ninjas.rb b/Tamisha_Damas/Rails/Models /dojo_ninja/db/migrate/20171009130935_create_ninjas.rb deleted file mode 100644 index 8334127..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/db/migrate/20171009130935_create_ninjas.rb +++ /dev/null @@ -1,11 +0,0 @@ -class CreateNinjas < ActiveRecord::Migration - def change - create_table :ninjas do |t| - t.string :first_name - t.string :last_name - t.references :dojo, index: true, foreign_key: true - - t.timestamps null: false - end - end -end diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/db/schema.rb b/Tamisha_Damas/Rails/Models /dojo_ninja/db/schema.rb deleted file mode 100644 index 7a48a81..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/db/schema.rb +++ /dev/null @@ -1,34 +0,0 @@ -# encoding: UTF-8 -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# Note that this schema.rb definition is the authoritative source for your -# database schema. If you need to create the application database on another -# system, you should be using db:schema:load, not running all the migrations -# from scratch. The latter is a flawed and unsustainable approach (the more migrations -# you'll amass, the slower it'll run and the greater likelihood for issues). -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema.define(version: 20171009130935) do - - create_table "dojos", force: :cascade do |t| - t.string "name" - t.string "city" - t.string "state" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - create_table "ninjas", force: :cascade do |t| - t.string "first_name" - t.string "last_name" - t.integer "dojo_id" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - add_index "ninjas", ["dojo_id"], name: "index_ninjas_on_dojo_id" - -end diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/db/seeds.rb b/Tamisha_Damas/Rails/Models /dojo_ninja/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/lib/assets/.keep b/Tamisha_Damas/Rails/Models /dojo_ninja/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/lib/tasks/.keep b/Tamisha_Damas/Rails/Models /dojo_ninja/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/log/.keep b/Tamisha_Damas/Rails/Models /dojo_ninja/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/public/404.html b/Tamisha_Damas/Rails/Models /dojo_ninja/public/404.html deleted file mode 100644 index b612547..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/public/422.html b/Tamisha_Damas/Rails/Models /dojo_ninja/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/public/500.html b/Tamisha_Damas/Rails/Models /dojo_ninja/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/public/favicon.ico b/Tamisha_Damas/Rails/Models /dojo_ninja/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/public/robots.txt b/Tamisha_Damas/Rails/Models /dojo_ninja/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/test/controllers/.keep b/Tamisha_Damas/Rails/Models /dojo_ninja/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/test/fixtures/.keep b/Tamisha_Damas/Rails/Models /dojo_ninja/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/test/fixtures/dojos.yml b/Tamisha_Damas/Rails/Models /dojo_ninja/test/fixtures/dojos.yml deleted file mode 100644 index 07bb5b1..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/test/fixtures/dojos.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - name: MyString - city: MyString - state: MyString - -two: - name: MyString - city: MyString - state: MyString diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/test/fixtures/ninjas.yml b/Tamisha_Damas/Rails/Models /dojo_ninja/test/fixtures/ninjas.yml deleted file mode 100644 index ddd337f..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/test/fixtures/ninjas.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - first_name: MyString - last_name: MyString - dojo_id: - -two: - first_name: MyString - last_name: MyString - dojo_id: diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/test/helpers/.keep b/Tamisha_Damas/Rails/Models /dojo_ninja/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/test/integration/.keep b/Tamisha_Damas/Rails/Models /dojo_ninja/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/test/mailers/.keep b/Tamisha_Damas/Rails/Models /dojo_ninja/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/test/models/.keep b/Tamisha_Damas/Rails/Models /dojo_ninja/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/test/models/dojo_test.rb b/Tamisha_Damas/Rails/Models /dojo_ninja/test/models/dojo_test.rb deleted file mode 100644 index a078f30..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/test/models/dojo_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class DojoTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/test/models/ninja_test.rb b/Tamisha_Damas/Rails/Models /dojo_ninja/test/models/ninja_test.rb deleted file mode 100644 index d21c152..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/test/models/ninja_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class NinjaTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/test/test_helper.rb b/Tamisha_Damas/Rails/Models /dojo_ninja/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/Tamisha_Damas/Rails/Models /dojo_ninja/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/vendor/assets/javascripts/.keep b/Tamisha_Damas/Rails/Models /dojo_ninja/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /dojo_ninja/vendor/assets/stylesheets/.keep b/Tamisha_Damas/Rails/Models /dojo_ninja/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /optimize/.each do |player| b/Tamisha_Damas/Rails/Models /optimize/.each do |player| deleted file mode 100644 index e351df7..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/.each do |player| +++ /dev/null @@ -1,1158 +0,0 @@ -+-----+--------------------------+---------+-------------------------+-------------------------+ -| id | name | team_id | created_at | updated_at | -+-----+--------------------------+---------+-------------------------+-------------------------+ -| 1 | Luke Babbitt | 1 | 2017-10-09 20:56:06 UTC | 2017-10-09 20:56:06 UTC | -| 2 | Kent Bazemore | 1 | 2017-10-09 20:56:06 UTC | 2017-10-09 20:56:06 UTC | -| 3 | Marco Belinelli | 1 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 4 | DeAndre' Bembry | 1 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 5 | Nicolas Brussino | 1 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 6 | Tyler Cavanaugh | 1 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 7 | John Collins | 1 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 8 | Quinn Cook | 1 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 9 | Dewayne Dedmon | 1 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 10 | Malcolm Delaney | 1 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 11 | Tyler Dorsey | 1 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 12 | Jeremy Evans | 1 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 13 | Ersan Ilyasova | 1 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 14 | Josh Magette | 1 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 15 | Mike Muscala | 1 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 16 | Miles Plumlee | 1 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 17 | Taurean Prince | 1 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 18 | Dennis Schroder | 1 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 19 | Kadeem Allen | 2 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 20 | Aron Baynes | 2 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 21 | Jabari Bird | 2 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 22 | Jaylen Brown | 2 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 23 | Daniel Dixon | 2 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 24 | Gordon Hayward | 2 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 25 | Jonathan Holmes | 2 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 26 | Al Horford | 2 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 27 | Kyrie Irving | 2 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 28 | Shane Larkin | 2 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 29 | Marcus Morris | 2 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 30 | Abdel Nader | 2 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 31 | Semi Ojeleye | 2 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 32 | L.J. Peak | 2 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 33 | Terry Rozier | 2 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 34 | Marcus Smart | 2 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 35 | Jayson Tatum | 2 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 36 | Daniel Theis | 2 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 37 | Andrew White III | 2 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 38 | Guerschon Yabusele | 2 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 39 | Quincy Acy | 3 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 40 | Jarrett Allen | 3 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 41 | Trevor Booker | 3 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 42 | DeMarre Carroll | 3 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 43 | Allen Crabbe | 3 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 44 | Spencer Dinwiddie | 3 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 45 | Milton Doyle | 3 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 46 | Joe Harris | 3 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 47 | Rondae Hollis-Jefferson | 3 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 48 | Sean Kilpatrick | 3 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 49 | Caris LeVert | 3 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 50 | Jeremy Lin | 3 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 51 | Akil Mitchell | 3 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 52 | Timofey Mozgov | 3 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 53 | Yakuba Ouattara | 3 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 54 | D'Angelo Russell | 3 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 55 | Jeremy Senglin | 3 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 56 | Isaiah Whitehead | 3 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 57 | Jacob Wiley | 3 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 58 | Tyler Zeller | 3 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 59 | Dwayne Bacon | 4 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 60 | Nicolas Batum | 4 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 61 | Michael Carter-Williams | 4 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 62 | Treveon Graham | 4 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 63 | Terry Henderson | 4 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 64 | Isaiah Hicks | 4 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 65 | Dwight Howard | 4 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 66 | Frank Kaminsky | 4 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 67 | Michael Kidd-Gilchrist | 4 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 68 | Jeremy Lamb | 4 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 69 | Mangok Mathiang | 4 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 70 | Malik Monk | 4 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 71 | Johnny O'Bryant III | 4 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 72 | Marcus Paige | 4 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 73 | Luke Petrasek | 4 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 74 | Julyan Stone | 4 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 75 | Kemba Walker | 4 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 76 | Marvin Williams | 4 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 77 | T.J. Williams | 4 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 78 | Cody Zeller | 4 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 79 | Ryan Arcidiacono | 5 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 80 | Antonio Blakeney | 5 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 81 | Kris Dunn | 5 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 82 | Jarell Eddie | 5 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 83 | Cristiano Felicio | 5 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 84 | Jerian Grant | 5 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 85 | Justin Holiday | 5 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 86 | Jaylen Johnson | 5 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 87 | Bronson Koenig | 5 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 88 | Zach LaVine | 5 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 89 | Robin Lopez | 5 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 90 | Lauri Markkanen | 5 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 91 | Nikola Mirotic | 5 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 92 | David Nwaba | 5 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 93 | Cameron Payne | 5 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 94 | Quincy Pondexter | 5 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 95 | Bobby Portis | 5 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 96 | Diamond Stone | 5 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 97 | Denzel Valentine | 5 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 98 | Paul Zipser | 5 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 99 | Jose Calderon | 6 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 100 | Jae Crowder | 6 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 101 | Kay Felder | 6 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 102 | Channing Frye | 6 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 103 | Jeff Green | 6 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 104 | John Holland | 6 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 105 | LeBron James | 6 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 106 | Richard Jefferson | 6 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 107 | Kyle Korver | 6 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 108 | Kevin Love | 6 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 109 | Cedi Osman | 6 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 110 | Kendrick Perkins | 6 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 111 | Derrick Rose | 6 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 112 | Iman Shumpert | 6 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 113 | JR Smith | 6 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 114 | Edy Tavares | 6 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 115 | Isaiah Thomas | 6 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 116 | Tristan Thompson | 6 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 117 | Dwyane Wade | 6 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 118 | Ante Zizic | 6 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 119 | Brandon Ashley | 7 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 120 | J.J. Barea | 7 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 121 | Harrison Barnes | 7 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 122 | Gian Clavell | 7 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 123 | Seth Curry | 7 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 124 | PJ Dozier | 7 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 125 | Yogi Ferrell | 7 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 126 | Dorian Finney-Smith | 7 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 127 | Devin Harris | 7 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 128 | Maximilian Kleber | 7 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 129 | Wesley Matthews | 7 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 130 | Josh McRoberts | 7 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 131 | Salah Mejri | 7 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 132 | Johnathan Motley | 7 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 133 | Nerlens Noel | 7 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 134 | Dirk Nowitzki | 7 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 135 | Dwight Powell | 7 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 136 | Dennis Smith Jr. | 7 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 137 | Maalik Wayns | 7 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 138 | Jeff Withey | 7 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 139 | Darrell Arthur | 8 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 140 | Will Barton | 8 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 141 | Malik Beasley | 8 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 142 | Wilson Chandler | 8 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 143 | Josh Childress | 8 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 144 | Torrey Craig | 8 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 145 | Kenneth Faried | 8 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 146 | Gary Harris | 8 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 147 | Juan Hernangomez | 8 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 148 | Nikola Jokic | 8 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 149 | Tyler Lydon | 8 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 150 | Trey Lyles | 8 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 151 | Paul Millsap | 8 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 152 | Monte Morris | 8 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 153 | Emmanuel Mudiay | 8 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 154 | Jamal Murray | 8 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 155 | Jameer Nelson | 8 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 156 | Mason Plumlee | 8 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 157 | Avery Bradley | 9 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 158 | Reggie Bullock | 9 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 159 | Dwight Buycks | 9 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 160 | Andre Drummond | 9 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 161 | Henry Ellenson | 9 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 162 | Langston Galloway | 9 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 163 | Tobias Harris | 9 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 164 | Reggie Jackson | 9 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 165 | Stanley Johnson | 9 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 166 | Luke Kennard | 9 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 167 | Jon Leuer | 9 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 168 | Boban Marjanovic | 9 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 169 | Luis Montero | 9 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 170 | Eric Moreland | 9 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 171 | Landry Nnoko | 9 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 172 | Ish Smith | 9 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 173 | Anthony Tolliver | 9 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 174 | Beno Udrih | 9 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 175 | Derek Willis | 9 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 176 | Jordan Bell | 10 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 177 | Chris Boucher | 10 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 178 | Omri Casspi | 10 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 179 | Stephen Curry | 10 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 180 | Kevin Durant | 10 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 181 | Michael Gbinije | 10 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 182 | Draymond Green | 10 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 183 | Andre Iguodala | 10 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 184 | Damian Jones | 10 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 185 | Shaun Livingston | 10 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 186 | Kevon Looney | 10 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 187 | Patrick McCaw | 10 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 188 | JaVale McGee | 10 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 189 | Georges Niang | 10 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 190 | Zaza Pachulia | 10 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 191 | Klay Thompson | 10 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 192 | David West | 10 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 193 | Nick Young | 10 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 194 | Ryan Anderson | 11 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 195 | Trevor Ariza | 11 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 196 | Tarik Black | 11 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 197 | Bobby Brown | 11 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 198 | Clint Capela | 11 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 199 | George de Paula | 11 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 200 | Eric Gordon | 11 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 201 | James Harden | 11 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 202 | Nene Hilario | 11 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 203 | Demetrius Jackson | 11 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 204 | Chris Johnson | 11 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 205 | Luc Mbah a Moute | 11 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 206 | Cameron Oliver | 11 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 207 | Chinanu Onuaku | 11 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 208 | Chris Paul | 11 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 209 | Zhou Qi | 11 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 210 | Tim Quarterman | 11 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 211 | Isaiah Taylor | 11 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 212 | PJ Tucker | 11 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 213 | Troy Williams | 11 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 214 | Ike Anigbogu | 12 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 215 | Bojan Bogdanovic | 12 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 216 | Darren Collison | 12 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 217 | Al Jefferson | 12 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 218 | DeQuan Jones | 12 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 219 | Cory Joseph | 12 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 220 | T.J. Leaf | 12 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 221 | Trey McKinney-Jones | 12 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 222 | Ben Moore | 12 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 223 | Victor Oladipo | 12 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 224 | Alex Poythress | 12 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 225 | Glenn Robinson III | 12 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 226 | Domantas Sabonis | 12 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 227 | Lance Stephenson | 12 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 228 | Edmond Sumner | 12 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 229 | Myles Turner | 12 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 230 | Jarrod Uthoff | 12 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 231 | Damien Wilkins | 12 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 232 | Joe Young | 12 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 233 | Thaddeus Young | 12 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 234 | Patrick Beverley | 13 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 235 | Sam Dekker | 13 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 236 | Jawun Evans | 13 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 237 | Danilo Gallinari | 13 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 238 | Blake Griffin | 13 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 239 | Montrezl Harrell | 13 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 240 | LaDontae Henton | 13 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 241 | Brice Johnson | 13 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 242 | Wesley Johnson | 13 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 243 | DeAndre Jordan | 13 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 244 | Marshall Plumlee | 13 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 245 | Willie Reed | 13 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 246 | Austin Rivers | 13 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 247 | Milos Teodosic | 13 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 248 | Sindarius Thornwell | 13 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 249 | Tyrone Wallace | 13 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 250 | C.J. Williams | 13 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 251 | Lou Williams | 13 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 252 | Jamil Wilson | 13 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 253 | Lonzo Ball | 14 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 254 | Vander Blue | 14 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 255 | Andrew Bogut | 14 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 256 | Corey Brewer | 14 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 257 | Thomas Bryant | 14 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 258 | Kentavious Caldwell-Pope | 14 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 259 | Alex Caruso | 14 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 260 | Jordan Clarkson | 14 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 261 | Luol Deng | 14 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 262 | Tyler Ennis | 14 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 263 | Josh Hart | 14 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 264 | Brandon Ingram | 14 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 265 | Kyle Kuzma | 14 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 266 | Brook Lopez | 14 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 267 | Larry Nance Jr. | 14 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 268 | Julius Randle | 14 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 269 | Briante Weber | 14 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 270 | Ivica Zubac | 14 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 271 | Wade Baldwin IV | 15 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 272 | Dillon Brooks | 15 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 273 | Mario Chalmers | 15 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 274 | Mike Conley | 15 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 275 | Deyonta Davis | 15 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 276 | James Ennis III | 15 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 277 | Tyreke Evans | 15 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 278 | Marc Gasol | 15 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 279 | JaMychal Green | 15 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 280 | Andrew Harrison | 15 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 281 | Vince Hunter | 15 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 282 | Jarell Martin | 15 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 283 | Ben McLemore | 15 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 284 | Chandler Parsons | 15 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 285 | Ivan Rabb | 15 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 286 | Durand Scott | 15 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 287 | Wayne Selden | 15 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 288 | Kobi Simmons | 15 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 289 | Brandan Wright | 15 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 290 | Rade Zagorac | 15 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 291 | Bam Adebayo | 16 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 292 | Goran Dragic | 16 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 293 | Larry Drew II | 16 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 294 | Wayne Ellington | 16 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 295 | AJ Hammons | 16 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 296 | Udonis Haslem | 16 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 297 | James Johnson | 16 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 298 | Tyler Johnson | 16 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 299 | Erik McCree | 16 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 300 | Rodney McGruder | 16 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 301 | Jordan Mickey | 16 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 302 | Kelly Olynyk | 16 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 303 | Josh Richardson | 16 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 304 | Dion Waiters | 16 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 305 | Derrick Walton Jr. | 16 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 306 | Okaro White | 16 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 307 | Hassan Whiteside | 16 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 308 | Matt Williams | 16 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 309 | Justise Winslow | 16 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 310 | Giannis Antetokounmpo | 17 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 311 | Joel Anthony | 17 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 312 | Malcolm Brogdon | 17 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 313 | Sterling Brown | 17 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 314 | Matthew Dellavedova | 17 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 315 | Gerald Green | 17 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 316 | John Henson | 17 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 317 | Thon Maker | 17 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 318 | Khris Middleton | 17 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 319 | Greg Monroe | 17 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 320 | Xavier Munford | 17 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 321 | Jabari Parker | 17 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 322 | Gary Payton II | 17 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 323 | Brandon Rush | 17 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 324 | Tony Snell | 17 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 325 | Mirza Teletovic | 17 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 326 | Jason Terry | 17 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 327 | Rashad Vaughn | 17 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 328 | D.J. Wilson | 17 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 329 | Cole Aldrich | 18 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 330 | Nemanja Bjelica | 18 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 331 | Aaron Brooks | 18 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 332 | Anthony Brown | 18 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 333 | Jimmy Butler | 18 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 334 | Jamal Crawford | 18 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 335 | Gorgui Dieng | 18 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 336 | Marcus Georges-Hunt | 18 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 337 | Taj Gibson | 18 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 338 | Amile Jefferson | 18 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 339 | Tyus Jones | 18 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 340 | Shabazz Muhammad | 18 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 341 | Justin Patton | 18 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 342 | Jeff Teague | 18 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 343 | Karl-Anthony Towns | 18 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 344 | Melo Trimble | 18 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 345 | Andrew Wiggins | 18 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 346 | Alexis Ajinca | 19 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 347 | Cliff Alexander | 19 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 348 | Tony Allen | 19 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 349 | Omer Asik | 19 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 350 | Ian Clark | 19 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 351 | Charles Cooke | 19 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 352 | DeMarcus Cousins | 19 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 353 | Jordan Crawford | 19 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 354 | Dante Cunningham | 19 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 355 | Anthony Davis | 19 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 356 | Cheick Diallo | 19 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 357 | Solomon Hill | 19 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 358 | Jrue Holiday | 19 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 359 | Frank Jackson | 19 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 360 | Jalen Jones | 19 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 361 | Perry Jones | 19 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 362 | Darius Miller | 19 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 363 | E'Twaun Moore | 19 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 364 | Rajon Rondo | 19 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 365 | Martell Webster | 19 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 366 | Ron Baker | 20 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 367 | Michael Beasley | 20 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 368 | Damyean Dotson | 20 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 369 | Tim Hardaway Jr. | 20 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 370 | Nigel Hayes | 20 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 371 | Willy Hernangomez | 20 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 372 | Jarrett Jack | 20 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 373 | Enes Kanter | 20 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 374 | Luke Kornet | 20 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 375 | Mindaugas Kuzminskas | 20 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 376 | Courtney Lee | 20 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 377 | Doug McDermott | 20 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 378 | Joakim Noah | 20 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 379 | Frank Ntilikina | 20 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 380 | Kyle O'Quinn | 20 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 381 | Kristaps Porzingis | 20 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 382 | Xavier Rathan-Mayes | 20 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 383 | Ramon Sessions | 20 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 384 | Lance Thomas | 20 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 385 | Alex Abrines | 21 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 386 | Steven Adams | 21 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 387 | Bryce Alford | 21 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 388 | Carmelo Anthony | 21 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 389 | Markel Brown | 21 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 390 | Isaiah Canaan | 21 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 391 | Semaj Christon | 21 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 392 | Nick Collison | 21 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 393 | Raymond Felton | 21 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 394 | Terrance Ferguson | 21 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 395 | Paul George | 21 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 396 | Jerami Grant | 21 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 397 | Daniel Hamilton | 21 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 398 | Josh Huestis | 21 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 399 | Dakari Johnson | 21 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 400 | Patrick Patterson | 21 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 401 | Andre Roberson | 21 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 402 | Kyle Singler | 21 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 403 | Rashawn Thomas | 21 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 404 | Russell Westbrook | 21 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 405 | Arron Afflalo | 22 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 406 | D.J. Augustin | 22 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 407 | Khem Birch | 22 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 408 | Bismack Biyombo | 22 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 409 | Troy Caupain | 22 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 410 | Evan Fournier | 22 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 411 | Aaron Gordon | 22 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 412 | Mario Hezonja | 22 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 413 | Jonathan Isaac | 22 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 414 | Wesley Iwundu | 22 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 415 | Kalin Lucas | 22 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 416 | Shelvin Mack | 22 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 417 | Adreian Payne | 22 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 418 | Elfrid Payton | 22 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 419 | Rodney Purvis | 22 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 420 | Terrence Ross | 22 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 421 | Damjan Rudez | 22 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 422 | Jonathon Simmons | 22 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 423 | Marreese Speights | 22 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 424 | Nikola Vucevic | 22 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 425 | Justin Anderson | 23 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 426 | Jerryd Bayless | 23 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 427 | James Blackmon Jr. | 23 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 428 | Robert Covington | 23 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 429 | Joel Embiid | 23 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 430 | Markelle Fultz | 23 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 431 | Richaun Holmes | 23 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 432 | Kris Humphries | 23 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 433 | Amir Johnson | 23 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 434 | Furkan Korkmaz | 23 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 435 | Timothe Luwawu-Cabarrot | 23 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 436 | James Michael McAdoo | 23 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 437 | T.J. McConnell | 23 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 438 | Emeka Okafor | 23 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 439 | Jahlil Okafor | 23 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 440 | Jacob Pullen | 23 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 441 | JJ Redick | 23 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 442 | Dario Saric | 23 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 443 | Ben Simmons | 23 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 444 | Nik Stauskas | 23 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 445 | Dragan Bender | 24 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 446 | Anthony Bennett | 24 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 447 | Eric Bledsoe | 24 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 448 | Devin Booker | 24 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 449 | Tyson Chandler | 24 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 450 | Marquese Chriss | 24 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 451 | Troy Daniels | 24 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 452 | Jared Dudley | 24 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 453 | Josh Jackson | 24 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 454 | Mike James | 24 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 455 | Peter Jok | 24 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 456 | Derrick Jones Jr. | 24 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 457 | Brandon Knight | 24 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 458 | Alex Len | 24 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 459 | Elijah Millsap | 24 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 460 | Alec Peters | 24 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 461 | Davon Reed | 24 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 462 | Tyler Ulis | 24 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 463 | TJ Warren | 24 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 464 | Alan Williams | 24 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 465 | Al-Farouq Aminu | 25 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 466 | Isaiah Briscoe | 25 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 467 | Zach Collins | 25 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 468 | Pat Connaughton | 25 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 469 | Ed Davis | 25 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 470 | Archie Goodwin | 25 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 471 | Maurice Harkless | 25 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 472 | Jake Layman | 25 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 473 | Meyers Leonard | 25 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 474 | Damian Lillard | 25 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 475 | CJ McCollum | 25 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 476 | Anthony Morrow | 25 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 477 | Shabazz Napier | 25 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 478 | Jusuf Nurkic | 25 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 479 | Caleb Swanigan | 25 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 480 | Evan Turner | 25 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 481 | Noah Vonleh | 25 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 482 | CJ Wilcox | 25 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 483 | Bogdan Bogdanovic | 26 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 484 | Vince Carter | 26 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 485 | Willie Cauley-Stein | 26 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 486 | Jack Cooley | 26 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 487 | De'Aaron Fox | 26 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 488 | Harry Giles | 26 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 489 | Buddy Hield | 26 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 490 | George Hill | 26 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 491 | Justin Jackson | 26 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 492 | Matt Jones | 26 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 493 | Kosta Koufos | 26 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 494 | Skal Labissiere | 26 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 495 | Frank Mason III | 26 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 496 | Georgios Papagiannis | 26 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 497 | Zach Randolph | 26 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 498 | Malachi Richardson | 26 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 499 | JaKarr Sampson | 26 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 500 | Garrett Temple | 26 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 501 | Marcus Williams | 26 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 502 | LaMarcus Aldridge | 27 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 503 | Kyle Anderson | 27 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 504 | Davis Bertans | 27 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 505 | Amida Brimah | 27 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 506 | Matt Costello | 27 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 507 | Bryn Forbes | 27 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 508 | Pau Gasol | 27 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 509 | Rudy Gay | 27 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 510 | Manu Ginobili | 27 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 511 | Danny Green | 27 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 512 | Darrun Hilliard | 27 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 513 | Joffrey Lauvergne | 27 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 514 | Kawhi Leonard | 27 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 515 | Patty Mills | 27 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 516 | Dejounte Murray | 27 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 517 | Tony Parker | 27 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 518 | Brandon Paul | 27 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 519 | London Perrantes | 27 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 520 | Derrick White | 27 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 521 | OG Anunoby | 28 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 522 | Lorenzo Brown | 28 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 523 | Bruno Caboclo | 28 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 524 | DeMar DeRozan | 28 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 525 | Serge Ibaka | 28 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 526 | Kyle Lowry | 28 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 527 | KJ McDaniels | 28 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 528 | Alfonzo McKinnie | 28 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 529 | CJ Miles | 28 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 530 | Malcolm Miller | 28 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 531 | Lucas Nogueira | 28 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 532 | Jakob Poeltl | 28 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 533 | Norman Powell | 28 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 534 | Pascal Siakam | 28 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 535 | Jonas Valanciunas | 28 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 536 | Fred VanVleet | 28 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 537 | Delon Wright | 28 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 538 | Joel Bolomboy | 29 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 539 | Tony Bradley | 29 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 540 | Alec Burks | 29 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 541 | Dante Exum | 29 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 542 | Derrick Favors | 29 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 543 | Rudy Gobert | 29 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 544 | Eric Griffin | 29 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 545 | Rodney Hood | 29 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 546 | Joe Ingles | 29 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 547 | Jonas Jerebko | 29 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 548 | Joe Johnson | 29 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 549 | Donovan Mitchell | 29 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 550 | Nazareth Mitrou-Long | 29 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 551 | Raul Neto | 29 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 552 | Royce O'Neale | 29 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 553 | Ricky Rubio | 29 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 554 | Thabo Sefolosha | 29 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 555 | Ekpe Udoh | 29 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 556 | Nate Wolters | 29 | 2017-10-09 20:56:20 UTC | 2017-10-09 20:56:20 UTC | -| 557 | Bradley Beal | 30 | 2017-10-09 20:56:20 UTC | 2017-10-09 20:56:20 UTC | -| 558 | Carrick Felix | 30 | 2017-10-09 20:56:20 UTC | 2017-10-09 20:56:20 UTC | -| 559 | Tim Frazier | 30 | 2017-10-09 20:56:20 UTC | 2017-10-09 20:56:20 UTC | -| 560 | Marcin Gortat | 30 | 2017-10-09 20:56:20 UTC | 2017-10-09 20:56:20 UTC | -| 561 | Sheldon Mac | 30 | 2017-10-09 20:56:20 UTC | 2017-10-09 20:56:20 UTC | -| 562 | Ian Mahinmi | 30 | 2017-10-09 20:56:20 UTC | 2017-10-09 20:56:20 UTC | -| 563 | Chris McCullough | 30 | 2017-10-09 20:56:20 UTC | 2017-10-09 20:56:20 UTC | -| 564 | Jodie Meeks | 30 | 2017-10-09 20:56:20 UTC | 2017-10-09 20:56:20 UTC | -| 565 | Markieff Morris | 30 | 2017-10-09 20:56:20 UTC | 2017-10-09 20:56:20 UTC | -| 566 | Kelly Oubre Jr. | 30 | 2017-10-09 20:56:20 UTC | 2017-10-09 20:56:20 UTC | -| 567 | Otto Porter Jr. | 30 | 2017-10-09 20:56:20 UTC | 2017-10-09 20:56:20 UTC | -| 568 | Devin Robinson | 30 | 2017-10-09 20:56:20 UTC | 2017-10-09 20:56:20 UTC | -| 569 | Tomas Satoransky | 30 | 2017-10-09 20:56:20 UTC | 2017-10-09 20:56:20 UTC | -| 570 | Mike Scott | 30 | 2017-10-09 20:56:20 UTC | 2017-10-09 20:56:20 UTC | -| 571 | Donald Sloan | 30 | 2017-10-09 20:56:20 UTC | 2017-10-09 20:56:20 UTC | -| 572 | Jason Smith | 30 | 2017-10-09 20:56:20 UTC | 2017-10-09 20:56:20 UTC | -| 573 | John Wall | 30 | 2017-10-09 20:56:20 UTC | 2017-10-09 20:56:20 UTC | -| 574 | Michael Young | 30 | 2017-10-09 20:56:20 UTC | 2017-10-09 20:56:20 UTC | -+-----+--------------------------+---------+-------------------------+-------------------------+ -574 rows in set -+-----+--------------------------+---------+-------------------------+-------------------------+ -| id | name | team_id | created_at | updated_at | -+-----+--------------------------+---------+-------------------------+-------------------------+ -| 1 | Luke Babbitt | 1 | 2017-10-09 20:56:06 UTC | 2017-10-09 20:56:06 UTC | -| 2 | Kent Bazemore | 1 | 2017-10-09 20:56:06 UTC | 2017-10-09 20:56:06 UTC | -| 3 | Marco Belinelli | 1 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 4 | DeAndre' Bembry | 1 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 5 | Nicolas Brussino | 1 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 6 | Tyler Cavanaugh | 1 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 7 | John Collins | 1 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 8 | Quinn Cook | 1 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 9 | Dewayne Dedmon | 1 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 10 | Malcolm Delaney | 1 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 11 | Tyler Dorsey | 1 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 12 | Jeremy Evans | 1 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 13 | Ersan Ilyasova | 1 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 14 | Josh Magette | 1 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 15 | Mike Muscala | 1 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 16 | Miles Plumlee | 1 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 17 | Taurean Prince | 1 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 18 | Dennis Schroder | 1 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 19 | Kadeem Allen | 2 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 20 | Aron Baynes | 2 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 21 | Jabari Bird | 2 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 22 | Jaylen Brown | 2 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 23 | Daniel Dixon | 2 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 24 | Gordon Hayward | 2 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 25 | Jonathan Holmes | 2 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 26 | Al Horford | 2 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 27 | Kyrie Irving | 2 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 28 | Shane Larkin | 2 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 29 | Marcus Morris | 2 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 30 | Abdel Nader | 2 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 31 | Semi Ojeleye | 2 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 32 | L.J. Peak | 2 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 33 | Terry Rozier | 2 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 34 | Marcus Smart | 2 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 35 | Jayson Tatum | 2 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 36 | Daniel Theis | 2 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 37 | Andrew White III | 2 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 38 | Guerschon Yabusele | 2 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 39 | Quincy Acy | 3 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 40 | Jarrett Allen | 3 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 41 | Trevor Booker | 3 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 42 | DeMarre Carroll | 3 | 2017-10-09 20:56:07 UTC | 2017-10-09 20:56:07 UTC | -| 43 | Allen Crabbe | 3 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 44 | Spencer Dinwiddie | 3 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 45 | Milton Doyle | 3 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 46 | Joe Harris | 3 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 47 | Rondae Hollis-Jefferson | 3 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 48 | Sean Kilpatrick | 3 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 49 | Caris LeVert | 3 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 50 | Jeremy Lin | 3 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 51 | Akil Mitchell | 3 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 52 | Timofey Mozgov | 3 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 53 | Yakuba Ouattara | 3 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 54 | D'Angelo Russell | 3 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 55 | Jeremy Senglin | 3 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 56 | Isaiah Whitehead | 3 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 57 | Jacob Wiley | 3 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 58 | Tyler Zeller | 3 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 59 | Dwayne Bacon | 4 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 60 | Nicolas Batum | 4 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 61 | Michael Carter-Williams | 4 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 62 | Treveon Graham | 4 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 63 | Terry Henderson | 4 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 64 | Isaiah Hicks | 4 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 65 | Dwight Howard | 4 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 66 | Frank Kaminsky | 4 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 67 | Michael Kidd-Gilchrist | 4 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 68 | Jeremy Lamb | 4 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 69 | Mangok Mathiang | 4 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 70 | Malik Monk | 4 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 71 | Johnny O'Bryant III | 4 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 72 | Marcus Paige | 4 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 73 | Luke Petrasek | 4 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 74 | Julyan Stone | 4 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 75 | Kemba Walker | 4 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 76 | Marvin Williams | 4 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 77 | T.J. Williams | 4 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 78 | Cody Zeller | 4 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 79 | Ryan Arcidiacono | 5 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 80 | Antonio Blakeney | 5 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 81 | Kris Dunn | 5 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 82 | Jarell Eddie | 5 | 2017-10-09 20:56:08 UTC | 2017-10-09 20:56:08 UTC | -| 83 | Cristiano Felicio | 5 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 84 | Jerian Grant | 5 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 85 | Justin Holiday | 5 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 86 | Jaylen Johnson | 5 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 87 | Bronson Koenig | 5 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 88 | Zach LaVine | 5 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 89 | Robin Lopez | 5 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 90 | Lauri Markkanen | 5 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 91 | Nikola Mirotic | 5 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 92 | David Nwaba | 5 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 93 | Cameron Payne | 5 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 94 | Quincy Pondexter | 5 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 95 | Bobby Portis | 5 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 96 | Diamond Stone | 5 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 97 | Denzel Valentine | 5 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 98 | Paul Zipser | 5 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 99 | Jose Calderon | 6 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 100 | Jae Crowder | 6 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 101 | Kay Felder | 6 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 102 | Channing Frye | 6 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 103 | Jeff Green | 6 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 104 | John Holland | 6 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 105 | LeBron James | 6 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 106 | Richard Jefferson | 6 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 107 | Kyle Korver | 6 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 108 | Kevin Love | 6 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 109 | Cedi Osman | 6 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 110 | Kendrick Perkins | 6 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 111 | Derrick Rose | 6 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 112 | Iman Shumpert | 6 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 113 | JR Smith | 6 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 114 | Edy Tavares | 6 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 115 | Isaiah Thomas | 6 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 116 | Tristan Thompson | 6 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 117 | Dwyane Wade | 6 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 118 | Ante Zizic | 6 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 119 | Brandon Ashley | 7 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 120 | J.J. Barea | 7 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 121 | Harrison Barnes | 7 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 122 | Gian Clavell | 7 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 123 | Seth Curry | 7 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 124 | PJ Dozier | 7 | 2017-10-09 20:56:09 UTC | 2017-10-09 20:56:09 UTC | -| 125 | Yogi Ferrell | 7 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 126 | Dorian Finney-Smith | 7 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 127 | Devin Harris | 7 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 128 | Maximilian Kleber | 7 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 129 | Wesley Matthews | 7 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 130 | Josh McRoberts | 7 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 131 | Salah Mejri | 7 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 132 | Johnathan Motley | 7 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 133 | Nerlens Noel | 7 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 134 | Dirk Nowitzki | 7 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 135 | Dwight Powell | 7 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 136 | Dennis Smith Jr. | 7 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 137 | Maalik Wayns | 7 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 138 | Jeff Withey | 7 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 139 | Darrell Arthur | 8 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 140 | Will Barton | 8 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 141 | Malik Beasley | 8 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 142 | Wilson Chandler | 8 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 143 | Josh Childress | 8 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 144 | Torrey Craig | 8 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 145 | Kenneth Faried | 8 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 146 | Gary Harris | 8 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 147 | Juan Hernangomez | 8 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 148 | Nikola Jokic | 8 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 149 | Tyler Lydon | 8 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 150 | Trey Lyles | 8 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 151 | Paul Millsap | 8 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 152 | Monte Morris | 8 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 153 | Emmanuel Mudiay | 8 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 154 | Jamal Murray | 8 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 155 | Jameer Nelson | 8 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 156 | Mason Plumlee | 8 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 157 | Avery Bradley | 9 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 158 | Reggie Bullock | 9 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 159 | Dwight Buycks | 9 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 160 | Andre Drummond | 9 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 161 | Henry Ellenson | 9 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 162 | Langston Galloway | 9 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 163 | Tobias Harris | 9 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 164 | Reggie Jackson | 9 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 165 | Stanley Johnson | 9 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 166 | Luke Kennard | 9 | 2017-10-09 20:56:10 UTC | 2017-10-09 20:56:10 UTC | -| 167 | Jon Leuer | 9 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 168 | Boban Marjanovic | 9 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 169 | Luis Montero | 9 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 170 | Eric Moreland | 9 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 171 | Landry Nnoko | 9 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 172 | Ish Smith | 9 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 173 | Anthony Tolliver | 9 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 174 | Beno Udrih | 9 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 175 | Derek Willis | 9 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 176 | Jordan Bell | 10 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 177 | Chris Boucher | 10 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 178 | Omri Casspi | 10 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 179 | Stephen Curry | 10 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 180 | Kevin Durant | 10 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 181 | Michael Gbinije | 10 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 182 | Draymond Green | 10 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 183 | Andre Iguodala | 10 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 184 | Damian Jones | 10 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 185 | Shaun Livingston | 10 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 186 | Kevon Looney | 10 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 187 | Patrick McCaw | 10 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 188 | JaVale McGee | 10 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 189 | Georges Niang | 10 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 190 | Zaza Pachulia | 10 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 191 | Klay Thompson | 10 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 192 | David West | 10 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 193 | Nick Young | 10 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 194 | Ryan Anderson | 11 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 195 | Trevor Ariza | 11 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 196 | Tarik Black | 11 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 197 | Bobby Brown | 11 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 198 | Clint Capela | 11 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 199 | George de Paula | 11 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 200 | Eric Gordon | 11 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 201 | James Harden | 11 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 202 | Nene Hilario | 11 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 203 | Demetrius Jackson | 11 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 204 | Chris Johnson | 11 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 205 | Luc Mbah a Moute | 11 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 206 | Cameron Oliver | 11 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 207 | Chinanu Onuaku | 11 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 208 | Chris Paul | 11 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 209 | Zhou Qi | 11 | 2017-10-09 20:56:11 UTC | 2017-10-09 20:56:11 UTC | -| 210 | Tim Quarterman | 11 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 211 | Isaiah Taylor | 11 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 212 | PJ Tucker | 11 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 213 | Troy Williams | 11 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 214 | Ike Anigbogu | 12 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 215 | Bojan Bogdanovic | 12 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 216 | Darren Collison | 12 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 217 | Al Jefferson | 12 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 218 | DeQuan Jones | 12 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 219 | Cory Joseph | 12 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 220 | T.J. Leaf | 12 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 221 | Trey McKinney-Jones | 12 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 222 | Ben Moore | 12 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 223 | Victor Oladipo | 12 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 224 | Alex Poythress | 12 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 225 | Glenn Robinson III | 12 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 226 | Domantas Sabonis | 12 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 227 | Lance Stephenson | 12 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 228 | Edmond Sumner | 12 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 229 | Myles Turner | 12 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 230 | Jarrod Uthoff | 12 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 231 | Damien Wilkins | 12 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 232 | Joe Young | 12 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 233 | Thaddeus Young | 12 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 234 | Patrick Beverley | 13 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 235 | Sam Dekker | 13 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 236 | Jawun Evans | 13 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 237 | Danilo Gallinari | 13 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 238 | Blake Griffin | 13 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 239 | Montrezl Harrell | 13 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 240 | LaDontae Henton | 13 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 241 | Brice Johnson | 13 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 242 | Wesley Johnson | 13 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 243 | DeAndre Jordan | 13 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 244 | Marshall Plumlee | 13 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 245 | Willie Reed | 13 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 246 | Austin Rivers | 13 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 247 | Milos Teodosic | 13 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 248 | Sindarius Thornwell | 13 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 249 | Tyrone Wallace | 13 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 250 | C.J. Williams | 13 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 251 | Lou Williams | 13 | 2017-10-09 20:56:12 UTC | 2017-10-09 20:56:12 UTC | -| 252 | Jamil Wilson | 13 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 253 | Lonzo Ball | 14 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 254 | Vander Blue | 14 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 255 | Andrew Bogut | 14 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 256 | Corey Brewer | 14 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 257 | Thomas Bryant | 14 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 258 | Kentavious Caldwell-Pope | 14 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 259 | Alex Caruso | 14 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 260 | Jordan Clarkson | 14 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 261 | Luol Deng | 14 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 262 | Tyler Ennis | 14 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 263 | Josh Hart | 14 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 264 | Brandon Ingram | 14 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 265 | Kyle Kuzma | 14 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 266 | Brook Lopez | 14 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 267 | Larry Nance Jr. | 14 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 268 | Julius Randle | 14 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 269 | Briante Weber | 14 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 270 | Ivica Zubac | 14 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 271 | Wade Baldwin IV | 15 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 272 | Dillon Brooks | 15 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 273 | Mario Chalmers | 15 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 274 | Mike Conley | 15 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 275 | Deyonta Davis | 15 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 276 | James Ennis III | 15 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 277 | Tyreke Evans | 15 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 278 | Marc Gasol | 15 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 279 | JaMychal Green | 15 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 280 | Andrew Harrison | 15 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 281 | Vince Hunter | 15 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 282 | Jarell Martin | 15 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 283 | Ben McLemore | 15 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 284 | Chandler Parsons | 15 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 285 | Ivan Rabb | 15 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 286 | Durand Scott | 15 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 287 | Wayne Selden | 15 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 288 | Kobi Simmons | 15 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 289 | Brandan Wright | 15 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 290 | Rade Zagorac | 15 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 291 | Bam Adebayo | 16 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 292 | Goran Dragic | 16 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 293 | Larry Drew II | 16 | 2017-10-09 20:56:13 UTC | 2017-10-09 20:56:13 UTC | -| 294 | Wayne Ellington | 16 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 295 | AJ Hammons | 16 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 296 | Udonis Haslem | 16 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 297 | James Johnson | 16 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 298 | Tyler Johnson | 16 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 299 | Erik McCree | 16 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 300 | Rodney McGruder | 16 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 301 | Jordan Mickey | 16 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 302 | Kelly Olynyk | 16 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 303 | Josh Richardson | 16 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 304 | Dion Waiters | 16 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 305 | Derrick Walton Jr. | 16 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 306 | Okaro White | 16 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 307 | Hassan Whiteside | 16 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 308 | Matt Williams | 16 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 309 | Justise Winslow | 16 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 310 | Giannis Antetokounmpo | 17 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 311 | Joel Anthony | 17 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 312 | Malcolm Brogdon | 17 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 313 | Sterling Brown | 17 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 314 | Matthew Dellavedova | 17 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 315 | Gerald Green | 17 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 316 | John Henson | 17 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 317 | Thon Maker | 17 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 318 | Khris Middleton | 17 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 319 | Greg Monroe | 17 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 320 | Xavier Munford | 17 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 321 | Jabari Parker | 17 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 322 | Gary Payton II | 17 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 323 | Brandon Rush | 17 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 324 | Tony Snell | 17 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 325 | Mirza Teletovic | 17 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 326 | Jason Terry | 17 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 327 | Rashad Vaughn | 17 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 328 | D.J. Wilson | 17 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 329 | Cole Aldrich | 18 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 330 | Nemanja Bjelica | 18 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 331 | Aaron Brooks | 18 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 332 | Anthony Brown | 18 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 333 | Jimmy Butler | 18 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 334 | Jamal Crawford | 18 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 335 | Gorgui Dieng | 18 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 336 | Marcus Georges-Hunt | 18 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 337 | Taj Gibson | 18 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 338 | Amile Jefferson | 18 | 2017-10-09 20:56:14 UTC | 2017-10-09 20:56:14 UTC | -| 339 | Tyus Jones | 18 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 340 | Shabazz Muhammad | 18 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 341 | Justin Patton | 18 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 342 | Jeff Teague | 18 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 343 | Karl-Anthony Towns | 18 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 344 | Melo Trimble | 18 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 345 | Andrew Wiggins | 18 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 346 | Alexis Ajinca | 19 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 347 | Cliff Alexander | 19 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 348 | Tony Allen | 19 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 349 | Omer Asik | 19 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 350 | Ian Clark | 19 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 351 | Charles Cooke | 19 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 352 | DeMarcus Cousins | 19 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 353 | Jordan Crawford | 19 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 354 | Dante Cunningham | 19 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 355 | Anthony Davis | 19 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 356 | Cheick Diallo | 19 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 357 | Solomon Hill | 19 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 358 | Jrue Holiday | 19 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 359 | Frank Jackson | 19 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 360 | Jalen Jones | 19 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 361 | Perry Jones | 19 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 362 | Darius Miller | 19 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 363 | E'Twaun Moore | 19 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 364 | Rajon Rondo | 19 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 365 | Martell Webster | 19 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 366 | Ron Baker | 20 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 367 | Michael Beasley | 20 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 368 | Damyean Dotson | 20 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 369 | Tim Hardaway Jr. | 20 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 370 | Nigel Hayes | 20 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 371 | Willy Hernangomez | 20 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 372 | Jarrett Jack | 20 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 373 | Enes Kanter | 20 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 374 | Luke Kornet | 20 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 375 | Mindaugas Kuzminskas | 20 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 376 | Courtney Lee | 20 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 377 | Doug McDermott | 20 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 378 | Joakim Noah | 20 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 379 | Frank Ntilikina | 20 | 2017-10-09 20:56:15 UTC | 2017-10-09 20:56:15 UTC | -| 380 | Kyle O'Quinn | 20 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 381 | Kristaps Porzingis | 20 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 382 | Xavier Rathan-Mayes | 20 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 383 | Ramon Sessions | 20 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 384 | Lance Thomas | 20 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 385 | Alex Abrines | 21 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 386 | Steven Adams | 21 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 387 | Bryce Alford | 21 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 388 | Carmelo Anthony | 21 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 389 | Markel Brown | 21 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 390 | Isaiah Canaan | 21 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 391 | Semaj Christon | 21 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 392 | Nick Collison | 21 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 393 | Raymond Felton | 21 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 394 | Terrance Ferguson | 21 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 395 | Paul George | 21 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 396 | Jerami Grant | 21 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 397 | Daniel Hamilton | 21 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 398 | Josh Huestis | 21 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 399 | Dakari Johnson | 21 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 400 | Patrick Patterson | 21 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 401 | Andre Roberson | 21 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 402 | Kyle Singler | 21 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 403 | Rashawn Thomas | 21 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 404 | Russell Westbrook | 21 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 405 | Arron Afflalo | 22 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 406 | D.J. Augustin | 22 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 407 | Khem Birch | 22 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 408 | Bismack Biyombo | 22 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 409 | Troy Caupain | 22 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 410 | Evan Fournier | 22 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 411 | Aaron Gordon | 22 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 412 | Mario Hezonja | 22 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 413 | Jonathan Isaac | 22 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 414 | Wesley Iwundu | 22 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 415 | Kalin Lucas | 22 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 416 | Shelvin Mack | 22 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 417 | Adreian Payne | 22 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 418 | Elfrid Payton | 22 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 419 | Rodney Purvis | 22 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 420 | Terrence Ross | 22 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 421 | Damjan Rudez | 22 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 422 | Jonathon Simmons | 22 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 423 | Marreese Speights | 22 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 424 | Nikola Vucevic | 22 | 2017-10-09 20:56:16 UTC | 2017-10-09 20:56:16 UTC | -| 425 | Justin Anderson | 23 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 426 | Jerryd Bayless | 23 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 427 | James Blackmon Jr. | 23 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 428 | Robert Covington | 23 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 429 | Joel Embiid | 23 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 430 | Markelle Fultz | 23 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 431 | Richaun Holmes | 23 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 432 | Kris Humphries | 23 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 433 | Amir Johnson | 23 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 434 | Furkan Korkmaz | 23 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 435 | Timothe Luwawu-Cabarrot | 23 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 436 | James Michael McAdoo | 23 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 437 | T.J. McConnell | 23 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 438 | Emeka Okafor | 23 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 439 | Jahlil Okafor | 23 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 440 | Jacob Pullen | 23 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 441 | JJ Redick | 23 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 442 | Dario Saric | 23 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 443 | Ben Simmons | 23 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 444 | Nik Stauskas | 23 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 445 | Dragan Bender | 24 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 446 | Anthony Bennett | 24 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 447 | Eric Bledsoe | 24 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 448 | Devin Booker | 24 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 449 | Tyson Chandler | 24 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 450 | Marquese Chriss | 24 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 451 | Troy Daniels | 24 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 452 | Jared Dudley | 24 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 453 | Josh Jackson | 24 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 454 | Mike James | 24 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 455 | Peter Jok | 24 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 456 | Derrick Jones Jr. | 24 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 457 | Brandon Knight | 24 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 458 | Alex Len | 24 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 459 | Elijah Millsap | 24 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 460 | Alec Peters | 24 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 461 | Davon Reed | 24 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 462 | Tyler Ulis | 24 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 463 | TJ Warren | 24 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 464 | Alan Williams | 24 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 465 | Al-Farouq Aminu | 25 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 466 | Isaiah Briscoe | 25 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 467 | Zach Collins | 25 | 2017-10-09 20:56:17 UTC | 2017-10-09 20:56:17 UTC | -| 468 | Pat Connaughton | 25 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 469 | Ed Davis | 25 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 470 | Archie Goodwin | 25 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 471 | Maurice Harkless | 25 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 472 | Jake Layman | 25 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 473 | Meyers Leonard | 25 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 474 | Damian Lillard | 25 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 475 | CJ McCollum | 25 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 476 | Anthony Morrow | 25 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 477 | Shabazz Napier | 25 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 478 | Jusuf Nurkic | 25 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 479 | Caleb Swanigan | 25 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 480 | Evan Turner | 25 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 481 | Noah Vonleh | 25 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 482 | CJ Wilcox | 25 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 483 | Bogdan Bogdanovic | 26 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 484 | Vince Carter | 26 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 485 | Willie Cauley-Stein | 26 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 486 | Jack Cooley | 26 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 487 | De'Aaron Fox | 26 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 488 | Harry Giles | 26 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 489 | Buddy Hield | 26 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 490 | George Hill | 26 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 491 | Justin Jackson | 26 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 492 | Matt Jones | 26 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 493 | Kosta Koufos | 26 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 494 | Skal Labissiere | 26 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 495 | Frank Mason III | 26 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 496 | Georgios Papagiannis | 26 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 497 | Zach Randolph | 26 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 498 | Malachi Richardson | 26 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 499 | JaKarr Sampson | 26 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 500 | Garrett Temple | 26 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 501 | Marcus Williams | 26 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 502 | LaMarcus Aldridge | 27 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 503 | Kyle Anderson | 27 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 504 | Davis Bertans | 27 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 505 | Amida Brimah | 27 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 506 | Matt Costello | 27 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 507 | Bryn Forbes | 27 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 508 | Pau Gasol | 27 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 509 | Rudy Gay | 27 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 510 | Manu Ginobili | 27 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 511 | Danny Green | 27 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 512 | Darrun Hilliard | 27 | 2017-10-09 20:56:18 UTC | 2017-10-09 20:56:18 UTC | -| 513 | Joffrey Lauvergne | 27 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 514 | Kawhi Leonard | 27 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 515 | Patty Mills | 27 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 516 | Dejounte Murray | 27 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 517 | Tony Parker | 27 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 518 | Brandon Paul | 27 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 519 | London Perrantes | 27 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 520 | Derrick White | 27 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 521 | OG Anunoby | 28 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 522 | Lorenzo Brown | 28 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 523 | Bruno Caboclo | 28 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 524 | DeMar DeRozan | 28 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 525 | Serge Ibaka | 28 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 526 | Kyle Lowry | 28 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 527 | KJ McDaniels | 28 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 528 | Alfonzo McKinnie | 28 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 529 | CJ Miles | 28 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 530 | Malcolm Miller | 28 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 531 | Lucas Nogueira | 28 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 532 | Jakob Poeltl | 28 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 533 | Norman Powell | 28 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 534 | Pascal Siakam | 28 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 535 | Jonas Valanciunas | 28 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 536 | Fred VanVleet | 28 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 537 | Delon Wright | 28 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 538 | Joel Bolomboy | 29 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 539 | Tony Bradley | 29 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 540 | Alec Burks | 29 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 541 | Dante Exum | 29 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 542 | Derrick Favors | 29 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 543 | Rudy Gobert | 29 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 544 | Eric Griffin | 29 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 545 | Rodney Hood | 29 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 546 | Joe Ingles | 29 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 547 | Jonas Jerebko | 29 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 548 | Joe Johnson | 29 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 549 | Donovan Mitchell | 29 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 550 | Nazareth Mitrou-Long | 29 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 551 | Raul Neto | 29 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 552 | Royce O'Neale | 29 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 553 | Ricky Rubio | 29 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 554 | Thabo Sefolosha | 29 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 555 | Ekpe Udoh | 29 | 2017-10-09 20:56:19 UTC | 2017-10-09 20:56:19 UTC | -| 556 | Nate Wolters | 29 | 2017-10-09 20:56:20 UTC | 2017-10-09 20:56:20 UTC | -| 557 | Bradley Beal | 30 | 2017-10-09 20:56:20 UTC | 2017-10-09 20:56:20 UTC | -| 558 | Carrick Felix | 30 | 2017-10-09 20:56:20 UTC | 2017-10-09 20:56:20 UTC | -| 559 | Tim Frazier | 30 | 2017-10-09 20:56:20 UTC | 2017-10-09 20:56:20 UTC | -| 560 | Marcin Gortat | 30 | 2017-10-09 20:56:20 UTC | 2017-10-09 20:56:20 UTC | -| 561 | Sheldon Mac | 30 | 2017-10-09 20:56:20 UTC | 2017-10-09 20:56:20 UTC | -| 562 | Ian Mahinmi | 30 | 2017-10-09 20:56:20 UTC | 2017-10-09 20:56:20 UTC | -| 563 | Chris McCullough | 30 | 2017-10-09 20:56:20 UTC | 2017-10-09 20:56:20 UTC | -| 564 | Jodie Meeks | 30 | 2017-10-09 20:56:20 UTC | 2017-10-09 20:56:20 UTC | -| 565 | Markieff Morris | 30 | 2017-10-09 20:56:20 UTC | 2017-10-09 20:56:20 UTC | -| 566 | Kelly Oubre Jr. | 30 | 2017-10-09 20:56:20 UTC | 2017-10-09 20:56:20 UTC | -| 567 | Otto Porter Jr. | 30 | 2017-10-09 20:56:20 UTC | 2017-10-09 20:56:20 UTC | -| 568 | Devin Robinson | 30 | 2017-10-09 20:56:20 UTC | 2017-10-09 20:56:20 UTC | -| 569 | Tomas Satoransky | 30 | 2017-10-09 20:56:20 UTC | 2017-10-09 20:56:20 UTC | -| 570 | Mike Scott | 30 | 2017-10-09 20:56:20 UTC | 2017-10-09 20:56:20 UTC | -| 571 | Donald Sloan | 30 | 2017-10-09 20:56:20 UTC | 2017-10-09 20:56:20 UTC | -| 572 | Jason Smith | 30 | 2017-10-09 20:56:20 UTC | 2017-10-09 20:56:20 UTC | -| 573 | John Wall | 30 | 2017-10-09 20:56:20 UTC | 2017-10-09 20:56:20 UTC | -| 574 | Michael Young | 30 | 2017-10-09 20:56:20 UTC | 2017-10-09 20:56:20 UTC | -+-----+--------------------------+---------+-------------------------+-------------------------+ -574 rows in set diff --git a/Tamisha_Damas/Rails/Models /optimize/.gitignore b/Tamisha_Damas/Rails/Models /optimize/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/Tamisha_Damas/Rails/Models /optimize/Gemfile b/Tamisha_Damas/Rails/Models /optimize/Gemfile deleted file mode 100644 index 840f5c0..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/Gemfile +++ /dev/null @@ -1,46 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby -gem 'hirb' -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc -gem 'nokogiri' -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' -gem 'rails-footnotes', '~> 4.0' -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end diff --git a/Tamisha_Damas/Rails/Models /optimize/Gemfile.lock b/Tamisha_Damas/Rails/Models /optimize/Gemfile.lock deleted file mode 100644 index 868d36e..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/Gemfile.lock +++ /dev/null @@ -1,174 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.2) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.2) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.0) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.8.6) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.6.6) - mime-types (>= 1.16, < 4) - mime-types (3.1) - mime-types-data (~> 3.2015) - mime-types-data (3.2016.0521) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.1.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.2) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.6) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.3) - thread_safe (~> 0.1) - uglifier (3.2.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - nokogiri - rails (= 4.2.7) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.15.4 diff --git a/Tamisha_Damas/Rails/Models /optimize/README.rdoc b/Tamisha_Damas/Rails/Models /optimize/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/Tamisha_Damas/Rails/Models /optimize/Rakefile b/Tamisha_Damas/Rails/Models /optimize/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/Tamisha_Damas/Rails/Models /optimize/app/assets/images/.keep b/Tamisha_Damas/Rails/Models /optimize/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /optimize/app/assets/javascripts/application.js b/Tamisha_Damas/Rails/Models /optimize/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/Tamisha_Damas/Rails/Models /optimize/app/assets/stylesheets/application.css b/Tamisha_Damas/Rails/Models /optimize/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/Tamisha_Damas/Rails/Models /optimize/app/controllers/application_controller.rb b/Tamisha_Damas/Rails/Models /optimize/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/Tamisha_Damas/Rails/Models /optimize/app/controllers/concerns/.keep b/Tamisha_Damas/Rails/Models /optimize/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /optimize/app/helpers/application_helper.rb b/Tamisha_Damas/Rails/Models /optimize/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/Tamisha_Damas/Rails/Models /optimize/app/mailers/.keep b/Tamisha_Damas/Rails/Models /optimize/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /optimize/app/models/.keep b/Tamisha_Damas/Rails/Models /optimize/app/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /optimize/app/models/concerns/.keep b/Tamisha_Damas/Rails/Models /optimize/app/models/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /optimize/app/models/player.rb b/Tamisha_Damas/Rails/Models /optimize/app/models/player.rb deleted file mode 100644 index b30fdc9..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/app/models/player.rb +++ /dev/null @@ -1,3 +0,0 @@ -class Player < ActiveRecord::Base - belongs_to :team -end diff --git a/Tamisha_Damas/Rails/Models /optimize/app/models/team.rb b/Tamisha_Damas/Rails/Models /optimize/app/models/team.rb deleted file mode 100644 index c73f8bb..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/app/models/team.rb +++ /dev/null @@ -1,29 +0,0 @@ -class Team < ActiveRecord::Base - has_many :players -end - -# 1. Retrive all players, then write a program that will loop through each player and display their team name, mascot and stadium. How many queries have we done? -# players = Player.all -# players.each do |player| -# team = player.team -# puts "Player: #{player.name}, Team: #{team.name}, Mascot: #{team.mascot}, Stadium: #{team.stadium}" -# end - -# 2. Retrive all players and their team by using .includes -# players = Player.includes(:team) -# players.each do |player| -# puts "Player: #{player.name}, Team: #{player.team.name}, Mascot: #{player.team.mascot}, Stadium: #{player.team.stadium}" -# end -# -# # 3. Retrieve all players from the 'Chicago Bulls' by using .includes -# Player.includes(:team).where("teams.name = 'Chicago Bulls'").references(:team) -# -# # 4. Retrieve all players along with the team name that play at the 'Staples Center' -# Player.joins(:team).select('players.*', 'teams.name as franchise', 'teams.stadium as stadium').where("teams.stadium = 'Staples Center'") -# -# # 5 Retrive all teams that have any player that start their name with the letter 'A' by both .includes and .joins -# Team.includes(:players).where("players.name LIKE 'Z%'").references(:players) -# Team.joins(:players).where("players.name LIKE 'Z%'") -# -# # With .joins, we can also fetch more information. For example, we can retrieve the player's name as well -# Team.joins(:players).where("players.name LIKE 'Z%'").select("teams.name as team_name", "teams.*", "players.*") diff --git a/Tamisha_Damas/Rails/Models /optimize/app/views/layouts/application.html.erb b/Tamisha_Damas/Rails/Models /optimize/app/views/layouts/application.html.erb deleted file mode 100644 index 7fc9d5f..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - Optimize - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/Tamisha_Damas/Rails/Models /optimize/bin/bundle b/Tamisha_Damas/Rails/Models /optimize/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/Tamisha_Damas/Rails/Models /optimize/bin/rails b/Tamisha_Damas/Rails/Models /optimize/bin/rails deleted file mode 100755 index 0138d79..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/Tamisha_Damas/Rails/Models /optimize/bin/rake b/Tamisha_Damas/Rails/Models /optimize/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/Tamisha_Damas/Rails/Models /optimize/bin/setup b/Tamisha_Damas/Rails/Models /optimize/bin/setup deleted file mode 100755 index acdb2c1..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/Tamisha_Damas/Rails/Models /optimize/bin/spring b/Tamisha_Damas/Rails/Models /optimize/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/Tamisha_Damas/Rails/Models /optimize/config.ru b/Tamisha_Damas/Rails/Models /optimize/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/Tamisha_Damas/Rails/Models /optimize/config/application.rb b/Tamisha_Damas/Rails/Models /optimize/config/application.rb deleted file mode 100644 index 82f8fb1..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module Optimize - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/Tamisha_Damas/Rails/Models /optimize/config/boot.rb b/Tamisha_Damas/Rails/Models /optimize/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/Tamisha_Damas/Rails/Models /optimize/config/database.yml b/Tamisha_Damas/Rails/Models /optimize/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/Tamisha_Damas/Rails/Models /optimize/config/environment.rb b/Tamisha_Damas/Rails/Models /optimize/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/Tamisha_Damas/Rails/Models /optimize/config/environments/development.rb b/Tamisha_Damas/Rails/Models /optimize/config/environments/development.rb deleted file mode 100644 index b55e214..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/config/environments/development.rb +++ /dev/null @@ -1,41 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Tamisha_Damas/Rails/Models /optimize/config/environments/production.rb b/Tamisha_Damas/Rails/Models /optimize/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/Tamisha_Damas/Rails/Models /optimize/config/environments/test.rb b/Tamisha_Damas/Rails/Models /optimize/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Tamisha_Damas/Rails/Models /optimize/config/initializers/assets.rb b/Tamisha_Damas/Rails/Models /optimize/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/Tamisha_Damas/Rails/Models /optimize/config/initializers/backtrace_silencers.rb b/Tamisha_Damas/Rails/Models /optimize/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/Tamisha_Damas/Rails/Models /optimize/config/initializers/cookies_serializer.rb b/Tamisha_Damas/Rails/Models /optimize/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/Tamisha_Damas/Rails/Models /optimize/config/initializers/filter_parameter_logging.rb b/Tamisha_Damas/Rails/Models /optimize/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/Tamisha_Damas/Rails/Models /optimize/config/initializers/inflections.rb b/Tamisha_Damas/Rails/Models /optimize/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/Tamisha_Damas/Rails/Models /optimize/config/initializers/mime_types.rb b/Tamisha_Damas/Rails/Models /optimize/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/Tamisha_Damas/Rails/Models /optimize/config/initializers/session_store.rb b/Tamisha_Damas/Rails/Models /optimize/config/initializers/session_store.rb deleted file mode 100644 index 7e5d399..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_optimize_session' diff --git a/Tamisha_Damas/Rails/Models /optimize/config/initializers/wrap_parameters.rb b/Tamisha_Damas/Rails/Models /optimize/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/Tamisha_Damas/Rails/Models /optimize/config/locales/en.yml b/Tamisha_Damas/Rails/Models /optimize/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/Tamisha_Damas/Rails/Models /optimize/config/routes.rb b/Tamisha_Damas/Rails/Models /optimize/config/routes.rb deleted file mode 100644 index 3f66539..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/config/routes.rb +++ /dev/null @@ -1,56 +0,0 @@ -Rails.application.routes.draw do - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/Tamisha_Damas/Rails/Models /optimize/config/secrets.yml b/Tamisha_Damas/Rails/Models /optimize/config/secrets.yml deleted file mode 100644 index b8283c7..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: fb58d588d193b963ac7c53559b5769b198d2a23dce798463b76a46ffb43fdf32da40315e9e2ba91b7bd2306c94545479476f238a82cb99baab49ad305c4aeb00 - -test: - secret_key_base: cea7599618e24e4263bffcb734a69a346bf265146a61137f09d4f8819d474ac31c86798345feb61b8be69c05a75eb00d8a9aef907f88da538be495467769270b - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/Tamisha_Damas/Rails/Models /optimize/db/migrate/20171009205208_create_teams.rb b/Tamisha_Damas/Rails/Models /optimize/db/migrate/20171009205208_create_teams.rb deleted file mode 100644 index 5f7137c..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/db/migrate/20171009205208_create_teams.rb +++ /dev/null @@ -1,11 +0,0 @@ -class CreateTeams < ActiveRecord::Migration - def change - create_table :teams do |t| - t.string :name - t.string :mascot - t.string :stadium - - t.timestamps null: false - end - end -end diff --git a/Tamisha_Damas/Rails/Models /optimize/db/migrate/20171009205259_create_players.rb b/Tamisha_Damas/Rails/Models /optimize/db/migrate/20171009205259_create_players.rb deleted file mode 100644 index 9949aad..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/db/migrate/20171009205259_create_players.rb +++ /dev/null @@ -1,10 +0,0 @@ -class CreatePlayers < ActiveRecord::Migration - def change - create_table :players do |t| - t.string :name - t.references :team, index: true, foreign_key: true - - t.timestamps null: false - end - end -end diff --git a/Tamisha_Damas/Rails/Models /optimize/db/schema.rb b/Tamisha_Damas/Rails/Models /optimize/db/schema.rb deleted file mode 100644 index 141c4e3..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/db/schema.rb +++ /dev/null @@ -1,33 +0,0 @@ -# encoding: UTF-8 -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# Note that this schema.rb definition is the authoritative source for your -# database schema. If you need to create the application database on another -# system, you should be using db:schema:load, not running all the migrations -# from scratch. The latter is a flawed and unsustainable approach (the more migrations -# you'll amass, the slower it'll run and the greater likelihood for issues). -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema.define(version: 20171009205259) do - - create_table "players", force: :cascade do |t| - t.string "name" - t.integer "team_id" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - add_index "players", ["team_id"], name: "index_players_on_team_id" - - create_table "teams", force: :cascade do |t| - t.string "name" - t.string "mascot" - t.string "stadium" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - -end diff --git a/Tamisha_Damas/Rails/Models /optimize/db/seeds.rb b/Tamisha_Damas/Rails/Models /optimize/db/seeds.rb deleted file mode 100644 index d8051d4..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/db/seeds.rb +++ /dev/null @@ -1,111 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) -# we require 'open-uri' to request the html files -require 'open-uri' -teams = [ - ["Atlanta Hawks", "Skyhawk", "Philips Arena"], - ["Boston Celtics", "Lucky the Leprechaun", "TD Garden"], - ["Brooklyn Nets", "BrooklyKnight", "Barclays Center"], - ["Charlotte Hornets", "Hugo the Hornet", "Spectrum Center"], - ["Chicago Bulls", "Benny the Bull", "United Center"], - ["Cleveland Cavaliers", "Moondog", "Quicken Loans Arena"], - ["Dallas Mavericks", "Champ", "American Airlines Center"], - ["Denver Nuggets", "Rocky the Mountain Lion", "Pepsi Center"], - ["Detroit Pistons", "Hooper", "The Palace of Auburn Hills"], - ["Golden State Warriors", "Thunder", "Oracle Arena"], - ["Houston Rockets", "Clutch", "Toyota Center"], - ["Indiana Pacers", "Boomer the Panther", "Bankers Life Fieldhouse"], - ["Los Angeles Clippers", "Chuck", "Staples Center"], - ["Los Angeles Lakers", "Jack Nicholson", "Staples Center"], - ["Memphis Grizzlies", "Griz", "FedExForum"], - ["Miami Heat", "Burnie", "American Airlines Arena"], - ["Milwaukee Bucks", "Bango", "BMO Harris Bradley Center"], - ["Minnesota Timberwolves", "Crunch the Wolf", "Target Center"], - ["New Orleans Pelicans", "Pierre the Pelican", "Smoothie King Center"], - ["New York Knicks", "Spike Lee", "Madison Square Garden"], - ["Oklahoma City Thunder", "Rumble the Bison", "Chesapeake Energy Arena"], - ["Orlando Magic", "Stuff the Magic Dragon", "Amway Center"], - ["Philadelphia 76ers", "Franklin the Dog", "Wells Fargo Center Philadelphia"], - ["Phoenix Suns", "The Suns Gorilla", "Talking Stick Resort Arena"], - ["Portland Trail Blazers", "Blaze the Trail Cat", "Moda Center"], - ["Sacramento Kings", "Slamson the Lion", "Golden 1 Center"], - ["San Antonio Spurs", "The Coyote", "AT&T Center"], - ["Toronto Raptors", "Raptor", "Air Canada Centre"], - ["Utah Jazz", "Jazz Bear", "Vivint Smart Home Arena"], - ["Washington Wizards", "G. Wiz", "Verizon Center"] -] -# Here, we are using the Nokogiri gem (already comes with Rails), to scrape the ESPN website for the list of players. -# For more information on Nokogiri, you can go to their documentation or visit http://www.nokogiri.org/ -atlanta_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/atl/atlanta-hawks")).css("td.sortcell") -boston_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/bos/boston-celtics")).css("td.sortcell") -brooklyn_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/bkn/brooklyn-nets")).css("td.sortcell") -charlotte_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/cha/charlotte-hornets")).css("td.sortcell") -chicago_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/chi/chicago-bulls")).css("td.sortcell") -cleveland_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/cle/cleveland-cavaliers")).css("td.sortcell") -dallas_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/dal/dallas-mavericks")).css("td.sortcell") -denver_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/den/denver-nuggets")).css("td.sortcell") -detroit_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/det/detroit-pistons")).css("td.sortcell") -warriors_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/gs/golden-state-warriors")).css("td.sortcell") -houston_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/hou/houston-rockets")).css("td.sortcell") -indiana_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/ind/indiana-pacers")).css("td.sortcell") -clippers_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/lac/la-clippers")).css("td.sortcell") -lakers_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/lal/los-angeles-lakers")).css("td.sortcell") -memphis_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/mem/memphis-grizzlies")).css("td.sortcell") -miami_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/mia/miami-heat")).css("td.sortcell") -milwaukee_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/mil/milwaukee-bucks")).css("td.sortcell") -minnesota_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/min/minnesota-timberwolves")).css("td.sortcell") -nola_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/no/new-orleans-pelicans")).css("td.sortcell") -knicks_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/ny/new-york-knicks")).css("td.sortcell") -okc_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/okc/oklahoma-city-thunder")).css("td.sortcell") -orlando_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/orl/orlando-magic")).css("td.sortcell") -phili_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/phi/philadelphia-76ers")).css("td.sortcell") -phoenix_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/phx/phoenix-suns")).css("td.sortcell") -portland_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/por/portland-trail-blazers")).css("td.sortcell") -sacramento_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/sac/sacramento-kings")).css("td.sortcell") -spurs_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/sa/san-antonio-spurs")).css("td.sortcell") -toronto_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/tor/toronto-raptors")).css("td.sortcell") -utah_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/utah/utah-jazz")).css("td.sortcell") -washington_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/wsh/washington-wizards")).css("td.sortcell") -players = [ - atlanta_players, - boston_players, - brooklyn_players, - charlotte_players, - chicago_players, - cleveland_players, - dallas_players, - denver_players, - detroit_players, - warriors_players, - houston_players, - indiana_players, - clippers_players, - lakers_players, - memphis_players, - miami_players, - milwaukee_players, - minnesota_players, - nola_players, - knicks_players, - okc_players, - orlando_players, - phili_players, - phoenix_players, - portland_players, - sacramento_players, - spurs_players, - toronto_players, - utah_players, - washington_players -] -players.each_with_index do |roster, index| - Team.create(name: teams[index][0], mascot: teams[index][1], stadium: teams[index][2]) - roster.each do |player| - Team.last.players.create(name: player.text) - end -end diff --git a/Tamisha_Damas/Rails/Models /optimize/lib/assets/.keep b/Tamisha_Damas/Rails/Models /optimize/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /optimize/lib/tasks/.keep b/Tamisha_Damas/Rails/Models /optimize/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /optimize/log/.keep b/Tamisha_Damas/Rails/Models /optimize/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /optimize/public/404.html b/Tamisha_Damas/Rails/Models /optimize/public/404.html deleted file mode 100644 index b612547..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Tamisha_Damas/Rails/Models /optimize/public/422.html b/Tamisha_Damas/Rails/Models /optimize/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Tamisha_Damas/Rails/Models /optimize/public/500.html b/Tamisha_Damas/Rails/Models /optimize/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Tamisha_Damas/Rails/Models /optimize/public/favicon.ico b/Tamisha_Damas/Rails/Models /optimize/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /optimize/public/robots.txt b/Tamisha_Damas/Rails/Models /optimize/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/Tamisha_Damas/Rails/Models /optimize/test/controllers/.keep b/Tamisha_Damas/Rails/Models /optimize/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /optimize/test/fixtures/.keep b/Tamisha_Damas/Rails/Models /optimize/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /optimize/test/fixtures/players.yml b/Tamisha_Damas/Rails/Models /optimize/test/fixtures/players.yml deleted file mode 100644 index 56a4719..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/test/fixtures/players.yml +++ /dev/null @@ -1,9 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - name: MyString - team_id: - -two: - name: MyString - team_id: diff --git a/Tamisha_Damas/Rails/Models /optimize/test/fixtures/teams.yml b/Tamisha_Damas/Rails/Models /optimize/test/fixtures/teams.yml deleted file mode 100644 index d9c869d..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/test/fixtures/teams.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - name: MyString - mascot: MyString - stadium: MyString - -two: - name: MyString - mascot: MyString - stadium: MyString diff --git a/Tamisha_Damas/Rails/Models /optimize/test/helpers/.keep b/Tamisha_Damas/Rails/Models /optimize/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /optimize/test/integration/.keep b/Tamisha_Damas/Rails/Models /optimize/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /optimize/test/mailers/.keep b/Tamisha_Damas/Rails/Models /optimize/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /optimize/test/models/.keep b/Tamisha_Damas/Rails/Models /optimize/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /optimize/test/models/player_test.rb b/Tamisha_Damas/Rails/Models /optimize/test/models/player_test.rb deleted file mode 100644 index 3cf71d7..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/test/models/player_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class PlayerTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/Tamisha_Damas/Rails/Models /optimize/test/models/team_test.rb b/Tamisha_Damas/Rails/Models /optimize/test/models/team_test.rb deleted file mode 100644 index 8b101cb..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/test/models/team_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class TeamTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/Tamisha_Damas/Rails/Models /optimize/test/test_helper.rb b/Tamisha_Damas/Rails/Models /optimize/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/Tamisha_Damas/Rails/Models /optimize/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/Tamisha_Damas/Rails/Models /optimize/vendor/assets/javascripts/.keep b/Tamisha_Damas/Rails/Models /optimize/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /optimize/vendor/assets/stylesheets/.keep b/Tamisha_Damas/Rails/Models /optimize/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /user_login_project/.gitignore b/Tamisha_Damas/Rails/Models /user_login_project/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/Tamisha_Damas/Rails/Models /user_login_project/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/Tamisha_Damas/Rails/Models /user_login_project/Gemfile b/Tamisha_Damas/Rails/Models /user_login_project/Gemfile deleted file mode 100644 index 7ef2c56..0000000 --- a/Tamisha_Damas/Rails/Models /user_login_project/Gemfile +++ /dev/null @@ -1,46 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby -gem 'hirb' -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end diff --git a/Tamisha_Damas/Rails/Models /user_login_project/Gemfile.lock b/Tamisha_Damas/Rails/Models /user_login_project/Gemfile.lock deleted file mode 100644 index b07f42d..0000000 --- a/Tamisha_Damas/Rails/Models /user_login_project/Gemfile.lock +++ /dev/null @@ -1,173 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.2) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.2) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.0) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.8.6) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.6.6) - mime-types (>= 1.16, < 4) - mime-types (3.1) - mime-types-data (~> 3.2015) - mime-types-data (3.2016.0521) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.1.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.2) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.6) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.3) - thread_safe (~> 0.1) - uglifier (3.2.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.15.4 diff --git a/Tamisha_Damas/Rails/Models /user_login_project/README.rdoc b/Tamisha_Damas/Rails/Models /user_login_project/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/Tamisha_Damas/Rails/Models /user_login_project/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/Tamisha_Damas/Rails/Models /user_login_project/Rakefile b/Tamisha_Damas/Rails/Models /user_login_project/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/Tamisha_Damas/Rails/Models /user_login_project/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/Tamisha_Damas/Rails/Models /user_login_project/app/assets/images/.keep b/Tamisha_Damas/Rails/Models /user_login_project/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /user_login_project/app/assets/javascripts/application.js b/Tamisha_Damas/Rails/Models /user_login_project/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/Tamisha_Damas/Rails/Models /user_login_project/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/Tamisha_Damas/Rails/Models /user_login_project/app/assets/stylesheets/application.css b/Tamisha_Damas/Rails/Models /user_login_project/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/Tamisha_Damas/Rails/Models /user_login_project/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/Tamisha_Damas/Rails/Models /user_login_project/app/controllers/application_controller.rb b/Tamisha_Damas/Rails/Models /user_login_project/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/Tamisha_Damas/Rails/Models /user_login_project/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/Tamisha_Damas/Rails/Models /user_login_project/app/controllers/concerns/.keep b/Tamisha_Damas/Rails/Models /user_login_project/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /user_login_project/app/helpers/application_helper.rb b/Tamisha_Damas/Rails/Models /user_login_project/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/Tamisha_Damas/Rails/Models /user_login_project/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/Tamisha_Damas/Rails/Models /user_login_project/app/mailers/.keep b/Tamisha_Damas/Rails/Models /user_login_project/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /user_login_project/app/models/.keep b/Tamisha_Damas/Rails/Models /user_login_project/app/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /user_login_project/app/models/concerns/.keep b/Tamisha_Damas/Rails/Models /user_login_project/app/models/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /user_login_project/app/models/user.rb b/Tamisha_Damas/Rails/Models /user_login_project/app/models/user.rb deleted file mode 100644 index 790b930..0000000 --- a/Tamisha_Damas/Rails/Models /user_login_project/app/models/user.rb +++ /dev/null @@ -1,6 +0,0 @@ -class User < ActiveRecord::Base - EMAIL_REGEX = /\A([^@\s]+)@((?:[-a-z0-9]+\.)+[a-z]+)\z/i - validates :first_name, :last_name, :age, :email_address, presence: true - validates :first_name, :last_name, length: { minimum: 2} - validates :age, numericality: { greater_than_or_equal_to: 10, less_than: 150 } -end diff --git a/Tamisha_Damas/Rails/Models /user_login_project/app/views/layouts/application.html.erb b/Tamisha_Damas/Rails/Models /user_login_project/app/views/layouts/application.html.erb deleted file mode 100644 index 03b8954..0000000 --- a/Tamisha_Damas/Rails/Models /user_login_project/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - UserLoginProject - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/Tamisha_Damas/Rails/Models /user_login_project/bin/bundle b/Tamisha_Damas/Rails/Models /user_login_project/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/Tamisha_Damas/Rails/Models /user_login_project/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/Tamisha_Damas/Rails/Models /user_login_project/bin/rails b/Tamisha_Damas/Rails/Models /user_login_project/bin/rails deleted file mode 100755 index 0138d79..0000000 --- a/Tamisha_Damas/Rails/Models /user_login_project/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/Tamisha_Damas/Rails/Models /user_login_project/bin/rake b/Tamisha_Damas/Rails/Models /user_login_project/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/Tamisha_Damas/Rails/Models /user_login_project/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/Tamisha_Damas/Rails/Models /user_login_project/bin/setup b/Tamisha_Damas/Rails/Models /user_login_project/bin/setup deleted file mode 100755 index acdb2c1..0000000 --- a/Tamisha_Damas/Rails/Models /user_login_project/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/Tamisha_Damas/Rails/Models /user_login_project/bin/spring b/Tamisha_Damas/Rails/Models /user_login_project/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/Tamisha_Damas/Rails/Models /user_login_project/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/Tamisha_Damas/Rails/Models /user_login_project/config.ru b/Tamisha_Damas/Rails/Models /user_login_project/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/Tamisha_Damas/Rails/Models /user_login_project/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/Tamisha_Damas/Rails/Models /user_login_project/config/application.rb b/Tamisha_Damas/Rails/Models /user_login_project/config/application.rb deleted file mode 100644 index 49c5e84..0000000 --- a/Tamisha_Damas/Rails/Models /user_login_project/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module UserLoginProject - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/Tamisha_Damas/Rails/Models /user_login_project/config/boot.rb b/Tamisha_Damas/Rails/Models /user_login_project/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/Tamisha_Damas/Rails/Models /user_login_project/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/Tamisha_Damas/Rails/Models /user_login_project/config/database.yml b/Tamisha_Damas/Rails/Models /user_login_project/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/Tamisha_Damas/Rails/Models /user_login_project/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/Tamisha_Damas/Rails/Models /user_login_project/config/environment.rb b/Tamisha_Damas/Rails/Models /user_login_project/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/Tamisha_Damas/Rails/Models /user_login_project/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/Tamisha_Damas/Rails/Models /user_login_project/config/environments/development.rb b/Tamisha_Damas/Rails/Models /user_login_project/config/environments/development.rb deleted file mode 100644 index b55e214..0000000 --- a/Tamisha_Damas/Rails/Models /user_login_project/config/environments/development.rb +++ /dev/null @@ -1,41 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Tamisha_Damas/Rails/Models /user_login_project/config/environments/production.rb b/Tamisha_Damas/Rails/Models /user_login_project/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/Tamisha_Damas/Rails/Models /user_login_project/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/Tamisha_Damas/Rails/Models /user_login_project/config/environments/test.rb b/Tamisha_Damas/Rails/Models /user_login_project/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/Tamisha_Damas/Rails/Models /user_login_project/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/Tamisha_Damas/Rails/Models /user_login_project/config/initializers/assets.rb b/Tamisha_Damas/Rails/Models /user_login_project/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/Tamisha_Damas/Rails/Models /user_login_project/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/Tamisha_Damas/Rails/Models /user_login_project/config/initializers/backtrace_silencers.rb b/Tamisha_Damas/Rails/Models /user_login_project/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/Tamisha_Damas/Rails/Models /user_login_project/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/Tamisha_Damas/Rails/Models /user_login_project/config/initializers/cookies_serializer.rb b/Tamisha_Damas/Rails/Models /user_login_project/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/Tamisha_Damas/Rails/Models /user_login_project/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/Tamisha_Damas/Rails/Models /user_login_project/config/initializers/filter_parameter_logging.rb b/Tamisha_Damas/Rails/Models /user_login_project/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/Tamisha_Damas/Rails/Models /user_login_project/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/Tamisha_Damas/Rails/Models /user_login_project/config/initializers/inflections.rb b/Tamisha_Damas/Rails/Models /user_login_project/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/Tamisha_Damas/Rails/Models /user_login_project/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/Tamisha_Damas/Rails/Models /user_login_project/config/initializers/mime_types.rb b/Tamisha_Damas/Rails/Models /user_login_project/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/Tamisha_Damas/Rails/Models /user_login_project/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/Tamisha_Damas/Rails/Models /user_login_project/config/initializers/session_store.rb b/Tamisha_Damas/Rails/Models /user_login_project/config/initializers/session_store.rb deleted file mode 100644 index d692eec..0000000 --- a/Tamisha_Damas/Rails/Models /user_login_project/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_user_login_project_session' diff --git a/Tamisha_Damas/Rails/Models /user_login_project/config/initializers/wrap_parameters.rb b/Tamisha_Damas/Rails/Models /user_login_project/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/Tamisha_Damas/Rails/Models /user_login_project/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/Tamisha_Damas/Rails/Models /user_login_project/config/locales/en.yml b/Tamisha_Damas/Rails/Models /user_login_project/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/Tamisha_Damas/Rails/Models /user_login_project/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/Tamisha_Damas/Rails/Models /user_login_project/config/routes.rb b/Tamisha_Damas/Rails/Models /user_login_project/config/routes.rb deleted file mode 100644 index 3f66539..0000000 --- a/Tamisha_Damas/Rails/Models /user_login_project/config/routes.rb +++ /dev/null @@ -1,56 +0,0 @@ -Rails.application.routes.draw do - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/Tamisha_Damas/Rails/Models /user_login_project/config/secrets.yml b/Tamisha_Damas/Rails/Models /user_login_project/config/secrets.yml deleted file mode 100644 index 31c1a04..0000000 --- a/Tamisha_Damas/Rails/Models /user_login_project/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: 6c462b1db8f6b3f303edd1758fa04f72cd770bec91b582da3758eebd00fc67c371242de03eefbebc8760860f2b376506bac7e4c0617ee89a8e20964929095728 - -test: - secret_key_base: 96c7cf59da978badd8fb42ebdfd7deeb489505bab5ca49f679c121ac7b5fa8a461bed6f51ed2e906fae9c54c43d36d3f637b3f473ea2a1949437d77bf830f6f5 - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/Tamisha_Damas/Rails/Models /user_login_project/db/migrate/20171008003509_create_users.rb b/Tamisha_Damas/Rails/Models /user_login_project/db/migrate/20171008003509_create_users.rb deleted file mode 100644 index 349b478..0000000 --- a/Tamisha_Damas/Rails/Models /user_login_project/db/migrate/20171008003509_create_users.rb +++ /dev/null @@ -1,12 +0,0 @@ -class CreateUsers < ActiveRecord::Migration - def change - create_table :users do |t| - t.string :first_name - t.string :last_name - t.string :email_address - t.integer :age - - t.timestamps null: false - end - end -end diff --git a/Tamisha_Damas/Rails/Models /user_login_project/db/schema.rb b/Tamisha_Damas/Rails/Models /user_login_project/db/schema.rb deleted file mode 100644 index 9d2d23a..0000000 --- a/Tamisha_Damas/Rails/Models /user_login_project/db/schema.rb +++ /dev/null @@ -1,25 +0,0 @@ -# encoding: UTF-8 -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# Note that this schema.rb definition is the authoritative source for your -# database schema. If you need to create the application database on another -# system, you should be using db:schema:load, not running all the migrations -# from scratch. The latter is a flawed and unsustainable approach (the more migrations -# you'll amass, the slower it'll run and the greater likelihood for issues). -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema.define(version: 20171008003509) do - - create_table "users", force: :cascade do |t| - t.string "first_name" - t.string "last_name" - t.string "email_address" - t.integer "age" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - -end diff --git a/Tamisha_Damas/Rails/Models /user_login_project/db/seeds.rb b/Tamisha_Damas/Rails/Models /user_login_project/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/Tamisha_Damas/Rails/Models /user_login_project/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/Tamisha_Damas/Rails/Models /user_login_project/lib/assets/.keep b/Tamisha_Damas/Rails/Models /user_login_project/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /user_login_project/lib/tasks/.keep b/Tamisha_Damas/Rails/Models /user_login_project/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /user_login_project/log/.keep b/Tamisha_Damas/Rails/Models /user_login_project/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /user_login_project/public/404.html b/Tamisha_Damas/Rails/Models /user_login_project/public/404.html deleted file mode 100644 index b612547..0000000 --- a/Tamisha_Damas/Rails/Models /user_login_project/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Tamisha_Damas/Rails/Models /user_login_project/public/422.html b/Tamisha_Damas/Rails/Models /user_login_project/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/Tamisha_Damas/Rails/Models /user_login_project/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Tamisha_Damas/Rails/Models /user_login_project/public/500.html b/Tamisha_Damas/Rails/Models /user_login_project/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/Tamisha_Damas/Rails/Models /user_login_project/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/Tamisha_Damas/Rails/Models /user_login_project/public/favicon.ico b/Tamisha_Damas/Rails/Models /user_login_project/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /user_login_project/public/robots.txt b/Tamisha_Damas/Rails/Models /user_login_project/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/Tamisha_Damas/Rails/Models /user_login_project/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/Tamisha_Damas/Rails/Models /user_login_project/test/controllers/.keep b/Tamisha_Damas/Rails/Models /user_login_project/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /user_login_project/test/fixtures/.keep b/Tamisha_Damas/Rails/Models /user_login_project/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /user_login_project/test/fixtures/users.yml b/Tamisha_Damas/Rails/Models /user_login_project/test/fixtures/users.yml deleted file mode 100644 index 9fbebe7..0000000 --- a/Tamisha_Damas/Rails/Models /user_login_project/test/fixtures/users.yml +++ /dev/null @@ -1,13 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - first_name: MyString - last_name: MyString - email_address: MyString - age: 1 - -two: - first_name: MyString - last_name: MyString - email_address: MyString - age: 1 diff --git a/Tamisha_Damas/Rails/Models /user_login_project/test/helpers/.keep b/Tamisha_Damas/Rails/Models /user_login_project/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /user_login_project/test/integration/.keep b/Tamisha_Damas/Rails/Models /user_login_project/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /user_login_project/test/mailers/.keep b/Tamisha_Damas/Rails/Models /user_login_project/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /user_login_project/test/models/.keep b/Tamisha_Damas/Rails/Models /user_login_project/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /user_login_project/test/models/user_test.rb b/Tamisha_Damas/Rails/Models /user_login_project/test/models/user_test.rb deleted file mode 100644 index 82f61e0..0000000 --- a/Tamisha_Damas/Rails/Models /user_login_project/test/models/user_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class UserTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/Tamisha_Damas/Rails/Models /user_login_project/test/test_helper.rb b/Tamisha_Damas/Rails/Models /user_login_project/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/Tamisha_Damas/Rails/Models /user_login_project/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/Tamisha_Damas/Rails/Models /user_login_project/vendor/assets/javascripts/.keep b/Tamisha_Damas/Rails/Models /user_login_project/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Rails/Models /user_login_project/vendor/assets/stylesheets/.keep b/Tamisha_Damas/Rails/Models /user_login_project/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/Tamisha_Damas/Ruby/Fundammentals/Arrays.rb b/Tamisha_Damas/Ruby/Fundammentals/Arrays.rb deleted file mode 100644 index 50c5b34..0000000 --- a/Tamisha_Damas/Ruby/Fundammentals/Arrays.rb +++ /dev/null @@ -1,16 +0,0 @@ -a = [ "I", "am", "always", "hungry", "in", "the", "mornings"] -b = [7, 14, 21, 55, 37, 52, 34] -c = ["always", 55] - -puts "I am #{b.at(2)} years old" -puts "I love waking up early in the #{a.fetch(6)}." -a.delete_at(2) -puts a.join(" ") -puts (a.length + b.length) -puts b.sort.to_s -puts b[1, 3].to_s -puts b.shuffle.to_s -puts a.join(" ") -puts b.join(" : ") -puts a.insert(2, b).to_s -puts b.values_at(1, 3, 5).to_s diff --git a/Tamisha_Damas/Ruby/Fundammentals/Basic13.rb b/Tamisha_Damas/Ruby/Fundammentals/Basic13.rb deleted file mode 100644 index 980809f..0000000 --- a/Tamisha_Damas/Ruby/Fundammentals/Basic13.rb +++ /dev/null @@ -1,86 +0,0 @@ -# # Print numbers 1-255 -# for i in 1..255 -# puts "#{i}" -# end - -#Print odd numbers between 1-255 -# for i in 1..255 -# if i % 2 == 1 -# puts i -# end -# end - -# Print sum -# def sum_num() -# sum = 0 -# for i in 0..255 -# puts sum = i + sum -# end -# end -# p sum_num - -# iterating through an Array -# def it_arr() -# x = [1, 3, 5, 7, 9, 13] -# x.each {|y| p y} -# end -# it_arr - -# Find max value for the Array -# def max_arr() -# x = [-3, -5, -7] -# x.max -# end -# puts max_arr - -# Find the average of an Array -# def avg() -# arr = [2, 10, 3] -# arr.reduce(:+) / arr.size -# end -# puts avg - -# Greater than Y -# def greater() -# arr = [1, 3, 5, 7] -# y = 3 -# p arr.find_all {|i| i > y} -# end -# greater - -# Square the Values -# def square() -# x = [1, 5, 10, -2] -# p x.collect { |i| i * i } -# end -# square - -#Eliminate negative numbers -# def elem() -# x = [1, 5, 10, -2] -# p x.map {|i| if i < 0 then i = 0 else i end} -# end -# elem - -# Max Min average -# def max_min_avg() -# x = [1, 5, 10 ,-2] -# puts x.max -# puts x.min -# puts x.reduce(:+) / x.size -# end -# max_min_avg - -# Shifting values in the array -# def shift() -# x = [1, 5, 7, 10, -2] -# p x.rotate -# end -# shift - -# Number to strings -# def num_str() -# x = [-1, -3, 2] -# p x.map {|i| if i < 0 then i = "Dojo" else i end} -# end -# num_str diff --git a/Tamisha_Damas/Ruby/Fundammentals/Guess_the_Number.rb b/Tamisha_Damas/Ruby/Fundammentals/Guess_the_Number.rb deleted file mode 100644 index 080cb1f..0000000 --- a/Tamisha_Damas/Ruby/Fundammentals/Guess_the_Number.rb +++ /dev/null @@ -1,7 +0,0 @@ -def guess_number guess - number = 25 - puts "Guess was too high" unless guess <= number - puts "Guess was too low" unless guess >= number - puts "You got it" if guess == number -end -guess_number 25 diff --git a/Tamisha_Damas/Ruby/Fundammentals/Hashes.rb b/Tamisha_Damas/Ruby/Fundammentals/Hashes.rb deleted file mode 100644 index 89c09f3..0000000 --- a/Tamisha_Damas/Ruby/Fundammentals/Hashes.rb +++ /dev/null @@ -1,42 +0,0 @@ -# def hash() -# h = {:first_name => "Coding", :last_name => "Dojo"} -# h.delete(:last_name) -# p h[:first_name]# => {:first_name => "Coding"} -# end -# hash() - -# def our_h() -# our_hash = {:first_name => "Coding", :last_name => "Dojo"} -# p our_hash[:first_name] -# end -# our_h() - - -# def new_user user = {first_name: "first", last_name: "last"} -# puts "Welcome to our site, #{user[:first_name]} #{user[:last_name]}!" -# end -# our_user = {first_name: 'Oscar', last_name: "Vazquez"} -# new_user # => "Welcome to our site, first last!" -# new_user our_user # => "Welcome to our site, Oscar Vasquez!" - -# def new_user first_name: "first", last_name: "last" -# puts "Welcome to our site, #{first_name} #{last_name}!" -# end -# new_user -# -# def new_user greeting="Welcome", first_name: "first", last_name: "last" -# puts "#{greeting}, #{first_name} #{last_name}" -# end -# our_user = {first_name: "Oscar", last_name: "Vazquez"} -# new_user # => Welcome, first last -# new_user "Hello", our_user # => Hello, Oscar Vazquez - -def student wel_message="Welcome to the Coding Dojo,", stu_first: "first", stu_last: "last" - puts "#{wel_message} #{stu_first} #{stu_last}" -end - -user1 = {stu_first: "Jane", stu_last: "Doe"} -puts user1.empty? -puts user1.has_key?(:stu_last) -puts user1.delete(:stu_last) -puts user1.has_value?("Jane") diff --git a/Tamisha_Damas/Ruby/Fundammentals/Range.rb b/Tamisha_Damas/Ruby/Fundammentals/Range.rb deleted file mode 100644 index c8bcc1e..0000000 --- a/Tamisha_Damas/Ruby/Fundammentals/Range.rb +++ /dev/null @@ -1,8 +0,0 @@ -arr = [ 101, 2000, 11, 45, 709] - -puts arr.include?(29) -puts arr.include?(11) - -puts arr.min -puts arr.max -puts arr.last diff --git a/Tamisha_Damas/Ruby/Fundammentals/my_enumerable.rb b/Tamisha_Damas/Ruby/Fundammentals/my_enumerable.rb deleted file mode 100644 index 173c912..0000000 --- a/Tamisha_Damas/Ruby/Fundammentals/my_enumerable.rb +++ /dev/null @@ -1,14 +0,0 @@ -module MyEnumerable - def my_each - #loop through the Array - for i in 0...self.length - #pass each element into the yield function - yield(self[i]) - end - end -end -class Array - include MyEnumerable -end -[1,2,3,4].my_each { |i| puts i } # => 1 2 3 4 -# [1,2,3,4].my_each { |i| puts i * 10 } # => 10 20 30 40 diff --git a/Tamisha_Damas/Ruby/Fundammentals/names.rb b/Tamisha_Damas/Ruby/Fundammentals/names.rb deleted file mode 100644 index 8a61eb9..0000000 --- a/Tamisha_Damas/Ruby/Fundammentals/names.rb +++ /dev/null @@ -1,12 +0,0 @@ -def name -a = {first_name: "Michael", last_name: "Choi"} -b = {first_name: "John", last_name: "Doe"} -c = {first_name: "Jane", last_name: "Doe"} -d = {first_name: "James", last_name: "Smith"} -e = {first_name: "Jennifer", last_name: "Smith"} -names = [a, b, c, d, e] - -puts "You have #{names.length} in the 'names' array" -names.each{|x| puts "The name is #{x[:first_name]} #{x[:last_name]}"} -end -name diff --git a/Tamisha_Damas/Ruby/Fundammentals/ruby_puzzles.rb b/Tamisha_Damas/Ruby/Fundammentals/ruby_puzzles.rb deleted file mode 100644 index e0c781a..0000000 --- a/Tamisha_Damas/Ruby/Fundammentals/ruby_puzzles.rb +++ /dev/null @@ -1,46 +0,0 @@ -# # Create an Array with the following values -# arr = [3,5,1,2,7,9,8,13,25,32] -# -# # Print the sum of the values in the Array -# p arr.reduce(:+) -# -# # Return only values greater than 10 -# p arr.reject {|i| i < 10} - -# Create an Array with the following values -# x = ["John", "KB", "Oliver", "Cory", "Matthew", "Christopher"] -# # p x.shuffle.each {|i| puts i} -# puts x.select {|x| x.length > 5} - -#Create an array that contains all 26 letters in the alphabet -# arr = ("a".."z").to_a -# # p arr -# # p arr.shuffle.last -# p arr.shuffle.first -# p shuffled = arr.shuffle -# p "#{shuffled.first} is a vowel" if ["a","e","i","o","u"].include? shuffled.first - -# Generate an array with 10 random numbers between 55-100. -# # first create an empty array -# arr = Array.new -# # p Array.new(10) { Random.new.rand(55..100) } -# arr2 = Array.new(10) { Random.new.rand(55..100) } -# p arr2.sort { |a, b| a <=> b } -# p arr2.max -# p arr2.min - -#Create a random string that is 5 characters long (hint: (65+rand(26)).chr returns a random character; use a map function and a range to do this) -#Create an empty string - -def stringrand() - str = "" - for i in 1..5 - str << (65+rand(25)).chr - end - return str -end -p stringrand - -# #Generate an array with 10 random strings that are each 5 characters long -# arr = Array.new -# p Array.new(10) { Random.new.rand(55..100).to_s } diff --git a/Tamisha_Damas/Ruby/OOP/Animals/dog.rb b/Tamisha_Damas/Ruby/OOP/Animals/dog.rb deleted file mode 100644 index 73dd999..0000000 --- a/Tamisha_Damas/Ruby/OOP/Animals/dog.rb +++ /dev/null @@ -1,30 +0,0 @@ -require_relative 'mammals' -class Dog < Mammal # Dog inherits from Mammal - def pet - @health += 5 - self - end - def walk - @health -= 1 - self - end - def run - @health -= 10 - self - end -end -Dog1 = Dog.new -Dog1.health.display_all -Dog1.walk.walk.walk.run.run.pet.display_all - -3.times { Dog1.walk } -2.times { Dog1.run } -Dog1.pet.display_all - -3.times do - Dog1.walk.run.display_all -end - -for i in 1..3 - Dog1.walk.display_all -end diff --git a/Tamisha_Damas/Ruby/OOP/Animals/lion.rb b/Tamisha_Damas/Ruby/OOP/Animals/lion.rb deleted file mode 100644 index 02eae4d..0000000 --- a/Tamisha_Damas/Ruby/OOP/Animals/lion.rb +++ /dev/null @@ -1,25 +0,0 @@ -require_relative 'mammals' -class Lion < Mammal #Lion inherits from Mammal - def health - #S - super - @health = 170 - puts "This is a Lion #{@health}" - self - end - def fly - @health -= 10 - self - end - def attack_town - @health -= 20 - self - end - def eat_humans - @health += 20 - self - end -end -Lion1 = Lion.new -Lion1.health -Lion1.attack_town.attack_town.attack_town.eat_humans.eat_humans.fly.fly.display_all diff --git a/Tamisha_Damas/Ruby/OOP/Animals/mammals.rb b/Tamisha_Damas/Ruby/OOP/Animals/mammals.rb deleted file mode 100644 index f193f03..0000000 --- a/Tamisha_Damas/Ruby/OOP/Animals/mammals.rb +++ /dev/null @@ -1,10 +0,0 @@ -class Mammal - def health - @health = 150 - self - end - - def display_all - puts "Mammals health is #{@health}" - end -end diff --git a/Tamisha_Damas/Ruby/OOP/MathDojo.rb b/Tamisha_Damas/Ruby/OOP/MathDojo.rb deleted file mode 100644 index 91776c2..0000000 --- a/Tamisha_Damas/Ruby/OOP/MathDojo.rb +++ /dev/null @@ -1,46 +0,0 @@ -# class MathDojo -# attr_reader :result -# -# def initialize -# @result = 0 -# end -# -# def add *numbers -# # numbers.each { |num| @result += num} -# @result += numbers.flatten.reduce(0, :+) -# self -# end -# -# def subtract *numbers -# # numbers.each { |num| @result -= num} -# @result -= numbers.flatten.reduce(0, :+) -# self -# end -# end -# addition1 = MathDojo.new.add(2).add(2, 5).subtract(3, 2).answer -# addition2 = MathDojo.new.add(1).add([3, 5, 7, 8], [2, 4.3, 1.25]).subtract([2,3], [1.1, 2.3]).answer -# puts addition1 -# puts addition2 - -class MathDojo - attr_reader :answer - - def initialize - @answer = 0 - end - - def add(*numbers) - @answer += numbers.flatten.reduce(0, :+) - self - end - - def subtract(*numbers) - @answer -= numbers.flatten.reduce(0, :+) - self - end -end - -challenge1 = MathDojo.new.add(2).add(2, 5).subtract(3, 2).answer -challenge2 = MathDojo.new.add(1).add([3, 5, 7, 8], [2, 4.3, 1.25]).subtract([2,3], [1.1, 2.3]).answer -puts challenge1 -puts challenge2 diff --git a/Tamisha_Damas/Ruby/OOP/OOP Assignments/animals/dog.rb b/Tamisha_Damas/Ruby/OOP/OOP Assignments/animals/dog.rb deleted file mode 100755 index 9df35bd..0000000 --- a/Tamisha_Damas/Ruby/OOP/OOP Assignments/animals/dog.rb +++ /dev/null @@ -1,24 +0,0 @@ -require_relative 'mammal' - -class Dog < Mammal - def pet(num) - @health += 5*num - self - end - - def walk(num) - @health -= 1*num - self - end - - def run(num) - @health -= 10*num - self - end -end - -fido = Dog.new -p fido - - -fido.walk(3).run(2).pet(1).display_health \ No newline at end of file diff --git a/Tamisha_Damas/Ruby/OOP/OOP Assignments/animals/dog2.rb b/Tamisha_Damas/Ruby/OOP/OOP Assignments/animals/dog2.rb deleted file mode 100755 index fdb521d..0000000 --- a/Tamisha_Damas/Ruby/OOP/OOP Assignments/animals/dog2.rb +++ /dev/null @@ -1,22 +0,0 @@ -require_relative "mammal" - -class Dog < Mammal - def pet - @health +=5 - self - end - - def walk - @health -=1 - self - end - - def run - @health -=10 - self - end -end - -d = Dog.new -d.display_health -d.walk.walk.walk.run.run.pet.display_health \ No newline at end of file diff --git a/Tamisha_Damas/Ruby/OOP/OOP Assignments/animals/lion.rb b/Tamisha_Damas/Ruby/OOP/OOP Assignments/animals/lion.rb deleted file mode 100755 index 8a8423c..0000000 --- a/Tamisha_Damas/Ruby/OOP/OOP Assignments/animals/lion.rb +++ /dev/null @@ -1,29 +0,0 @@ -require_relative 'mammal' - -class Lion < Mammal - - def initialize - super - @health = 170 - end - - def fly(num) - @health -= 10*num - self - end - - def attack_town(num) - @health -= 50*num - self - end - - def eat_humans(num) - @health -= 20*num - self - end -end - -leo = Lion.new -p leo - -p leo.attack_town(3).eat_humans(2).fly(2).display_health diff --git a/Tamisha_Damas/Ruby/OOP/OOP Assignments/animals/mammal.rb b/Tamisha_Damas/Ruby/OOP/OOP Assignments/animals/mammal.rb deleted file mode 100755 index 095e801..0000000 --- a/Tamisha_Damas/Ruby/OOP/OOP Assignments/animals/mammal.rb +++ /dev/null @@ -1,14 +0,0 @@ -class Mammal - attr_accessor :health - - def initialize - @health = 150 - end - - def display_health - p @health - end -end - -m = Mammal.new -p m \ No newline at end of file diff --git a/Tamisha_Damas/Ruby/OOP/OOP Assignments/arrays.rb b/Tamisha_Damas/Ruby/OOP/OOP Assignments/arrays.rb deleted file mode 100755 index 10dbfb7..0000000 --- a/Tamisha_Damas/Ruby/OOP/OOP Assignments/arrays.rb +++ /dev/null @@ -1,74 +0,0 @@ -BEGIN { - puts "this is in the begin block" -} - -END { - - puts "thethethethe that's all, folks!" -} -a = ["cartman", "kyle", "kenny", "stan", "wendy", "bebe"] -b = [2,4,7,2,7,5,1,23,9,5,33,0] - -puts "--------------------" - -puts b.class - -puts "--------------------" - -puts b.shuffle.join("-") - -puts "--------------------" - -puts a.to_s - -puts "--------------------" - - -puts a.at(2) - -puts "--------------------" - -puts b.delete(7) -puts b - -puts "--------------------" - -puts a.push("mr. hat") - -puts "--------------------" - -puts a.pop() - -puts "--------------------" - -puts b.length - -puts "--------------------" - -puts a.sort -puts b.sort - -puts "--------------------" - -puts a.slice(3..5) -puts a.slice(3...5) - -puts "--------------------" - - -puts a.join - -puts "--------------------" - -puts a.insert(2, "mr. slave") - -puts "--------------------" - -puts b.values_at(2...4) - -puts "--------------------" - -puts a.values_at(1..4).join(' and ') - -puts "--------------------" - diff --git a/Tamisha_Damas/Ruby/OOP/OOP Assignments/bankaccount.rb b/Tamisha_Damas/Ruby/OOP/OOP Assignments/bankaccount.rb deleted file mode 100755 index 3ad4828..0000000 --- a/Tamisha_Damas/Ruby/OOP/OOP Assignments/bankaccount.rb +++ /dev/null @@ -1,95 +0,0 @@ -class BankAccount - @@count = 0 - @interest_rate = 0.01 - @user - @account_no - @checking_balance - @saving_balance - - attr_reader :user, :account_no, :checking_balance, :saving_balance - - def count - p @@count - self - end - - def user - p @user - self - end - - def account_no - p @account_no.join("") - self - end - - def checking_balance - p @checking_balance - self - end - - def saving_balance - p @saving_balance - self - end - - def deposit(amt, acct) - @checking_balance = amt if acct == "checking" - @saving_balance = amt if acct == "saving" - self - end - - def withdraw(amt, acct) - if acct == "checking" - if @checking_balance > amt - @checking_balance -= amt - else puts "Insufficient Funds" - end - end - if acct == "saving" - if @saving_balance > amt - @saving_balance -= amt - end - end - self - end - - def total - p @checking_balance += @saving_balance - self - end - - def account_information - puts "User name: #{@user}" - puts "Account No.: #{@account_no.join("")}" - puts "Checking Balance: #{@checking_balance}" - puts "Saving Balance: #{@saving_balance}" - self - end - - private - def initialize(user) - @@count += 1 - @user = user - @account_no = [] - 8.times {@account_no.push(rand(0..9))} - @checking_balance = 0 - @saving_balance = 0 - end -end - -a = BankAccount.new("Stan") -b = BankAccount.new("Kenny") -c = BankAccount.new("Kyle") -d = BankAccount.new("Cartman") - -b.deposit(100, "saving") -b.deposit(200, "checking") - -p b - -p a.count - -c.deposit(600, "checking") -c.withdraw(50, "checking") -c.account_information \ No newline at end of file diff --git a/Tamisha_Damas/Ruby/OOP/OOP Assignments/basic13.rb b/Tamisha_Damas/Ruby/OOP/OOP Assignments/basic13.rb deleted file mode 100755 index 31c9c24..0000000 --- a/Tamisha_Damas/Ruby/OOP/OOP Assignments/basic13.rb +++ /dev/null @@ -1,88 +0,0 @@ -# # Print 1-255 - -# (1..255).collect{ |i| puts i} - -# # Print odd numbers between 1-255 - -# puts (1..255).reject{ |i| i % 2 == 0} - -# # Print Sum - -# sum = 0 -# (0..255).each { |i| sum+=i; puts "New number: #{i}, Sum: #{sum}" } - -# Iterating through an array - -# x = [1,3,5,7,9,13] - -# x.collect { |i| puts i } - -# # Find max - -# x = [1,4,0,-4,5,-9,13,4] - -# x.sort!; puts x[x.length-1] -# puts.max - -# # Average - -# a = [1,2,3,4,5,6,34,56,7,3,2,4,15567,5] - -# sum = 0; count = 0; a.each { |i| sum+=i; count+=1 }; puts sum/count - -# # Odd Numbers - -# y = [] - -# (0..255).each { |i| y.push(i) if i % 2 != 0 } -# p y - -# # Greater than Y - -# a = [2,3,4,5,68,8,5,1,2,4,56,3,] -# y = 8 - -# count = 0; a.each { |i| count += 1 if i > y} -# p count - - -# # Square the values - -# x = [2,4,5,7,8,42,4,457,67,34] - -# x = x.collect { |i| i*i }; p x - -# Eliminate Negative Numbers - -p "each_index:" -x = [3,-4,6,-78,12,-3,4,1] -p x.each_index{ |n| if x[n] < 0 then x[n] = 0 end} - - -# Max Min Ave - -x = [3,4,5,7,4,245,456,78,34,2,4,532,2,5,76] - -p x.max - -p x.min - -count = 0; sum = 0; x.each{ |i| count+=1; sum+=i} -p sum/count - -# Shifting the Values in the Array - -x = [1,2,3,4,5] - -p x.rotate!(1)[x.length-1]=0 - -# Number to String - -x = [2,-4,5,7,-2,8] - -x.each { |i| if i < 0 - puts "dojo" -else - puts i -end } - diff --git a/Tamisha_Damas/Ruby/OOP/OOP Assignments/cardgame.rb b/Tamisha_Damas/Ruby/OOP/OOP Assignments/cardgame.rb deleted file mode 100755 index 90bc986..0000000 --- a/Tamisha_Damas/Ruby/OOP/OOP Assignments/cardgame.rb +++ /dev/null @@ -1,89 +0,0 @@ -class Card - value = %w(2 3 4 5 6 7 8 9 10 J Q K A) - suit = %w(Spade Heart Club Diamond) - attr_reader :value, :suit - def initialize(value, suit) - @value = value - @suit = suit - self - end -end - -class Deck - @cards - attr_accessor :cards - - def initialize - @cards=[] - value = %w(2 3 4 5 6 7 8 9 10 J Q K A) - suit = %w(Spade Heart Club Diamond) - for i in suit - for x in value - @cards << Card.new(x,i) - end - end - end - - def deal - @cards.pop - end - - def shuffle - self.cards.shuffle! - end - - def return_card(card) - #Needs to insert card to the front of the deck when discarded - self - end -end - -deck = Deck.new -deck.shuffle - -class Player - @@no_of_players - @name - @hand - attr_accessor :hand, :name - - def initialize(name) - @name = name - @hand = [] - self - end - - def draw(num, deck) - 5.times { @hand << deck.deal } #need to deal a card - self - end - - def hand - - - def discard(card) - # Needs to remove a specific card and return to .return method in deck - self - end -end - - -hermione = Player.new("hermione").draw(5, deck) -p hermione.hand - -ron = Player.new("ron").draw(5, deck) -p ron.hand - -harry = Player.new("harry").draw(5, deck) -p harry.hand - -ginny = Player.new("ginny").draw(5, deck) -p ginny.hand - - -#----------------- PLAY GO FISH ---------------------- - - -end - - diff --git a/Tamisha_Damas/Ruby/OOP/OOP Assignments/guessnumber.rb b/Tamisha_Damas/Ruby/OOP/OOP Assignments/guessnumber.rb deleted file mode 100755 index 866f4be..0000000 --- a/Tamisha_Damas/Ruby/OOP/OOP Assignments/guessnumber.rb +++ /dev/null @@ -1,33 +0,0 @@ -def guess_number guess - number = 25 - if guess > number - puts "#{guess} is too high!" - elsif guess < number - puts "#{guess} is too low!" - elsif guess == number - puts "#{guess} is just right!" - end -end - -guess_number 22 -guess_number 89 -guess_number 25 - -puts "----------------------" - -def guess_number guess - number = 25 - unless guess <= number - puts "#{guess} is too high!" - end - unless guess >= number - puts "#{guess} is too low!" - end - unless guess != number - puts "#{guess} is just right!" - end -end - -guess_number 22 -guess_number 89 -guess_number 25 diff --git a/Tamisha_Damas/Ruby/OOP/OOP Assignments/hashes.rb b/Tamisha_Damas/Ruby/OOP/OOP Assignments/hashes.rb deleted file mode 100755 index 8383ef9..0000000 --- a/Tamisha_Damas/Ruby/OOP/OOP Assignments/hashes.rb +++ /dev/null @@ -1,24 +0,0 @@ -# Delete - -song = {:first => "Happy", :second => "Birthday"} -song.delete(:first) -p song - -# empty? - -song.delete(:second) -p song.empty? - -# has_key?(key) - -cats = {:first => "Percy", :second => "Charlie", :third => "Frost", :fourth => "Seamus"} - -p cats.has_key?(:fifth) - -p cats.has_value?("Charlie") - - -# has_value?(value) - - - diff --git a/Tamisha_Damas/Ruby/OOP/OOP Assignments/human/human.rb b/Tamisha_Damas/Ruby/OOP/OOP Assignments/human/human.rb deleted file mode 100755 index f56269a..0000000 --- a/Tamisha_Damas/Ruby/OOP/OOP Assignments/human/human.rb +++ /dev/null @@ -1,149 +0,0 @@ -#NOTE-- this assignments was supposed to be "Wizard, Ninja, Samurai", all objects inheriting from the class Human. I made some changes. Enjoy. - -p "------------HUMAN----------------" - -class Human - @strength - @intelligence - @stealth - @health - - attr_accessor :strength, :intelligence, :stealth, :health - - def initialize strength: 3, stealth: 3, intelligence: 3, health: 100 - @strength = strength - @stealth = stealth - @intelligence = intelligence - @health = health - end - - def health - p @health - if @health < 1 - puts "Deceased" - end - self - end - - def weaken(amt) - @health -= amt - self - end - - - def attack(opponent) - if opponent.class.ancestors.include?Human - opponent.weaken(10) - self - end - end -end - - -bob = Human.new -jane = Human.new - -jane.attack(bob) - -p bob - -p "------------WITCH----------------" - -class Witch < Human - def initialize - puts "Magic is everywhere" - options = {health: 50, intelligence: 25} - super options - self - end - - def heal - puts "Reparifors" - @health += 10 - self - end - - def fireball(opponent) - puts "Fiendfyre" - if opponent.class.ancestors.include?Human - opponent.weaken(20) - self - end - end -end - -hermione = Witch.new - -hermione.fireball(bob) - -p bob - -p "------------SHIELDMAIDEN----------------" - - -class Shieldmaiden < Human - def initialize - puts "I am no man" - options = {stealth: 175} - super options - self - end - - def plunder(opponent) - puts "Pay the iron price" - opponent.weaken(10) - @health += 10 - self - end - - def get_away - puts "Retreat is the better part of valour" - @health -= 15 - self - end -end - -eowyn = Shieldmaiden.new - -eowyn.plunder(bob) - -p bob - - -p "------------VALKYRIE----------------" - -class Valkyrie < Human - @@how_many = 0 - - def initialize - puts "Not sure what a valkyrie even sounds like..." - options = {health: 200} - super options - @@how_many += 1 - self - end - - def meditate - @health = 200 - self - end - - def deathblow(opponent) - health = opponent.health - opponent.weaken(health) - self - end - - def how_many - p @@how_many - self - end -end - -brunhilde = Valkyrie.new - -p brunhilde.health # still not able to call this in order to evaluate and delete - -brunhilde.deathblow(bob) - -p bob \ No newline at end of file diff --git a/Tamisha_Damas/Ruby/OOP/OOP Assignments/mathdojo.rb b/Tamisha_Damas/Ruby/OOP/OOP Assignments/mathdojo.rb deleted file mode 100755 index ea9689f..0000000 --- a/Tamisha_Damas/Ruby/OOP/OOP Assignments/mathdojo.rb +++ /dev/null @@ -1,70 +0,0 @@ -# class MathDojo -# @val -# attr_accessor :val - -# def initialize -# @val = 0 -# self -# end - -# def add(a,b=0) -# @val += (a+b) -# p @val -# self -# end - -# def subtract(a,b=0) -# @val -= a -# @val -= b -# p @val -# self -# end - -# def result -# puts @val -# end - - -# MathDojo.new.add(2).add(2, 5).subtract(3, 2).result - - -class MathDojo2 - @val - attr_accessor :val - - def initialize - @val = 0 - self - end - - def add(*a) - a.flatten! - p a - for item in a - @val += item - p @val - end - self - end - - def subtract(*a) - a.flatten! - p a - for item in a - @val -= item - p @val - end - self - end - - def result - puts @val - end - -end - -MathDojo2.new.add(1).add(3, 5, 7, 8, 2, 4.3, 1.25).subtract(2,3, 1.1, 2.3).result - -p "--------------------" - -MathDojo2.new.add(1).add([3, 5, 7, 8], [2, 4.3, 1.25]).subtract([2,3], [1.1, 2.3]).result \ No newline at end of file diff --git a/Tamisha_Damas/Ruby/OOP/OOP Assignments/names.rb b/Tamisha_Damas/Ruby/OOP/OOP Assignments/names.rb deleted file mode 100755 index 134957a..0000000 --- a/Tamisha_Damas/Ruby/OOP/OOP Assignments/names.rb +++ /dev/null @@ -1,14 +0,0 @@ -a = {first_name: "Hermione", last_name: "Granger"} -b = {first_name: "Ron", last_name: "Weasley"} -c = {first_name: "Ginny", last_name: "Weasley"} -d = {first_name: "Harry", last_name: "Potter"} -e = {first_name: "Draco", last_name: "Malfoy"} -names = [a, b, c, d, e] - -puts "You have #{names.length} names in the names array." - -names.each {|name| puts "The name is '#{name[:first_name]} #{name[:last_name]}'"} - -puts "----------------------------------" - -puts names.select { |i| i == 0} { |i| i == 5 } diff --git a/Tamisha_Damas/Ruby/OOP/OOP Assignments/oopquiz.rb b/Tamisha_Damas/Ruby/OOP/OOP Assignments/oopquiz.rb deleted file mode 100755 index 0cbf9ab..0000000 --- a/Tamisha_Damas/Ruby/OOP/OOP Assignments/oopquiz.rb +++ /dev/null @@ -1,24 +0,0 @@ -class CodingDojo - @@no_of_branches = 0 - def initialize(id, name, address) - @branch_id = id - @branch_name = name - @branch_address = address - @@no_of_branches += 1 - puts "Created branch #{@@no_of_branches}" - end - def hello - puts "Hello CodingDojo!" - end - def display_all - puts "Branch ID: #{@branch_id}" - puts "Branch Name: #{@branch_name}" - puts "Branch Address: #{@branch_address}" - end - def self.num_of_branches - @@no_of_branches - end -end -seattle = CodingDojo.new(1, "Seattle", "123 Seattle Avenue") -san_jose = CodingDojo.new(2, "San Jose", "456 San Jose Boulevard") -burbank = CodingDojo.new(3, "Burbank", "789 Burbank Street") \ No newline at end of file diff --git a/Tamisha_Damas/Ruby/OOP/OOP Assignments/practice.rb b/Tamisha_Damas/Ruby/OOP/OOP Assignments/practice.rb deleted file mode 100755 index 9d60fc9..0000000 --- a/Tamisha_Damas/Ruby/OOP/OOP Assignments/practice.rb +++ /dev/null @@ -1,84 +0,0 @@ -puts "hello" -puts "coding" -puts "dojo" - -x = puts "hello, ninjas" - -puts x - -firstname = "Katherine" -lastname = "Krueger" - -puts "your name is" -puts firstname+lastname - -BEGIN { - puts "this is in the begin block" -} - -END { - puts "this is in the end block " -} - -puts "Firstname is #{firstname} and the last name is #{lastname}" - - -puts "--------------------------" - -age = 20 - -if age <=21 - puts "you are too young" -else - puts "not yet" -end - -unless age >= 21 - puts "you are too young" -end - - - -puts "first name is %s last name %s" % [firstname, lastname] - -number = 30 -if number % 3 == 0 && number % 5 == 0 - puts "FizzBuzz" -elsif number % 3 == 0 - puts "Fizz" -elsif number % 5 == 0 - puts "Buzz" -end - -print "------------------------" - -age = 13 - -if !(age < 21) - puts "welcome to the party!" -else - puts "not yet" -end - -unless !(age <21) - puts "welcome" -else - puts "go home" -end - -for i in 0..5 - puts "Value of local variable is #{i}" -end - -i = 0 -num = 5 -while i < num do - puts "Inside the loop i = #{i}" - i += 1 - break if i == 2 -end - -for i in 0..5 - next if i == 2 - puts "Value of local variable is #{i}" -end \ No newline at end of file diff --git a/Tamisha_Damas/Ruby/OOP/OOP Assignments/project.rb b/Tamisha_Damas/Ruby/OOP/OOP Assignments/project.rb deleted file mode 100755 index 8f872d4..0000000 --- a/Tamisha_Damas/Ruby/OOP/OOP Assignments/project.rb +++ /dev/null @@ -1,29 +0,0 @@ -class Project - @name - @description - - attr_accessor :name, :description - - def initialize(name, description) - @name = name - @description = description - end - - def elevator_pitch - puts @name, @description - end - - def self.about - puts "this is a project" - - -end - - -lab = Project.new("lab", "diagnostic laboratory") - - -puts lab.elevator_pitch -puts Project.about - -end \ No newline at end of file diff --git a/Tamisha_Damas/Ruby/OOP/OOP Assignments/puzzles.rb b/Tamisha_Damas/Ruby/OOP/OOP Assignments/puzzles.rb deleted file mode 100755 index e5dc1df..0000000 --- a/Tamisha_Damas/Ruby/OOP/OOP Assignments/puzzles.rb +++ /dev/null @@ -1,68 +0,0 @@ - -# 1 - -x = [3,5,1,2,7,9,8,13,25,32] - -sum = 0 -x.each{ |i| sum+=i } -p sum -p x.reject { |i| i < 10 } - -# 2 - -x = ["stan", "kenny", "kyle", "mr hat", "mr garrison", "wendy", "butters"] -p x.shuffle; p x.find_all { |i| i.length > 5} - -# 3 - -x = ["a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z"] -vowels = ["a", "e", "i", "o", "u"] - -x.shuffle!; p x.last; p x.first -if vowels.include? x.first - puts "by golly, that's a vowel!" -end - -# 4 - -x = []; -for i in 0...10 - x.push(rand(55..100)) -end -p x -p x.length - -# 5 - -x = []; -for i in 0...10 - x.push(rand(55..100)) -end -p x.sort!; p x.min; p x.max - -# 6 - - -x = ""; 5.times{x << (65 + rand(25)).chr} -p x - -# 7 - -y = [] -x = "" - -for i in 0..9 - for a in 0..4 - x << (65 + rand(25)).chr - end - y.push(x) - x = "" -end -p y - -# 7 the ruby way -x = [] - -10.times do - x << (0...5).map {(65 + rand(25)).chr}.join("") -end \ No newline at end of file diff --git a/Tamisha_Damas/Ruby/OOP/OOP Assignments/range.rb b/Tamisha_Damas/Ruby/OOP/OOP Assignments/range.rb deleted file mode 100755 index 0b0c2db..0000000 --- a/Tamisha_Damas/Ruby/OOP/OOP Assignments/range.rb +++ /dev/null @@ -1,28 +0,0 @@ -a = [1,2,5,6,7,3,9,4,2,6,8,9,10] - -# puts a.include?(15) - -# puts a.include?(5) - -# puts a.last - -# puts a.max - -# puts a.min - -# puts a.keep_if { |i| i%2 == 0} - - - -user = {"name": "kittens"} - -puts user - -puts user[:name] - -def test - yield 5 - puts "You you have many kittens." - yield 100 -end -test { |i| puts "You have #{i} kittens." } \ No newline at end of file diff --git a/Tamisha_Damas/Ruby/OOP/Project/project.rb b/Tamisha_Damas/Ruby/OOP/Project/project.rb deleted file mode 100644 index 17580c5..0000000 --- a/Tamisha_Damas/Ruby/OOP/Project/project.rb +++ /dev/null @@ -1,16 +0,0 @@ -class Project - - attr_accessor :name, :description - def initialize name, description - @name = name - @description = description - end - def elevator_pitch - puts " #{@name}, #{@description}" - end -end - -project1 =Project.new("CodingDojo", "Software programming bootcamp") -project2 =Project.new("Tech Talent South", "Instructor") -project1.elevator_pitch -project2.elevator_pitch diff --git a/Tamisha_Damas/Ruby/OOP/Project/project_spec.rb b/Tamisha_Damas/Ruby/OOP/Project/project_spec.rb deleted file mode 100644 index b4cac30..0000000 --- a/Tamisha_Damas/Ruby/OOP/Project/project_spec.rb +++ /dev/null @@ -1,15 +0,0 @@ -require_relative 'project' -RSpec.describe Project do - before(:each) do - # updated this block to create two projects - @project1 = Project.new('Project 1', 'description 1') - @project2 = Project.new('Project 2', 'description 2') - end - ... - # Code from the previous tab removed for brevity. Leave it in. - ... - it 'has a method elevator_pitch to explain name and description' do - expect(@project1.elevator_pitch).to eq("Project 1, description 1") - expect(@project2.elevator_pitch).to eq("Project 2, description 2") - end -end diff --git a/Tamisha_Damas/Ruby/OOP/Sammple_code.rb b/Tamisha_Damas/Ruby/OOP/Sammple_code.rb deleted file mode 100644 index d9aefee..0000000 --- a/Tamisha_Damas/Ruby/OOP/Sammple_code.rb +++ /dev/null @@ -1,20 +0,0 @@ -class Mammal - def breath - puts "Inhale and exhale" - end - - def eat - puts "Yum yum yum" - end -end -class Human < Mammal # Human inherits from Mammal - def subclass_method - breath - end - def another_method - eat - end -end -person = Human.new -person.subclass_method -person.another_method diff --git a/Tamisha_Damas/Ruby/OOP/bank_account.rb b/Tamisha_Damas/Ruby/OOP/bank_account.rb deleted file mode 100644 index abc3feb..0000000 --- a/Tamisha_Damas/Ruby/OOP/bank_account.rb +++ /dev/null @@ -1,54 +0,0 @@ -class BankAccount - attr_reader :account_number, :checking, :saving - - @@number_of_accounts = 0 - def initialize - @account_number = new_account - @checking = 0 - @saving = 0 - @@number_of_accounts += 1 - @interest_rate += 0.01 - end - - def deposit(account, amount) - if account.downcase == "checking" - @checking += amount - puts "You have insufficient" - else - @saving += amount - end - end - - def withdrawl(account, number) - if account.downcase == "checking" - if @checking - amount < 0 - puts "You have insufficient funds for the amount of $#{@checking}" - else - @checking -= amount - end - else - if @saving - amount < 0 - puts "You have insufficient funds for the amount of $#{@saving}" - else - @savings -= amount - end - end - end - - def total - "Checking Balance: #{@checking}\nSaving Balance: #{@saving}\nTotal Balance: #{@checking + @saving}" - end - - def account_information - "Account Number: #{@account_number}\nInterest Rate: #{@interest_rate}\n#{self.total}" - end - - def self.number_of_accounts - @@number_of_accounts - end - - private - def new_account - Account.new(9) { rand(1..9)}.join - end -end diff --git a/Tamisha_Damas/Ruby/OOP/humans.rb b/Tamisha_Damas/Ruby/OOP/humans.rb deleted file mode 100644 index 0520051..0000000 --- a/Tamisha_Damas/Ruby/OOP/humans.rb +++ /dev/null @@ -1,24 +0,0 @@ -class Human - - attr_accessor :strength, :stealth, :intelligence, :health - def initialize - @strength = 3 - @stealth = 3 - @intelligence = 3 - @health = 100 - end - - def attack(obj) - if obj.class.ancestors.include?(Human) - obj.health -= 10 - true - else - false - end - end -end - -human1 = Human.new -human2 = Human.new -puts human1.attack(human2) -puts human2.health diff --git a/Tamisha_Damas/Ruby/OOP/wizard_ninja_samurai.zip b/Tamisha_Damas/Ruby/OOP/wizard_ninja_samurai.zip deleted file mode 100644 index 92767788b94df61c293e3bb721530b0c1ce91727..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1818 zcmWIWW@h1H0D-9NT5m7|N{BKDFqCIjB^IT`=Vj()CB_#g=9U&EX6lDV@G!VV%SZj@ zl#lw#D8di`G(v=d0|+14}Ss;J1fXzGoWhSN98)o}-F3wW;C#&ykE~jOge*fpWtvNx56#I|aGq|b9^=_RK z)Nw<-^NGKaP2&4K0-LQTZeMb~kw@IdbLEuVf&919_@vz?sz@glCU@O)z1~*FPG`fy&2P|74z%)8uKi^ViVg3ua^Ite}CDh zb@$~1yxBP_R&JPM#>l|n#l(OVAtz@L86n^phDOMoNcpHvAO=N9XpbY;Ap-%|@3u$p zhYC81AMJJWe;|5lg5TK;DU+EYU%njMGFy+$F8|*D#&}Pr@MR{Cl4w`(S zp6mg7uoddb-2RPz%!WK|-|bpe+r$*-@}+6zr95ZU`u<46ZRe63d{cjYS+etjk%7x5 z``W&G?pjeXD-Ktae`+_{HYME3d)Be)L!-A~N=55;?Y4I5haw&~MD{#ky)_|^VOi!m zRmnGrYvwA)yP6$4A-;;i;dJMc&|rlgu~ol}`m|pj_W%9-R&dc@Zug9b1wB9aoIZa3 z__IyzQT)2k8ZyR1)bN-q4eExR&YbXMhUv$Bk!YaSv~tv>&VUVr<&q*zf-#+Upr zyO)Xly|C^_bzu0q_w1m6a=F)=b_N(og~0TH2&gq^nNto|KtVD+QtmW?=FZZ9)4<#* zu;;mU*rN+dURT0i^>Xz6VLYCd?f;?awaD$vt97=sEmj_BJe_4?{d-2|kC&=R@((Rf zOKvInJMr)$qj|xL_;(g=`Qr4R*_+>3@t~rY-<4zUB4&wBbX_fb@=#n}K$FH-^&^6N zEjOI+le)E*TT$_F^-mXrfU4cv!XMT$u|)f7w;#0Eo+ou{&40n|ubv&ar@#B~^~WoA z+Ru%-UhUm?Rqe9i&C+Q-S&8qHwRc$<`e`>+S(e}5pdFi|WYM^Z+1I}$cjBWSk18Iu z$tjQK+$8>Radr3grxNi$r@B2YdAM_?xxmvK(;XfP ztF3z~$^Xw=cCtpD`K(OG(gUe#+1f9k{M;43`KmrB)ZcG;rz-^v@qge@XJis(##OHJ zKucH#hqsO(CXP~;176Aoc!P{Xl(EQ}U6ui1+>%CTT*e_vTn>1Ni)<{Yq(IJKsK#Ca z`U$Hm5# y } -# end -# puts greaterY(arr, y) - -# Square the values -# x = [1, 5, 10, -2] -# x.collect! { |i| i*i } -# puts x - -# Eliminate Negative Numbers -# x = [1, 5, 10, -2] -# puts x.each_index { |i| x[i] = 0 if x[i] < 0 } - -# Max, Min, and Average -# x = [1, 5, 10, -2] -# hash = { max: x.max, min: x.min, avg: x.reduce(:+) / x.length.to_f } -# puts hash - -# Shifting the Values in the Array -# x = [1, 5, 10, 7, -2] -# x.rotate!(1)[x.length-1] = 0 -# puts x - -# Number to String -x = [-1, -3, 2] -puts x.each_index { |i| x[i] = "Dojo" if x[i] < 0 } \ No newline at end of file diff --git a/arden_zhan/Fundamentals/blocks.rb b/arden_zhan/Fundamentals/blocks.rb deleted file mode 100644 index f232ae4..0000000 --- a/arden_zhan/Fundamentals/blocks.rb +++ /dev/null @@ -1,6 +0,0 @@ -# Blocks - -# yield -# if you call method and also pass a {block}, then yield in the method will execute the passed block - -# yield can also have parameter, will just replace |obj| in passed block \ No newline at end of file diff --git a/arden_zhan/Fundamentals/conditionals.rb b/arden_zhan/Fundamentals/conditionals.rb deleted file mode 100644 index 262f0e6..0000000 --- a/arden_zhan/Fundamentals/conditionals.rb +++ /dev/null @@ -1,42 +0,0 @@ -# Conditionals - -# elsif for else if -# end keyword after every conditional block (like in html templates) - -# if not can be replaced with keyword unless -age = 12 -unless age < 21 - puts "WELCOME" -else - puts "NOPE" -end - -#unless is the negated if statement, same as if not - - -# NIL -# In ruby, only 2 things are false: nil and false -# which means empty string returns true - -#positive energy -if "" - puts "I am positive" -end -if 0 - puts "I am positive" -end - -#negative energy -unless nil - puts "I am negative" -end -unless false - puts "I am negative" -end - -# INLINE CONDITIONALS -# we can write if/unless statements in one line -puts "I am positive" if "hello" -puts "I am positive" if 24 -puts "I am negative" unless nil -puts "I am negative" unless false \ No newline at end of file diff --git a/arden_zhan/Fundamentals/guess_the_number.rb b/arden_zhan/Fundamentals/guess_the_number.rb deleted file mode 100644 index 207ce44..0000000 --- a/arden_zhan/Fundamentals/guess_the_number.rb +++ /dev/null @@ -1,13 +0,0 @@ -# Guess the Number -def guess_number guess - number = 25 - - return "You got it!" unless guess != number - return "Guess was too high!" unless guess < number - return "Guess was too low!" - -end - -puts guess_number 25 -puts guess_number 100 -puts guess_number 0 \ No newline at end of file diff --git a/arden_zhan/Fundamentals/hashes.rb b/arden_zhan/Fundamentals/hashes.rb deleted file mode 100644 index 61ef264..0000000 --- a/arden_zhan/Fundamentals/hashes.rb +++ /dev/null @@ -1,12 +0,0 @@ -# Hashes -# h = {:first_name => "Coding", :last_name => "Dojo"} -h = { first_name: "Coding", last_name: "Dojo" } -h.delete :last_name -puts h -puts h.empty? -puts h.has_key?(:first_name) -puts h.has_value?("Coding") - -#Keyword Arguments -# basically same as regular paramenters except default vars values are defined with : instead of = -# cleaner way to use hash as argument \ No newline at end of file diff --git a/arden_zhan/Fundamentals/intro.rb b/arden_zhan/Fundamentals/intro.rb deleted file mode 100644 index ef7c43a..0000000 --- a/arden_zhan/Fundamentals/intro.rb +++ /dev/null @@ -1,34 +0,0 @@ -# JavaScript -# var arr = ["Ruby", "Is", "Life"]; -# for(var i = 0; i < arr.length; i++) { -# console.log(arr[i]); -# } - -#Ruby -arr = ["I", "code", "therefore", "I", "am"] -for i in 0...arr.count - puts arr[i] -end - - -#irb is used for Ruby feedback - -# Welcome to the World of Objects -# everything is an object, even primitive datatypes like numbers, strings are all instances of an object - -# 24 + 8 is sugar syntax for sending the :+ (8) message to our instance of the Fixnum class - -# All methods work this way: -# - when call method, send message to object -# - when object receives message, interprets message and returns appropriate response - -24.send(:+, 8) -24.+ (8) -24 + 8 -# all => 32 -# send method, . notation, and sugar - -# Ruby syntax is meant to be very readable. Every change of Ruby makes sure to be backwards compatible with older versions, which also allows many different versions of ruby code - -# The Evolution of Ruby 'tabs' -# will explain these changes, and show examples \ No newline at end of file diff --git a/arden_zhan/Fundamentals/iterators.rb b/arden_zhan/Fundamentals/iterators.rb deleted file mode 100644 index 4fff462..0000000 --- a/arden_zhan/Fundamentals/iterators.rb +++ /dev/null @@ -1,40 +0,0 @@ -# Iterators - -# .any -# .any? { |obj| block } => true or false -a = ["ant", "bear", "cat"] -puts a.any? { |word| word.length >= 3} - -# .each -# calls block once for each element in ruby self, passing that element as a block parameter. -a.each { |word| print word, "--"} -# => ant--bear--cat-- - -# .collect { |obj| block } -# returns a new array with the results of running block once for every element in enum -(1..4).collect { |i| i*i } -# => [1, 4, 9, 16] -(1..4).collect { "cat" } -# => ["cat", "cat", "cat", "cat"] - -# .detect/.find -# returns the first for which block is not false. -(1..10).detect { |i| i % 5 == 0 and i % 7 == 0 } -# => nil -(1..100).detect { |i| i % 5 == 0 and i % 7 == 0 } -# => 35 - -# .find_all { |obj| block } or .select { |obj| block } -# returns an array containing all elements of enum for which block is not false -(1..10).find_all { |i| i % 3 == 0 } -# => [3, 6, 9] - -# .reject { |obj| block } -# opposite of find_all -(1..10).reject { |i| i % 3 == 0 } -# => [1, 2, 4, 5, 7, 8, 10] - -# .upto(limit) -# iterates block up to the int number -5.upto(10) { |i| print i, " " } -# => 5 6 7 8 9 10 \ No newline at end of file diff --git a/arden_zhan/Fundamentals/loops.rb b/arden_zhan/Fundamentals/loops.rb deleted file mode 100644 index 87ad680..0000000 --- a/arden_zhan/Fundamentals/loops.rb +++ /dev/null @@ -1,24 +0,0 @@ -# While Loop - -i = 0 -num = 5 -while i < num do - puts "Inside the loop i = #{i}" - i += 1 - break if i == 2 -end - -# For Loop -for i in 0..5 - puts "Value of local variable is #{i}" - break if i == 2 -end -# .. to make range - - -# next is also a useful method -# like continue. instead of terminating loop like break, can use next to skip to next index -for i in 0..5 - next if i == 2 - puts "Value of local variable is #{i}" -end \ No newline at end of file diff --git a/arden_zhan/Fundamentals/methods.rb b/arden_zhan/Fundamentals/methods.rb deleted file mode 100644 index 3750bd0..0000000 --- a/arden_zhan/Fundamentals/methods.rb +++ /dev/null @@ -1,30 +0,0 @@ -# Ruby Methods -# can define methods similarly to other languages -def hello_world - puts "hello world" -end -hello_world - -# Breakdown -# use snake_case for method names -# parenthesis are optional - -# Input -def say_hello name1, name2 - puts "hello, #{name1} and #{name2}" -end -say_hello "oscar", "eduardo" -# feel free to use parenthesis for readability - -# Default parameters -# def say_hello name1="arden", name2="gobby" - -# Regular Return Statements -# if need to escape function early, return behaves normally -def say_what name1, name2 - if name1.empty? or name2.empty? - return "what" - end - "hello, #{name1} and #{name2}" -end -puts say_what "test", "test" \ No newline at end of file diff --git a/arden_zhan/Fundamentals/module_practice/main.rb b/arden_zhan/Fundamentals/module_practice/main.rb deleted file mode 100644 index 0f834d6..0000000 --- a/arden_zhan/Fundamentals/module_practice/main.rb +++ /dev/null @@ -1,9 +0,0 @@ -require_relative 'printer_module' -class Array - include Printer -end -class String - include Printer -end -[1,2,3].print_each_element -"hello".print_each_element \ No newline at end of file diff --git a/arden_zhan/Fundamentals/module_practice/modules.txt b/arden_zhan/Fundamentals/module_practice/modules.txt deleted file mode 100644 index 6dc01ac..0000000 --- a/arden_zhan/Fundamentals/module_practice/modules.txt +++ /dev/null @@ -1,28 +0,0 @@ -# Modules - -Enumerable is most important module to master in Ruby. -Module is similar to Classes, is actually a superclass of Class - -Class.superclass #> Module - -Provides collection classes the ability to sort, search, and traverse - -Module is used to group together collection of variables and methods (similar to class). Use modules if it's meant to be included within a class. Use class if we are instantiating something. - -What does including a module mean? - - -Enumerable is just a module that is included in Arrays and Hashes -- can verify by looking at ancestors -- ancestors contain list of Classes and Modules that a class inherits / includes - -Array.ancestors # => [Array, Enumerable, Object, Kernel, BasicObject] -Hash.ancestors # => [Hash, Enumerable, Object, Kernel, BasicObject] - -Enumerable module is equivalent to the underscore library for JavaScript except that it comes with Ruby - - -Method Lookup -When sending message to object, first checks within own class if method exists. If not, moves up ancestor chain to see if method exists. Go up until found or doesn't exist. - -Most methods from Iterators section is from Enumerable module \ No newline at end of file diff --git a/arden_zhan/Fundamentals/module_practice/printer_module.rb b/arden_zhan/Fundamentals/module_practice/printer_module.rb deleted file mode 100644 index 429afef..0000000 --- a/arden_zhan/Fundamentals/module_practice/printer_module.rb +++ /dev/null @@ -1,7 +0,0 @@ -module Printer - def print_each_element - for i in 0...self.length - puts self[i] - end - end -end \ No newline at end of file diff --git a/arden_zhan/Fundamentals/my_enumerable.rb b/arden_zhan/Fundamentals/my_enumerable.rb deleted file mode 100644 index d833384..0000000 --- a/arden_zhan/Fundamentals/my_enumerable.rb +++ /dev/null @@ -1,18 +0,0 @@ -# My Enumerable - -# each method is important - -module MyEnumerable - def my_each - for i in 0...self.length - yield self[i] - end - end -end - -class Array - include MyEnumerable -end - -[1,2,3,4].my_each { |i| puts i } # => 1 2 3 4 -[1,2,3,4].my_each { |i| puts i * 10 } # => 10 20 30 40 \ No newline at end of file diff --git a/arden_zhan/Fundamentals/names.rb b/arden_zhan/Fundamentals/names.rb deleted file mode 100644 index 880ba6d..0000000 --- a/arden_zhan/Fundamentals/names.rb +++ /dev/null @@ -1,24 +0,0 @@ -# Names -a = {first_name: "Michael", last_name: "Choi"} -b = {first_name: "John", last_name: "Doe"} -c = {first_name: "Jane", last_name: "Doe"} -d = {first_name: "James", last_name: "Smith"} -e = {first_name: "Jennifer", last_name: "Smith"} -names = [a, b, c, d, e] - -=begin -Create a ruby method that goes over each name in the names array and prints something like below. - -You have 5 names in the 'names' array -The name is 'Michael Choi' -The name is 'John Doe' -The name is 'Jane Doe' -The name is 'James Smith' -The name is 'Jennifer Smith' -=end - -def names(hash) - puts "You have #{hash.length} names in the 'names' array" #figure out how to print name of variable later - hash.each { |i| puts "The name is '#{i[:first_name]} #{i[:last_name]}'"} -end -names(names) \ No newline at end of file diff --git a/arden_zhan/Fundamentals/puts.rb b/arden_zhan/Fundamentals/puts.rb deleted file mode 100644 index 732bc84..0000000 --- a/arden_zhan/Fundamentals/puts.rb +++ /dev/null @@ -1,27 +0,0 @@ -# puts echoes onto console -puts "hello" -puts "Coding" -puts "Dojo" - - -# print does not use new line automatically; puts does -print "hello" -print "coding" - - -# comment -=begin - long comment - another comment - =begin and =end for comment block -=end - -BEGIN { - puts "this is the begin block" -} -#puts at the beginning, implemented before all the other code - -END { - puts "this is the end block" -} -#puts at the end, code implemented last \ No newline at end of file diff --git a/arden_zhan/Fundamentals/puts2.rb b/arden_zhan/Fundamentals/puts2.rb deleted file mode 100644 index 6037b32..0000000 --- a/arden_zhan/Fundamentals/puts2.rb +++ /dev/null @@ -1,40 +0,0 @@ -# How to print using puts -=begin -variables, and how to print - -new line assumes new statement -or you can use semicolons to separate statements in same line - -=end - -x = 5 -y = 10 -z = x + y -puts z -x = 5; y = 10; z = x + y; puts z - -first_name = "Arden" -last_name = "Zhan" - -# new line before each -puts "My Name is ", first_name, last_name - -# can put + between each to concatenate onto same line -puts "My Name is " + first_name + " " + last_name - -# #{var} to insert var into string -# % and array -puts "First Name is #{first_name} and last name is %s" % [last_name] - -z = 50 -puts "Value of z is %d" % [z] -puts "Value of z is %d" % z -# %f for float - -# \ used for escaping quotes \" -# \t adds a tab - -# Important Note -# puts method always returns nil, it just outputs the string to the console -x = puts "hello world" -puts x \ No newline at end of file diff --git a/arden_zhan/Fundamentals/puzzles.rb b/arden_zhan/Fundamentals/puzzles.rb deleted file mode 100644 index 137e42d..0000000 --- a/arden_zhan/Fundamentals/puzzles.rb +++ /dev/null @@ -1,51 +0,0 @@ -# 1 sum, reject array -# arr1 = [3, 5, 1, 2, 7, 9, 8, 13, 25, 32] -# def one(arr) -# puts "sum: " + arr.reduce(:+).to_s -# return arr.find_all { |i| i > 10 } -# end -# puts one(arr1).to_s - -# # 2 names array -# arr2 = ["John", "KB", "Oliver", "Corey", "Matthew", "Christopher"] -# def two(arr) -# puts arr.shuffle -# return arr.find_all { |i| i.length > 5 } -# end -# puts two(arr2).to_s - -# 3 alphabet array -# arr3 = ('a'..'z').to_a -# def three(arr) -# shuffled = arr.shuffle -# puts "last: " + shuffled.last.to_s -# puts "first: " + shuffled.first.to_s -# puts "#{shuffled.first} is a vowel" if ['a','e','i','o','u'].include? shuffled.first -# end -# puts three(arr3) - -# 4 array with 10 different numbers between 55-100 -# arr4 = [] -# 10.times { arr4 << rand(55..100) } -# puts arr4.to_s - -# 5 expanding on 4 -# arr5 = [] -# 10.times { arr5 << rand(55..100) } -# puts arr5.sort!.to_s -# puts "min: " + arr5.min.to_s -# puts "max: " + arr5.max.to_s - -# 6 random 5 char string -# str6 = "" -# 5.times { str6 << (65 + rand(26)).chr } -# puts str6 - -# 7 array with 10 random strings that are 5 chars long -arr7 = [] -10.times do - str = "" - 5.times { str << (65 + rand(26)).chr } - arr7 << str -end -puts arr7.to_s \ No newline at end of file diff --git a/arden_zhan/Fundamentals/range.rb b/arden_zhan/Fundamentals/range.rb deleted file mode 100644 index 4702173..0000000 --- a/arden_zhan/Fundamentals/range.rb +++ /dev/null @@ -1,20 +0,0 @@ -# Range -=begin - -.include?(value) => true or false -.last => returns last object in range -.max => returns maximum value in range -.min => returns minimum value in range - -=end - -a = (1..10) -puts a.include?(15) -puts a.include?(10) - -puts "last number in range is " + a.last.to_s -puts a.max -puts a.min - -alphabet = ('a'..'z') -puts alphabet.to_a.shuffle.to_s \ No newline at end of file diff --git a/arden_zhan/Fundamentals/strings.rb b/arden_zhan/Fundamentals/strings.rb deleted file mode 100644 index 7bd5082..0000000 --- a/arden_zhan/Fundamentals/strings.rb +++ /dev/null @@ -1,28 +0,0 @@ -=begin -Anything in single quotes or double quotes is an instance of the class String - -Using quotes is just syntax sugar, could also use class.new method -String.new("I am a string") - -STRING INTERPOLATION -- cannot perform string interpolation on single quotes -- string interpolation is easier way to concat 2 objects to product string - - even if one of objects is not a string -Examples: -"24 plus 8 is #{24 + 8}" # => "24 plus 8 is 32" -'24 plus 8 is #{24 + 8}' # => "24 plus 8 is #{24 + 8}" -"24 plus 8 is " + (24 + 8).to_s # => "24 plus 8 is 32" -^ had to convert (24+8) into string if not using string interpolation -"24 plus 8 is " + (24 + 8) # => TypeError: no implicit conversion of Fixnum into String - -USEFUL METHODS -some methods, can append method call with exclamation point (!) -- used when want to have method make permanent change to that instance of String - -methods ending with ? mark return a Boolean value. - -Exclamation point is called bang -- need to attach bang to end of method call to make change permanent, otherwise will just be copy of string - - -Strings are mutable in Ruby \ No newline at end of file diff --git a/arden_zhan/Fundamentals/symbols.rb b/arden_zhan/Fundamentals/symbols.rb deleted file mode 100644 index a7dea32..0000000 --- a/arden_zhan/Fundamentals/symbols.rb +++ /dev/null @@ -1,18 +0,0 @@ -# Symbols - -=begin -symbols often defined as lightweight strings. -Every string created is an instance of the String class -When creating symbol, also instantiating from the Symbol class - -Unlike strings, there can only be one UNIQUE symbol in ruby program - -Symbols are immutable, so are great identifiers -Good as being used for keys in a hash - -Symbol also used as keyword arguments - -Symbols are faster than strings when app needs to retrieve and compare values -Symbol comparisons only need to check memory address, strings need to check if sequence of characters is same - -Try to use symbols as needed instead of using strings for every occasion \ No newline at end of file diff --git a/brittney_jackson/modulePractice/main.rb b/brittney_jackson/modulePractice/main.rb deleted file mode 100644 index 92e147b..0000000 --- a/brittney_jackson/modulePractice/main.rb +++ /dev/null @@ -1,18 +0,0 @@ -#### Main (module practice) #### - -require_relative 'printer_module' - -class Array - include Printer -end -class String - include Printer -end -[1,2,3].print_each_element -"hello".print_each_element - - - - - - diff --git a/brittney_jackson/modulePractice/printerModule.rb b/brittney_jackson/modulePractice/printerModule.rb deleted file mode 100644 index 6dc1034..0000000 --- a/brittney_jackson/modulePractice/printerModule.rb +++ /dev/null @@ -1,19 +0,0 @@ -#### Module Practice #### - -module Printer - def print_each_element - for i in 0...self.length - puts self[i] - end - end -end - - - - - - - - - - diff --git a/brittney_jackson/oop/animals/dog.rb b/brittney_jackson/oop/animals/dog.rb deleted file mode 100644 index e8a5372..0000000 --- a/brittney_jackson/oop/animals/dog.rb +++ /dev/null @@ -1,21 +0,0 @@ - -require_relative 'mammal' -class Dog < Mammal - - def pet - @health += 5 - self - end - - def walk - @health -= 1 - self - end - - def run - @health -= 10 - self - end -end - -barko = Dog.new.walk.walk.walk.run.run.pet.display_health \ No newline at end of file diff --git a/brittney_jackson/oop/animals/human.rb b/brittney_jackson/oop/animals/human.rb deleted file mode 100644 index e690c16..0000000 --- a/brittney_jackson/oop/animals/human.rb +++ /dev/null @@ -1,7 +0,0 @@ -puts 'I am in the human file' -require_relative 'mammal' - -class Human < Mammal - # previous code removed for brevity -end -human = Human.new \ No newline at end of file diff --git a/brittney_jackson/oop/animals/lion.rb b/brittney_jackson/oop/animals/lion.rb deleted file mode 100644 index 2c737a2..0000000 --- a/brittney_jackson/oop/animals/lion.rb +++ /dev/null @@ -1,35 +0,0 @@ - -require_relative 'mammal' -class Lion < Mammal - attr_accessor :health - - def initialize - super - @health = 170 - - end - - def fly - @health -= 10 - self - end - - def attack_town - @health -= 50 - self - end - - def eat_humans - @health += 20 - self - end - - def display_health - puts 'This is a lion' - super - end - -end - -simba = Lion.new -simba.attack_town.attack_town.attack_town.eat_humans.eat_humans.fly.fly.display_health \ No newline at end of file diff --git a/brittney_jackson/oop/animals/mammal.rb b/brittney_jackson/oop/animals/mammal.rb deleted file mode 100644 index 676f741..0000000 --- a/brittney_jackson/oop/animals/mammal.rb +++ /dev/null @@ -1,20 +0,0 @@ - -class Mammal - def initialize - @health = 150 - self - end - - def display_health - puts @health - end - -end - - - - - - - - diff --git a/brittney_jackson/oop/bankaccount.rb b/brittney_jackson/oop/bankaccount.rb deleted file mode 100644 index bff7098..0000000 --- a/brittney_jackson/oop/bankaccount.rb +++ /dev/null @@ -1,19 +0,0 @@ - - -class BankAccount - # your code here - def initialize - @actnum - @chkbal - @savbal - @totbal = @chkbal + @savbal - - - - end - - def - - - -end diff --git a/brittney_jackson/oop/mathDojo.rb b/brittney_jackson/oop/mathDojo.rb deleted file mode 100644 index 2377ce6..0000000 --- a/brittney_jackson/oop/mathDojo.rb +++ /dev/null @@ -1,40 +0,0 @@ -###### Math Dojo Assignment ###### - -class MathDojo - # your code here - attr_reader :result - def initialize - @result=0 - puts 'hello' - self - end - - def add *params - @result += params.flatten.inject(:+) - - self - end - - def subtract *params - @result -= params.flatten.inject(:+) - - self - end - - def result - p @result - end -end - - -challenge1 = MathDojo.new.add(2).add(2, 5).subtract(3, 2).result # => 4 -challenge2 = MathDojo.new.add(1).add([3, 5, 7, 8], [2, 4.3, 1.25]).subtract([2,3], [1.1, 2.3]).result # => 23.15 - - - - - - - - - diff --git a/brittney_jackson/oop/project.rb b/brittney_jackson/oop/project.rb deleted file mode 100644 index eaa98dc..0000000 --- a/brittney_jackson/oop/project.rb +++ /dev/null @@ -1,18 +0,0 @@ -##### Project Assignment ##### - -class Project - attr_reader :name, :description - - def initialize(name, description) - @name = name - @description = description - end - - def elevator_pitch - "#{@name}, #{@description}" - end - end - - project1 = Project.new("Project 1", "Description 1") - puts project1.name - puts project1.elevator_pitch diff --git a/brittney_jackson/oop/user.rb b/brittney_jackson/oop/user.rb deleted file mode 100644 index 46b23da..0000000 --- a/brittney_jackson/oop/user.rb +++ /dev/null @@ -1,55 +0,0 @@ -### user practice ### - - -# class User -# attr_accessor :first_name, :last_name - -# def initialize(f_name, l_name) -# @first_name = f_name -# @last_name = l_name -# end - -# def full_name -# puts "I am #{@first_name} #{@last_name}" -# end - -# def say_hello -# puts "Hello!" -# end -# end - -# u = User.new("John", "Doe") -# u.full_name # => "I am John Doe" -# u.say_hello - - - -class CodingDojo - @@no_of_branches = 0 - def initialize(id, name, address) - @branch_id = id - @branch_name = name - @branch_address = address - @@no_of_branches += 1 - puts "Created branch #{@@no_of_branches}" - end - def hello - puts "Hello CodingDojo!" - end - def display_all - puts "Branch ID: #{@branch_id}" - puts "Branch Name: #{@branch_name}" - puts "Branch Address: #{@branch_address}" - end -end -# now using above class to create objects -branch = CodingDojo.new(253, "SF CodingDojo", "Sunnyvale CA") -branch.display_all -branch2 = CodingDojo.new(155, "Boston CodingDojo", "Boston MA") -branch2.display_all - - - - - - diff --git a/brittney_jackson/rails/BMPcommands.rb b/brittney_jackson/rails/BMPcommands.rb deleted file mode 100644 index 1beef26..0000000 --- a/brittney_jackson/rails/BMPcommands.rb +++ /dev/null @@ -1,21 +0,0 @@ -1. know how to retrieve all posts for the first blog. - Blog.first.posts - -2. know how to retrieve all posts for the last blog (sorted by title in the DESC order). - Blog.last.posts.order(title: :desc) - -3. know how to update the first post's title. - post = Post.first - post.title = 'new title' - post.save - -4. know how to delete the third post (have the model automatically delete all messages associated with the third post when you delete the third post). - in models: - has_many :items , dependent: :destroy - in console: - Post.third.destroy - -5. know how to retrieve all blogs. - Blog.all -6. know how to retrieve all blogs whose id is less than 5. - Blog.where('id<5') \ No newline at end of file diff --git a/brittney_jackson/rails/bpm/.gitignore b/brittney_jackson/rails/bpm/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/brittney_jackson/rails/bpm/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/brittney_jackson/rails/bpm/Gemfile b/brittney_jackson/rails/bpm/Gemfile deleted file mode 100644 index ac64fba..0000000 --- a/brittney_jackson/rails/bpm/Gemfile +++ /dev/null @@ -1,48 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end - -gem 'hirb' \ No newline at end of file diff --git a/brittney_jackson/rails/bpm/Gemfile.lock b/brittney_jackson/rails/bpm/Gemfile.lock deleted file mode 100644 index 73114af..0000000 --- a/brittney_jackson/rails/bpm/Gemfile.lock +++ /dev/null @@ -1,172 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (3.2.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/brittney_jackson/rails/bpm/README.rdoc b/brittney_jackson/rails/bpm/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/brittney_jackson/rails/bpm/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/brittney_jackson/rails/bpm/Rakefile b/brittney_jackson/rails/bpm/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/brittney_jackson/rails/bpm/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/brittney_jackson/rails/bpm/app/assets/images/.keep b/brittney_jackson/rails/bpm/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/bpm/app/assets/javascripts/application.js b/brittney_jackson/rails/bpm/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/brittney_jackson/rails/bpm/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/brittney_jackson/rails/bpm/app/assets/stylesheets/application.css b/brittney_jackson/rails/bpm/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/brittney_jackson/rails/bpm/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/brittney_jackson/rails/bpm/app/controllers/application_controller.rb b/brittney_jackson/rails/bpm/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/brittney_jackson/rails/bpm/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/brittney_jackson/rails/bpm/app/controllers/concerns/.keep b/brittney_jackson/rails/bpm/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/bpm/app/helpers/application_helper.rb b/brittney_jackson/rails/bpm/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/brittney_jackson/rails/bpm/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/brittney_jackson/rails/bpm/app/mailers/.keep b/brittney_jackson/rails/bpm/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/bpm/app/models/.keep b/brittney_jackson/rails/bpm/app/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/bpm/app/models/blog.rb b/brittney_jackson/rails/bpm/app/models/blog.rb deleted file mode 100644 index d797bcb..0000000 --- a/brittney_jackson/rails/bpm/app/models/blog.rb +++ /dev/null @@ -1,6 +0,0 @@ -class Blog < ActiveRecord::Base - has_many :posts - - #validations - validates :name, :description, presence: true -end diff --git a/brittney_jackson/rails/bpm/app/models/concerns/.keep b/brittney_jackson/rails/bpm/app/models/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/bpm/app/models/message.rb b/brittney_jackson/rails/bpm/app/models/message.rb deleted file mode 100644 index 755f9b0..0000000 --- a/brittney_jackson/rails/bpm/app/models/message.rb +++ /dev/null @@ -1,8 +0,0 @@ -class Message < ActiveRecord::Base - belongs_to :post - - #validations - validates :author, :message, presence: true - validates :message, length: { minimum: 15} - -end diff --git a/brittney_jackson/rails/bpm/app/models/post.rb b/brittney_jackson/rails/bpm/app/models/post.rb deleted file mode 100644 index 498dc83..0000000 --- a/brittney_jackson/rails/bpm/app/models/post.rb +++ /dev/null @@ -1,8 +0,0 @@ -class Post < ActiveRecord::Base - belongs_to :blog - has_many :messages, dependent: :destroy - - #validations - validates :title, :content, presence: true - validates :title, length: { minimum: 7} -end diff --git a/brittney_jackson/rails/bpm/app/views/layouts/application.html.erb b/brittney_jackson/rails/bpm/app/views/layouts/application.html.erb deleted file mode 100644 index 534513e..0000000 --- a/brittney_jackson/rails/bpm/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - Bpm - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/brittney_jackson/rails/bpm/bin/bundle b/brittney_jackson/rails/bpm/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/brittney_jackson/rails/bpm/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/brittney_jackson/rails/bpm/bin/rails b/brittney_jackson/rails/bpm/bin/rails deleted file mode 100755 index 0138d79..0000000 --- a/brittney_jackson/rails/bpm/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/brittney_jackson/rails/bpm/bin/rake b/brittney_jackson/rails/bpm/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/brittney_jackson/rails/bpm/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/brittney_jackson/rails/bpm/bin/setup b/brittney_jackson/rails/bpm/bin/setup deleted file mode 100755 index acdb2c1..0000000 --- a/brittney_jackson/rails/bpm/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/brittney_jackson/rails/bpm/bin/spring b/brittney_jackson/rails/bpm/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/brittney_jackson/rails/bpm/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/brittney_jackson/rails/bpm/config.ru b/brittney_jackson/rails/bpm/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/brittney_jackson/rails/bpm/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/brittney_jackson/rails/bpm/config/application.rb b/brittney_jackson/rails/bpm/config/application.rb deleted file mode 100644 index e10519e..0000000 --- a/brittney_jackson/rails/bpm/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module Bpm - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/brittney_jackson/rails/bpm/config/boot.rb b/brittney_jackson/rails/bpm/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/brittney_jackson/rails/bpm/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/brittney_jackson/rails/bpm/config/database.yml b/brittney_jackson/rails/bpm/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/brittney_jackson/rails/bpm/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/brittney_jackson/rails/bpm/config/environment.rb b/brittney_jackson/rails/bpm/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/brittney_jackson/rails/bpm/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/brittney_jackson/rails/bpm/config/environments/development.rb b/brittney_jackson/rails/bpm/config/environments/development.rb deleted file mode 100644 index b55e214..0000000 --- a/brittney_jackson/rails/bpm/config/environments/development.rb +++ /dev/null @@ -1,41 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/brittney_jackson/rails/bpm/config/environments/production.rb b/brittney_jackson/rails/bpm/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/brittney_jackson/rails/bpm/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/brittney_jackson/rails/bpm/config/environments/test.rb b/brittney_jackson/rails/bpm/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/brittney_jackson/rails/bpm/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/brittney_jackson/rails/bpm/config/initializers/assets.rb b/brittney_jackson/rails/bpm/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/brittney_jackson/rails/bpm/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/brittney_jackson/rails/bpm/config/initializers/backtrace_silencers.rb b/brittney_jackson/rails/bpm/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/brittney_jackson/rails/bpm/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/brittney_jackson/rails/bpm/config/initializers/cookies_serializer.rb b/brittney_jackson/rails/bpm/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/brittney_jackson/rails/bpm/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/brittney_jackson/rails/bpm/config/initializers/filter_parameter_logging.rb b/brittney_jackson/rails/bpm/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/brittney_jackson/rails/bpm/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/brittney_jackson/rails/bpm/config/initializers/inflections.rb b/brittney_jackson/rails/bpm/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/brittney_jackson/rails/bpm/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/brittney_jackson/rails/bpm/config/initializers/mime_types.rb b/brittney_jackson/rails/bpm/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/brittney_jackson/rails/bpm/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/brittney_jackson/rails/bpm/config/initializers/wrap_parameters.rb b/brittney_jackson/rails/bpm/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/brittney_jackson/rails/bpm/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/brittney_jackson/rails/bpm/config/locales/en.yml b/brittney_jackson/rails/bpm/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/brittney_jackson/rails/bpm/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/brittney_jackson/rails/bpm/config/routes.rb b/brittney_jackson/rails/bpm/config/routes.rb deleted file mode 100644 index 3f66539..0000000 --- a/brittney_jackson/rails/bpm/config/routes.rb +++ /dev/null @@ -1,56 +0,0 @@ -Rails.application.routes.draw do - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/brittney_jackson/rails/bpm/config/secrets.yml b/brittney_jackson/rails/bpm/config/secrets.yml deleted file mode 100644 index d9e62f6..0000000 --- a/brittney_jackson/rails/bpm/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: e1a39a7af271266777872f740f18fa2704c931668bbc8375253c14fb0a8baa6e8ef8849fdc6dc7ffe4010466a457fec75b28ba04c69486e2f888bd1e1455bbe5 - -test: - secret_key_base: d58ca187408faa88c06ab71d8314f514488355170d7e91661aa26af0c1fe6fb45a72359137c6d4b5dbbd61c00253e7b1b4711c2dfe189843b6da1fce23e29cf9 - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/brittney_jackson/rails/bpm/db/migrate/20171130194150_create_blogs.rb b/brittney_jackson/rails/bpm/db/migrate/20171130194150_create_blogs.rb deleted file mode 100644 index 87471d4..0000000 --- a/brittney_jackson/rails/bpm/db/migrate/20171130194150_create_blogs.rb +++ /dev/null @@ -1,10 +0,0 @@ -class CreateBlogs < ActiveRecord::Migration - def change - create_table :blogs do |t| - t.string :name - t.text :description - - t.timestamps null: false - end - end -end diff --git a/brittney_jackson/rails/bpm/db/migrate/20171130194230_create_posts.rb b/brittney_jackson/rails/bpm/db/migrate/20171130194230_create_posts.rb deleted file mode 100644 index 90e2db8..0000000 --- a/brittney_jackson/rails/bpm/db/migrate/20171130194230_create_posts.rb +++ /dev/null @@ -1,11 +0,0 @@ -class CreatePosts < ActiveRecord::Migration - def change - create_table :posts do |t| - t.string :title - t.text :content - t.references :blog, index: true, foreign_key: true - - t.timestamps null: false - end - end -end diff --git a/brittney_jackson/rails/bpm/db/migrate/20171130194306_create_messages.rb b/brittney_jackson/rails/bpm/db/migrate/20171130194306_create_messages.rb deleted file mode 100644 index cf927e7..0000000 --- a/brittney_jackson/rails/bpm/db/migrate/20171130194306_create_messages.rb +++ /dev/null @@ -1,11 +0,0 @@ -class CreateMessages < ActiveRecord::Migration - def change - create_table :messages do |t| - t.string :author - t.text :message - t.references :post, index: true, foreign_key: true - - t.timestamps null: false - end - end -end diff --git a/brittney_jackson/rails/bpm/db/schema.rb b/brittney_jackson/rails/bpm/db/schema.rb deleted file mode 100644 index 41da3c0..0000000 --- a/brittney_jackson/rails/bpm/db/schema.rb +++ /dev/null @@ -1,43 +0,0 @@ -# encoding: UTF-8 -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# Note that this schema.rb definition is the authoritative source for your -# database schema. If you need to create the application database on another -# system, you should be using db:schema:load, not running all the migrations -# from scratch. The latter is a flawed and unsustainable approach (the more migrations -# you'll amass, the slower it'll run and the greater likelihood for issues). -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema.define(version: 20171130194306) do - - create_table "blogs", force: :cascade do |t| - t.string "name" - t.text "description" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - create_table "messages", force: :cascade do |t| - t.string "author" - t.text "message" - t.integer "post_id" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - add_index "messages", ["post_id"], name: "index_messages_on_post_id" - - create_table "posts", force: :cascade do |t| - t.string "title" - t.text "content" - t.integer "blog_id" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - add_index "posts", ["blog_id"], name: "index_posts_on_blog_id" - -end diff --git a/brittney_jackson/rails/bpm/db/seeds.rb b/brittney_jackson/rails/bpm/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/brittney_jackson/rails/bpm/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/brittney_jackson/rails/bpm/lib/assets/.keep b/brittney_jackson/rails/bpm/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/bpm/lib/tasks/.keep b/brittney_jackson/rails/bpm/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/bpm/log/.keep b/brittney_jackson/rails/bpm/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/bpm/public/404.html b/brittney_jackson/rails/bpm/public/404.html deleted file mode 100644 index b612547..0000000 --- a/brittney_jackson/rails/bpm/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/brittney_jackson/rails/bpm/public/422.html b/brittney_jackson/rails/bpm/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/brittney_jackson/rails/bpm/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/brittney_jackson/rails/bpm/public/500.html b/brittney_jackson/rails/bpm/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/brittney_jackson/rails/bpm/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/brittney_jackson/rails/bpm/public/favicon.ico b/brittney_jackson/rails/bpm/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/bpm/public/robots.txt b/brittney_jackson/rails/bpm/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/brittney_jackson/rails/bpm/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/brittney_jackson/rails/bpm/test/controllers/.keep b/brittney_jackson/rails/bpm/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/bpm/test/fixtures/.keep b/brittney_jackson/rails/bpm/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/bpm/test/fixtures/blogs.yml b/brittney_jackson/rails/bpm/test/fixtures/blogs.yml deleted file mode 100644 index 2ff75a8..0000000 --- a/brittney_jackson/rails/bpm/test/fixtures/blogs.yml +++ /dev/null @@ -1,9 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - name: MyString - description: MyText - -two: - name: MyString - description: MyText diff --git a/brittney_jackson/rails/bpm/test/fixtures/messages.yml b/brittney_jackson/rails/bpm/test/fixtures/messages.yml deleted file mode 100644 index e3c84c8..0000000 --- a/brittney_jackson/rails/bpm/test/fixtures/messages.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - author: MyString - message: MyText - post_id: - -two: - author: MyString - message: MyText - post_id: diff --git a/brittney_jackson/rails/bpm/test/fixtures/posts.yml b/brittney_jackson/rails/bpm/test/fixtures/posts.yml deleted file mode 100644 index dcc822e..0000000 --- a/brittney_jackson/rails/bpm/test/fixtures/posts.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - title: MyString - content: MyText - blog_id: - -two: - title: MyString - content: MyText - blog_id: diff --git a/brittney_jackson/rails/bpm/test/helpers/.keep b/brittney_jackson/rails/bpm/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/bpm/test/integration/.keep b/brittney_jackson/rails/bpm/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/bpm/test/mailers/.keep b/brittney_jackson/rails/bpm/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/bpm/test/models/.keep b/brittney_jackson/rails/bpm/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/bpm/test/models/blog_test.rb b/brittney_jackson/rails/bpm/test/models/blog_test.rb deleted file mode 100644 index 5038377..0000000 --- a/brittney_jackson/rails/bpm/test/models/blog_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class BlogTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/brittney_jackson/rails/bpm/test/models/message_test.rb b/brittney_jackson/rails/bpm/test/models/message_test.rb deleted file mode 100644 index 11e5db0..0000000 --- a/brittney_jackson/rails/bpm/test/models/message_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class MessageTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/brittney_jackson/rails/bpm/test/models/post_test.rb b/brittney_jackson/rails/bpm/test/models/post_test.rb deleted file mode 100644 index 6d9d463..0000000 --- a/brittney_jackson/rails/bpm/test/models/post_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class PostTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/brittney_jackson/rails/bpm/test/test_helper.rb b/brittney_jackson/rails/bpm/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/brittney_jackson/rails/bpm/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/brittney_jackson/rails/bpm/vendor/assets/javascripts/.keep b/brittney_jackson/rails/bpm/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/bpm/vendor/assets/stylesheets/.keep b/brittney_jackson/rails/bpm/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/dojoNinjacommands.rb b/brittney_jackson/rails/dojoNinjacommands.rb deleted file mode 100644 index 4a61d0a..0000000 --- a/brittney_jackson/rails/dojoNinjacommands.rb +++ /dev/null @@ -1,86 +0,0 @@ -# 1. Start a new project (the name of the project should be 'dojo_ninjas') -rails new dojo_ninjas - -# 2. Create appropriate tables/models. -rails g model Dojo name:string city:string state:string -rails g model Ninja first_name:string last_name:string dojo:references -rake db:migrate - -# 3. Using Ruby console: -# 3.1 Create 3 dojos (insert some blank entries just to make sure it's allowing you to insert empty entries) -Dojo.create(name: "CodingDojo Silicon Valley", city: "Mountain View", state: "CA") -Dojo.create(name: "CodingDojo Seattle", city: "Seattle", state: "WA") -Dojo.create(name: "CodingDojo New York", city: "New York", state: "NY") -Dojo.create(name: "CodingDojo Los Angeles", state: "CA") - -# 4. Change your models so that it does the following validations: -class Dojo < ActiveRecord::Base - # 5. Make sure that a dojo has many ninjas - has_many :ninjas - # 4.1 require the presence of the name, city, and state; also require the state to be two characters long - validates :name, :city, :state, presence: true - validates :state, length: { is: 2 } -end - -class Ninja < ActiveRecord::Base - # 5. Make sure that a ninja belongs to a dojo - belongs_to :dojo - # 4.2 require the presence of the first name and last name - validates :first_name, :last_name, presence: true -end - -# 6. Using ruby console -# 6.1 Delete the three dojos you created -Dojo.destroy_all - -# 6.2 Create 3 additional dojos by using Dojo.new. -dojo1 = Dojo.new(name: "CodingDojo Seattle", city: "Seattle", state: "WA") -dojo1.save -dojo2 = Dojo.new(name: "CodingDojo Silicon Valley", city: "Mountain View", state: "CA") -dojo2.save -dojo3 = Dojo.new(name: "CodingDojo New York", city: "New York", state: "NY") -dojo3.save - -# 6.3 Try to create a few more dojos but without specifying some of the required fields. Make sure that the validation works and generates the errors. -dojo = Dojo.new(name: "CodingDojo Los Angeles", city: "Los Angeles") -dojo.save -dojo.errors.full_messages # => ["State can't be blank", "State is the wrong length (should be 2 characters)"] - -dojo = Dojo.new(name: "CodingDojo Los Angeles", state: "CA") -dojo.save -dojo.errors.full_messages # => ["City can't be blank"] - -dojo = Dojo.new(city: "Los Angeles", state: "CA") -dojo.save -dojo.errors.full_messages # => ["Name can't be blank"] - -# 6.4 Create 3 ninjas that belong to the first dojo you created. -Dojo.first.ninjas.create(first_name: "John", last_name: "Doe") -Dojo.first.ninjas.create(first_name: "Jane", last_name: "Doe") -Dojo.first.ninjas.create(first_name: "Jennifer", last_name: "Doe") - -# 6.5 Create 3 more ninjas and have them belong to the second dojo you created. -Dojo.second.ninjas.create(first_name: "Michael", last_name: "Smith") -Dojo.second.ninjas.create(first_name: "Michelle", last_name: "Smith") -Dojo.second.ninjas.create(first_name: "Mitchell", last_name: "Smith") - -# 6.6 Create 3 more ninjas and have them belong to the second dojo you created. -Dojo.third.ninjas.create(first_name: "Kevin", last_name: "Johnson") -Dojo.third.ninjas.create(first_name: "Kyle", last_name: "Johnson") -Dojo.third.ninjas.create(first_name: "Kurt", last_name: "Johnson") - -# 7. Make sure you understand how to get all of the ninjas for any dojo (e.g. get all the ninjas for the first dojo, second dojo, etc) -Dojo.first.ninjas -Dojo.second.ninjas -Dojo.third.ninjas - -# 8. How would you only retrieve the first_name of the ninja that belongs to the second dojo and order the result by created_at DESC order? -Ninja.where(dojo: Dojo.second).select(:id, :first_name).order(created_at: :desc) - -# 9. Delete the second dojo. How could you adjust your model so that it automatically removes all of the ninjas associated with that dojo? -class Dojo < ActiveRecord::Base - # add dependent: :destroy - has_many :ninjas, dependent: :destroy - validates :name, :city, :state, presence: true - validates :state, length: { is: 2 } -end \ No newline at end of file diff --git a/brittney_jackson/rails/dojo_ninjas/.gitignore b/brittney_jackson/rails/dojo_ninjas/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/brittney_jackson/rails/dojo_ninjas/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/brittney_jackson/rails/dojo_ninjas/Gemfile b/brittney_jackson/rails/dojo_ninjas/Gemfile deleted file mode 100644 index 0ee61bd..0000000 --- a/brittney_jackson/rails/dojo_ninjas/Gemfile +++ /dev/null @@ -1,48 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end - -gem 'hirb' diff --git a/brittney_jackson/rails/dojo_ninjas/Gemfile.lock b/brittney_jackson/rails/dojo_ninjas/Gemfile.lock deleted file mode 100644 index c2e340f..0000000 --- a/brittney_jackson/rails/dojo_ninjas/Gemfile.lock +++ /dev/null @@ -1,174 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - bcrypt (3.1.11) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (3.2.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - bcrypt (~> 3.1.7) - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/brittney_jackson/rails/dojo_ninjas/README.rdoc b/brittney_jackson/rails/dojo_ninjas/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/brittney_jackson/rails/dojo_ninjas/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/brittney_jackson/rails/dojo_ninjas/Rakefile b/brittney_jackson/rails/dojo_ninjas/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/brittney_jackson/rails/dojo_ninjas/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/brittney_jackson/rails/dojo_ninjas/app/assets/images/.keep b/brittney_jackson/rails/dojo_ninjas/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/dojo_ninjas/app/assets/javascripts/application.js b/brittney_jackson/rails/dojo_ninjas/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/brittney_jackson/rails/dojo_ninjas/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/brittney_jackson/rails/dojo_ninjas/app/assets/stylesheets/application.css b/brittney_jackson/rails/dojo_ninjas/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/brittney_jackson/rails/dojo_ninjas/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/brittney_jackson/rails/dojo_ninjas/app/controllers/application_controller.rb b/brittney_jackson/rails/dojo_ninjas/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/brittney_jackson/rails/dojo_ninjas/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/brittney_jackson/rails/dojo_ninjas/app/controllers/concerns/.keep b/brittney_jackson/rails/dojo_ninjas/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/dojo_ninjas/app/helpers/application_helper.rb b/brittney_jackson/rails/dojo_ninjas/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/brittney_jackson/rails/dojo_ninjas/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/brittney_jackson/rails/dojo_ninjas/app/mailers/.keep b/brittney_jackson/rails/dojo_ninjas/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/dojo_ninjas/app/models/.keep b/brittney_jackson/rails/dojo_ninjas/app/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/dojo_ninjas/app/models/concerns/.keep b/brittney_jackson/rails/dojo_ninjas/app/models/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/dojo_ninjas/app/models/dojo.rb b/brittney_jackson/rails/dojo_ninjas/app/models/dojo.rb deleted file mode 100644 index d8ad7ed..0000000 --- a/brittney_jackson/rails/dojo_ninjas/app/models/dojo.rb +++ /dev/null @@ -1,7 +0,0 @@ -class Dojo < ActiveRecord::Base - has_many :ninjas - - #validations - validates :name, :city, presence: true - validates :state, presence: true, length: { is: 2 } -end diff --git a/brittney_jackson/rails/dojo_ninjas/app/models/ninja.rb b/brittney_jackson/rails/dojo_ninjas/app/models/ninja.rb deleted file mode 100644 index 5d7952c..0000000 --- a/brittney_jackson/rails/dojo_ninjas/app/models/ninja.rb +++ /dev/null @@ -1,6 +0,0 @@ -class Ninja < ActiveRecord::Base - belongs_to :dojo - - #validations - validates :firstname, :lastname, presence: true -end diff --git a/brittney_jackson/rails/dojo_ninjas/app/views/layouts/application.html.erb b/brittney_jackson/rails/dojo_ninjas/app/views/layouts/application.html.erb deleted file mode 100644 index 40d7e51..0000000 --- a/brittney_jackson/rails/dojo_ninjas/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - DojoNinjas - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/brittney_jackson/rails/dojo_ninjas/bin/bundle b/brittney_jackson/rails/dojo_ninjas/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/brittney_jackson/rails/dojo_ninjas/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/brittney_jackson/rails/dojo_ninjas/bin/rails b/brittney_jackson/rails/dojo_ninjas/bin/rails deleted file mode 100755 index 0138d79..0000000 --- a/brittney_jackson/rails/dojo_ninjas/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/brittney_jackson/rails/dojo_ninjas/bin/rake b/brittney_jackson/rails/dojo_ninjas/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/brittney_jackson/rails/dojo_ninjas/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/brittney_jackson/rails/dojo_ninjas/bin/setup b/brittney_jackson/rails/dojo_ninjas/bin/setup deleted file mode 100755 index acdb2c1..0000000 --- a/brittney_jackson/rails/dojo_ninjas/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/brittney_jackson/rails/dojo_ninjas/bin/spring b/brittney_jackson/rails/dojo_ninjas/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/brittney_jackson/rails/dojo_ninjas/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/brittney_jackson/rails/dojo_ninjas/config.ru b/brittney_jackson/rails/dojo_ninjas/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/brittney_jackson/rails/dojo_ninjas/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/brittney_jackson/rails/dojo_ninjas/config/application.rb b/brittney_jackson/rails/dojo_ninjas/config/application.rb deleted file mode 100644 index 156a9d5..0000000 --- a/brittney_jackson/rails/dojo_ninjas/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module DojoNinjas - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/brittney_jackson/rails/dojo_ninjas/config/boot.rb b/brittney_jackson/rails/dojo_ninjas/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/brittney_jackson/rails/dojo_ninjas/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/brittney_jackson/rails/dojo_ninjas/config/database.yml b/brittney_jackson/rails/dojo_ninjas/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/brittney_jackson/rails/dojo_ninjas/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/brittney_jackson/rails/dojo_ninjas/config/environment.rb b/brittney_jackson/rails/dojo_ninjas/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/brittney_jackson/rails/dojo_ninjas/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/brittney_jackson/rails/dojo_ninjas/config/environments/development.rb b/brittney_jackson/rails/dojo_ninjas/config/environments/development.rb deleted file mode 100644 index b55e214..0000000 --- a/brittney_jackson/rails/dojo_ninjas/config/environments/development.rb +++ /dev/null @@ -1,41 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/brittney_jackson/rails/dojo_ninjas/config/environments/production.rb b/brittney_jackson/rails/dojo_ninjas/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/brittney_jackson/rails/dojo_ninjas/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/brittney_jackson/rails/dojo_ninjas/config/environments/test.rb b/brittney_jackson/rails/dojo_ninjas/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/brittney_jackson/rails/dojo_ninjas/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/brittney_jackson/rails/dojo_ninjas/config/initializers/assets.rb b/brittney_jackson/rails/dojo_ninjas/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/brittney_jackson/rails/dojo_ninjas/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/brittney_jackson/rails/dojo_ninjas/config/initializers/backtrace_silencers.rb b/brittney_jackson/rails/dojo_ninjas/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/brittney_jackson/rails/dojo_ninjas/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/brittney_jackson/rails/dojo_ninjas/config/initializers/cookies_serializer.rb b/brittney_jackson/rails/dojo_ninjas/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/brittney_jackson/rails/dojo_ninjas/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/brittney_jackson/rails/dojo_ninjas/config/initializers/filter_parameter_logging.rb b/brittney_jackson/rails/dojo_ninjas/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/brittney_jackson/rails/dojo_ninjas/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/brittney_jackson/rails/dojo_ninjas/config/initializers/inflections.rb b/brittney_jackson/rails/dojo_ninjas/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/brittney_jackson/rails/dojo_ninjas/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/brittney_jackson/rails/dojo_ninjas/config/initializers/mime_types.rb b/brittney_jackson/rails/dojo_ninjas/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/brittney_jackson/rails/dojo_ninjas/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/brittney_jackson/rails/dojo_ninjas/config/initializers/session_store.rb b/brittney_jackson/rails/dojo_ninjas/config/initializers/session_store.rb deleted file mode 100644 index 313a66f..0000000 --- a/brittney_jackson/rails/dojo_ninjas/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_dojo_ninjas_session' diff --git a/brittney_jackson/rails/dojo_ninjas/config/initializers/wrap_parameters.rb b/brittney_jackson/rails/dojo_ninjas/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/brittney_jackson/rails/dojo_ninjas/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/brittney_jackson/rails/dojo_ninjas/config/locales/en.yml b/brittney_jackson/rails/dojo_ninjas/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/brittney_jackson/rails/dojo_ninjas/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/brittney_jackson/rails/dojo_ninjas/config/routes.rb b/brittney_jackson/rails/dojo_ninjas/config/routes.rb deleted file mode 100644 index 3f66539..0000000 --- a/brittney_jackson/rails/dojo_ninjas/config/routes.rb +++ /dev/null @@ -1,56 +0,0 @@ -Rails.application.routes.draw do - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/brittney_jackson/rails/dojo_ninjas/config/secrets.yml b/brittney_jackson/rails/dojo_ninjas/config/secrets.yml deleted file mode 100644 index d5a9c0c..0000000 --- a/brittney_jackson/rails/dojo_ninjas/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: e69e8af7e7c3afe7f025444751a69ae897782d0b4418773bfeb81f2cc144c63beb0d6c575ade346f29971472a1155276762afcd0ef7e1a29fd291df91cb23044 - -test: - secret_key_base: 17fac7f3554f6039a91bb256022189d9242c7100470082d76c0a351c8c34e04a9bdff3d694603c1be1a2e1670b483a053766c5b818067757247b9de60a339758 - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/brittney_jackson/rails/dojo_ninjas/db/migrate/20171130163305_create_dojos.rb b/brittney_jackson/rails/dojo_ninjas/db/migrate/20171130163305_create_dojos.rb deleted file mode 100644 index ece0705..0000000 --- a/brittney_jackson/rails/dojo_ninjas/db/migrate/20171130163305_create_dojos.rb +++ /dev/null @@ -1,11 +0,0 @@ -class CreateDojos < ActiveRecord::Migration - def change - create_table :dojos do |t| - t.string :name - t.string :city - t.string :state - - t.timestamps null: false - end - end -end diff --git a/brittney_jackson/rails/dojo_ninjas/db/migrate/20171130163410_create_ninjas.rb b/brittney_jackson/rails/dojo_ninjas/db/migrate/20171130163410_create_ninjas.rb deleted file mode 100644 index 6be70fc..0000000 --- a/brittney_jackson/rails/dojo_ninjas/db/migrate/20171130163410_create_ninjas.rb +++ /dev/null @@ -1,11 +0,0 @@ -class CreateNinjas < ActiveRecord::Migration - def change - create_table :ninjas do |t| - t.string :firstname - t.string :lastname - t.references :dojo, index: true, foreign_key: true - - t.timestamps null: false - end - end -end diff --git a/brittney_jackson/rails/dojo_ninjas/db/schema.rb b/brittney_jackson/rails/dojo_ninjas/db/schema.rb deleted file mode 100644 index fb4f65d..0000000 --- a/brittney_jackson/rails/dojo_ninjas/db/schema.rb +++ /dev/null @@ -1,34 +0,0 @@ -# encoding: UTF-8 -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# Note that this schema.rb definition is the authoritative source for your -# database schema. If you need to create the application database on another -# system, you should be using db:schema:load, not running all the migrations -# from scratch. The latter is a flawed and unsustainable approach (the more migrations -# you'll amass, the slower it'll run and the greater likelihood for issues). -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema.define(version: 20171130163410) do - - create_table "dojos", force: :cascade do |t| - t.string "name" - t.string "city" - t.string "state" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - create_table "ninjas", force: :cascade do |t| - t.string "firstname" - t.string "lastname" - t.integer "dojo_id" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - add_index "ninjas", ["dojo_id"], name: "index_ninjas_on_dojo_id" - -end diff --git a/brittney_jackson/rails/dojo_ninjas/db/seeds.rb b/brittney_jackson/rails/dojo_ninjas/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/brittney_jackson/rails/dojo_ninjas/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/brittney_jackson/rails/dojo_ninjas/lib/assets/.keep b/brittney_jackson/rails/dojo_ninjas/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/dojo_ninjas/lib/tasks/.keep b/brittney_jackson/rails/dojo_ninjas/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/dojo_ninjas/log/.keep b/brittney_jackson/rails/dojo_ninjas/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/dojo_ninjas/public/404.html b/brittney_jackson/rails/dojo_ninjas/public/404.html deleted file mode 100644 index b612547..0000000 --- a/brittney_jackson/rails/dojo_ninjas/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/brittney_jackson/rails/dojo_ninjas/public/422.html b/brittney_jackson/rails/dojo_ninjas/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/brittney_jackson/rails/dojo_ninjas/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/brittney_jackson/rails/dojo_ninjas/public/500.html b/brittney_jackson/rails/dojo_ninjas/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/brittney_jackson/rails/dojo_ninjas/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/brittney_jackson/rails/dojo_ninjas/public/favicon.ico b/brittney_jackson/rails/dojo_ninjas/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/dojo_ninjas/public/robots.txt b/brittney_jackson/rails/dojo_ninjas/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/brittney_jackson/rails/dojo_ninjas/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/brittney_jackson/rails/dojo_ninjas/test/controllers/.keep b/brittney_jackson/rails/dojo_ninjas/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/dojo_ninjas/test/fixtures/.keep b/brittney_jackson/rails/dojo_ninjas/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/dojo_ninjas/test/fixtures/dojos.yml b/brittney_jackson/rails/dojo_ninjas/test/fixtures/dojos.yml deleted file mode 100644 index 07bb5b1..0000000 --- a/brittney_jackson/rails/dojo_ninjas/test/fixtures/dojos.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - name: MyString - city: MyString - state: MyString - -two: - name: MyString - city: MyString - state: MyString diff --git a/brittney_jackson/rails/dojo_ninjas/test/fixtures/ninjas.yml b/brittney_jackson/rails/dojo_ninjas/test/fixtures/ninjas.yml deleted file mode 100644 index 1a59da8..0000000 --- a/brittney_jackson/rails/dojo_ninjas/test/fixtures/ninjas.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - firstname: MyString - lastname: MyString - dojo_id: - -two: - firstname: MyString - lastname: MyString - dojo_id: diff --git a/brittney_jackson/rails/dojo_ninjas/test/helpers/.keep b/brittney_jackson/rails/dojo_ninjas/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/dojo_ninjas/test/integration/.keep b/brittney_jackson/rails/dojo_ninjas/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/dojo_ninjas/test/mailers/.keep b/brittney_jackson/rails/dojo_ninjas/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/dojo_ninjas/test/models/.keep b/brittney_jackson/rails/dojo_ninjas/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/dojo_ninjas/test/models/dojo_test.rb b/brittney_jackson/rails/dojo_ninjas/test/models/dojo_test.rb deleted file mode 100644 index a078f30..0000000 --- a/brittney_jackson/rails/dojo_ninjas/test/models/dojo_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class DojoTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/brittney_jackson/rails/dojo_ninjas/test/models/ninja_test.rb b/brittney_jackson/rails/dojo_ninjas/test/models/ninja_test.rb deleted file mode 100644 index d21c152..0000000 --- a/brittney_jackson/rails/dojo_ninjas/test/models/ninja_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class NinjaTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/brittney_jackson/rails/dojo_ninjas/test/test_helper.rb b/brittney_jackson/rails/dojo_ninjas/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/brittney_jackson/rails/dojo_ninjas/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/brittney_jackson/rails/dojo_ninjas/vendor/assets/javascripts/.keep b/brittney_jackson/rails/dojo_ninjas/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/dojo_ninjas/vendor/assets/stylesheets/.keep b/brittney_jackson/rails/dojo_ninjas/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/integrateModels/.gitignore b/brittney_jackson/rails/integrateModels/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/brittney_jackson/rails/integrateModels/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/brittney_jackson/rails/integrateModels/Gemfile b/brittney_jackson/rails/integrateModels/Gemfile deleted file mode 100644 index 53b91be..0000000 --- a/brittney_jackson/rails/integrateModels/Gemfile +++ /dev/null @@ -1,48 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -gem 'hirb' -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end - diff --git a/brittney_jackson/rails/integrateModels/Gemfile.lock b/brittney_jackson/rails/integrateModels/Gemfile.lock deleted file mode 100644 index be50182..0000000 --- a/brittney_jackson/rails/integrateModels/Gemfile.lock +++ /dev/null @@ -1,172 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (4.0.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/brittney_jackson/rails/integrateModels/README.rdoc b/brittney_jackson/rails/integrateModels/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/brittney_jackson/rails/integrateModels/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/brittney_jackson/rails/integrateModels/Rakefile b/brittney_jackson/rails/integrateModels/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/brittney_jackson/rails/integrateModels/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/brittney_jackson/rails/integrateModels/app/assets/images/.keep b/brittney_jackson/rails/integrateModels/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/integrateModels/app/assets/javascripts/application.js b/brittney_jackson/rails/integrateModels/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/brittney_jackson/rails/integrateModels/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/brittney_jackson/rails/integrateModels/app/assets/javascripts/users.coffee b/brittney_jackson/rails/integrateModels/app/assets/javascripts/users.coffee deleted file mode 100644 index 24f83d1..0000000 --- a/brittney_jackson/rails/integrateModels/app/assets/javascripts/users.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://coffeescript.org/ diff --git a/brittney_jackson/rails/integrateModels/app/assets/stylesheets/application.css b/brittney_jackson/rails/integrateModels/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/brittney_jackson/rails/integrateModels/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/brittney_jackson/rails/integrateModels/app/assets/stylesheets/users.scss b/brittney_jackson/rails/integrateModels/app/assets/stylesheets/users.scss deleted file mode 100644 index 31a2eac..0000000 --- a/brittney_jackson/rails/integrateModels/app/assets/stylesheets/users.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the Users controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/brittney_jackson/rails/integrateModels/app/controllers/application_controller.rb b/brittney_jackson/rails/integrateModels/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/brittney_jackson/rails/integrateModels/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/brittney_jackson/rails/integrateModels/app/controllers/concerns/.keep b/brittney_jackson/rails/integrateModels/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/integrateModels/app/controllers/users_controller.rb b/brittney_jackson/rails/integrateModels/app/controllers/users_controller.rb deleted file mode 100644 index f3bd519..0000000 --- a/brittney_jackson/rails/integrateModels/app/controllers/users_controller.rb +++ /dev/null @@ -1,47 +0,0 @@ -class UsersController < ApplicationController - - def index - render json: User.all - end - - def new - return render 'new.html.erb' - end - - def create - @user=User.create(user_params) - return redirect_to '/users' - end - - def info - render json: User.find(params[:id]) - end - - def edituser - @name = User.find(params[:id]).name - session[:id] = params[:id] - return render 'edit.html.erb' - end - - def edit - @user= User.find(session[:id]).update(user_params) - return redirect_to '/users' - end - - def total - @count = User.all.count - puts @count - render text: "There are #{@count} total users!" - end - - - private - def user_params - params.require(:user).permit(:name) - end - - - - - -end diff --git a/brittney_jackson/rails/integrateModels/app/helpers/application_helper.rb b/brittney_jackson/rails/integrateModels/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/brittney_jackson/rails/integrateModels/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/brittney_jackson/rails/integrateModels/app/helpers/users_helper.rb b/brittney_jackson/rails/integrateModels/app/helpers/users_helper.rb deleted file mode 100644 index 2310a24..0000000 --- a/brittney_jackson/rails/integrateModels/app/helpers/users_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module UsersHelper -end diff --git a/brittney_jackson/rails/integrateModels/app/mailers/.keep b/brittney_jackson/rails/integrateModels/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/integrateModels/app/models/.keep b/brittney_jackson/rails/integrateModels/app/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/integrateModels/app/models/concerns/.keep b/brittney_jackson/rails/integrateModels/app/models/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/integrateModels/app/models/user.rb b/brittney_jackson/rails/integrateModels/app/models/user.rb deleted file mode 100644 index 4a57cf0..0000000 --- a/brittney_jackson/rails/integrateModels/app/models/user.rb +++ /dev/null @@ -1,2 +0,0 @@ -class User < ActiveRecord::Base -end diff --git a/brittney_jackson/rails/integrateModels/app/views/layouts/application.html.erb b/brittney_jackson/rails/integrateModels/app/views/layouts/application.html.erb deleted file mode 100644 index 7391c75..0000000 --- a/brittney_jackson/rails/integrateModels/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - IntegrateModels - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/brittney_jackson/rails/integrateModels/app/views/users/edit.html.erb b/brittney_jackson/rails/integrateModels/app/views/users/edit.html.erb deleted file mode 100644 index e2960e0..0000000 --- a/brittney_jackson/rails/integrateModels/app/views/users/edit.html.erb +++ /dev/null @@ -1,15 +0,0 @@ - - - - Edit a User - - -
- - - - -
- - - \ No newline at end of file diff --git a/brittney_jackson/rails/integrateModels/app/views/users/new.html.erb b/brittney_jackson/rails/integrateModels/app/views/users/new.html.erb deleted file mode 100644 index b89c51e..0000000 --- a/brittney_jackson/rails/integrateModels/app/views/users/new.html.erb +++ /dev/null @@ -1,15 +0,0 @@ - - - - Add a User - - -
- - - - -
- - - \ No newline at end of file diff --git a/brittney_jackson/rails/integrateModels/bin/bundle b/brittney_jackson/rails/integrateModels/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/brittney_jackson/rails/integrateModels/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/brittney_jackson/rails/integrateModels/bin/rails b/brittney_jackson/rails/integrateModels/bin/rails deleted file mode 100755 index 0138d79..0000000 --- a/brittney_jackson/rails/integrateModels/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/brittney_jackson/rails/integrateModels/bin/rake b/brittney_jackson/rails/integrateModels/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/brittney_jackson/rails/integrateModels/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/brittney_jackson/rails/integrateModels/bin/setup b/brittney_jackson/rails/integrateModels/bin/setup deleted file mode 100755 index acdb2c1..0000000 --- a/brittney_jackson/rails/integrateModels/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/brittney_jackson/rails/integrateModels/bin/spring b/brittney_jackson/rails/integrateModels/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/brittney_jackson/rails/integrateModels/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/brittney_jackson/rails/integrateModels/config.ru b/brittney_jackson/rails/integrateModels/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/brittney_jackson/rails/integrateModels/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/brittney_jackson/rails/integrateModels/config/application.rb b/brittney_jackson/rails/integrateModels/config/application.rb deleted file mode 100644 index fe089a8..0000000 --- a/brittney_jackson/rails/integrateModels/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module IntegrateModels - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/brittney_jackson/rails/integrateModels/config/boot.rb b/brittney_jackson/rails/integrateModels/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/brittney_jackson/rails/integrateModels/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/brittney_jackson/rails/integrateModels/config/database.yml b/brittney_jackson/rails/integrateModels/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/brittney_jackson/rails/integrateModels/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/brittney_jackson/rails/integrateModels/config/environment.rb b/brittney_jackson/rails/integrateModels/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/brittney_jackson/rails/integrateModels/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/brittney_jackson/rails/integrateModels/config/environments/development.rb b/brittney_jackson/rails/integrateModels/config/environments/development.rb deleted file mode 100644 index b55e214..0000000 --- a/brittney_jackson/rails/integrateModels/config/environments/development.rb +++ /dev/null @@ -1,41 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/brittney_jackson/rails/integrateModels/config/environments/production.rb b/brittney_jackson/rails/integrateModels/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/brittney_jackson/rails/integrateModels/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/brittney_jackson/rails/integrateModels/config/environments/test.rb b/brittney_jackson/rails/integrateModels/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/brittney_jackson/rails/integrateModels/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/brittney_jackson/rails/integrateModels/config/initializers/assets.rb b/brittney_jackson/rails/integrateModels/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/brittney_jackson/rails/integrateModels/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/brittney_jackson/rails/integrateModels/config/initializers/backtrace_silencers.rb b/brittney_jackson/rails/integrateModels/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/brittney_jackson/rails/integrateModels/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/brittney_jackson/rails/integrateModels/config/initializers/cookies_serializer.rb b/brittney_jackson/rails/integrateModels/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/brittney_jackson/rails/integrateModels/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/brittney_jackson/rails/integrateModels/config/initializers/filter_parameter_logging.rb b/brittney_jackson/rails/integrateModels/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/brittney_jackson/rails/integrateModels/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/brittney_jackson/rails/integrateModels/config/initializers/inflections.rb b/brittney_jackson/rails/integrateModels/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/brittney_jackson/rails/integrateModels/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/brittney_jackson/rails/integrateModels/config/initializers/mime_types.rb b/brittney_jackson/rails/integrateModels/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/brittney_jackson/rails/integrateModels/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/brittney_jackson/rails/integrateModels/config/initializers/session_store.rb b/brittney_jackson/rails/integrateModels/config/initializers/session_store.rb deleted file mode 100644 index 4c1d4cb..0000000 --- a/brittney_jackson/rails/integrateModels/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_integrateModels_session' diff --git a/brittney_jackson/rails/integrateModels/config/initializers/wrap_parameters.rb b/brittney_jackson/rails/integrateModels/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/brittney_jackson/rails/integrateModels/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/brittney_jackson/rails/integrateModels/config/locales/en.yml b/brittney_jackson/rails/integrateModels/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/brittney_jackson/rails/integrateModels/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/brittney_jackson/rails/integrateModels/config/routes.rb b/brittney_jackson/rails/integrateModels/config/routes.rb deleted file mode 100644 index 7b38784..0000000 --- a/brittney_jackson/rails/integrateModels/config/routes.rb +++ /dev/null @@ -1,68 +0,0 @@ -Rails.application.routes.draw do - - - get 'users' => 'users#index' - get 'users/new' => 'users#new' - post 'users/create' => 'users#create' - get 'users/new(/:id)' => 'users#info' - get 'users(/:id)/edit' => 'users#edituser' - post 'users/edit' => 'users#edit' - get 'users/total' => 'users#total' - - - - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/brittney_jackson/rails/integrateModels/config/secrets.yml b/brittney_jackson/rails/integrateModels/config/secrets.yml deleted file mode 100644 index 2411f92..0000000 --- a/brittney_jackson/rails/integrateModels/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: a30e18a7546f12e40b3d0ebc555c07fbfe85eb3eca19ce5a77f65d6d1dab983a47da6c524f624bf746dd86d24179343379b052a41b4ab0fdf9ecd06fe6775276 - -test: - secret_key_base: 7874ed7860c1b8c77ce68b7478bfa43853cce7d16a56754c748039079056bd7d624c0707d2c8db17a186a3f87a1ae913d96b00aa11eb69156690644a707dc4ea - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/brittney_jackson/rails/integrateModels/db/migrate/20171202213734_create_users.rb b/brittney_jackson/rails/integrateModels/db/migrate/20171202213734_create_users.rb deleted file mode 100644 index 5494756..0000000 --- a/brittney_jackson/rails/integrateModels/db/migrate/20171202213734_create_users.rb +++ /dev/null @@ -1,9 +0,0 @@ -class CreateUsers < ActiveRecord::Migration - def change - create_table :users do |t| - t.string :name - - t.timestamps null: false - end - end -end diff --git a/brittney_jackson/rails/integrateModels/db/schema.rb b/brittney_jackson/rails/integrateModels/db/schema.rb deleted file mode 100644 index d789c9a..0000000 --- a/brittney_jackson/rails/integrateModels/db/schema.rb +++ /dev/null @@ -1,22 +0,0 @@ -# encoding: UTF-8 -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# Note that this schema.rb definition is the authoritative source for your -# database schema. If you need to create the application database on another -# system, you should be using db:schema:load, not running all the migrations -# from scratch. The latter is a flawed and unsustainable approach (the more migrations -# you'll amass, the slower it'll run and the greater likelihood for issues). -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema.define(version: 20171202213734) do - - create_table "users", force: :cascade do |t| - t.string "name" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - -end diff --git a/brittney_jackson/rails/integrateModels/db/seeds.rb b/brittney_jackson/rails/integrateModels/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/brittney_jackson/rails/integrateModels/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/brittney_jackson/rails/integrateModels/lib/assets/.keep b/brittney_jackson/rails/integrateModels/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/integrateModels/lib/tasks/.keep b/brittney_jackson/rails/integrateModels/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/integrateModels/log/.keep b/brittney_jackson/rails/integrateModels/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/integrateModels/public/404.html b/brittney_jackson/rails/integrateModels/public/404.html deleted file mode 100644 index b612547..0000000 --- a/brittney_jackson/rails/integrateModels/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/brittney_jackson/rails/integrateModels/public/422.html b/brittney_jackson/rails/integrateModels/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/brittney_jackson/rails/integrateModels/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/brittney_jackson/rails/integrateModels/public/500.html b/brittney_jackson/rails/integrateModels/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/brittney_jackson/rails/integrateModels/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/brittney_jackson/rails/integrateModels/public/favicon.ico b/brittney_jackson/rails/integrateModels/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/integrateModels/public/robots.txt b/brittney_jackson/rails/integrateModels/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/brittney_jackson/rails/integrateModels/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/brittney_jackson/rails/integrateModels/test/controllers/.keep b/brittney_jackson/rails/integrateModels/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/integrateModels/test/controllers/users_controller_test.rb b/brittney_jackson/rails/integrateModels/test/controllers/users_controller_test.rb deleted file mode 100644 index d23f182..0000000 --- a/brittney_jackson/rails/integrateModels/test/controllers/users_controller_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class UsersControllerTest < ActionController::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/brittney_jackson/rails/integrateModels/test/fixtures/.keep b/brittney_jackson/rails/integrateModels/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/integrateModels/test/fixtures/users.yml b/brittney_jackson/rails/integrateModels/test/fixtures/users.yml deleted file mode 100644 index 56066c6..0000000 --- a/brittney_jackson/rails/integrateModels/test/fixtures/users.yml +++ /dev/null @@ -1,7 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - name: MyString - -two: - name: MyString diff --git a/brittney_jackson/rails/integrateModels/test/helpers/.keep b/brittney_jackson/rails/integrateModels/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/integrateModels/test/integration/.keep b/brittney_jackson/rails/integrateModels/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/integrateModels/test/mailers/.keep b/brittney_jackson/rails/integrateModels/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/integrateModels/test/models/.keep b/brittney_jackson/rails/integrateModels/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/integrateModels/test/models/user_test.rb b/brittney_jackson/rails/integrateModels/test/models/user_test.rb deleted file mode 100644 index 82f61e0..0000000 --- a/brittney_jackson/rails/integrateModels/test/models/user_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class UserTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/brittney_jackson/rails/integrateModels/test/test_helper.rb b/brittney_jackson/rails/integrateModels/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/brittney_jackson/rails/integrateModels/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/brittney_jackson/rails/integrateModels/vendor/assets/javascripts/.keep b/brittney_jackson/rails/integrateModels/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/integrateModels/vendor/assets/stylesheets/.keep b/brittney_jackson/rails/integrateModels/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/optimize/.gitignore b/brittney_jackson/rails/optimize/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/brittney_jackson/rails/optimize/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/brittney_jackson/rails/optimize/Gemfile b/brittney_jackson/rails/optimize/Gemfile deleted file mode 100644 index 353a4cf..0000000 --- a/brittney_jackson/rails/optimize/Gemfile +++ /dev/null @@ -1,50 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end - -gem 'hirb' - - diff --git a/brittney_jackson/rails/optimize/Gemfile.lock b/brittney_jackson/rails/optimize/Gemfile.lock deleted file mode 100644 index 73114af..0000000 --- a/brittney_jackson/rails/optimize/Gemfile.lock +++ /dev/null @@ -1,172 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (3.2.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/brittney_jackson/rails/optimize/README.rdoc b/brittney_jackson/rails/optimize/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/brittney_jackson/rails/optimize/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/brittney_jackson/rails/optimize/Rakefile b/brittney_jackson/rails/optimize/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/brittney_jackson/rails/optimize/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/brittney_jackson/rails/optimize/app/assets/images/.keep b/brittney_jackson/rails/optimize/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/optimize/app/assets/javascripts/application.js b/brittney_jackson/rails/optimize/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/brittney_jackson/rails/optimize/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/brittney_jackson/rails/optimize/app/assets/stylesheets/application.css b/brittney_jackson/rails/optimize/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/brittney_jackson/rails/optimize/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/brittney_jackson/rails/optimize/app/controllers/application_controller.rb b/brittney_jackson/rails/optimize/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/brittney_jackson/rails/optimize/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/brittney_jackson/rails/optimize/app/controllers/concerns/.keep b/brittney_jackson/rails/optimize/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/optimize/app/helpers/application_helper.rb b/brittney_jackson/rails/optimize/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/brittney_jackson/rails/optimize/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/brittney_jackson/rails/optimize/app/mailers/.keep b/brittney_jackson/rails/optimize/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/optimize/app/models/.keep b/brittney_jackson/rails/optimize/app/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/optimize/app/models/concerns/.keep b/brittney_jackson/rails/optimize/app/models/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/optimize/app/models/player.rb b/brittney_jackson/rails/optimize/app/models/player.rb deleted file mode 100644 index 2f4ba64..0000000 --- a/brittney_jackson/rails/optimize/app/models/player.rb +++ /dev/null @@ -1,6 +0,0 @@ -class Player < ActiveRecord::Base - - belongs_to :team - - -end diff --git a/brittney_jackson/rails/optimize/app/models/team.rb b/brittney_jackson/rails/optimize/app/models/team.rb deleted file mode 100644 index 4028526..0000000 --- a/brittney_jackson/rails/optimize/app/models/team.rb +++ /dev/null @@ -1,5 +0,0 @@ -class Team < ActiveRecord::Base - - has_many :players - -end diff --git a/brittney_jackson/rails/optimize/app/views/layouts/application.html.erb b/brittney_jackson/rails/optimize/app/views/layouts/application.html.erb deleted file mode 100644 index 7fc9d5f..0000000 --- a/brittney_jackson/rails/optimize/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - Optimize - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/brittney_jackson/rails/optimize/bin/bundle b/brittney_jackson/rails/optimize/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/brittney_jackson/rails/optimize/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/brittney_jackson/rails/optimize/bin/rails b/brittney_jackson/rails/optimize/bin/rails deleted file mode 100755 index 0138d79..0000000 --- a/brittney_jackson/rails/optimize/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/brittney_jackson/rails/optimize/bin/rake b/brittney_jackson/rails/optimize/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/brittney_jackson/rails/optimize/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/brittney_jackson/rails/optimize/bin/setup b/brittney_jackson/rails/optimize/bin/setup deleted file mode 100755 index acdb2c1..0000000 --- a/brittney_jackson/rails/optimize/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/brittney_jackson/rails/optimize/bin/spring b/brittney_jackson/rails/optimize/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/brittney_jackson/rails/optimize/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/brittney_jackson/rails/optimize/config.ru b/brittney_jackson/rails/optimize/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/brittney_jackson/rails/optimize/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/brittney_jackson/rails/optimize/config/application.rb b/brittney_jackson/rails/optimize/config/application.rb deleted file mode 100644 index 82f8fb1..0000000 --- a/brittney_jackson/rails/optimize/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module Optimize - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/brittney_jackson/rails/optimize/config/boot.rb b/brittney_jackson/rails/optimize/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/brittney_jackson/rails/optimize/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/brittney_jackson/rails/optimize/config/database.yml b/brittney_jackson/rails/optimize/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/brittney_jackson/rails/optimize/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/brittney_jackson/rails/optimize/config/environment.rb b/brittney_jackson/rails/optimize/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/brittney_jackson/rails/optimize/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/brittney_jackson/rails/optimize/config/environments/development.rb b/brittney_jackson/rails/optimize/config/environments/development.rb deleted file mode 100644 index b55e214..0000000 --- a/brittney_jackson/rails/optimize/config/environments/development.rb +++ /dev/null @@ -1,41 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/brittney_jackson/rails/optimize/config/environments/production.rb b/brittney_jackson/rails/optimize/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/brittney_jackson/rails/optimize/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/brittney_jackson/rails/optimize/config/environments/test.rb b/brittney_jackson/rails/optimize/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/brittney_jackson/rails/optimize/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/brittney_jackson/rails/optimize/config/initializers/assets.rb b/brittney_jackson/rails/optimize/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/brittney_jackson/rails/optimize/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/brittney_jackson/rails/optimize/config/initializers/backtrace_silencers.rb b/brittney_jackson/rails/optimize/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/brittney_jackson/rails/optimize/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/brittney_jackson/rails/optimize/config/initializers/cookies_serializer.rb b/brittney_jackson/rails/optimize/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/brittney_jackson/rails/optimize/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/brittney_jackson/rails/optimize/config/initializers/filter_parameter_logging.rb b/brittney_jackson/rails/optimize/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/brittney_jackson/rails/optimize/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/brittney_jackson/rails/optimize/config/initializers/inflections.rb b/brittney_jackson/rails/optimize/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/brittney_jackson/rails/optimize/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/brittney_jackson/rails/optimize/config/initializers/mime_types.rb b/brittney_jackson/rails/optimize/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/brittney_jackson/rails/optimize/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/brittney_jackson/rails/optimize/config/initializers/session_store.rb b/brittney_jackson/rails/optimize/config/initializers/session_store.rb deleted file mode 100644 index 7e5d399..0000000 --- a/brittney_jackson/rails/optimize/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_optimize_session' diff --git a/brittney_jackson/rails/optimize/config/initializers/wrap_parameters.rb b/brittney_jackson/rails/optimize/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/brittney_jackson/rails/optimize/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/brittney_jackson/rails/optimize/config/locales/en.yml b/brittney_jackson/rails/optimize/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/brittney_jackson/rails/optimize/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/brittney_jackson/rails/optimize/config/routes.rb b/brittney_jackson/rails/optimize/config/routes.rb deleted file mode 100644 index 3f66539..0000000 --- a/brittney_jackson/rails/optimize/config/routes.rb +++ /dev/null @@ -1,56 +0,0 @@ -Rails.application.routes.draw do - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/brittney_jackson/rails/optimize/config/secrets.yml b/brittney_jackson/rails/optimize/config/secrets.yml deleted file mode 100644 index 8a25fbd..0000000 --- a/brittney_jackson/rails/optimize/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: 7bafcf83e6300c9ff8079df9d3862825cc424054a67e3ea7ab507f39c9260da1fd50d4ab37d427469e7997d53733c20134e87439c169d822a14ddf936c7b91f0 - -test: - secret_key_base: 7eeb321983bac9bb6a8a90f4c4028166e6807cb0e027d57ca1baff4c01e2ef27f1814810b9d3bb328355f5eb2f2abdecbd7aec9c96881ba4673e010ea09d1c8d - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/brittney_jackson/rails/optimize/db/migrate/20171201021151_create_teams.rb b/brittney_jackson/rails/optimize/db/migrate/20171201021151_create_teams.rb deleted file mode 100644 index 5f7137c..0000000 --- a/brittney_jackson/rails/optimize/db/migrate/20171201021151_create_teams.rb +++ /dev/null @@ -1,11 +0,0 @@ -class CreateTeams < ActiveRecord::Migration - def change - create_table :teams do |t| - t.string :name - t.string :mascot - t.string :stadium - - t.timestamps null: false - end - end -end diff --git a/brittney_jackson/rails/optimize/db/migrate/20171201021205_create_players.rb b/brittney_jackson/rails/optimize/db/migrate/20171201021205_create_players.rb deleted file mode 100644 index 9949aad..0000000 --- a/brittney_jackson/rails/optimize/db/migrate/20171201021205_create_players.rb +++ /dev/null @@ -1,10 +0,0 @@ -class CreatePlayers < ActiveRecord::Migration - def change - create_table :players do |t| - t.string :name - t.references :team, index: true, foreign_key: true - - t.timestamps null: false - end - end -end diff --git a/brittney_jackson/rails/optimize/db/schema.rb b/brittney_jackson/rails/optimize/db/schema.rb deleted file mode 100644 index 48c1597..0000000 --- a/brittney_jackson/rails/optimize/db/schema.rb +++ /dev/null @@ -1,33 +0,0 @@ -# encoding: UTF-8 -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# Note that this schema.rb definition is the authoritative source for your -# database schema. If you need to create the application database on another -# system, you should be using db:schema:load, not running all the migrations -# from scratch. The latter is a flawed and unsustainable approach (the more migrations -# you'll amass, the slower it'll run and the greater likelihood for issues). -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema.define(version: 20171201021205) do - - create_table "players", force: :cascade do |t| - t.string "name" - t.integer "team_id" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - add_index "players", ["team_id"], name: "index_players_on_team_id" - - create_table "teams", force: :cascade do |t| - t.string "name" - t.string "mascot" - t.string "stadium" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - -end diff --git a/brittney_jackson/rails/optimize/db/seeds.rb b/brittney_jackson/rails/optimize/db/seeds.rb deleted file mode 100644 index d0073f3..0000000 --- a/brittney_jackson/rails/optimize/db/seeds.rb +++ /dev/null @@ -1,113 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) - - -# we require 'open-uri' to request the html files -require 'open-uri' -teams = [ - ["Atlanta Hawks", "Skyhawk", "Philips Arena"], - ["Boston Celtics", "Lucky the Leprechaun", "TD Garden"], - ["Brooklyn Nets", "BrooklyKnight", "Barclays Center"], - ["Charlotte Hornets", "Hugo the Hornet", "Spectrum Center"], - ["Chicago Bulls", "Benny the Bull", "United Center"], - ["Cleveland Cavaliers", "Moondog", "Quicken Loans Arena"], - ["Dallas Mavericks", "Champ", "American Airlines Center"], - ["Denver Nuggets", "Rocky the Mountain Lion", "Pepsi Center"], - ["Detroit Pistons", "Hooper", "The Palace of Auburn Hills"], - ["Golden State Warriors", "Thunder", "Oracle Arena"], - ["Houston Rockets", "Clutch", "Toyota Center"], - ["Indiana Pacers", "Boomer the Panther", "Bankers Life Fieldhouse"], - ["Los Angeles Clippers", "Chuck", "Staples Center"], - ["Los Angeles Lakers", "Jack Nicholson", "Staples Center"], - ["Memphis Grizzlies", "Griz", "FedExForum"], - ["Miami Heat", "Burnie", "American Airlines Arena"], - ["Milwaukee Bucks", "Bango", "BMO Harris Bradley Center"], - ["Minnesota Timberwolves", "Crunch the Wolf", "Target Center"], - ["New Orleans Pelicans", "Pierre the Pelican", "Smoothie King Center"], - ["New York Knicks", "Spike Lee", "Madison Square Garden"], - ["Oklahoma City Thunder", "Rumble the Bison", "Chesapeake Energy Arena"], - ["Orlando Magic", "Stuff the Magic Dragon", "Amway Center"], - ["Philadelphia 76ers", "Franklin the Dog", "Wells Fargo Center Philadelphia"], - ["Phoenix Suns", "The Suns Gorilla", "Talking Stick Resort Arena"], - ["Portland Trail Blazers", "Blaze the Trail Cat", "Moda Center"], - ["Sacramento Kings", "Slamson the Lion", "Golden 1 Center"], - ["San Antonio Spurs", "The Coyote", "AT&T Center"], - ["Toronto Raptors", "Raptor", "Air Canada Centre"], - ["Utah Jazz", "Jazz Bear", "Vivint Smart Home Arena"], - ["Washington Wizards", "G. Wiz", "Verizon Center"] -] -# Here, we are using the Nokogiri gem (already comes with Rails), to scrape the ESPN website for the list of players. -# For more information on Nokogiri, you can go to their documentation or visit http://www.nokogiri.org/ -atlanta_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/atl/atlanta-hawks")).css("td.sortcell") -boston_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/bos/boston-celtics")).css("td.sortcell") -brooklyn_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/bkn/brooklyn-nets")).css("td.sortcell") -charlotte_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/cha/charlotte-hornets")).css("td.sortcell") -chicago_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/chi/chicago-bulls")).css("td.sortcell") -cleveland_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/cle/cleveland-cavaliers")).css("td.sortcell") -dallas_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/dal/dallas-mavericks")).css("td.sortcell") -denver_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/den/denver-nuggets")).css("td.sortcell") -detroit_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/det/detroit-pistons")).css("td.sortcell") -warriors_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/gs/golden-state-warriors")).css("td.sortcell") -houston_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/hou/houston-rockets")).css("td.sortcell") -indiana_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/ind/indiana-pacers")).css("td.sortcell") -clippers_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/lac/la-clippers")).css("td.sortcell") -lakers_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/lal/los-angeles-lakers")).css("td.sortcell") -memphis_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/mem/memphis-grizzlies")).css("td.sortcell") -miami_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/mia/miami-heat")).css("td.sortcell") -milwaukee_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/mil/milwaukee-bucks")).css("td.sortcell") -minnesota_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/min/minnesota-timberwolves")).css("td.sortcell") -nola_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/no/new-orleans-pelicans")).css("td.sortcell") -knicks_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/ny/new-york-knicks")).css("td.sortcell") -okc_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/okc/oklahoma-city-thunder")).css("td.sortcell") -orlando_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/orl/orlando-magic")).css("td.sortcell") -phili_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/phi/philadelphia-76ers")).css("td.sortcell") -phoenix_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/phx/phoenix-suns")).css("td.sortcell") -portland_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/por/portland-trail-blazers")).css("td.sortcell") -sacramento_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/sac/sacramento-kings")).css("td.sortcell") -spurs_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/sa/san-antonio-spurs")).css("td.sortcell") -toronto_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/tor/toronto-raptors")).css("td.sortcell") -utah_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/utah/utah-jazz")).css("td.sortcell") -washington_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/wsh/washington-wizards")).css("td.sortcell") -players = [ - atlanta_players, - boston_players, - brooklyn_players, - charlotte_players, - chicago_players, - cleveland_players, - dallas_players, - denver_players, - detroit_players, - warriors_players, - houston_players, - indiana_players, - clippers_players, - lakers_players, - memphis_players, - miami_players, - milwaukee_players, - minnesota_players, - nola_players, - knicks_players, - okc_players, - orlando_players, - phili_players, - phoenix_players, - portland_players, - sacramento_players, - spurs_players, - toronto_players, - utah_players, - washington_players -] -players.each_with_index do |roster, index| - Team.create(name: teams[index][0], mascot: teams[index][1], stadium: teams[index][2]) - roster.each do |player| - Team.last.players.create(name: player.text) - end -end diff --git a/brittney_jackson/rails/optimize/lib/assets/.keep b/brittney_jackson/rails/optimize/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/optimize/lib/tasks/.keep b/brittney_jackson/rails/optimize/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/optimize/log/.keep b/brittney_jackson/rails/optimize/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/optimize/public/404.html b/brittney_jackson/rails/optimize/public/404.html deleted file mode 100644 index b612547..0000000 --- a/brittney_jackson/rails/optimize/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/brittney_jackson/rails/optimize/public/422.html b/brittney_jackson/rails/optimize/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/brittney_jackson/rails/optimize/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/brittney_jackson/rails/optimize/public/500.html b/brittney_jackson/rails/optimize/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/brittney_jackson/rails/optimize/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/brittney_jackson/rails/optimize/public/favicon.ico b/brittney_jackson/rails/optimize/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/optimize/public/robots.txt b/brittney_jackson/rails/optimize/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/brittney_jackson/rails/optimize/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/brittney_jackson/rails/optimize/test/controllers/.keep b/brittney_jackson/rails/optimize/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/optimize/test/fixtures/.keep b/brittney_jackson/rails/optimize/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/optimize/test/fixtures/players.yml b/brittney_jackson/rails/optimize/test/fixtures/players.yml deleted file mode 100644 index 56a4719..0000000 --- a/brittney_jackson/rails/optimize/test/fixtures/players.yml +++ /dev/null @@ -1,9 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - name: MyString - team_id: - -two: - name: MyString - team_id: diff --git a/brittney_jackson/rails/optimize/test/fixtures/teams.yml b/brittney_jackson/rails/optimize/test/fixtures/teams.yml deleted file mode 100644 index d9c869d..0000000 --- a/brittney_jackson/rails/optimize/test/fixtures/teams.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - name: MyString - mascot: MyString - stadium: MyString - -two: - name: MyString - mascot: MyString - stadium: MyString diff --git a/brittney_jackson/rails/optimize/test/helpers/.keep b/brittney_jackson/rails/optimize/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/optimize/test/integration/.keep b/brittney_jackson/rails/optimize/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/optimize/test/mailers/.keep b/brittney_jackson/rails/optimize/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/optimize/test/models/.keep b/brittney_jackson/rails/optimize/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/optimize/test/models/player_test.rb b/brittney_jackson/rails/optimize/test/models/player_test.rb deleted file mode 100644 index 3cf71d7..0000000 --- a/brittney_jackson/rails/optimize/test/models/player_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class PlayerTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/brittney_jackson/rails/optimize/test/models/team_test.rb b/brittney_jackson/rails/optimize/test/models/team_test.rb deleted file mode 100644 index 8b101cb..0000000 --- a/brittney_jackson/rails/optimize/test/models/team_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class TeamTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/brittney_jackson/rails/optimize/test/test_helper.rb b/brittney_jackson/rails/optimize/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/brittney_jackson/rails/optimize/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/brittney_jackson/rails/optimize/vendor/assets/javascripts/.keep b/brittney_jackson/rails/optimize/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/optimize/vendor/assets/stylesheets/.keep b/brittney_jackson/rails/optimize/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/optimizeCommands.rb b/brittney_jackson/rails/optimizeCommands.rb deleted file mode 100644 index 4315077..0000000 --- a/brittney_jackson/rails/optimizeCommands.rb +++ /dev/null @@ -1,30 +0,0 @@ -# 1. Retrive all players, then write a program that will loop through each player and display their team name, mascot and stadium. How many queries have we done? -players = Player.all -players.each do |player| - team = player.team - puts "Player: #{player.name}, Team: #{team.name}, Mascot: #{team.mascot}, Stadium: #{team.stadium}" -end - -1 query to retrieve all the players + 447 queries to get the team of each player = 448 total queries - -# 2. Retrive all players and their team by using .includes -players = Player.includes(:team) -players.each do |player| - puts "Player: #{player.name}, Team: #{player.team.name}, Mascot: #{player.team.mascot}, Stadium: #{player.team.stadium}" -end - -Active Record has eager loaded our association. When we call on the .team method on a player, we are not making another query but instead using the loaded assoication. -We only executed 2 queries - -# 3. Retrieve all players from the 'Chicago Bulls' by using .includes -Player.includes(:team).where("teams.name = 'Chicago Bulls'").references(:team) - -# 4. Retrieve all players along with the team name that play at the 'Staples Center' -Player.joins(:team).select('players.*', 'teams.name as franchise', 'teams.stadium as stadium').where("teams.stadium = 'Staples Center'") - -# 5 Retrive all teams that have any player that start their name with the letter 'A' by both .includes and .joins -Team.includes(:players).where("players.name LIKE 'Z%'").references(:players) -Team.joins(:players).where("players.name LIKE 'Z%'") - -# With .joins, we can also fetch more information. For example, we can retrieve the player's name as well -Team.joins(:players).where("players.name LIKE 'Z%'").select("teams.name as team_name", "teams.*", "players.*") \ No newline at end of file diff --git a/brittney_jackson/rails/routesControllers/.gitignore b/brittney_jackson/rails/routesControllers/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/brittney_jackson/rails/routesControllers/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/brittney_jackson/rails/routesControllers/Gemfile b/brittney_jackson/rails/routesControllers/Gemfile deleted file mode 100644 index 70e13ae..0000000 --- a/brittney_jackson/rails/routesControllers/Gemfile +++ /dev/null @@ -1,52 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -gem 'hirb' - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' - - # Provides details on current information for the page - gem 'rails-footnotes' -end - diff --git a/brittney_jackson/rails/routesControllers/Gemfile.lock b/brittney_jackson/rails/routesControllers/Gemfile.lock deleted file mode 100644 index 8fdca6c..0000000 --- a/brittney_jackson/rails/routesControllers/Gemfile.lock +++ /dev/null @@ -1,175 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-footnotes (4.1.8) - rails (>= 3.2) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (3.2.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - rails-footnotes - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/brittney_jackson/rails/routesControllers/README.rdoc b/brittney_jackson/rails/routesControllers/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/brittney_jackson/rails/routesControllers/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/brittney_jackson/rails/routesControllers/Rakefile b/brittney_jackson/rails/routesControllers/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/brittney_jackson/rails/routesControllers/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/brittney_jackson/rails/routesControllers/app/assets/images/.keep b/brittney_jackson/rails/routesControllers/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/routesControllers/app/assets/javascripts/application.js b/brittney_jackson/rails/routesControllers/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/brittney_jackson/rails/routesControllers/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/brittney_jackson/rails/routesControllers/app/assets/javascripts/hellos.coffee b/brittney_jackson/rails/routesControllers/app/assets/javascripts/hellos.coffee deleted file mode 100644 index 24f83d1..0000000 --- a/brittney_jackson/rails/routesControllers/app/assets/javascripts/hellos.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://coffeescript.org/ diff --git a/brittney_jackson/rails/routesControllers/app/assets/stylesheets/application.css b/brittney_jackson/rails/routesControllers/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/brittney_jackson/rails/routesControllers/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/brittney_jackson/rails/routesControllers/app/assets/stylesheets/hellos.scss b/brittney_jackson/rails/routesControllers/app/assets/stylesheets/hellos.scss deleted file mode 100644 index 4ecc3ef..0000000 --- a/brittney_jackson/rails/routesControllers/app/assets/stylesheets/hellos.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the hellos controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/brittney_jackson/rails/routesControllers/app/controllers/application_controller.rb b/brittney_jackson/rails/routesControllers/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/brittney_jackson/rails/routesControllers/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/brittney_jackson/rails/routesControllers/app/controllers/concerns/.keep b/brittney_jackson/rails/routesControllers/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/routesControllers/app/controllers/hellos_controller.rb b/brittney_jackson/rails/routesControllers/app/controllers/hellos_controller.rb deleted file mode 100644 index 57ef646..0000000 --- a/brittney_jackson/rails/routesControllers/app/controllers/hellos_controller.rb +++ /dev/null @@ -1,34 +0,0 @@ -class HellosController < ApplicationController - - def index - render text: 'What do you want me to say?' - end - - def hello - render text: 'Hello CodingDojo!' - end - - def say - unless params[:name] - render text: 'Saying Hello?' - else - if params[:name] == 'michael' - redirect_to '/say/hello/joe' - else - render text: "saying hello #{params[:name]}!" - end - end - end - - def times - session[:counter] ||= 0 - session[:counter] += 1 - render text: "You visited this url #{session[:counter]} time(s)!" - end - - def restart - session.clear - render text: 'Destroyed the session...HAHAHAHAHA!' - end - -end diff --git a/brittney_jackson/rails/routesControllers/app/helpers/application_helper.rb b/brittney_jackson/rails/routesControllers/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/brittney_jackson/rails/routesControllers/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/brittney_jackson/rails/routesControllers/app/helpers/hellos_helper.rb b/brittney_jackson/rails/routesControllers/app/helpers/hellos_helper.rb deleted file mode 100644 index b91478f..0000000 --- a/brittney_jackson/rails/routesControllers/app/helpers/hellos_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module HellosHelper -end diff --git a/brittney_jackson/rails/routesControllers/app/mailers/.keep b/brittney_jackson/rails/routesControllers/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/routesControllers/app/models/.keep b/brittney_jackson/rails/routesControllers/app/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/routesControllers/app/models/concerns/.keep b/brittney_jackson/rails/routesControllers/app/models/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/routesControllers/app/views/layouts/application.html.erb b/brittney_jackson/rails/routesControllers/app/views/layouts/application.html.erb deleted file mode 100644 index 26beefc..0000000 --- a/brittney_jackson/rails/routesControllers/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - RoutesControllers - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/brittney_jackson/rails/routesControllers/bin/bundle b/brittney_jackson/rails/routesControllers/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/brittney_jackson/rails/routesControllers/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/brittney_jackson/rails/routesControllers/bin/rails b/brittney_jackson/rails/routesControllers/bin/rails deleted file mode 100755 index 0138d79..0000000 --- a/brittney_jackson/rails/routesControllers/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/brittney_jackson/rails/routesControllers/bin/rake b/brittney_jackson/rails/routesControllers/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/brittney_jackson/rails/routesControllers/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/brittney_jackson/rails/routesControllers/bin/setup b/brittney_jackson/rails/routesControllers/bin/setup deleted file mode 100755 index acdb2c1..0000000 --- a/brittney_jackson/rails/routesControllers/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/brittney_jackson/rails/routesControllers/bin/spring b/brittney_jackson/rails/routesControllers/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/brittney_jackson/rails/routesControllers/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/brittney_jackson/rails/routesControllers/config.ru b/brittney_jackson/rails/routesControllers/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/brittney_jackson/rails/routesControllers/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/brittney_jackson/rails/routesControllers/config/application.rb b/brittney_jackson/rails/routesControllers/config/application.rb deleted file mode 100644 index 2e2368b..0000000 --- a/brittney_jackson/rails/routesControllers/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module RoutesControllers - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/brittney_jackson/rails/routesControllers/config/boot.rb b/brittney_jackson/rails/routesControllers/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/brittney_jackson/rails/routesControllers/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/brittney_jackson/rails/routesControllers/config/database.yml b/brittney_jackson/rails/routesControllers/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/brittney_jackson/rails/routesControllers/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/brittney_jackson/rails/routesControllers/config/environment.rb b/brittney_jackson/rails/routesControllers/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/brittney_jackson/rails/routesControllers/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/brittney_jackson/rails/routesControllers/config/environments/development.rb b/brittney_jackson/rails/routesControllers/config/environments/development.rb deleted file mode 100644 index b55e214..0000000 --- a/brittney_jackson/rails/routesControllers/config/environments/development.rb +++ /dev/null @@ -1,41 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/brittney_jackson/rails/routesControllers/config/environments/production.rb b/brittney_jackson/rails/routesControllers/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/brittney_jackson/rails/routesControllers/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/brittney_jackson/rails/routesControllers/config/environments/test.rb b/brittney_jackson/rails/routesControllers/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/brittney_jackson/rails/routesControllers/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/brittney_jackson/rails/routesControllers/config/initializers/assets.rb b/brittney_jackson/rails/routesControllers/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/brittney_jackson/rails/routesControllers/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/brittney_jackson/rails/routesControllers/config/initializers/backtrace_silencers.rb b/brittney_jackson/rails/routesControllers/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/brittney_jackson/rails/routesControllers/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/brittney_jackson/rails/routesControllers/config/initializers/cookies_serializer.rb b/brittney_jackson/rails/routesControllers/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/brittney_jackson/rails/routesControllers/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/brittney_jackson/rails/routesControllers/config/initializers/filter_parameter_logging.rb b/brittney_jackson/rails/routesControllers/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/brittney_jackson/rails/routesControllers/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/brittney_jackson/rails/routesControllers/config/initializers/inflections.rb b/brittney_jackson/rails/routesControllers/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/brittney_jackson/rails/routesControllers/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/brittney_jackson/rails/routesControllers/config/initializers/mime_types.rb b/brittney_jackson/rails/routesControllers/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/brittney_jackson/rails/routesControllers/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/brittney_jackson/rails/routesControllers/config/initializers/session_store.rb b/brittney_jackson/rails/routesControllers/config/initializers/session_store.rb deleted file mode 100644 index a1438fe..0000000 --- a/brittney_jackson/rails/routesControllers/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_routesControllers_session' diff --git a/brittney_jackson/rails/routesControllers/config/initializers/wrap_parameters.rb b/brittney_jackson/rails/routesControllers/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/brittney_jackson/rails/routesControllers/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/brittney_jackson/rails/routesControllers/config/locales/en.yml b/brittney_jackson/rails/routesControllers/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/brittney_jackson/rails/routesControllers/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/brittney_jackson/rails/routesControllers/config/routes.rb b/brittney_jackson/rails/routesControllers/config/routes.rb deleted file mode 100644 index f71c03f..0000000 --- a/brittney_jackson/rails/routesControllers/config/routes.rb +++ /dev/null @@ -1,68 +0,0 @@ -Rails.application.routes.draw do - -root 'hellos#index' -get 'hello' => 'hellos#hello' -get 'say/hello(/:name)' => 'hellos#say' -get 'times' => 'hellos#times' -get 'times/restart' => 'hellos#restart' - - - - - - - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/brittney_jackson/rails/routesControllers/config/secrets.yml b/brittney_jackson/rails/routesControllers/config/secrets.yml deleted file mode 100644 index 2f9fa74..0000000 --- a/brittney_jackson/rails/routesControllers/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: ad5ac63b2baf44528edc4aed19c83b241d1e6a0b86f78bf6a73604c8aadbb407c1d1d34850480725834e10f2b9ef9de70108710408987de1abb4b564208c1bfc - -test: - secret_key_base: 9b0ed9e8e2f1a1e302d93b5ffd1742611ebdb9189e5b6aab2c21f5c48b5e86eed4c66273f4bca75720401ef92a9e777773a864b53508a6b2b5a5a74948e8c8b3 - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/brittney_jackson/rails/routesControllers/db/seeds.rb b/brittney_jackson/rails/routesControllers/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/brittney_jackson/rails/routesControllers/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/brittney_jackson/rails/routesControllers/lib/assets/.keep b/brittney_jackson/rails/routesControllers/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/routesControllers/lib/tasks/.keep b/brittney_jackson/rails/routesControllers/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/routesControllers/log/.keep b/brittney_jackson/rails/routesControllers/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/routesControllers/public/404.html b/brittney_jackson/rails/routesControllers/public/404.html deleted file mode 100644 index b612547..0000000 --- a/brittney_jackson/rails/routesControllers/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/brittney_jackson/rails/routesControllers/public/422.html b/brittney_jackson/rails/routesControllers/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/brittney_jackson/rails/routesControllers/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/brittney_jackson/rails/routesControllers/public/500.html b/brittney_jackson/rails/routesControllers/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/brittney_jackson/rails/routesControllers/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/brittney_jackson/rails/routesControllers/public/favicon.ico b/brittney_jackson/rails/routesControllers/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/routesControllers/public/robots.txt b/brittney_jackson/rails/routesControllers/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/brittney_jackson/rails/routesControllers/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/brittney_jackson/rails/routesControllers/test/controllers/.keep b/brittney_jackson/rails/routesControllers/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/routesControllers/test/controllers/hellos_controller_test.rb b/brittney_jackson/rails/routesControllers/test/controllers/hellos_controller_test.rb deleted file mode 100644 index 79e128e..0000000 --- a/brittney_jackson/rails/routesControllers/test/controllers/hellos_controller_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class HellosControllerTest < ActionController::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/brittney_jackson/rails/routesControllers/test/fixtures/.keep b/brittney_jackson/rails/routesControllers/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/routesControllers/test/helpers/.keep b/brittney_jackson/rails/routesControllers/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/routesControllers/test/integration/.keep b/brittney_jackson/rails/routesControllers/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/routesControllers/test/mailers/.keep b/brittney_jackson/rails/routesControllers/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/routesControllers/test/models/.keep b/brittney_jackson/rails/routesControllers/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/routesControllers/test/test_helper.rb b/brittney_jackson/rails/routesControllers/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/brittney_jackson/rails/routesControllers/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/brittney_jackson/rails/routesControllers/vendor/assets/javascripts/.keep b/brittney_jackson/rails/routesControllers/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/routesControllers/vendor/assets/stylesheets/.keep b/brittney_jackson/rails/routesControllers/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/timeDisplay/.gitignore b/brittney_jackson/rails/timeDisplay/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/brittney_jackson/rails/timeDisplay/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/brittney_jackson/rails/timeDisplay/Gemfile b/brittney_jackson/rails/timeDisplay/Gemfile deleted file mode 100644 index 31b99af..0000000 --- a/brittney_jackson/rails/timeDisplay/Gemfile +++ /dev/null @@ -1,51 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -gem 'hirb' - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' - - gem 'rails-footnotes' -end - diff --git a/brittney_jackson/rails/timeDisplay/Gemfile.lock b/brittney_jackson/rails/timeDisplay/Gemfile.lock deleted file mode 100644 index ee7ea50..0000000 --- a/brittney_jackson/rails/timeDisplay/Gemfile.lock +++ /dev/null @@ -1,175 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-footnotes (4.1.8) - rails (>= 3.2) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (4.0.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - rails-footnotes - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/brittney_jackson/rails/timeDisplay/README.rdoc b/brittney_jackson/rails/timeDisplay/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/brittney_jackson/rails/timeDisplay/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/brittney_jackson/rails/timeDisplay/Rakefile b/brittney_jackson/rails/timeDisplay/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/brittney_jackson/rails/timeDisplay/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/brittney_jackson/rails/timeDisplay/app/assets/images/.keep b/brittney_jackson/rails/timeDisplay/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/timeDisplay/app/assets/javascripts/application.js b/brittney_jackson/rails/timeDisplay/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/brittney_jackson/rails/timeDisplay/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/brittney_jackson/rails/timeDisplay/app/assets/javascripts/times.coffee b/brittney_jackson/rails/timeDisplay/app/assets/javascripts/times.coffee deleted file mode 100644 index 24f83d1..0000000 --- a/brittney_jackson/rails/timeDisplay/app/assets/javascripts/times.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://coffeescript.org/ diff --git a/brittney_jackson/rails/timeDisplay/app/assets/stylesheets/application.css b/brittney_jackson/rails/timeDisplay/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/brittney_jackson/rails/timeDisplay/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/brittney_jackson/rails/timeDisplay/app/assets/stylesheets/times.scss b/brittney_jackson/rails/timeDisplay/app/assets/stylesheets/times.scss deleted file mode 100644 index 8aca602..0000000 --- a/brittney_jackson/rails/timeDisplay/app/assets/stylesheets/times.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the Times controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/brittney_jackson/rails/timeDisplay/app/controllers/application_controller.rb b/brittney_jackson/rails/timeDisplay/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/brittney_jackson/rails/timeDisplay/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/brittney_jackson/rails/timeDisplay/app/controllers/concerns/.keep b/brittney_jackson/rails/timeDisplay/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/timeDisplay/app/controllers/times_controller.rb b/brittney_jackson/rails/timeDisplay/app/controllers/times_controller.rb deleted file mode 100644 index 11e09d2..0000000 --- a/brittney_jackson/rails/timeDisplay/app/controllers/times_controller.rb +++ /dev/null @@ -1,9 +0,0 @@ -class TimesController < ApplicationController - - def main - @time = Time.now.strftime("%H:%M %p ") - @date = Time.now.strftime("%m/%d/%Y") - return render 'index.html.erb' - end - -end diff --git a/brittney_jackson/rails/timeDisplay/app/helpers/application_helper.rb b/brittney_jackson/rails/timeDisplay/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/brittney_jackson/rails/timeDisplay/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/brittney_jackson/rails/timeDisplay/app/helpers/times_helper.rb b/brittney_jackson/rails/timeDisplay/app/helpers/times_helper.rb deleted file mode 100644 index db171a4..0000000 --- a/brittney_jackson/rails/timeDisplay/app/helpers/times_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module TimesHelper -end diff --git a/brittney_jackson/rails/timeDisplay/app/mailers/.keep b/brittney_jackson/rails/timeDisplay/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/timeDisplay/app/models/.keep b/brittney_jackson/rails/timeDisplay/app/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/timeDisplay/app/models/concerns/.keep b/brittney_jackson/rails/timeDisplay/app/models/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/timeDisplay/app/views/layouts/application.html.erb b/brittney_jackson/rails/timeDisplay/app/views/layouts/application.html.erb deleted file mode 100644 index 8b25576..0000000 --- a/brittney_jackson/rails/timeDisplay/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - TimeDisplay - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/brittney_jackson/rails/timeDisplay/app/views/times/index.html.erb b/brittney_jackson/rails/timeDisplay/app/views/times/index.html.erb deleted file mode 100644 index ba2658a..0000000 --- a/brittney_jackson/rails/timeDisplay/app/views/times/index.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - Current Time - - -

The current date and time is:

-

<%= @date %>

-

<%= @time %>

- - - - - \ No newline at end of file diff --git a/brittney_jackson/rails/timeDisplay/bin/bundle b/brittney_jackson/rails/timeDisplay/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/brittney_jackson/rails/timeDisplay/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/brittney_jackson/rails/timeDisplay/bin/rails b/brittney_jackson/rails/timeDisplay/bin/rails deleted file mode 100755 index 0138d79..0000000 --- a/brittney_jackson/rails/timeDisplay/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/brittney_jackson/rails/timeDisplay/bin/rake b/brittney_jackson/rails/timeDisplay/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/brittney_jackson/rails/timeDisplay/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/brittney_jackson/rails/timeDisplay/bin/setup b/brittney_jackson/rails/timeDisplay/bin/setup deleted file mode 100755 index acdb2c1..0000000 --- a/brittney_jackson/rails/timeDisplay/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/brittney_jackson/rails/timeDisplay/bin/spring b/brittney_jackson/rails/timeDisplay/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/brittney_jackson/rails/timeDisplay/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/brittney_jackson/rails/timeDisplay/config.ru b/brittney_jackson/rails/timeDisplay/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/brittney_jackson/rails/timeDisplay/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/brittney_jackson/rails/timeDisplay/config/application.rb b/brittney_jackson/rails/timeDisplay/config/application.rb deleted file mode 100644 index 94c66d8..0000000 --- a/brittney_jackson/rails/timeDisplay/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module TimeDisplay - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/brittney_jackson/rails/timeDisplay/config/boot.rb b/brittney_jackson/rails/timeDisplay/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/brittney_jackson/rails/timeDisplay/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/brittney_jackson/rails/timeDisplay/config/database.yml b/brittney_jackson/rails/timeDisplay/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/brittney_jackson/rails/timeDisplay/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/brittney_jackson/rails/timeDisplay/config/environment.rb b/brittney_jackson/rails/timeDisplay/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/brittney_jackson/rails/timeDisplay/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/brittney_jackson/rails/timeDisplay/config/environments/development.rb b/brittney_jackson/rails/timeDisplay/config/environments/development.rb deleted file mode 100644 index b55e214..0000000 --- a/brittney_jackson/rails/timeDisplay/config/environments/development.rb +++ /dev/null @@ -1,41 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/brittney_jackson/rails/timeDisplay/config/environments/production.rb b/brittney_jackson/rails/timeDisplay/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/brittney_jackson/rails/timeDisplay/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/brittney_jackson/rails/timeDisplay/config/environments/test.rb b/brittney_jackson/rails/timeDisplay/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/brittney_jackson/rails/timeDisplay/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/brittney_jackson/rails/timeDisplay/config/initializers/assets.rb b/brittney_jackson/rails/timeDisplay/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/brittney_jackson/rails/timeDisplay/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/brittney_jackson/rails/timeDisplay/config/initializers/backtrace_silencers.rb b/brittney_jackson/rails/timeDisplay/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/brittney_jackson/rails/timeDisplay/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/brittney_jackson/rails/timeDisplay/config/initializers/cookies_serializer.rb b/brittney_jackson/rails/timeDisplay/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/brittney_jackson/rails/timeDisplay/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/brittney_jackson/rails/timeDisplay/config/initializers/filter_parameter_logging.rb b/brittney_jackson/rails/timeDisplay/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/brittney_jackson/rails/timeDisplay/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/brittney_jackson/rails/timeDisplay/config/initializers/inflections.rb b/brittney_jackson/rails/timeDisplay/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/brittney_jackson/rails/timeDisplay/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/brittney_jackson/rails/timeDisplay/config/initializers/mime_types.rb b/brittney_jackson/rails/timeDisplay/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/brittney_jackson/rails/timeDisplay/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/brittney_jackson/rails/timeDisplay/config/initializers/rails_footnotes.rb b/brittney_jackson/rails/timeDisplay/config/initializers/rails_footnotes.rb deleted file mode 100644 index 9a15363..0000000 --- a/brittney_jackson/rails/timeDisplay/config/initializers/rails_footnotes.rb +++ /dev/null @@ -1,27 +0,0 @@ -defined?(Footnotes) && Footnotes.setup do |f| - # Whether or not to enable footnotes - f.enabled = Rails.env.development? - # You can also use a lambda / proc to conditionally toggle footnotes - # Example : - # f.enabled = -> { User.current.admin? } - # Beware of thread-safety though, Footnotes.enabled is NOT thread safe - # and should not be modified anywhere else. - - # Only toggle some notes : - # f.notes = [:session, :cookies, :params, :filters, :routes, :env, :queries, :log] - - # Change the prefix : - # f.prefix = 'mvim://open?url=file://%s&line=%d&column=%d' - - # Disable style : - # f.no_style = true - - # Lock notes to top right : - # f.lock_top_right = true - - # Change font size : - # f.font_size = '11px' - - # Allow to open multiple notes : - # f.multiple_notes = true -end diff --git a/brittney_jackson/rails/timeDisplay/config/initializers/session_store.rb b/brittney_jackson/rails/timeDisplay/config/initializers/session_store.rb deleted file mode 100644 index 51c9c49..0000000 --- a/brittney_jackson/rails/timeDisplay/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_timeDisplay_session' diff --git a/brittney_jackson/rails/timeDisplay/config/initializers/wrap_parameters.rb b/brittney_jackson/rails/timeDisplay/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/brittney_jackson/rails/timeDisplay/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/brittney_jackson/rails/timeDisplay/config/locales/en.yml b/brittney_jackson/rails/timeDisplay/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/brittney_jackson/rails/timeDisplay/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/brittney_jackson/rails/timeDisplay/config/routes.rb b/brittney_jackson/rails/timeDisplay/config/routes.rb deleted file mode 100644 index 984e0e2..0000000 --- a/brittney_jackson/rails/timeDisplay/config/routes.rb +++ /dev/null @@ -1,60 +0,0 @@ -Rails.application.routes.draw do - - - root 'times#main' - - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/brittney_jackson/rails/timeDisplay/config/secrets.yml b/brittney_jackson/rails/timeDisplay/config/secrets.yml deleted file mode 100644 index c424714..0000000 --- a/brittney_jackson/rails/timeDisplay/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: cdd3ca9fc6d6e0e4a7874761548ef07f41c968f57517429b7042822077a32ffe65c17fdfa0b93a99ff9307c9a6909a1d0c1d0c676a62bb8e0a9522232013bc29 - -test: - secret_key_base: 197886cffd1de8bab42013dee34d05604fb06f1a4d51eb7d460b12993f3c893d26d80078f5248734846c4840d6e56a82dfe5f035b982f25bd9bb76a5777b3d90 - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/brittney_jackson/rails/timeDisplay/db/seeds.rb b/brittney_jackson/rails/timeDisplay/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/brittney_jackson/rails/timeDisplay/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/brittney_jackson/rails/timeDisplay/lib/assets/.keep b/brittney_jackson/rails/timeDisplay/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/timeDisplay/lib/tasks/.keep b/brittney_jackson/rails/timeDisplay/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/timeDisplay/log/.keep b/brittney_jackson/rails/timeDisplay/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/timeDisplay/public/404.html b/brittney_jackson/rails/timeDisplay/public/404.html deleted file mode 100644 index b612547..0000000 --- a/brittney_jackson/rails/timeDisplay/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/brittney_jackson/rails/timeDisplay/public/422.html b/brittney_jackson/rails/timeDisplay/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/brittney_jackson/rails/timeDisplay/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/brittney_jackson/rails/timeDisplay/public/500.html b/brittney_jackson/rails/timeDisplay/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/brittney_jackson/rails/timeDisplay/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/brittney_jackson/rails/timeDisplay/public/favicon.ico b/brittney_jackson/rails/timeDisplay/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/timeDisplay/public/robots.txt b/brittney_jackson/rails/timeDisplay/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/brittney_jackson/rails/timeDisplay/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/brittney_jackson/rails/timeDisplay/test/controllers/.keep b/brittney_jackson/rails/timeDisplay/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/timeDisplay/test/controllers/times_controller_test.rb b/brittney_jackson/rails/timeDisplay/test/controllers/times_controller_test.rb deleted file mode 100644 index 96a8a74..0000000 --- a/brittney_jackson/rails/timeDisplay/test/controllers/times_controller_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class TimesControllerTest < ActionController::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/brittney_jackson/rails/timeDisplay/test/fixtures/.keep b/brittney_jackson/rails/timeDisplay/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/timeDisplay/test/helpers/.keep b/brittney_jackson/rails/timeDisplay/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/timeDisplay/test/integration/.keep b/brittney_jackson/rails/timeDisplay/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/timeDisplay/test/mailers/.keep b/brittney_jackson/rails/timeDisplay/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/timeDisplay/test/models/.keep b/brittney_jackson/rails/timeDisplay/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/timeDisplay/test/test_helper.rb b/brittney_jackson/rails/timeDisplay/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/brittney_jackson/rails/timeDisplay/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/brittney_jackson/rails/timeDisplay/vendor/assets/javascripts/.keep b/brittney_jackson/rails/timeDisplay/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/timeDisplay/vendor/assets/stylesheets/.keep b/brittney_jackson/rails/timeDisplay/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/user_login_project/.gitignore b/brittney_jackson/rails/user_login_project/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/brittney_jackson/rails/user_login_project/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/brittney_jackson/rails/user_login_project/Gemfile b/brittney_jackson/rails/user_login_project/Gemfile deleted file mode 100644 index a589995..0000000 --- a/brittney_jackson/rails/user_login_project/Gemfile +++ /dev/null @@ -1,49 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end - -gem 'hirb' - diff --git a/brittney_jackson/rails/user_login_project/Gemfile.lock b/brittney_jackson/rails/user_login_project/Gemfile.lock deleted file mode 100644 index c2e340f..0000000 --- a/brittney_jackson/rails/user_login_project/Gemfile.lock +++ /dev/null @@ -1,174 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - bcrypt (3.1.11) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (3.2.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - bcrypt (~> 3.1.7) - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/brittney_jackson/rails/user_login_project/README.rdoc b/brittney_jackson/rails/user_login_project/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/brittney_jackson/rails/user_login_project/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/brittney_jackson/rails/user_login_project/Rakefile b/brittney_jackson/rails/user_login_project/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/brittney_jackson/rails/user_login_project/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/brittney_jackson/rails/user_login_project/app/assets/images/.keep b/brittney_jackson/rails/user_login_project/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/user_login_project/app/assets/javascripts/application.js b/brittney_jackson/rails/user_login_project/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/brittney_jackson/rails/user_login_project/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/brittney_jackson/rails/user_login_project/app/assets/stylesheets/application.css b/brittney_jackson/rails/user_login_project/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/brittney_jackson/rails/user_login_project/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/brittney_jackson/rails/user_login_project/app/controllers/application_controller.rb b/brittney_jackson/rails/user_login_project/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/brittney_jackson/rails/user_login_project/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/brittney_jackson/rails/user_login_project/app/controllers/concerns/.keep b/brittney_jackson/rails/user_login_project/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/user_login_project/app/helpers/application_helper.rb b/brittney_jackson/rails/user_login_project/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/brittney_jackson/rails/user_login_project/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/brittney_jackson/rails/user_login_project/app/mailers/.keep b/brittney_jackson/rails/user_login_project/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/user_login_project/app/models/.keep b/brittney_jackson/rails/user_login_project/app/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/user_login_project/app/models/concerns/.keep b/brittney_jackson/rails/user_login_project/app/models/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/user_login_project/app/models/user.rb b/brittney_jackson/rails/user_login_project/app/models/user.rb deleted file mode 100644 index c66bedb..0000000 --- a/brittney_jackson/rails/user_login_project/app/models/user.rb +++ /dev/null @@ -1,7 +0,0 @@ -class User < ActiveRecord::Base - - validates :firstname, :lastname, presence: true, length: { in: 2..20 } - validates :email, presence: true - validates :age, presence: true, numericality: {greater_than: 9, less_than: 151} - -end diff --git a/brittney_jackson/rails/user_login_project/app/views/layouts/application.html.erb b/brittney_jackson/rails/user_login_project/app/views/layouts/application.html.erb deleted file mode 100644 index 03b8954..0000000 --- a/brittney_jackson/rails/user_login_project/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - UserLoginProject - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/brittney_jackson/rails/user_login_project/bin/bundle b/brittney_jackson/rails/user_login_project/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/brittney_jackson/rails/user_login_project/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/brittney_jackson/rails/user_login_project/bin/rails b/brittney_jackson/rails/user_login_project/bin/rails deleted file mode 100755 index 0138d79..0000000 --- a/brittney_jackson/rails/user_login_project/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/brittney_jackson/rails/user_login_project/bin/rake b/brittney_jackson/rails/user_login_project/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/brittney_jackson/rails/user_login_project/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/brittney_jackson/rails/user_login_project/bin/setup b/brittney_jackson/rails/user_login_project/bin/setup deleted file mode 100755 index acdb2c1..0000000 --- a/brittney_jackson/rails/user_login_project/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/brittney_jackson/rails/user_login_project/bin/spring b/brittney_jackson/rails/user_login_project/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/brittney_jackson/rails/user_login_project/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/brittney_jackson/rails/user_login_project/config.ru b/brittney_jackson/rails/user_login_project/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/brittney_jackson/rails/user_login_project/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/brittney_jackson/rails/user_login_project/config/application.rb b/brittney_jackson/rails/user_login_project/config/application.rb deleted file mode 100644 index 49c5e84..0000000 --- a/brittney_jackson/rails/user_login_project/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module UserLoginProject - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/brittney_jackson/rails/user_login_project/config/boot.rb b/brittney_jackson/rails/user_login_project/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/brittney_jackson/rails/user_login_project/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/brittney_jackson/rails/user_login_project/config/database.yml b/brittney_jackson/rails/user_login_project/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/brittney_jackson/rails/user_login_project/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/brittney_jackson/rails/user_login_project/config/environment.rb b/brittney_jackson/rails/user_login_project/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/brittney_jackson/rails/user_login_project/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/brittney_jackson/rails/user_login_project/config/environments/development.rb b/brittney_jackson/rails/user_login_project/config/environments/development.rb deleted file mode 100644 index b55e214..0000000 --- a/brittney_jackson/rails/user_login_project/config/environments/development.rb +++ /dev/null @@ -1,41 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/brittney_jackson/rails/user_login_project/config/environments/production.rb b/brittney_jackson/rails/user_login_project/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/brittney_jackson/rails/user_login_project/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/brittney_jackson/rails/user_login_project/config/environments/test.rb b/brittney_jackson/rails/user_login_project/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/brittney_jackson/rails/user_login_project/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/brittney_jackson/rails/user_login_project/config/initializers/assets.rb b/brittney_jackson/rails/user_login_project/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/brittney_jackson/rails/user_login_project/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/brittney_jackson/rails/user_login_project/config/initializers/backtrace_silencers.rb b/brittney_jackson/rails/user_login_project/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/brittney_jackson/rails/user_login_project/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/brittney_jackson/rails/user_login_project/config/initializers/cookies_serializer.rb b/brittney_jackson/rails/user_login_project/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/brittney_jackson/rails/user_login_project/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/brittney_jackson/rails/user_login_project/config/initializers/filter_parameter_logging.rb b/brittney_jackson/rails/user_login_project/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/brittney_jackson/rails/user_login_project/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/brittney_jackson/rails/user_login_project/config/initializers/inflections.rb b/brittney_jackson/rails/user_login_project/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/brittney_jackson/rails/user_login_project/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/brittney_jackson/rails/user_login_project/config/initializers/mime_types.rb b/brittney_jackson/rails/user_login_project/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/brittney_jackson/rails/user_login_project/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/brittney_jackson/rails/user_login_project/config/initializers/session_store.rb b/brittney_jackson/rails/user_login_project/config/initializers/session_store.rb deleted file mode 100644 index d692eec..0000000 --- a/brittney_jackson/rails/user_login_project/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_user_login_project_session' diff --git a/brittney_jackson/rails/user_login_project/config/initializers/wrap_parameters.rb b/brittney_jackson/rails/user_login_project/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/brittney_jackson/rails/user_login_project/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/brittney_jackson/rails/user_login_project/config/locales/en.yml b/brittney_jackson/rails/user_login_project/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/brittney_jackson/rails/user_login_project/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/brittney_jackson/rails/user_login_project/config/routes.rb b/brittney_jackson/rails/user_login_project/config/routes.rb deleted file mode 100644 index 3f66539..0000000 --- a/brittney_jackson/rails/user_login_project/config/routes.rb +++ /dev/null @@ -1,56 +0,0 @@ -Rails.application.routes.draw do - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/brittney_jackson/rails/user_login_project/config/secrets.yml b/brittney_jackson/rails/user_login_project/config/secrets.yml deleted file mode 100644 index 21e460d..0000000 --- a/brittney_jackson/rails/user_login_project/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: 6b005b1d44c4bb939ba73ac10d5a30884b78bb817ca815f8455aa766740bd7fd50d86a19209772bfd51a313c17aa0f70f8244407c55074ae3242d43a4f24496b - -test: - secret_key_base: af8c97db61cc4a61e2db26fe53f16194697fe8feaa6a3c96e8e0f80bb0a07ab07ce33929d9d171c627dc1cad61b1ceb620f620b776161808e696c32232ca650d - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/brittney_jackson/rails/user_login_project/db/migrate/20171130005431_create_users.rb b/brittney_jackson/rails/user_login_project/db/migrate/20171130005431_create_users.rb deleted file mode 100644 index 575b866..0000000 --- a/brittney_jackson/rails/user_login_project/db/migrate/20171130005431_create_users.rb +++ /dev/null @@ -1,12 +0,0 @@ -class CreateUsers < ActiveRecord::Migration - def change - create_table :users do |t| - t.string :firstname - t.string :lastname - t.string :email - t.integer :age - - t.timestamps null: false - end - end -end diff --git a/brittney_jackson/rails/user_login_project/db/schema.rb b/brittney_jackson/rails/user_login_project/db/schema.rb deleted file mode 100644 index ffc9ac6..0000000 --- a/brittney_jackson/rails/user_login_project/db/schema.rb +++ /dev/null @@ -1,25 +0,0 @@ -# encoding: UTF-8 -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# Note that this schema.rb definition is the authoritative source for your -# database schema. If you need to create the application database on another -# system, you should be using db:schema:load, not running all the migrations -# from scratch. The latter is a flawed and unsustainable approach (the more migrations -# you'll amass, the slower it'll run and the greater likelihood for issues). -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema.define(version: 20171130005431) do - - create_table "users", force: :cascade do |t| - t.string "firstname" - t.string "lastname" - t.string "email" - t.integer "age" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - -end diff --git a/brittney_jackson/rails/user_login_project/db/seeds.rb b/brittney_jackson/rails/user_login_project/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/brittney_jackson/rails/user_login_project/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/brittney_jackson/rails/user_login_project/lib/assets/.keep b/brittney_jackson/rails/user_login_project/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/user_login_project/lib/tasks/.keep b/brittney_jackson/rails/user_login_project/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/user_login_project/log/.keep b/brittney_jackson/rails/user_login_project/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/user_login_project/public/404.html b/brittney_jackson/rails/user_login_project/public/404.html deleted file mode 100644 index b612547..0000000 --- a/brittney_jackson/rails/user_login_project/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/brittney_jackson/rails/user_login_project/public/422.html b/brittney_jackson/rails/user_login_project/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/brittney_jackson/rails/user_login_project/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/brittney_jackson/rails/user_login_project/public/500.html b/brittney_jackson/rails/user_login_project/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/brittney_jackson/rails/user_login_project/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/brittney_jackson/rails/user_login_project/public/favicon.ico b/brittney_jackson/rails/user_login_project/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/user_login_project/public/robots.txt b/brittney_jackson/rails/user_login_project/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/brittney_jackson/rails/user_login_project/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/brittney_jackson/rails/user_login_project/test/controllers/.keep b/brittney_jackson/rails/user_login_project/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/user_login_project/test/fixtures/.keep b/brittney_jackson/rails/user_login_project/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/user_login_project/test/fixtures/users.yml b/brittney_jackson/rails/user_login_project/test/fixtures/users.yml deleted file mode 100644 index 61d091b..0000000 --- a/brittney_jackson/rails/user_login_project/test/fixtures/users.yml +++ /dev/null @@ -1,13 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - firstname: MyString - lastname: MyString - email: MyString - age: 1 - -two: - firstname: MyString - lastname: MyString - email: MyString - age: 1 diff --git a/brittney_jackson/rails/user_login_project/test/helpers/.keep b/brittney_jackson/rails/user_login_project/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/user_login_project/test/integration/.keep b/brittney_jackson/rails/user_login_project/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/user_login_project/test/mailers/.keep b/brittney_jackson/rails/user_login_project/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/user_login_project/test/models/.keep b/brittney_jackson/rails/user_login_project/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/user_login_project/test/models/user_test.rb b/brittney_jackson/rails/user_login_project/test/models/user_test.rb deleted file mode 100644 index 82f61e0..0000000 --- a/brittney_jackson/rails/user_login_project/test/models/user_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class UserTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/brittney_jackson/rails/user_login_project/test/test_helper.rb b/brittney_jackson/rails/user_login_project/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/brittney_jackson/rails/user_login_project/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/brittney_jackson/rails/user_login_project/vendor/assets/javascripts/.keep b/brittney_jackson/rails/user_login_project/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rails/user_login_project/vendor/assets/stylesheets/.keep b/brittney_jackson/rails/user_login_project/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/brittney_jackson/rubyFundamentals/arrays.rb b/brittney_jackson/rubyFundamentals/arrays.rb deleted file mode 100644 index 451aad4..0000000 --- a/brittney_jackson/rubyFundamentals/arrays.rb +++ /dev/null @@ -1,69 +0,0 @@ -###### Arrays Assignment ###### -a = [1,2,3,4,5,6] -b = ['dog', 'cat', 'rabbit', 'lizard'] -c = [true, false] - -#.at or .fetch - -puts a.fetch(3) -puts b.fetch(2) -puts c.fetch(1) - -puts '*' *20 - -#.delete - -c.delete(false) -puts c - -puts '*' *20 - -#.reverse - -a.reverse! -p a - -puts '*' *20 - -#.length - -puts b.length - -puts '*' *20 -#.sort - -b.sort! -p b - -puts '*' *20 - -#.slice - -p a[1..3] - -puts '*' *20 - -#.shuffle - -p b.shuffle - -puts '*' *20 - -#.join - -p a.join(',') - -puts '*' *20 - -#.insert - -c.insert(1, false) -p c - -puts '*' *20 -#values_at() -> returns an array with values specified in the param - -p c.values_at(1) - - - diff --git a/brittney_jackson/rubyFundamentals/basic13.rb b/brittney_jackson/rubyFundamentals/basic13.rb deleted file mode 100644 index 22e4348..0000000 --- a/brittney_jackson/rubyFundamentals/basic13.rb +++ /dev/null @@ -1,95 +0,0 @@ -##### Assignment: Basic 13 ##### - -## Print 1-255 ## -p (1..255).to_a - -puts '*' *20 -## Print odd numbers between 1-255 ## -p (1..255).find_all { |i| i % 2 == 1 } - -puts '*' *20 -## Print Sum ## -sum = 0 -for i in 0..255 - puts "New number: #{i} Sum: #{sum += i}" -end - -puts '*' *20 -## Iterating through an array ## - -x = [1,3,5,7,9,13] - -x.each {|num| print num, ', '} -puts ' ' - -puts '*' *20 -## Find Max ## -y = [2,8,3,-4,-1,0] - -p y.max.to_s -p y.min.to_s - -puts '*' *20 -## Get Average ## -s = [2,10,3] -sum = 0 -len = s.length.to_i -for i in s - sum += i -end -avg = sum / len -p avg - -puts '*' *20 -## Array with Odd Numbers ## -y = [] -(1..255).each { |i| y << i if i.odd? } -p y - -puts '*' *20 -## Greater Than Y ## -def greater(arr, y) - arr.count { |i| i > y } -end -p greater([1,3,5,7], 3) - -puts '*' *20 -## Square the values ## -q = [1,5,10,-4] -q.map! { |i| i*i } -p q - -puts '*' *20 -## Eliminate Negative Numbers ## -t = [1,5,10,-2] -t.each_index { |i| t[i] = 0 if t[i] < 0 } -p t - -puts '*' *20 -## Max, Min, and Average ## -r =[1,5,10,-2] -sum = 0 -len = r.length.to_i -for i in r - sum += i -end -avg = sum / len -puts 'max = ' +r.max.to_s+ ', min = ' +r.min.to_s+ ', average = ' +avg.to_s - -puts '*' *20 -## Shifting the Values in the Array ## -a = [1, 5, 10, 7, -2] -a.shift -a.push(0) -p a - -puts '*' *20 -## Number to String ## -t = [1,5,10,-2] -t.each_index { |i| t[i] = 'dojo' if t[i] < 0 } -p t - -# Write a program that takes an array of numbers and replaces any negative number with the string 'Dojo'. For example, if array x is initially [-1, -3, 2] after your program is done that array should be ['Dojo', 'Dojo', 2]. - - - diff --git a/brittney_jackson/rubyFundamentals/blocks.rb b/brittney_jackson/rubyFundamentals/blocks.rb deleted file mode 100644 index f29372c..0000000 --- a/brittney_jackson/rubyFundamentals/blocks.rb +++ /dev/null @@ -1,16 +0,0 @@ -#### Learning BLocks #### - -def test - puts "You are in the method" - yield - puts "You are again back to the method" - yield -end -test { puts "You are in the block" } - -def test - yield 5 - puts "You are in the method test" - yield 100 -end -test { |i| puts "You are in the block #{i}" } \ No newline at end of file diff --git a/brittney_jackson/rubyFundamentals/guessNumber.rb b/brittney_jackson/rubyFundamentals/guessNumber.rb deleted file mode 100644 index fbf8570..0000000 --- a/brittney_jackson/rubyFundamentals/guessNumber.rb +++ /dev/null @@ -1,14 +0,0 @@ - - -def guess_number guess - number = 25 - # your code here - if guess > 25 - return 'Guess was too high' - elsif guess < 25 - return 'Guess was too low' - else - return 'You Got it' - end - -end \ No newline at end of file diff --git a/brittney_jackson/rubyFundamentals/hashes.rb b/brittney_jackson/rubyFundamentals/hashes.rb deleted file mode 100644 index d48c28d..0000000 --- a/brittney_jackson/rubyFundamentals/hashes.rb +++ /dev/null @@ -1,26 +0,0 @@ -#### Hashes #### - -# .delete(key) => deletes and returns a value associated with the key - -h = {:first_name => "Coding", :last_name => "Dojo"} -h.delete(:last_name) -p h - -puts '_' *20 - -# .empty? => returns true if hash contains no key-value pairs - -p h.empty? - -puts '_' *20 - -# .has_key?(key) => true or false - -p h.has_key?(:last_name) - - -puts '_' *20 - -# .has_value?(value) => true or false - -p h.has_value?('Coding') \ No newline at end of file diff --git a/brittney_jackson/rubyFundamentals/iterators.rb b/brittney_jackson/rubyFundamentals/iterators.rb deleted file mode 100644 index 28b9757..0000000 --- a/brittney_jackson/rubyFundamentals/iterators.rb +++ /dev/null @@ -1,46 +0,0 @@ -#### iterators exercise #### - - -#.any? { |obj| block } => true or false - -p ["ant", "bear", "cat"].any? { |word| word.length >= 3 } - -puts '*' *20 - -#.each => calls block once for each element in ruby self, passing that element as a block parameter. -p ["ant", "bear", "cat"].each { |word| print word, "--" } # => ant--bear--cat-- - -puts '*' *20 -#.collect { |obj| block } => returns a new array with the results of running block once for every element in enum -p (1..4).collect { |i| i*i } # => [1, 4, 9, 16] -p (1..4).collect { "cat" } # => ["cat", "cat", "cat", "cat"] - -puts '*' *20 -#.detect/.find => returns the first for which block is not false. -p (1..10).detect { |i| i %5 == 0 and i % 7 == 0 } # => nil -p (1..100).detect { |i| i %5 == 0 and i % 7 == 0 } # => 35 - -puts '*' *20 -#.find_all { |obj| block } or .select { |obj| block } => returns an array containing all elements of enum for which block is not false -p (1..10).find_all { |i| i % 3 == 0 } # => [3, 6, 9] - -puts '*' *20 -#.reject { |obj| block } => opposite of find_all -p (1..10).reject { |i| i % 3 == 0 } # => [1, 2, 4, 5, 7, 8, 10] - -puts '*' *20 -#.upto(limit) => iterates block up to the int number -p 5.upto(10) { |i| print i, " " } # => 5 6 7 8 9 10 - -puts '*' *20 - - - - - - - - - - - diff --git a/brittney_jackson/rubyFundamentals/myEnumerable.rb b/brittney_jackson/rubyFundamentals/myEnumerable.rb deleted file mode 100644 index 91430f7..0000000 --- a/brittney_jackson/rubyFundamentals/myEnumerable.rb +++ /dev/null @@ -1,17 +0,0 @@ -#### myEnumerable #### - -module MyEnumerable - def my_each - # your code here! - for i in 0...self.length - puts self[i] - end - end -end - -class Array - include MyEnumerable -end - -p [1,2,3,4].my_each { |i| puts i } # => 1 2 3 4 -p [1,2,3,4].my_each { |i| puts i * 10 } # => 10 20 30 40 \ No newline at end of file diff --git a/brittney_jackson/rubyFundamentals/names.rb b/brittney_jackson/rubyFundamentals/names.rb deleted file mode 100644 index 2453bb4..0000000 --- a/brittney_jackson/rubyFundamentals/names.rb +++ /dev/null @@ -1,39 +0,0 @@ -#### Names #### - -a = {first_name: "Michael", last_name: "Choi"} -b = {first_name: "John", last_name: "Doe"} -c = {first_name: "Jane", last_name: "Doe"} -d = {first_name: "James", last_name: "Smith"} -e = {first_name: "Jennifer", last_name: "Smith"} -names = [a, b, c, d, e] - - - - - -puts "You have "+ names.length.to_s + " names in the 'names' array" -for i in names - puts 'The name is ' + i[:first_name]+' '+i[:last_name] -end - - - - - - - - - - -# You have 5 names in the 'names' array - - - - - - - - - - - diff --git a/brittney_jackson/rubyFundamentals/range.rb b/brittney_jackson/rubyFundamentals/range.rb deleted file mode 100644 index e3d7d64..0000000 --- a/brittney_jackson/rubyFundamentals/range.rb +++ /dev/null @@ -1,21 +0,0 @@ -#### Range Assignment ### - -x = (1..25) - -p x -p x.to_a - -#.include?(value) => true or false -puts 'The range includes 15' if x.include? 15 - -#.last => returns the last object in range -puts 'The last number of this range is ' + x.last.to_s - -#.max => returns the maximum value in range -puts 'The MAX number of this range is ' + x.max.to_s - -#.min => returns the minimum value in range -puts 'The MIN number of this range is ' + x.min.to_s - - - diff --git a/brittney_jackson/rubyFundamentals/rubyPuzzles.rb b/brittney_jackson/rubyFundamentals/rubyPuzzles.rb deleted file mode 100644 index 7298fcb..0000000 --- a/brittney_jackson/rubyFundamentals/rubyPuzzles.rb +++ /dev/null @@ -1,83 +0,0 @@ -#### Ruby Puzzles #### - - -# Create an array with the following values: 3,5,1,2,7,9,8,13,25,32. Print the sum of all numbers in the array. Also have the function return an array that only include numbers that are greater than 10 (e.g. when you pass the array above, it should return an array with the values of 13,25,32 - hint: use reject or find_all method) - -a = [3,5,1,2,7,9,8,13,25,32] -sum = 0 -for i in a - sum += i -end -p sum -p a.reject { |i| i < 10 } - -p '*'*20 -#Create an array with the following values: John, KB, Oliver, Cory, Matthew, Christopher. Shuffle the array and print the name of each person. Have the program also return an array with names that are longer than 5 characters. - -b = ['John', 'KB', 'Oliver', 'Cory', 'Matthew', 'Christopher'] -p b.shuffle -p b.find_all { |i| i.length > 5 } - -p '*'*20 -# Create an array that contains all 26 letters in the alphabet (this array must have 26 values). Shuffle the array and display the last letter of the array. Have it also display the first letter of the array. If the first letter in the array is a vowel, have it display a message. - -c = ('a'..'z').to_a -p c.shuffle! -p c.last -p c.first -d =['a', 'e', 'i', 'o', 'u'] -for i in d - if c.first == i - puts 'Oooh issa vowel!' - end -end - -p '*'*20 -# Generate an array with 10 random numbers between 55-100. - -rnum = Random.new -crxynum = [] - -for i in (0...10) - crxynum.push(rnum.rand(55..100)) -end -p crxynum - -p '*'*20 -# Generate an array with 10 random numbers between 55-100 and have it be sorted (showing the smallest number in the beginning). Display all the numbers in the array. Next, display the minimum value in the array as well as the maximum value - -rnum = Random.new -crxynum = [] - -for i in (0...10) - crxynum.push(rnum.rand(55..100)) -end -p crxynum.sort -p crxynum.min -p crxynum.max - -p '*'*20 -# Create a random string that is 5 characters long (hint: (65+rand(26)).chr returns a random character) -f = '' - -for i in (0...5) - f << (65+rand(26)).chr -end -p f - -p '*'*20 -# Generate an array with 10 random strings that are each 5 characters long -z = [] - -for i in (0...10) - r = '' - for i in (0...5) - r << (65+rand(26)).chr - end - z.push(r) -end -p z - - - - diff --git a/dylan_eckert/controllersnviews/dojodash/.gitignore b/dylan_eckert/controllersnviews/dojodash/.gitignore new file mode 100644 index 0000000..bab620d --- /dev/null +++ b/dylan_eckert/controllersnviews/dojodash/.gitignore @@ -0,0 +1,21 @@ +# See https://help.github.com/articles/ignoring-files for more about ignoring files. +# +# If you find yourself ignoring temporary files generated by your text editor +# or operating system, you probably want to add a global ignore instead: +# git config --global core.excludesfile '~/.gitignore_global' + +# Ignore bundler config. +/.bundle + +# Ignore the default SQLite database. +/db/*.sqlite3 +/db/*.sqlite3-journal + +# Ignore all logfiles and tempfiles. +/log/* +/tmp/* +!/log/.keep +!/tmp/.keep + +# Ignore Byebug command history file. +.byebug_history diff --git a/dylan_eckert/controllersnviews/dojodash/Gemfile b/dylan_eckert/controllersnviews/dojodash/Gemfile new file mode 100644 index 0000000..59d57f6 --- /dev/null +++ b/dylan_eckert/controllersnviews/dojodash/Gemfile @@ -0,0 +1,53 @@ +source 'https://rubygems.org' + +git_source(:github) do |repo_name| + repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/") + "https://github.com/#{repo_name}.git" +end + + +# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' +gem 'rails', '~> 5.0.6' +# Use sqlite3 as the database for Active Record +gem 'sqlite3' +# Use Puma as the app server +gem 'puma', '~> 3.0' +# Use SCSS for stylesheets +gem 'sass-rails', '~> 5.0' +# Use Uglifier as compressor for JavaScript assets +gem 'uglifier', '>= 1.3.0' +# Use CoffeeScript for .coffee assets and views +gem 'coffee-rails', '~> 4.2' +# See https://github.com/rails/execjs#readme for more supported runtimes +# gem 'therubyracer', platforms: :ruby + +# Use jquery as the JavaScript library +gem 'jquery-rails' +# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks +gem 'turbolinks', '~> 5' +# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder +gem 'jbuilder', '~> 2.5' +# Use Redis adapter to run Action Cable in production +# gem 'redis', '~> 3.0' +# Use ActiveModel has_secure_password +# gem 'bcrypt', '~> 3.1.7' + +# Use Capistrano for deployment +# gem 'capistrano-rails', group: :development + +group :development, :test do + # Call 'byebug' anywhere in the code to stop execution and get a debugger console + gem 'byebug', platform: :mri +end + +group :development do + # Access an IRB console on exception pages or by using <%= console %> anywhere in the code. + gem 'web-console', '>= 3.3.0' + gem 'listen', '~> 3.0.5' + # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring + gem 'spring' + gem 'spring-watcher-listen', '~> 2.0.0' +end + +# Windows does not include zoneinfo files, so bundle the tzinfo-data gem +gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] diff --git a/dylan_eckert/controllersnviews/dojodash/Gemfile.lock b/dylan_eckert/controllersnviews/dojodash/Gemfile.lock new file mode 100644 index 0000000..fabcef5 --- /dev/null +++ b/dylan_eckert/controllersnviews/dojodash/Gemfile.lock @@ -0,0 +1,179 @@ +GEM + remote: https://rubygems.org/ + specs: + actioncable (5.0.6) + actionpack (= 5.0.6) + nio4r (>= 1.2, < 3.0) + websocket-driver (~> 0.6.1) + actionmailer (5.0.6) + actionpack (= 5.0.6) + actionview (= 5.0.6) + activejob (= 5.0.6) + mail (~> 2.5, >= 2.5.4) + rails-dom-testing (~> 2.0) + actionpack (5.0.6) + actionview (= 5.0.6) + activesupport (= 5.0.6) + rack (~> 2.0) + rack-test (~> 0.6.3) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.0.2) + actionview (5.0.6) + activesupport (= 5.0.6) + builder (~> 3.1) + erubis (~> 2.7.0) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.0.3) + activejob (5.0.6) + activesupport (= 5.0.6) + globalid (>= 0.3.6) + activemodel (5.0.6) + activesupport (= 5.0.6) + activerecord (5.0.6) + activemodel (= 5.0.6) + activesupport (= 5.0.6) + arel (~> 7.0) + activesupport (5.0.6) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (~> 0.7) + minitest (~> 5.1) + tzinfo (~> 1.1) + arel (7.1.4) + bindex (0.5.0) + builder (3.2.3) + byebug (9.1.0) + coffee-rails (4.2.2) + coffee-script (>= 2.2.0) + railties (>= 4.0.0) + coffee-script (2.4.1) + coffee-script-source + execjs + coffee-script-source (1.12.2) + concurrent-ruby (1.0.5) + crass (1.0.3) + erubis (2.7.0) + execjs (2.7.0) + ffi (1.9.18) + globalid (0.4.1) + activesupport (>= 4.2.0) + i18n (0.9.1) + concurrent-ruby (~> 1.0) + jbuilder (2.7.0) + activesupport (>= 4.2.0) + multi_json (>= 1.2) + jquery-rails (4.3.1) + rails-dom-testing (>= 1, < 3) + railties (>= 4.2.0) + thor (>= 0.14, < 2.0) + listen (3.0.8) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + loofah (2.1.1) + crass (~> 1.0.2) + nokogiri (>= 1.5.9) + mail (2.7.0) + mini_mime (>= 0.1.1) + method_source (0.9.0) + mini_mime (1.0.0) + mini_portile2 (2.3.0) + minitest (5.10.3) + multi_json (1.12.2) + nio4r (2.1.0) + nokogiri (1.8.1) + mini_portile2 (~> 2.3.0) + puma (3.11.0) + rack (2.0.3) + rack-test (0.6.3) + rack (>= 1.0) + rails (5.0.6) + actioncable (= 5.0.6) + actionmailer (= 5.0.6) + actionpack (= 5.0.6) + actionview (= 5.0.6) + activejob (= 5.0.6) + activemodel (= 5.0.6) + activerecord (= 5.0.6) + activesupport (= 5.0.6) + bundler (>= 1.3.0) + railties (= 5.0.6) + sprockets-rails (>= 2.0.0) + rails-dom-testing (2.0.3) + activesupport (>= 4.2.0) + nokogiri (>= 1.6) + rails-html-sanitizer (1.0.3) + loofah (~> 2.0) + railties (5.0.6) + actionpack (= 5.0.6) + activesupport (= 5.0.6) + method_source + rake (>= 0.8.7) + thor (>= 0.18.1, < 2.0) + rake (12.3.0) + rb-fsevent (0.10.2) + rb-inotify (0.9.10) + ffi (>= 0.5.0, < 2) + sass (3.5.3) + sass-listen (~> 4.0.0) + sass-listen (4.0.0) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + sass-rails (5.0.7) + railties (>= 4.0.0, < 6) + sass (~> 3.1) + sprockets (>= 2.8, < 4.0) + sprockets-rails (>= 2.0, < 4.0) + tilt (>= 1.1, < 3) + spring (2.0.2) + activesupport (>= 4.2) + spring-watcher-listen (2.0.1) + listen (>= 2.7, < 4.0) + spring (>= 1.2, < 3.0) + sprockets (3.7.1) + concurrent-ruby (~> 1.0) + rack (> 1, < 3) + sprockets-rails (3.2.1) + actionpack (>= 4.0) + activesupport (>= 4.0) + sprockets (>= 3.0.0) + sqlite3 (1.3.13) + thor (0.20.0) + thread_safe (0.3.6) + tilt (2.0.8) + turbolinks (5.0.1) + turbolinks-source (~> 5) + turbolinks-source (5.0.3) + tzinfo (1.2.4) + thread_safe (~> 0.1) + uglifier (4.0.1) + execjs (>= 0.3.0, < 3) + web-console (3.5.1) + actionview (>= 5.0) + activemodel (>= 5.0) + bindex (>= 0.4.0) + railties (>= 5.0) + websocket-driver (0.6.5) + websocket-extensions (>= 0.1.0) + websocket-extensions (0.1.3) + +PLATFORMS + ruby + +DEPENDENCIES + byebug + coffee-rails (~> 4.2) + jbuilder (~> 2.5) + jquery-rails + listen (~> 3.0.5) + puma (~> 3.0) + rails (~> 5.0.6) + sass-rails (~> 5.0) + spring + spring-watcher-listen (~> 2.0.0) + sqlite3 + turbolinks (~> 5) + tzinfo-data + uglifier (>= 1.3.0) + web-console (>= 3.3.0) + +BUNDLED WITH + 1.16.0 diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/README.md b/dylan_eckert/controllersnviews/dojodash/README.md similarity index 100% rename from Tamisha_Damas/Rails/Models /Friends(self_join)/README.md rename to dylan_eckert/controllersnviews/dojodash/README.md diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/Rakefile b/dylan_eckert/controllersnviews/dojodash/Rakefile similarity index 100% rename from Tamisha_Damas/Rails/Models /Friends(self_join)/Rakefile rename to dylan_eckert/controllersnviews/dojodash/Rakefile diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/app/assets/config/manifest.js b/dylan_eckert/controllersnviews/dojodash/app/assets/config/manifest.js similarity index 100% rename from Tamisha_Damas/Rails/Models /Friends(self_join)/app/assets/config/manifest.js rename to dylan_eckert/controllersnviews/dojodash/app/assets/config/manifest.js diff --git a/Rodolfo_Valdivieso/controllers/basic_models/app/assets/images/.keep b/dylan_eckert/controllersnviews/dojodash/app/assets/images/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/basic_models/app/assets/images/.keep rename to dylan_eckert/controllersnviews/dojodash/app/assets/images/.keep diff --git a/dylan_eckert/controllersnviews/dojodash/app/assets/javascripts/application.js b/dylan_eckert/controllersnviews/dojodash/app/assets/javascripts/application.js new file mode 100644 index 0000000..b12018d --- /dev/null +++ b/dylan_eckert/controllersnviews/dojodash/app/assets/javascripts/application.js @@ -0,0 +1,16 @@ +// This is a manifest file that'll be compiled into application.js, which will include all the files +// listed below. +// +// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, +// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. +// +// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the +// compiled file. JavaScript code in this file should be added after the last require_* statement. +// +// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details +// about supported directives. +// +//= require jquery +//= require jquery_ujs +//= require turbolinks +//= require_tree . diff --git a/dylan_eckert/controllersnviews/dojodash/app/assets/javascripts/cable.js b/dylan_eckert/controllersnviews/dojodash/app/assets/javascripts/cable.js new file mode 100644 index 0000000..71ee1e6 --- /dev/null +++ b/dylan_eckert/controllersnviews/dojodash/app/assets/javascripts/cable.js @@ -0,0 +1,13 @@ +// Action Cable provides the framework to deal with WebSockets in Rails. +// You can generate new channels where WebSocket features live using the rails generate channel command. +// +//= require action_cable +//= require_self +//= require_tree ./channels + +(function() { + this.App || (this.App = {}); + + App.cable = ActionCable.createConsumer(); + +}).call(this); diff --git a/Rodolfo_Valdivieso/controllers/basic_models/app/controllers/concerns/.keep b/dylan_eckert/controllersnviews/dojodash/app/assets/javascripts/channels/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/basic_models/app/controllers/concerns/.keep rename to dylan_eckert/controllersnviews/dojodash/app/assets/javascripts/channels/.keep diff --git a/Rodolfo_Valdivieso/controllers/dashboard/app/assets/javascripts/dojos.coffee b/dylan_eckert/controllersnviews/dojodash/app/assets/javascripts/dojos.coffee similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard/app/assets/javascripts/dojos.coffee rename to dylan_eckert/controllersnviews/dojodash/app/assets/javascripts/dojos.coffee diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/assets/javascripts/students.coffee b/dylan_eckert/controllersnviews/dojodash/app/assets/javascripts/students.coffee similarity index 100% rename from Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/assets/javascripts/students.coffee rename to dylan_eckert/controllersnviews/dojodash/app/assets/javascripts/students.coffee diff --git a/dylan_eckert/controllersnviews/dojodash/app/assets/stylesheets/application.css b/dylan_eckert/controllersnviews/dojodash/app/assets/stylesheets/application.css new file mode 100644 index 0000000..0ebd7fe --- /dev/null +++ b/dylan_eckert/controllersnviews/dojodash/app/assets/stylesheets/application.css @@ -0,0 +1,15 @@ +/* + * This is a manifest file that'll be compiled into application.css, which will include all the files + * listed below. + * + * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, + * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. + * + * You're free to add application-wide styles to this file and they'll appear at the bottom of the + * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS + * files in this directory. Styles in this file should be added after the last require_* statement. + * It is generally better to create a new file per style scope. + * + *= require_tree . + *= require_self + */ diff --git a/Rodolfo_Valdivieso/controllers/dashboard/app/assets/stylesheets/dojos.scss b/dylan_eckert/controllersnviews/dojodash/app/assets/stylesheets/dojos.scss similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard/app/assets/stylesheets/dojos.scss rename to dylan_eckert/controllersnviews/dojodash/app/assets/stylesheets/dojos.scss diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/assets/stylesheets/students.scss b/dylan_eckert/controllersnviews/dojodash/app/assets/stylesheets/students.scss similarity index 100% rename from Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/assets/stylesheets/students.scss rename to dylan_eckert/controllersnviews/dojodash/app/assets/stylesheets/students.scss diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/app/channels/application_cable/channel.rb b/dylan_eckert/controllersnviews/dojodash/app/channels/application_cable/channel.rb similarity index 100% rename from Tamisha_Damas/Rails/Models /Friends(self_join)/app/channels/application_cable/channel.rb rename to dylan_eckert/controllersnviews/dojodash/app/channels/application_cable/channel.rb diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/app/channels/application_cable/connection.rb b/dylan_eckert/controllersnviews/dojodash/app/channels/application_cable/connection.rb similarity index 100% rename from Tamisha_Damas/Rails/Models /Friends(self_join)/app/channels/application_cable/connection.rb rename to dylan_eckert/controllersnviews/dojodash/app/channels/application_cable/connection.rb diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/app/controllers/application_controller.rb b/dylan_eckert/controllersnviews/dojodash/app/controllers/application_controller.rb similarity index 100% rename from Tamisha_Damas/Rails/Models /Friends(self_join)/app/controllers/application_controller.rb rename to dylan_eckert/controllersnviews/dojodash/app/controllers/application_controller.rb diff --git a/Rodolfo_Valdivieso/controllers/basic_models/app/mailers/.keep b/dylan_eckert/controllersnviews/dojodash/app/controllers/concerns/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/basic_models/app/mailers/.keep rename to dylan_eckert/controllersnviews/dojodash/app/controllers/concerns/.keep diff --git a/dylan_eckert/controllersnviews/dojodash/app/controllers/dojos_controller.rb b/dylan_eckert/controllersnviews/dojodash/app/controllers/dojos_controller.rb new file mode 100644 index 0000000..47be055 --- /dev/null +++ b/dylan_eckert/controllersnviews/dojodash/app/controllers/dojos_controller.rb @@ -0,0 +1,48 @@ +class DojosController < ApplicationController + + def index + @dojos = Dojo.all + end + + def new + + end + + def create + @dojo = Dojo.create(dojo_params) + + if @dojo.valid? + redirect_to dojos_path + else + flash[:errors] = @dojo.errors.full_messages + redirect_to new_dojo_path + end + + end + + def show + @dojo = Dojo.find(params[:id]) + end + + def edit + @dojo = Dojo.find(params[:id]) + end + + def update + dojo = Dojo.find(params[:id]) + dojo.update(dojo_params) + redirect_to dojos_path + end + + def destroy + dojo = Dojo.find(params[:id]) + dojo.destroy + redirect_to dojos_path + end + + private + def dojo_params + params.require(:dojo).permit(:branch, :street, :city, :state) + end + +end diff --git a/dylan_eckert/controllersnviews/dojodash/app/controllers/students_controller.rb b/dylan_eckert/controllersnviews/dojodash/app/controllers/students_controller.rb new file mode 100644 index 0000000..4802ebc --- /dev/null +++ b/dylan_eckert/controllersnviews/dojodash/app/controllers/students_controller.rb @@ -0,0 +1,47 @@ +class StudentsController < ApplicationController + def index + @dojo = Dojo.joins(:students).find(params[:dojo_id]) + @students = @dojo.students + end + + def new + + end + + def create + @student = Student.create(student_params) + + if @student.valid? + redirect_to students_path + else + flash[:errors] = @student.errors.full_messages + redirect_to new_student_path + end + + end + + def show + @student = Student.find(params[:id]) + end + + def edit + @student = Student.find(params[:id]) + end + + def update + student = Student.find(params[:id]) + student.update(student_params) + redirect_to students_path + end + + def destroy + student = Student.find(params[:id]) + student.destroy + redirect_to students_path + end + + private + def student_params + params.require(:student).permit(:fname, :lname, :email) + end +end diff --git a/Rodolfo_Valdivieso/controllers/basic_models/app/helpers/application_helper.rb b/dylan_eckert/controllersnviews/dojodash/app/helpers/application_helper.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/basic_models/app/helpers/application_helper.rb rename to dylan_eckert/controllersnviews/dojodash/app/helpers/application_helper.rb diff --git a/Rodolfo_Valdivieso/controllers/dashboard/app/helpers/dojos_helper.rb b/dylan_eckert/controllersnviews/dojodash/app/helpers/dojos_helper.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard/app/helpers/dojos_helper.rb rename to dylan_eckert/controllersnviews/dojodash/app/helpers/dojos_helper.rb diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/helpers/students_helper.rb b/dylan_eckert/controllersnviews/dojodash/app/helpers/students_helper.rb similarity index 100% rename from Tamisha_Damas/Rails/Controllers & Views /student_dashboard/app/helpers/students_helper.rb rename to dylan_eckert/controllersnviews/dojodash/app/helpers/students_helper.rb diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/app/jobs/application_job.rb b/dylan_eckert/controllersnviews/dojodash/app/jobs/application_job.rb similarity index 100% rename from Tamisha_Damas/Rails/Models /Friends(self_join)/app/jobs/application_job.rb rename to dylan_eckert/controllersnviews/dojodash/app/jobs/application_job.rb diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/app/mailers/application_mailer.rb b/dylan_eckert/controllersnviews/dojodash/app/mailers/application_mailer.rb similarity index 100% rename from Tamisha_Damas/Rails/Models /Friends(self_join)/app/mailers/application_mailer.rb rename to dylan_eckert/controllersnviews/dojodash/app/mailers/application_mailer.rb diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/app/models/application_record.rb b/dylan_eckert/controllersnviews/dojodash/app/models/application_record.rb similarity index 100% rename from Tamisha_Damas/Rails/Models /Friends(self_join)/app/models/application_record.rb rename to dylan_eckert/controllersnviews/dojodash/app/models/application_record.rb diff --git a/Rodolfo_Valdivieso/controllers/basic_models/app/models/.keep b/dylan_eckert/controllersnviews/dojodash/app/models/concerns/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/basic_models/app/models/.keep rename to dylan_eckert/controllersnviews/dojodash/app/models/concerns/.keep diff --git a/dylan_eckert/controllersnviews/dojodash/app/models/dojo.rb b/dylan_eckert/controllersnviews/dojodash/app/models/dojo.rb new file mode 100644 index 0000000..b14e72f --- /dev/null +++ b/dylan_eckert/controllersnviews/dojodash/app/models/dojo.rb @@ -0,0 +1,4 @@ +class Dojo < ApplicationRecord + validates :branch, :street, :city, :state, presence: :true + has_many :students +end diff --git a/dylan_eckert/controllersnviews/dojodash/app/models/student.rb b/dylan_eckert/controllersnviews/dojodash/app/models/student.rb new file mode 100644 index 0000000..661eaf6 --- /dev/null +++ b/dylan_eckert/controllersnviews/dojodash/app/models/student.rb @@ -0,0 +1,3 @@ +class Student < ApplicationRecord + belongs_to :dojo +end diff --git a/dylan_eckert/controllersnviews/dojodash/app/views/dojos/edit.html.erb b/dylan_eckert/controllersnviews/dojodash/app/views/dojos/edit.html.erb new file mode 100644 index 0000000..a4674b2 --- /dev/null +++ b/dylan_eckert/controllersnviews/dojodash/app/views/dojos/edit.html.erb @@ -0,0 +1,24 @@ +

Edit Dojo <%= @dojo.id %>

+<% if flash[:errors] %> +
+ <% flash[:errors].each do |error| %> +

<%= error %>

+ <% end %> +
+<% end %> + +
+ + + Branch: + + Street: + + City: + + State: + + +
+ +Go Back diff --git a/dylan_eckert/controllersnviews/dojodash/app/views/dojos/index.html.erb b/dylan_eckert/controllersnviews/dojodash/app/views/dojos/index.html.erb new file mode 100644 index 0000000..3a07658 --- /dev/null +++ b/dylan_eckert/controllersnviews/dojodash/app/views/dojos/index.html.erb @@ -0,0 +1,24 @@ + + + + + + + + + + + + <% @dojos.each do |dojo| %> + + + + + + + + <% end %> + +
BranchStreetCityStateActions
<%= dojo.branch %><%= dojo.street %><%= dojo.city %><%= dojo.state %>Show | Edit | Destroy
+ +New Dojo diff --git a/dylan_eckert/controllersnviews/dojodash/app/views/dojos/new.html.erb b/dylan_eckert/controllersnviews/dojodash/app/views/dojos/new.html.erb new file mode 100644 index 0000000..bb944cf --- /dev/null +++ b/dylan_eckert/controllersnviews/dojodash/app/views/dojos/new.html.erb @@ -0,0 +1,23 @@ +

New Dojo

+<% if flash[:errors] %> +
+ <% flash[:errors].each do |error| %> +

<%= error %>

+ <% end %> +
+<% end %> + +
+ + Branch: + + Street: + + City: + + State: + + +
+ +Go Back diff --git a/dylan_eckert/controllersnviews/dojodash/app/views/dojos/show.html.erb b/dylan_eckert/controllersnviews/dojodash/app/views/dojos/show.html.erb new file mode 100644 index 0000000..2448c03 --- /dev/null +++ b/dylan_eckert/controllersnviews/dojodash/app/views/dojos/show.html.erb @@ -0,0 +1,13 @@ +

Dojo <%= @dojo.id %>

+

Branch:

+

<%= @dojo.branch %>

+

Street:

+

<%= @dojo.street %>

+

City:

+

<%= @dojo.city %>

+

State:

+

<%= @dojo.state %>

+ +View Students + +Go Back diff --git a/dylan_eckert/controllersnviews/dojodash/app/views/layouts/application.html.erb b/dylan_eckert/controllersnviews/dojodash/app/views/layouts/application.html.erb new file mode 100644 index 0000000..01bf322 --- /dev/null +++ b/dylan_eckert/controllersnviews/dojodash/app/views/layouts/application.html.erb @@ -0,0 +1,14 @@ + + + + Dojodash + <%= csrf_meta_tags %> + + <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %> + <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %> + + + + <%= yield %> + + diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/app/views/layouts/mailer.html.erb b/dylan_eckert/controllersnviews/dojodash/app/views/layouts/mailer.html.erb similarity index 100% rename from Tamisha_Damas/Rails/Models /Friends(self_join)/app/views/layouts/mailer.html.erb rename to dylan_eckert/controllersnviews/dojodash/app/views/layouts/mailer.html.erb diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/app/views/layouts/mailer.text.erb b/dylan_eckert/controllersnviews/dojodash/app/views/layouts/mailer.text.erb similarity index 100% rename from Tamisha_Damas/Rails/Models /Friends(self_join)/app/views/layouts/mailer.text.erb rename to dylan_eckert/controllersnviews/dojodash/app/views/layouts/mailer.text.erb diff --git a/dylan_eckert/controllersnviews/dojodash/app/views/students/index.html.erb b/dylan_eckert/controllersnviews/dojodash/app/views/students/index.html.erb new file mode 100644 index 0000000..36fa6dc --- /dev/null +++ b/dylan_eckert/controllersnviews/dojodash/app/views/students/index.html.erb @@ -0,0 +1,21 @@ + + + + + + + + + + <% @students.each do |student| %> + + + + + + + <% end %> + +
First NameLast NameEmail
<%= student.fname %><%= student.lname %><%= student.email %>Show | Edit | Destroy
+ +New Student diff --git a/Rodolfo_Valdivieso/controllers/basic_models/bin/bundle b/dylan_eckert/controllersnviews/dojodash/bin/bundle old mode 100644 new mode 100755 similarity index 100% rename from Rodolfo_Valdivieso/controllers/basic_models/bin/bundle rename to dylan_eckert/controllersnviews/dojodash/bin/bundle diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/bin/rails b/dylan_eckert/controllersnviews/dojodash/bin/rails similarity index 100% rename from Tamisha_Damas/Rails/Models /Friends(self_join)/bin/rails rename to dylan_eckert/controllersnviews/dojodash/bin/rails diff --git a/Rodolfo_Valdivieso/controllers/basic_models/bin/rake b/dylan_eckert/controllersnviews/dojodash/bin/rake old mode 100644 new mode 100755 similarity index 100% rename from Rodolfo_Valdivieso/controllers/basic_models/bin/rake rename to dylan_eckert/controllersnviews/dojodash/bin/rake diff --git a/dylan_eckert/controllersnviews/dojodash/bin/setup b/dylan_eckert/controllersnviews/dojodash/bin/setup new file mode 100755 index 0000000..e620b4d --- /dev/null +++ b/dylan_eckert/controllersnviews/dojodash/bin/setup @@ -0,0 +1,34 @@ +#!/usr/bin/env ruby +require 'pathname' +require 'fileutils' +include FileUtils + +# path to your application root. +APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) + +def system!(*args) + system(*args) || abort("\n== Command #{args} failed ==") +end + +chdir APP_ROOT do + # This script is a starting point to setup your application. + # Add necessary setup steps to this file. + + puts '== Installing dependencies ==' + system! 'gem install bundler --conservative' + system('bundle check') || system!('bundle install') + + # puts "\n== Copying sample files ==" + # unless File.exist?('config/database.yml') + # cp 'config/database.yml.sample', 'config/database.yml' + # end + + puts "\n== Preparing database ==" + system! 'bin/rails db:setup' + + puts "\n== Removing old logs and tempfiles ==" + system! 'bin/rails log:clear tmp:clear' + + puts "\n== Restarting application server ==" + system! 'bin/rails restart' +end diff --git a/Rodolfo_Valdivieso/controllers/basic_models/bin/spring b/dylan_eckert/controllersnviews/dojodash/bin/spring old mode 100644 new mode 100755 similarity index 100% rename from Rodolfo_Valdivieso/controllers/basic_models/bin/spring rename to dylan_eckert/controllersnviews/dojodash/bin/spring diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/bin/update b/dylan_eckert/controllersnviews/dojodash/bin/update similarity index 100% rename from Tamisha_Damas/Rails/Models /Friends(self_join)/bin/update rename to dylan_eckert/controllersnviews/dojodash/bin/update diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/config.ru b/dylan_eckert/controllersnviews/dojodash/config.ru similarity index 100% rename from Tamisha_Damas/Rails/Models /Friends(self_join)/config.ru rename to dylan_eckert/controllersnviews/dojodash/config.ru diff --git a/dylan_eckert/controllersnviews/dojodash/config/application.rb b/dylan_eckert/controllersnviews/dojodash/config/application.rb new file mode 100644 index 0000000..64f4bc7 --- /dev/null +++ b/dylan_eckert/controllersnviews/dojodash/config/application.rb @@ -0,0 +1,15 @@ +require_relative 'boot' + +require 'rails/all' + +# Require the gems listed in Gemfile, including any gems +# you've limited to :test, :development, or :production. +Bundler.require(*Rails.groups) + +module Dojodash + class Application < Rails::Application + # Settings in config/environments/* take precedence over those specified here. + # Application configuration should go into files in config/initializers + # -- all .rb files in that directory are automatically loaded. + end +end diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/config/boot.rb b/dylan_eckert/controllersnviews/dojodash/config/boot.rb similarity index 100% rename from Tamisha_Damas/Rails/Models /Friends(self_join)/config/boot.rb rename to dylan_eckert/controllersnviews/dojodash/config/boot.rb diff --git a/dylan_eckert/controllersnviews/dojodash/config/cable.yml b/dylan_eckert/controllersnviews/dojodash/config/cable.yml new file mode 100644 index 0000000..0bbde6f --- /dev/null +++ b/dylan_eckert/controllersnviews/dojodash/config/cable.yml @@ -0,0 +1,9 @@ +development: + adapter: async + +test: + adapter: async + +production: + adapter: redis + url: redis://localhost:6379/1 diff --git a/Rodolfo_Valdivieso/controllers/basic_models/config/database.yml b/dylan_eckert/controllersnviews/dojodash/config/database.yml similarity index 100% rename from Rodolfo_Valdivieso/controllers/basic_models/config/database.yml rename to dylan_eckert/controllersnviews/dojodash/config/database.yml diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/config/environment.rb b/dylan_eckert/controllersnviews/dojodash/config/environment.rb similarity index 100% rename from Tamisha_Damas/Rails/Models /Friends(self_join)/config/environment.rb rename to dylan_eckert/controllersnviews/dojodash/config/environment.rb diff --git a/dylan_eckert/controllersnviews/dojodash/config/environments/development.rb b/dylan_eckert/controllersnviews/dojodash/config/environments/development.rb new file mode 100644 index 0000000..142e05f --- /dev/null +++ b/dylan_eckert/controllersnviews/dojodash/config/environments/development.rb @@ -0,0 +1,56 @@ +Rails.application.configure do + # Settings specified here will take precedence over those in config/application.rb. + + # In the development environment your application's code is reloaded on + # every request. This slows down response time but is perfect for development + # since you don't have to restart the web server when you make code changes. + config.cache_classes = false + + config.reload_classes_only_on_change = false + + # Do not eager load code on boot. + config.eager_load = false + + # Show full error reports. + config.consider_all_requests_local = true + + # Enable/disable caching. By default caching is disabled. + if Rails.root.join('tmp/caching-dev.txt').exist? + config.action_controller.perform_caching = true + + config.cache_store = :memory_store + config.public_file_server.headers = { + 'Cache-Control' => 'public, max-age=172800' + } + else + config.action_controller.perform_caching = false + + config.cache_store = :null_store + end + + # Don't care if the mailer can't send. + config.action_mailer.raise_delivery_errors = false + + config.action_mailer.perform_caching = false + + # Print deprecation notices to the Rails logger. + config.active_support.deprecation = :log + + # Raise an error on page load if there are pending migrations. + config.active_record.migration_error = :page_load + + # Debug mode disables concatenation and preprocessing of assets. + # This option may cause significant delays in view rendering with a large + # number of complex assets. + config.assets.debug = true + + # Suppress logger output for asset requests. + config.assets.quiet = true + + # Raises error for missing translations + # config.action_view.raise_on_missing_translations = true + + # Use an evented file watcher to asynchronously detect changes in source code, + # routes, locales, etc. This feature depends on the listen gem. + config.file_watcher = ActiveSupport::EventedFileUpdateChecker +end diff --git a/dylan_eckert/controllersnviews/dojodash/config/environments/production.rb b/dylan_eckert/controllersnviews/dojodash/config/environments/production.rb new file mode 100644 index 0000000..d1af571 --- /dev/null +++ b/dylan_eckert/controllersnviews/dojodash/config/environments/production.rb @@ -0,0 +1,86 @@ +Rails.application.configure do + # Settings specified here will take precedence over those in config/application.rb. + + # Code is not reloaded between requests. + config.cache_classes = true + + # Eager load code on boot. This eager loads most of Rails and + # your application in memory, allowing both threaded web servers + # and those relying on copy on write to perform better. + # Rake tasks automatically ignore this option for performance. + config.eager_load = true + + # Full error reports are disabled and caching is turned on. + config.consider_all_requests_local = false + config.action_controller.perform_caching = true + + # Disable serving static files from the `/public` folder by default since + # Apache or NGINX already handles this. + config.public_file_server.enabled = ENV['RAILS_SERVE_STATIC_FILES'].present? + + # Compress JavaScripts and CSS. + config.assets.js_compressor = :uglifier + # config.assets.css_compressor = :sass + + # Do not fallback to assets pipeline if a precompiled asset is missed. + config.assets.compile = false + + # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb + + # Enable serving of images, stylesheets, and JavaScripts from an asset server. + # config.action_controller.asset_host = 'http://assets.example.com' + + # Specifies the header that your server uses for sending files. + # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache + # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX + + # Mount Action Cable outside main process or domain + # config.action_cable.mount_path = nil + # config.action_cable.url = 'wss://example.com/cable' + # config.action_cable.allowed_request_origins = [ 'http://example.com', /http:\/\/example.*/ ] + + # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. + # config.force_ssl = true + + # Use the lowest log level to ensure availability of diagnostic information + # when problems arise. + config.log_level = :debug + + # Prepend all log lines with the following tags. + config.log_tags = [ :request_id ] + + # Use a different cache store in production. + # config.cache_store = :mem_cache_store + + # Use a real queuing backend for Active Job (and separate queues per environment) + # config.active_job.queue_adapter = :resque + # config.active_job.queue_name_prefix = "dojodash_#{Rails.env}" + config.action_mailer.perform_caching = false + + # Ignore bad email addresses and do not raise email delivery errors. + # Set this to true and configure the email server for immediate delivery to raise delivery errors. + # config.action_mailer.raise_delivery_errors = false + + # Enable locale fallbacks for I18n (makes lookups for any locale fall back to + # the I18n.default_locale when a translation cannot be found). + config.i18n.fallbacks = true + + # Send deprecation notices to registered listeners. + config.active_support.deprecation = :notify + + # Use default logging formatter so that PID and timestamp are not suppressed. + config.log_formatter = ::Logger::Formatter.new + + # Use a different logger for distributed setups. + # require 'syslog/logger' + # config.logger = ActiveSupport::TaggedLogging.new(Syslog::Logger.new 'app-name') + + if ENV["RAILS_LOG_TO_STDOUT"].present? + logger = ActiveSupport::Logger.new(STDOUT) + logger.formatter = config.log_formatter + config.logger = ActiveSupport::TaggedLogging.new(logger) + end + + # Do not dump schema after migrations. + config.active_record.dump_schema_after_migration = false +end diff --git a/dylan_eckert/controllersnviews/dojodash/config/environments/test.rb b/dylan_eckert/controllersnviews/dojodash/config/environments/test.rb new file mode 100644 index 0000000..30587ef --- /dev/null +++ b/dylan_eckert/controllersnviews/dojodash/config/environments/test.rb @@ -0,0 +1,42 @@ +Rails.application.configure do + # Settings specified here will take precedence over those in config/application.rb. + + # The test environment is used exclusively to run your application's + # test suite. You never need to work with it otherwise. Remember that + # your test database is "scratch space" for the test suite and is wiped + # and recreated between test runs. Don't rely on the data there! + config.cache_classes = true + + # Do not eager load code on boot. This avoids loading your whole application + # just for the purpose of running a single test. If you are using a tool that + # preloads Rails for running tests, you may have to set it to true. + config.eager_load = false + + # Configure public file server for tests with Cache-Control for performance. + config.public_file_server.enabled = true + config.public_file_server.headers = { + 'Cache-Control' => 'public, max-age=3600' + } + + # Show full error reports and disable caching. + config.consider_all_requests_local = true + config.action_controller.perform_caching = false + + # Raise exceptions instead of rendering exception templates. + config.action_dispatch.show_exceptions = false + + # Disable request forgery protection in test environment. + config.action_controller.allow_forgery_protection = false + config.action_mailer.perform_caching = false + + # Tell Action Mailer not to deliver emails to the real world. + # The :test delivery method accumulates sent emails in the + # ActionMailer::Base.deliveries array. + config.action_mailer.delivery_method = :test + + # Print deprecation notices to the stderr. + config.active_support.deprecation = :stderr + + # Raises error for missing translations + # config.action_view.raise_on_missing_translations = true +end diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/config/initializers/application_controller_renderer.rb b/dylan_eckert/controllersnviews/dojodash/config/initializers/application_controller_renderer.rb similarity index 100% rename from Tamisha_Damas/Rails/Models /Friends(self_join)/config/initializers/application_controller_renderer.rb rename to dylan_eckert/controllersnviews/dojodash/config/initializers/application_controller_renderer.rb diff --git a/Rodolfo_Valdivieso/controllers/basic_models/config/initializers/assets.rb b/dylan_eckert/controllersnviews/dojodash/config/initializers/assets.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/basic_models/config/initializers/assets.rb rename to dylan_eckert/controllersnviews/dojodash/config/initializers/assets.rb diff --git a/Rodolfo_Valdivieso/controllers/basic_models/config/initializers/backtrace_silencers.rb b/dylan_eckert/controllersnviews/dojodash/config/initializers/backtrace_silencers.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/basic_models/config/initializers/backtrace_silencers.rb rename to dylan_eckert/controllersnviews/dojodash/config/initializers/backtrace_silencers.rb diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/config/initializers/cookies_serializer.rb b/dylan_eckert/controllersnviews/dojodash/config/initializers/cookies_serializer.rb similarity index 100% rename from Tamisha_Damas/Rails/Models /Friends(self_join)/config/initializers/cookies_serializer.rb rename to dylan_eckert/controllersnviews/dojodash/config/initializers/cookies_serializer.rb diff --git a/Rodolfo_Valdivieso/controllers/basic_models/config/initializers/filter_parameter_logging.rb b/dylan_eckert/controllersnviews/dojodash/config/initializers/filter_parameter_logging.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/basic_models/config/initializers/filter_parameter_logging.rb rename to dylan_eckert/controllersnviews/dojodash/config/initializers/filter_parameter_logging.rb diff --git a/Rodolfo_Valdivieso/controllers/basic_models/config/initializers/inflections.rb b/dylan_eckert/controllersnviews/dojodash/config/initializers/inflections.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/basic_models/config/initializers/inflections.rb rename to dylan_eckert/controllersnviews/dojodash/config/initializers/inflections.rb diff --git a/Rodolfo_Valdivieso/controllers/basic_models/config/initializers/mime_types.rb b/dylan_eckert/controllersnviews/dojodash/config/initializers/mime_types.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/basic_models/config/initializers/mime_types.rb rename to dylan_eckert/controllersnviews/dojodash/config/initializers/mime_types.rb diff --git a/dylan_eckert/controllersnviews/dojodash/config/initializers/new_framework_defaults.rb b/dylan_eckert/controllersnviews/dojodash/config/initializers/new_framework_defaults.rb new file mode 100644 index 0000000..dd236b5 --- /dev/null +++ b/dylan_eckert/controllersnviews/dojodash/config/initializers/new_framework_defaults.rb @@ -0,0 +1,26 @@ +# Be sure to restart your server when you modify this file. +# +# This file contains migration options to ease your Rails 5.0 upgrade. +# +# Read the Guide for Upgrading Ruby on Rails for more info on each option. + +Rails.application.config.action_controller.raise_on_unfiltered_parameters = true + +# Enable per-form CSRF tokens. Previous versions had false. +Rails.application.config.action_controller.per_form_csrf_tokens = true + +# Enable origin-checking CSRF mitigation. Previous versions had false. +Rails.application.config.action_controller.forgery_protection_origin_check = true + +# Make Ruby 2.4 preserve the timezone of the receiver when calling `to_time`. +# Previous versions had false. +ActiveSupport.to_time_preserves_timezone = true + +# Require `belongs_to` associations by default. Previous versions had false. +Rails.application.config.active_record.belongs_to_required_by_default = true + +# Do not halt callback chains when a callback returns false. Previous versions had true. +ActiveSupport.halt_callback_chains_on_return_false = false + +# Configure SSL options to enable HSTS with subdomains. Previous versions had false. +Rails.application.config.ssl_options = { hsts: { subdomains: true } } diff --git a/dylan_eckert/controllersnviews/dojodash/config/initializers/session_store.rb b/dylan_eckert/controllersnviews/dojodash/config/initializers/session_store.rb new file mode 100644 index 0000000..80d43a5 --- /dev/null +++ b/dylan_eckert/controllersnviews/dojodash/config/initializers/session_store.rb @@ -0,0 +1,3 @@ +# Be sure to restart your server when you modify this file. + +Rails.application.config.session_store :cookie_store, key: '_dojodash_session' diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/config/initializers/wrap_parameters.rb b/dylan_eckert/controllersnviews/dojodash/config/initializers/wrap_parameters.rb similarity index 100% rename from Tamisha_Damas/Rails/Models /Friends(self_join)/config/initializers/wrap_parameters.rb rename to dylan_eckert/controllersnviews/dojodash/config/initializers/wrap_parameters.rb diff --git a/Rodolfo_Valdivieso/controllers/basic_models/config/locales/en.yml b/dylan_eckert/controllersnviews/dojodash/config/locales/en.yml similarity index 100% rename from Rodolfo_Valdivieso/controllers/basic_models/config/locales/en.yml rename to dylan_eckert/controllersnviews/dojodash/config/locales/en.yml diff --git a/dylan_eckert/controllersnviews/dojodash/config/puma.rb b/dylan_eckert/controllersnviews/dojodash/config/puma.rb new file mode 100644 index 0000000..c7f311f --- /dev/null +++ b/dylan_eckert/controllersnviews/dojodash/config/puma.rb @@ -0,0 +1,47 @@ +# Puma can serve each request in a thread from an internal thread pool. +# The `threads` method setting takes two numbers a minimum and maximum. +# Any libraries that use thread pools should be configured to match +# the maximum value specified for Puma. Default is set to 5 threads for minimum +# and maximum, this matches the default thread size of Active Record. +# +threads_count = ENV.fetch("RAILS_MAX_THREADS") { 5 }.to_i +threads threads_count, threads_count + +# Specifies the `port` that Puma will listen on to receive requests, default is 3000. +# +port ENV.fetch("PORT") { 3000 } + +# Specifies the `environment` that Puma will run in. +# +environment ENV.fetch("RAILS_ENV") { "development" } + +# Specifies the number of `workers` to boot in clustered mode. +# Workers are forked webserver processes. If using threads and workers together +# the concurrency of the application would be max `threads` * `workers`. +# Workers do not work on JRuby or Windows (both of which do not support +# processes). +# +# workers ENV.fetch("WEB_CONCURRENCY") { 2 } + +# Use the `preload_app!` method when specifying a `workers` number. +# This directive tells Puma to first boot the application and load code +# before forking the application. This takes advantage of Copy On Write +# process behavior so workers use less memory. If you use this option +# you need to make sure to reconnect any threads in the `on_worker_boot` +# block. +# +# preload_app! + +# The code in the `on_worker_boot` will be called if you are using +# clustered mode by specifying a number of `workers`. After each worker +# process is booted this block will be run, if you are using `preload_app!` +# option you will want to use this block to reconnect to any threads +# or connections that may have been created at application boot, Ruby +# cannot share connections between processes. +# +# on_worker_boot do +# ActiveRecord::Base.establish_connection if defined?(ActiveRecord) +# end + +# Allow puma to be restarted by `rails restart` command. +plugin :tmp_restart diff --git a/dylan_eckert/controllersnviews/dojodash/config/routes.rb b/dylan_eckert/controllersnviews/dojodash/config/routes.rb new file mode 100644 index 0000000..7a51f94 --- /dev/null +++ b/dylan_eckert/controllersnviews/dojodash/config/routes.rb @@ -0,0 +1,21 @@ +Rails.application.routes.draw do + # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html + # DOJO ROUTES + get "/dojos" => "dojos#index", as: "dojos" + post "/dojos" => "dojos#create", as: "create_dojo" + get "/dojos/new" => "dojos#new", as: "new_dojo" + get "/dojos/:id" => "dojos#show", as: "dojo" + get "/dojos/:id/edit" => "dojos#edit", as: "edit_dojo" + patch "/dojos/:id" => "dojos#update", as: "update_dojo" + delete "/dojos/:id" => "dojos#destroy", as: "destroy_dojo" + + # STUDENT NESTED ROUTES FOR DOJO + get "/dojos/:dojo_id/students" => "students#index", as: "students" + # post "/dojos/:dojo_id/students" => "students#create", as: "create_student" + get "/dojos/:dojo_id/students/new" => "students#new", as: "new_student" + get "/dojos/:dojo_id/students/:id" => "students#show", as: "student" + get "/dojos/:dojo_id/students/:id/edit" => "students#edit", as: "edit_student" + # patch "/dojos/:dojo_id/students/:id" => "students#update", as: "update_student" + delete "/dojos/:dojo_id/students/:id" => "students#destroy", as: "destroy_student" + +end diff --git a/dylan_eckert/controllersnviews/dojodash/config/secrets.yml b/dylan_eckert/controllersnviews/dojodash/config/secrets.yml new file mode 100644 index 0000000..f10d360 --- /dev/null +++ b/dylan_eckert/controllersnviews/dojodash/config/secrets.yml @@ -0,0 +1,22 @@ +# Be sure to restart your server when you modify this file. + +# Your secret key is used for verifying the integrity of signed cookies. +# If you change this key, all old signed cookies will become invalid! + +# Make sure the secret is at least 30 characters and all random, +# no regular words or you'll be exposed to dictionary attacks. +# You can use `rails secret` to generate a secure secret key. + +# Make sure the secrets in this file are kept private +# if you're sharing your code publicly. + +development: + secret_key_base: accd229676072d6641a39bbf2d6de3a2df0de51e65032e4105e394f09303086260b34715ab727ac7f301ad1a7f1ab17df082bc7ce44a33fb1077c28b4e45652c + +test: + secret_key_base: 6545d104abcd34a797ead701b2f36655a4a0cf01160b8cbde5aad3d0636879b8ee340ae357a647a220b60379d7523c8368f3ccb084ffbd135a058f8d5cd6597a + +# Do not keep production secrets in the repository, +# instead read values from the environment. +production: + secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/config/spring.rb b/dylan_eckert/controllersnviews/dojodash/config/spring.rb similarity index 100% rename from Tamisha_Damas/Rails/Models /Friends(self_join)/config/spring.rb rename to dylan_eckert/controllersnviews/dojodash/config/spring.rb diff --git a/dylan_eckert/controllersnviews/dojodash/db/migrate/20171205193648_create_dojos.rb b/dylan_eckert/controllersnviews/dojodash/db/migrate/20171205193648_create_dojos.rb new file mode 100644 index 0000000..08883c3 --- /dev/null +++ b/dylan_eckert/controllersnviews/dojodash/db/migrate/20171205193648_create_dojos.rb @@ -0,0 +1,12 @@ +class CreateDojos < ActiveRecord::Migration[5.0] + def change + create_table :dojos do |t| + t.string :branch + t.string :street + t.string :city + t.string :state + + t.timestamps + end + end +end diff --git a/dylan_eckert/controllersnviews/dojodash/db/migrate/20171205215935_create_students.rb b/dylan_eckert/controllersnviews/dojodash/db/migrate/20171205215935_create_students.rb new file mode 100644 index 0000000..47b454c --- /dev/null +++ b/dylan_eckert/controllersnviews/dojodash/db/migrate/20171205215935_create_students.rb @@ -0,0 +1,12 @@ +class CreateStudents < ActiveRecord::Migration[5.0] + def change + create_table :students do |t| + t.string :fname + t.string :lname + t.string :email + t.references :dojo, foreign_key: true + + t.timestamps + end + end +end diff --git a/dylan_eckert/controllersnviews/dojodash/db/schema.rb b/dylan_eckert/controllersnviews/dojodash/db/schema.rb new file mode 100644 index 0000000..2eca846 --- /dev/null +++ b/dylan_eckert/controllersnviews/dojodash/db/schema.rb @@ -0,0 +1,34 @@ +# This file is auto-generated from the current state of the database. Instead +# of editing this file, please use the migrations feature of Active Record to +# incrementally modify your database, and then regenerate this schema definition. +# +# Note that this schema.rb definition is the authoritative source for your +# database schema. If you need to create the application database on another +# system, you should be using db:schema:load, not running all the migrations +# from scratch. The latter is a flawed and unsustainable approach (the more migrations +# you'll amass, the slower it'll run and the greater likelihood for issues). +# +# It's strongly recommended that you check this file into your version control system. + +ActiveRecord::Schema.define(version: 20171205215935) do + + create_table "dojos", force: :cascade do |t| + t.string "branch" + t.string "street" + t.string "city" + t.string "state" + t.datetime "created_at", null: false + t.datetime "updated_at", null: false + end + + create_table "students", force: :cascade do |t| + t.string "fname" + t.string "lname" + t.string "email" + t.integer "dojo_id" + t.datetime "created_at", null: false + t.datetime "updated_at", null: false + t.index ["dojo_id"], name: "index_students_on_dojo_id" + end + +end diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/db/seeds.rb b/dylan_eckert/controllersnviews/dojodash/db/seeds.rb similarity index 100% rename from Tamisha_Damas/Rails/Models /Friends(self_join)/db/seeds.rb rename to dylan_eckert/controllersnviews/dojodash/db/seeds.rb diff --git a/Rodolfo_Valdivieso/controllers/basic_models/app/models/concerns/.keep b/dylan_eckert/controllersnviews/dojodash/lib/assets/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/basic_models/app/models/concerns/.keep rename to dylan_eckert/controllersnviews/dojodash/lib/assets/.keep diff --git a/Rodolfo_Valdivieso/controllers/basic_models/lib/assets/.keep b/dylan_eckert/controllersnviews/dojodash/lib/tasks/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/basic_models/lib/assets/.keep rename to dylan_eckert/controllersnviews/dojodash/lib/tasks/.keep diff --git a/Rodolfo_Valdivieso/controllers/basic_models/lib/tasks/.keep b/dylan_eckert/controllersnviews/dojodash/log/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/basic_models/lib/tasks/.keep rename to dylan_eckert/controllersnviews/dojodash/log/.keep diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/public/404.html b/dylan_eckert/controllersnviews/dojodash/public/404.html similarity index 100% rename from Tamisha_Damas/Rails/Models /Friends(self_join)/public/404.html rename to dylan_eckert/controllersnviews/dojodash/public/404.html diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/public/422.html b/dylan_eckert/controllersnviews/dojodash/public/422.html similarity index 100% rename from Tamisha_Damas/Rails/Models /Friends(self_join)/public/422.html rename to dylan_eckert/controllersnviews/dojodash/public/422.html diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/public/500.html b/dylan_eckert/controllersnviews/dojodash/public/500.html similarity index 100% rename from Tamisha_Damas/Rails/Models /Friends(self_join)/public/500.html rename to dylan_eckert/controllersnviews/dojodash/public/500.html diff --git a/Rodolfo_Valdivieso/controllers/basic_models/log/.keep b/dylan_eckert/controllersnviews/dojodash/public/apple-touch-icon-precomposed.png similarity index 100% rename from Rodolfo_Valdivieso/controllers/basic_models/log/.keep rename to dylan_eckert/controllersnviews/dojodash/public/apple-touch-icon-precomposed.png diff --git a/Rodolfo_Valdivieso/controllers/basic_models/public/favicon.ico b/dylan_eckert/controllersnviews/dojodash/public/apple-touch-icon.png similarity index 100% rename from Rodolfo_Valdivieso/controllers/basic_models/public/favicon.ico rename to dylan_eckert/controllersnviews/dojodash/public/apple-touch-icon.png diff --git a/Rodolfo_Valdivieso/controllers/dashboard/public/favicon.ico b/dylan_eckert/controllersnviews/dojodash/public/favicon.ico similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard/public/favicon.ico rename to dylan_eckert/controllersnviews/dojodash/public/favicon.ico diff --git a/Rodolfo_Valdivieso/controllers/basic_models/public/robots.txt b/dylan_eckert/controllersnviews/dojodash/public/robots.txt similarity index 100% rename from Rodolfo_Valdivieso/controllers/basic_models/public/robots.txt rename to dylan_eckert/controllersnviews/dojodash/public/robots.txt diff --git a/Rodolfo_Valdivieso/controllers/basic_models/test/controllers/.keep b/dylan_eckert/controllersnviews/dojodash/test/controllers/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/basic_models/test/controllers/.keep rename to dylan_eckert/controllersnviews/dojodash/test/controllers/.keep diff --git a/dylan_eckert/controllersnviews/dojodash/test/controllers/dojos_controller_test.rb b/dylan_eckert/controllersnviews/dojodash/test/controllers/dojos_controller_test.rb new file mode 100644 index 0000000..9481cf8 --- /dev/null +++ b/dylan_eckert/controllersnviews/dojodash/test/controllers/dojos_controller_test.rb @@ -0,0 +1,7 @@ +require 'test_helper' + +class DojosControllerTest < ActionDispatch::IntegrationTest + # test "the truth" do + # assert true + # end +end diff --git a/dylan_eckert/controllersnviews/dojodash/test/controllers/students_controller_test.rb b/dylan_eckert/controllersnviews/dojodash/test/controllers/students_controller_test.rb new file mode 100644 index 0000000..7e9924d --- /dev/null +++ b/dylan_eckert/controllersnviews/dojodash/test/controllers/students_controller_test.rb @@ -0,0 +1,7 @@ +require 'test_helper' + +class StudentsControllerTest < ActionDispatch::IntegrationTest + # test "the truth" do + # assert true + # end +end diff --git a/Rodolfo_Valdivieso/controllers/basic_models/test/fixtures/.keep b/dylan_eckert/controllersnviews/dojodash/test/fixtures/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/basic_models/test/fixtures/.keep rename to dylan_eckert/controllersnviews/dojodash/test/fixtures/.keep diff --git a/Rodolfo_Valdivieso/controllers/dashboard/test/fixtures/dojos.yml b/dylan_eckert/controllersnviews/dojodash/test/fixtures/dojos.yml similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard/test/fixtures/dojos.yml rename to dylan_eckert/controllersnviews/dojodash/test/fixtures/dojos.yml diff --git a/Rodolfo_Valdivieso/controllers/basic_models/test/helpers/.keep b/dylan_eckert/controllersnviews/dojodash/test/fixtures/files/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/basic_models/test/helpers/.keep rename to dylan_eckert/controllersnviews/dojodash/test/fixtures/files/.keep diff --git a/dylan_eckert/controllersnviews/dojodash/test/fixtures/students.yml b/dylan_eckert/controllersnviews/dojodash/test/fixtures/students.yml new file mode 100644 index 0000000..824fd23 --- /dev/null +++ b/dylan_eckert/controllersnviews/dojodash/test/fixtures/students.yml @@ -0,0 +1,13 @@ +# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html + +one: + fname: MyString + lname: MyString + email: MyString + dojo: one + +two: + fname: MyString + lname: MyString + email: MyString + dojo: two diff --git a/Rodolfo_Valdivieso/controllers/basic_models/test/integration/.keep b/dylan_eckert/controllersnviews/dojodash/test/helpers/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/basic_models/test/integration/.keep rename to dylan_eckert/controllersnviews/dojodash/test/helpers/.keep diff --git a/Rodolfo_Valdivieso/controllers/basic_models/test/mailers/.keep b/dylan_eckert/controllersnviews/dojodash/test/integration/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/basic_models/test/mailers/.keep rename to dylan_eckert/controllersnviews/dojodash/test/integration/.keep diff --git a/Rodolfo_Valdivieso/controllers/basic_models/test/models/.keep b/dylan_eckert/controllersnviews/dojodash/test/mailers/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/basic_models/test/models/.keep rename to dylan_eckert/controllersnviews/dojodash/test/mailers/.keep diff --git a/Rodolfo_Valdivieso/controllers/basic_models/vendor/assets/javascripts/.keep b/dylan_eckert/controllersnviews/dojodash/test/models/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/basic_models/vendor/assets/javascripts/.keep rename to dylan_eckert/controllersnviews/dojodash/test/models/.keep diff --git a/Rodolfo_Valdivieso/controllers/dashboard/test/models/dojo_test.rb b/dylan_eckert/controllersnviews/dojodash/test/models/dojo_test.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard/test/models/dojo_test.rb rename to dylan_eckert/controllersnviews/dojodash/test/models/dojo_test.rb diff --git a/Tamisha_Damas/Rails/Controllers & Views /student_dashboard/test/models/student_test.rb b/dylan_eckert/controllersnviews/dojodash/test/models/student_test.rb similarity index 100% rename from Tamisha_Damas/Rails/Controllers & Views /student_dashboard/test/models/student_test.rb rename to dylan_eckert/controllersnviews/dojodash/test/models/student_test.rb diff --git a/Rodolfo_Valdivieso/controllers/basic_models/test/test_helper.rb b/dylan_eckert/controllersnviews/dojodash/test/test_helper.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/basic_models/test/test_helper.rb rename to dylan_eckert/controllersnviews/dojodash/test/test_helper.rb diff --git a/Rodolfo_Valdivieso/controllers/basic_models/vendor/assets/stylesheets/.keep b/dylan_eckert/controllersnviews/dojodash/tmp/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/basic_models/vendor/assets/stylesheets/.keep rename to dylan_eckert/controllersnviews/dojodash/tmp/.keep diff --git a/Rodolfo_Valdivieso/controllers/dashboard/app/assets/images/.keep b/dylan_eckert/controllersnviews/dojodash/vendor/assets/javascripts/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard/app/assets/images/.keep rename to dylan_eckert/controllersnviews/dojodash/vendor/assets/javascripts/.keep diff --git a/Rodolfo_Valdivieso/controllers/dashboard/app/controllers/concerns/.keep b/dylan_eckert/controllersnviews/dojodash/vendor/assets/stylesheets/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard/app/controllers/concerns/.keep rename to dylan_eckert/controllersnviews/dojodash/vendor/assets/stylesheets/.keep diff --git a/dylan_eckert/controllersnviews/dojodash1.zip b/dylan_eckert/controllersnviews/dojodash1.zip new file mode 100644 index 0000000000000000000000000000000000000000..0a102771c7a982d34bb60bcd76e47a78a917ec57 GIT binary patch literal 408871 zcmbq*1yq$?6D}z!-Jz6pcZYPBgmfJ`58WW$A<`us(kY>IH_{DC34$~tau2BAkBZ;_ z-+OhzVx6_#dG~&1=9$?uvyXx_BosW@^*?vZ0O^}Qe*A(1Ljg0gF}E?&w>M=_QAY$* zJtNn^J0{mS2FCzX06m5Q1`GP{_S<9Vw;!W7F>^38v9it=84`WuBv*XyYDXVFmO4dy8I|%aHA`qs?X0b(1$9J25T~i- z%@C=r5Z*|-D6HU+AAR8B{gGOpGW7T?%?)hn*OpM-Hrn9@5K~e->>o<0&Eoa=af;=XTJp!1Sb5Ndo>~ zBpBLQ8=INj2>Se+pu5e9{NDvx>06r_1MD5>&Fz1;u<@xnm7d;#{zwKYDOr_~@$umS zSs8h{^|7Fkd?Tz}@`U%;D$mHO(E8EBo`*3bNQGh^RoWI((-#g%(hW(-LKjNW)2~B- z0EU4*KK&RZ4sr_s=;!aK{cX=?R{AD@@8JEu=eyx2`pcew2%@(D0Bo;!d#%Vnm8oj= zs~`VOnz_D{zP%yP%=U+3uh&*}^55K>{x560Ee&LBmS%?f4rVsicj(12w!#{p2{G`L z7upxe4551#!2vcIkuLhtmi4|IZ&)NP6$xN%@y)x}39N$f^O@N_83F=*TxW#pE&TqZ zQm!9PLhw1I7@q}Dc;L}sI|>}Ij^=iBu-Y=i9e#K{R`7ZVUm2GmG&+<={UvR{ z`m#vx#+Ol*z2`KUHPjWmT-yCtRZAMJ!G*{=W?52ZtRGvEM*PPYB~(J$uR=0210B;d z%vY&sG6gD@M{x1z_98NvUI%x(D$cfyV7NTv;@EeEY$|83_BU3;b`w?|6z@^K`bemA zIznu9@jf zkuNG;;hnun_G_2U=JrOJt?_F@uqYOeOif=3aMsurwJQ5|W9H+@vvlzwUIAJCjhWx= zk(B>~1sLiZSOV_Qy^2C3u#FLA=MqzMHsTT-7d}vcNR%9t^gY`ok@S#c8}$BOj}&b0 z0Gqq>Mg2!^OGnm4{rt%I#7c$a=z_S_Y9T^A>NG59nw{LEM-!V!eS|hrg{`-g>;)q~e;c zsObURyDVE;zRNvYf zVELUn4t`_HyP4yE@lL~^V*kn`-}U}GkI?=POTNw*?CA|{jEw>RMEsweLKsnj)W(P? za_ZG7xwE@?|1+e7Ot|$n`#p5E5Y3LI=f=DXjn3HfFChG$ti&+c1EF0i$(BjPIJu+*gw8$lVdNmnL(3Ukfx&W8Jo2_T(~ z|HALT1MoK@wRdo}1lXGben!Y^RsG!b-}5AfzrcB0+HE2=wErW*IVv?;lQJRh9AfSu z;_&Zb=fEmy@3Iy`JYCgj>s=LFb*u2scuBC~EA2y9?=gTFgjefaotvMCw_@+$^eAFJ zt}8Bym3!g6j5s;N23(% z;zN}?G3E2ZPq#kX5~)ED(rz|Mk0rwAy`;+N)5$I60V9B!!n43nE)|RjcM->?7uuG8 zlpPI!^dgTpLusaZsZpS?r_n%K?ZIo{X9Yskk$EMq*4#eaM%_g6{Li(0RRj1(;V<+F zXyI3iWxeB}TQJ#IUzf&L;BAYwL`9OS2q$`cx5c1S zxB8HV3l2Ua`XtazryV4PCF>rk?KY>?+jjCiWh(QO>roRUm7#CaqRLBgGS?yZI=%P? zsX6%hvhK+mFA39pGx)XfxE!)jJ_9-X@-M9UyYW!}59C490{b}2((_6 zA8Y;|g?_hn+&|WAW9s=A$KtMoI$`!FJc zwKSLY@H~?~CeH0B2$=R~&HScApp6`v6A3;egEwJ1i@m!--G+p2^aXuY3x)#B{(c^1 z%Ezbd$7z?o#ht!B9_VwYXs2w=*B+n9*C%qVHT_>u_}vFc{tX4tImi$IwEhnqf9CPO z%cJ<8=zg!N)&E+%~N5pZ(bO?yU^$PyauZ7^IS*Ta_A= zUirS0cG2zHhoD^${@BUgNfp`OcJdwjKNj%QYkn@^8u*jnUmbA5-GmEzE%q-U{%%ib zzrWht#^7#yyqlT+So+QLx8VbQa0hq(Fq!`t$YG!SwZ+KL_tHv3SKbh%^6P8TxuHoK z=PY*`&_=F*{+>_&VG&mPX1~zQZU4G^KYv)nPZ77b^!>9tb|o6d1>Zu10_Lt;vEbzD zlM}pk7%ZxWqN>JAbnY2RKEcSi7T^Y>R!k;OYQ{wg$D!VOu3NHDSOpGCVAkg|&8pdg zjh_)$yuZq}_8eB58%FP&9IMu|*EbnP$tcy1I%xaGzd(@qTjA}GqK%b}(a+Pvb;MQp zucf;`4kbS%+y(#$Fth<0-C}~D!2Y3D1S#1e2C176c&*t0+aH?6zz9{gA3H*O9x5G* z_FQ`Pd26y2rc|iZEuE9~0f7>r&C30<;ol9I@OK0LvE2U$ZvBI+e;4&%Xtn+~UHnlB z`XTSyt8ZZ!_CqCveXVeyVyMVyV{syclJAT(5oQi#2`>taA--f|^e1%S1@aqqyKeR& zU*t(HO_dPtFLH#cX!{AOVNitU7GuZi(R|_I6xChFUvRNxva4uVfYVVS%{lnj!K(JY z>e;pN=>3A_?~M9O)fS|01}8Is^LIA5F8ltZo&PwX<8OiFkC^{mzzvPvq-WP+cK;|Z zQCk06tokF!-4X-=Y_f2Aq@{!!v5GxOd6*hIb2J&1K1PK%+;}$)!8U-uDsZ@ z9#pbRJD8dG{pEDZ!0}+V+ycj!Vg)*9aMudhy$3cO2Lj*xUkd_%Sj_j0Tk5;oIQ}Tm zT_gC@+y0(4{c*1RRnRS8{sYOM!Xu(Vrwt;MK<5mIpg_^_1wCxX$=1$7u9fQQsj-%c z92*9ScOAVUS7%;l5azE1J`E*|3$e~C*C@E6K4ya@55SpW)~|6cVL`!DS?8)UpmEr* zYY-1iUU?v*NXJjPFN1?8Qre58O-)9oPta?w_wn9qG(J3plzM3l3Ns)5!RK!q9LQhI z_nq_dd*6w9e;wgi1 z?~GC4ROsB&YA@Su^7rA|HG3O1OG7k*mph8H7S8JVrKU ze`2R(rXwY1j;eqgS6JE$eUqe!s_9eOfi~{@3+BIX{+EpFdIvyIl5$hk*#^1xPXw$Y znXDn0P(4t~{CCh%M8F|J48o4$o%v`bBR8CnS=3 zhj7zGtA#{QBGutDlV(4Y;;j--`po5iGc3UXDm0ebFMRq4n{pKt)PapxGR!r$Y$EkF z4wmdKQk~Q@ImX(Z$bHo<<>cd!kPhRaxq$I^XQIV7#kAx7dx%XS9AJNO!QZh!y&b&2 zV`1@+E`LJ77SS3Cf5RE%B9EI9O6g#h{}1fNWmuqJ7JILA=rF zg=NI1qc`|EKP;E*0Z(+N8TujAwcFugQFj!8wmtES3H+Y3{9yv1zMA7rGv~H@IVx*g z%rRnkPL5}s!9y3#xeLn}sq1PK; zE>%Tc%f+fG@Pnvdr{xCLh85kRK8f(+FcEp*-*t>KeCN3=gFh1mzmooVNh!GEJ{i0S z!gE4C*bO&2(RY(Rb?osw)^!%?4<2T`3|t`5!Tb7xP3r5ezoKj`rOQ**qt8(ztf$Dj zZ&?T9nF8Elm4i87g(9~(>-X!y(K@@hf{$uE3_EsKp4y*5f;4Memv{Sy;4Tz`@$T5I ze}uB@y^tBQiDqBy>b-PiZoz1sMpy?ll&pQl6r|J%@;nI0uF+u*2Of? zM;`XJq3W(cXP^=xQ+n^urz&5_$%kPrRqpW4an%gT_R6C8k?H|c=U=f{vpOK;S8SmO zV5Z9KII2;hiqb&Dk4GD!;|X%tpXdy&vVJJukr^_4CT+qKC3iMo2;F?f?Mzitm9Ge+ zuxs^6z&rc1zaJkt+#JoOmAG&o8*yzT?NKO^z6~I%O_*Tb!>!CyC!t?}NH#d{SQj8L z?xHi`eQhV5hz>o|AlFEQyxnB^-97#wJ9}H8nYGDv9qKk$$SU;9wKJkLZO{aspa{OO zFMC34CnP}-y}Zc%xwb-LXH}b{i1I2jEe8{(tSKrfE$xFgCfAc1N6gpgk6#UoR&J#xqaL$w@<9|s;KD!F`$mO7>h9*GRmJBtyD<}s3R zO503#b+3>{n{}QXyt+ZN@Y;nAPj)CtLu8`9sSROL{za7C!Amd*PjP%$z@&R-djD0Y z+n5Sg;q>{sMU$cZi$4F{v|HUut^t+q>0l%ZIk-oz} z{PZ){IL69a%rl|{?tQ_mn(=dzUTcQ&fX($4B$k%2h9;G+(oytOc_=44ezh3W+z3Yp z{;(^1lx43e`Pf`dY5sV2cO(KuTA(6WAS@D=H`v3Wjl^4;u(~z2Ml#imLRJyhInJ$= zs%uiAOz?#998JhyuNvd2JIv_CeEHnv8+Q*EmuFZf6fSG~0AtoO8rb}X(CPiWnbB?m z;i-iM?~7SS%`S`wM6y)b+E)A_oH=xU%Bx4nWo1Ne4-eP38!a@?R!bg{zw(}16R<^j zCm}SaV};AznaE2`xI!ZBN>aMARe(;0>)0b0k`)<~}&xW-i8;)wovJsj0C>e>*Z<(l;+`&Xm9pf)8La7Pv25`ME33PDqUH4qg|f zcLvkC#gr$X=}2h5lsF+*xQv((&LKV*h!(H*dWB+xfg=!IbHwQ&@a}xPTcW5r=ANj( zWjosCF!_pI{F&EY(S4)dp!fA!Ylqxlp|3q~%fq(55~O~lA0BvjD-Gp#fC3#Ue~vBO z=IOs@;ScV3`gZF5{rGb2%0F#MRTlJ3Y`2)N9;->Huw$u_6`U%i9#Are_B( z9O1{rdi?dKCK8Mo;6ejZ;)j3rW9&QBU|?h8@Z$`A8-KciX81NnjC&(|@}GU%RicmJ zv^uI`Yr-~3fQ9ePAXG6SB6q&4Q)0f0W&Whb*ep9acH|M zWGu!Swv4>KrPk`z(lgn_Ngb5Z!)+@19mgiq=8Cn!n@|;?G9nOx!C?#vfCS?SXXvQVSK1IZ!r0eqqzB)R#KX{IA&wSu}F9|nA za~mHBev{|&t>+*pg4XEpuj?eZ19cF6>Ko|W1L%J&^>#HiK#@-#6vY+}Y0}X`q$K<$ z6tRm*g9D&_J9d_(%~z&d-&F7Ky{?vhUXtRtxAut-+r`_xMut;ChTY}e2OCwe&4Qrg zkQ#dl0Xa%X)zoN{j4p{~zQNfq19FV-G~~tn&kzhd5ROY69oXizQrQh2Y4LHZ);BgW z3*z%JiaIX9A`){3lr&ABV2Ghw78mu2coSgLYzkKwvqHS&`fNU7;5t8Eh|)1i z8ucaRK#4XT!b6YDfXd#y3_M7=O!AbKu-pj&RT$CutHF65bBbK!3-?u8U+iPL1@qxo z-)>Urxw39aOpt+7{?c0fJy_kvH2`ZTGoX#N6~OwZt>2#fQdZsXm6uVZ?3GY~l^PhJ zQkD2mHFkWBT8fT#kX9;!L23{@G%lCAfK;*=RKllmSqH=$k*^!6=B_eB(&hxw#=%Wx z_k2G9RneRnTvzLSei+8xocc?}?uP;2TIql4O+QKT?*vP8hmHLr$_U^Du(YxL3j!}x zTCL~VQJODk?(ORz{NG~)yD$T;zg#PIA;$GU*1p!K4bZ`&wABpyZ|+dJsd8?!?eUkpT^8yX$FBp)@0tvQ(5Bh%_J(z@BAIL^^@ zHvqaC@uDm6!C*1C-q_R5{Ya$6jr(FDrqUhIE#sTm+a@x8h9Uwneo^OH++R2dV_($l zQa^!+RmD=^8lo9<&qs>i<9_~L0M1P2&C5E9;CIC{>xVX3D|nNV#N*?J6-pRG-Y#o8 zy9XGbCigW>=ihHMU6ihvJUN9D;sG$uVUc7NeJ02AMEt5@T2nVOZ?f14t&JpbF7BFw^yHo zGIZW9z6gK2pCJ0}YNn%q;9D_55b>L%mQo&k5v>AD1EQ*Wn`iGB!&DE5h;3OuzL2413tO&bx@V<$Nwn%d_b`bed8 zahFFT_@l78S&dH-kOEFGvVmy?4JdpXvP#pZWFNISb{iH6A4=`#$R!Sii^bv+M3Rd= zN`C4n1;mL8#NH|NLxnbDawQX0?es;6PsxY87Y;uw-+FMEH}<;yi?CX-O~M%*#M+ZI z3PGaVij&`2Kd0~W z&=U9RxZkCp;Fv24pcThZD|7(5briP__x92C0UM`iXxzw~=p6Xoa6mI=S;%obu}<|^ zel?{gJWQQ1g&*b@%PFH}VHa=P1C!3)5Z7o&UYV~OTAW_wx3{;X*6V6uf69B zdN<9}g||0hd+!0nlmjU5(tx>r`uUyFerd(r#S^wb8zaZRb-L43=dAHLP(1h45L01h z0-7H$!GnwGbIL8Z$U^kPL6Eg3&k{<8zkVP8UP>|SoBMDyjVpi#TI22X`cUfYwAb_0 zR*zrKPHswx?pi8x@l1scu}plT$iim*fK#Il1y85uR{A>c(b}N~zOW)6V@*0u>5Qt3 zb!YnO7&N&Rm0?8CzL)CPI6VgK`$>Y6q6e0#Mc}+^^~SX>XW45g!r-HbN>7S3fKPET zAz--kH+hC6)Xc%NpMgE~;g)9EFc5NVJ%mO#zv({aT)QE_r3?lFurx_ zQfe%7R|zT~${L!ltDIMm_82Mf+gh4V!o_3ay)gM{V3jTvCXovR*>2VK1Y1gn&xX0I60+mNM?R;O3z8jmdLZ zQYCf5cLPL-cA5v&NbNE^O`SAFtP+h?LQ`Nt${%WJ%b_T!u2RRfl3Jpui_mPOzhXDD z+>1GpOVHF5eyD3~qQw0{GdLC^*}{)`xY;5aBJaX(Zcri9ovgKmFxjeL{q?p?PG(HF zzvC#pB<#u?PtVH}^dgGm*%35f_*61`6wN@|&L>I5Ps<0BxblnZ9tuQRGnCroeK^`a zSySO^Zme&7L#wO3q$Mk^ixACU9`V*{X1+%_lfyhW@5Pjr3{-aimV=&R4}z*ULXVuP zPuT|R7M2)yKgBE08ERfkq_eS&q1+RpZ-X)_$ZZv`L`$q^Ov8{;o=e?_hfOo5hfvxT zTPyqW+P?XHX=(4+<(mQ0WzW!qUXv{Zh2;k!x=an$(2e^g4`F7v3to(RKQ^DYID5L( z?-Yf&sj}cRw}R0$o#`(fcw|<|HQ=xsQt4^yNp~819{yaiTB}clGk=u1%ZYi>t$j&l z954P!c%|;R*GWJ}SFQ|rl0EhMRt%jIMYd!E#y~;mRmZAuWG1vGW-;J%GscWa>jTV1 z5AKwcC{j~+J>!!ru!aI^c9S|Si#S^A6(#rgJzmaf5e_jUo6LYEM@6@Eya35*H#NA5 zmnuB2Tyd(3GGkdEQ_)?i^=T;AwM>huLyfS-)w zll*PQcN|Hu7+HaniMsjnnOGBfQEn41hpb;|EU-1D-?HlA&X zb$DEY>GU{ytH4SFA~wapRtH#wQTeVXd`iEb5KPC|RwgRhWP#*j|A91ksw9^LlAa#a z&T;jYI=R)`uUQ)Y6fOsGXaX~;!c%htQkL+ahBoTa1xu?NMq4U}nX|X)Cmb2%U0Y44 z&O+{MA*BcQ;A{u#RZEBA`pG|&(1v(|n95--)~%G(QgQ&_ujY@6cY+ezIJP)*FEWi6 zFdN!$W35WIr8H60nf%F_pbgRGO6`6z9z7G@#upyeNb}Rd32NGYZ0}q@$bP`_>1Y*S zNIG{DDa_g__d`gQ9cL_8B}Y00-^19#!w38Dj(gDN;oi|M&!@bHB~pRsnJ7hmq32-J zgdR#quNH<`dJC=b5RoNUkP<=CSaKUtvEs%!QG-u|Tu5)!zoV#|f zPRYl|eRK9}>5g%M;3bxf3tGe`=4G0~$+JQ=j8$=t6pwwCKB;fUZRbOi6p*DBLM{%* z({0SzF%UBWxc6`xR^zmX5eQoz(DIXdtDm$ZZ5N_9sIE&gL4i*|nY?i|`g$@Vv_vCzjrJf`6QJyojklG z>_CKcV3TF5b~NNH7+<`!CflQAp~+o)vAO;A$-zQUV|MFH@`(8q&#$iQE!jzHh<3~h zw1H1~;s(erGK2?W4PfJDd3LvvY7i5jMUb#zH%923b;Ln>#1;=s1yH_tS|}s+LC$On zXt4S4`mhyog|$m?4-D)Q)T;PmDM!jvQmPrE>r_=s49p>tit6_fQj5eH`4(u%4$FyXe*$Ib7aieBWvJ^Mvh|d_~ zH-{^0h=ub@=WR#|3eE9uiS8ix>xevz;i`t;jE*c7e6UwU7YLtEcl_uxx*+Qmx5Z9R z^RbwJKy94zit&O<4vK#2YhQ?mgFdmon3mXvpY-TplY|}o-VG<}j5`x#Z`6cfesTw| zsj7UP^E4m(w2$4ikhry-V}j6go(2b3Bvaxd-SEg+l>}*4WmBVFC1zM5lxW!E(nyXq z8S-PIe-#p}4RvMXVW!khaR=RQL_()8avgD6KazpzUW+{E)_yUD)jRSlAx{tA(9{+s zfuYp>L_~=34yOH@UJj?nqm2bp)qR zj#Jdi*f}rrL%uL~k?tZ`W9H}NeI`JEVw!o6LMnh2gApi-k8EeUfWLRqArM9#1ekO& ze;c$DF)?~tt9VHC7H5oM^R&4OBL-$(BE3e=w&IbnRRk>{XOCKzF|E$uW|PB7FKJZSGjQ(JFiNiDwt*ix~Rj2GS>SRUS0L z%wp*ed>-1O_Pui5oy--q?p9NbeYEI?PC?-q@ZRXzna23!7tckQ?rwTByE1AG#kcg_ zK?JT%X9(B+*RJ0Z`T&#zz61H-wg3I^XGJq>&~-9>OEb5hvtGYXlHT3x6u9H8_=~7p zmAPBvZn{7KXy5<{0RHgu+b@%i5JGw;h#`EMniUA0jDyr7*X;YiM<%m{4AT2x!w={# zu4V>OI$riG`?Usiv^N+HrgdUp;|xgZ(8&ay$ESas$?pc|mkU-ucVscm#*?$6M7MhKfUUN{DTdHg;?;eQ>rzQA*;#sC{Q_qdtb2Oz+}%la zUm`O|A{vUstSxbwEC^QWvjnP`_)CmT?EYQ2Si^vLzN8|JRvu9R9MP`jV-+bk$cXll zQQGxF7}CHeL`Ph=aWQjwG?>Nmr@!XUka!rn9^ah zeE}%xlZhW9G-U>WKkq+y3oDvezR+gR;Lbj8DE@^hsp^7FiS#m><7$xgwKu8kzZN1{{+kIJ=o?x%0QC(4y7r*Kwd>(f`#T`_jN-GthTJ)06%)6T zi(+$()ZwF151JMFsJu`glYbtcdoCW+Y%T(E?5g_`&q_dMF$(Zmv@t2}qY{WmuVeHy zDQm$W19>su2VkPRZ#RDOuWKkLZ{rLaowmR-EY{H$msS!W_uWtoXEbYO6Ik6aucPk9 zT}xh3;x(~+C2gocVmptDB)VHXRjglj$%Oxk0$uXUHXkp+XWzyR3Fqq24F;{pxCRDv z?L&(6XJ3Us)j%U}i5>6Ktl4;_KWKU?1zGAJ+2t76+L$w{Jgp3!o`5)5lR;Kv0AVFr zTHZVAeb#syBbd=(b8WxQrn&Z8Alr@mS7d*g628lR4Q*^J%mDVf_5k1y?zjV3Sy0nm zmiZm}d-%;Nw(USjiC4iwlth+Nq$DL3va?W5 zvPm(DtI6r>(caWtvAgSy-4Q46B$a~DIr>-c=KODVXKZHa008RR>I3zy0M~z6+L)Mt zI*oT>G{6MkCWs=o!k>TEsx%D=%kBoLiTd>UjFDbd)qo5d&>g*|+;hJfk{&80ZW-dy zVL_w{c|goij`}@n_ZCXRd`$jwV!ON%Rv4{ZvQN&|Pr}no9!KDb1C{0&>mad)a2aMN zR11ZbaO+TsrLWu;?ZV@xjjY?ZQOX*yoyFGQFk8<-i)?cI(I5WfVSWE zuMpf-Dg1@t%&d(qzmLt|<#Hu4LKZhHcY%rA5Q8PvSK4e<-d<`EWw_jRU|^d|G$)I2 z`MGM&GJB^%lf>I?%sqJ}38e}xR*;H38;+tkRKks@a~gdL;>4hthxnMk?ObqoVF6Ko z@|l^x33h?B4o)(p==;s{sum~;;vV&@)Xl{ltTF*xTC}_Yq_HH06P$v>A!liv+Nqc8 zP|`yzvJIk;uw^R1<$@ zdt^~MF7799t#g0n(}LpWpt;u={^brW?+4){3aE;Amp3J@Dj}W;Pmo2X{;O58|2N09 z1~}^)Upu9<4bVc@2w<%5Xz6g*hD+jPZQflsq0cc%kLO{D>z{0c_f3J5Ra2Rit;wKS z5X$4sY0?#3rByV~(Gf+TadJJ7Up!6f?ZDngBPJ6Ih6*P(kF*61T|}Su*m7hKgR7gC zuYs>xLWWQ3&uOt@+q%y_BYs$O435Q95gE@r0;+80D#E;Kz_-%&+1N#wC?-P^e|djf zr~`G8oQEj9W4|y}Q=pan7zU;Fi#5NdM0CkRsvyObbJIz7SxNKb25t*@aT?R?G!3f* zIe-HBMzrQ6duFV9EEIN(okFp3b0#lLeP9n9{!36Hi-E1QCt>wXi)@`MDPVUb2#cTj z6J0LYSeXKRdTzX8BT>yIctk<*t5TU|MU~?W+~8fK%iN^V9iR<-pFwt7(O2(w)Ht~F zOx3*L<7&6!)yv==zeW8^G5I-@@;;moGgP`Pv(Rs&v3DwVaPQ9sy=I<$t<}yR+n1!7 z6tHyo7A2a`$xJ)M(A`5ejn>a?pJ&`^-@cNWZtel$xg^jOfg6fhb?O{rA6z_5>ubWN zT}4U94qG`cU6mmhpexe1oy{+n+gKyLL4>fa8vbpOrj>;d-npljQ@_70%$Y`7x^ z(1i!A#1n^OlgTKYSZR)xr|Ghp(N+mti9N$yVu{_jbvM&@y!jHYTVl+SL2f>7 zsdLa?7P);CNE;B#BXYoLxzF10$b4a6p*t}wqFOz40_)w^?#n~vFywZ8t!K!uLus-< zq$-XiIRG`NlSA{Ka&V&7)yRTtnY|rg39C*0(ley%SPDFChyIF}j{ok%Wk9Y|^)gb% z0+sz2bINl!EdD89MjFa75lK`f=r>x%xoUXoyl1vqLiQGu-ae|^x!W`YNafG$EQRq_ zS9gb1kBN^1pg0ts_J{;*-kdA2Ey{w3KrH^V^?vvH4d)J1v$QeP2VIr@zqqb5X7cTs3_#5F9L3GdASxzA4mBzVhN3l*o2Z9i-EkfhaHnrkA)w4;7lRT-REl|q z@a@9W&v;U4SRqO-~S_IdUV# z;QT_jSIFxH#V%^mb$S|}7%u3;lSaOWMysTGGlbBGG9l@9;Bw?{qWl&LS9zItkMogI z@~5Dgbj8Vu$0@od!}E3r+F1HkZ<-HlEN7Kols#=x86FBKCMn}vqxGMBQ%6p%ci*k;Dg@Zlm@9)O}PfsaW`

9phYogC78nM~Oh<+pm4bufuW5sL(HZU(uDiIpwlFQ0 zAlnp0vKo)`E{t4rg6EI76`to{KRk^cE}gE!RG1uJUF8yR4Bi|NJ-!)cFKa4B(*Wt- z?O!AKU1Jxvj#m125Q-zH5xaKNh|TML^b|*IBr5?-bY<|~CYDvDZROyJk@8p%32h9u zRRAl}jj-nX!5DDN1y(A16>l+%-79oVs zSysMoc^%`JNfCH@k_x0WJ54%R>Wtg^sY@nLEd$6`|EZZ2OK!v+{HY`=}!DDl5nyy#tX8 zn%Pp{!D+_c){u*{JC7F@olD7cX>`uU8P>NmHRYlN!EF3--lKp z4(jrWM+^AwGm2kzu`5X7g#!n!il7&Y8noEcdPa zwpSzz1vzj;Tg3w7V8O1m`yQ4QizABFJCWmeA=PNhSyJsrc4!cFi3_IS4tbME_~a)W znrR~Xy>NUq_vBhl6}FYkJ0#CYK1kAtskj54&33^xRb2Xhy3fZ&cqWRv%w}FjoLeWZ zV$@v?oUt=mAU?U&3u<gGDEThO7!kr)CT3IXYG_k3^YVeo7Lcn?5T>2pUpaTb>FI` zW2lBe^Ko*Q|pw&FCSz|Eg`opxW_JMhA7WJ=VLde zFN0O}hOm~g*KzZUpe~vWK2*nyi$8-`RBS~c@R$w?XQ*U=@{&gzEiqQ(QR^<$;E)a3lY3f8$4sO0 zF-&tg7hEGXx8=FDvP7U*+m@5Bds#$$(im{DG=-|Uip2EZ8w$};NzHPiUz zw$6`C!yaG=1bqd>&zN+(TIi^x3!3Lf@gB~vuZepTN1|D4lwehE?TTaQuHKy)9+RG< zOuecuq&oItZtuNQT*Rl&#PNl_r3ET2beRj0Xi~Cd<~+pidU-}gZiQz-?s(GRwWHA9 z{vHp>_w_UTJ6AERAM#jbA>wmGyxpY$E*nCmulq8Vx&{)3CrwhlClx_fR*#wo7|uf_ z)8lStXGrewMOwI#={F&?==*Tidy_8{+b%>$%sumHA+A>w9X6T&TG5^=--d(0g6OY& zj|yJ=aSD~4s{@PhYDRsto=-(i`66=9kRcGg92Lune;oXBw$mW03fQ`iA}%9-Z`hQh zDq?OGyc-Q-{t;sP5!q_#z$>#H|0FQ!ngWl=PY2!y6zpfI+(ZJ_rV089ZN3#Q)B`hV z*qpVh5E2YkxT%})BN}Q`&0|uVvs4pLDBTTt zuXtkBc^C+4Fbh?Cl9Q#X$u7FWbl|DDRcQ2$vWu}IO4&4aa|=dP3Ooby#&{Pey3D0z z{gm94;YzF)k^+-eYihJ(? z>n>OPK1Ti{4&P3j=z5uue25SQN7IxYm}0)TprZlU7#n-K{ zCUFj0oVjI2%Zka>7=;ijqZw5Idl-AA0Fj+$z~ z6LWSE7_sFbfBH$JPBvAQDl=yAbLIzWwV|@Zwzuo$NcN#p4=jZ$d|j5pjF1Ys^Nr3} znda{UGLe#j6DsN0rr5<_0=rm^WxFddGOmssZjK&tax>KCpjAKnvGVWPF2!%x9}#b7 zyG928WVlcNxbaB!+mjD}d-C?&n!TN+nFE038i4DYjygYt?Iy{~gRY0P?B-Mh(8f7M zVToUYYW0jS5_idr>P=%)v^>GTG@509ofee|eAf4lw(Vt2?4RA`WZs*)(G{3odV8fgE~uqVVF`=smPGs zP@zbb4Za4^N&j?JX}gjMRT%^Njcgzj-Ci!Xzi{=i0O~fHDY3pLT(x#dLR}wQwc6Yw zlX>^1W;?Hq3j;PD0F9yntI-VKR@sgd$rZBH6?XQ42{J@k3O(lH`W%?Zn_EZ_2H4{VJpdvoogyL)n0*hcGVQ^E;eVtRJ%i-4%4-BCRW;^Tayp2c4Alr!**D{cxZ;ZSNAnzcwqjOiyqPxL{< z#Nd5R>^6lY&=9RltKe};GvOKvRk+%8=I8U#2MD_SG{e`{XzU(btJp{9X@LgUq z#+D;{9w=lwcfz-g)<-)=9_c)po|_>P#mz+fnQB)0)CAyNQq!z zaQJiiMPgRBj$m7T+Dedt$g(9<+JxFf6Z;|%>fGzOzTPuj``|FE(1y2=HYnZ1yI5QV z!LKl-8{#LcwdBUTG#i$#-a;%wL9}Y?q4mKdUd4oZ+{9g&Z=t6nAW8!xxZM=|*E{YY zH?uM`0fO#j+_>Adhx~cR{dWn!vsNw-J9#nx7hNh ze5;6Nc+kZ({|nwu-d24>bW0IUd`;AuxmT}yv`Kn_MDy+Vq|>RLL(EIx5Tl;JBR!S) zkocfbFNn_~@dIsYWz`9W2l;&}o!W(Ub1(|$eZf&_Hn6(66eR)pR~7}#s_J*c_e-32Vfk5}i1x!b!e(QNg#HI_H;00l{7PiW*xw;3ZW5RRpg3?DC z5w!GV)U6QbXG#YRaFx5Q$ootLL$(NS$rJP((goip1}qU$Du@sx7{13fB4OkbgNKl0 zMdF>z6m11ZcPvMigte-oqpFnC;xz5Wtq;hiDDitGZNybp2Tf>qot#Z%{0n9O=s)T;I|bAns`jLW*dFFl0YZG8HRlZCLKBE}fxXcP@pd zEGur{Y@()>!bmUb>KNS`3Q!+=9jNzSor?0ElmWEwrMePIa34hGdu(=iM_xCR?J)+c zFHyd1+AU*}Y^ihb(d0vmZ3<*GO0zF@#g5WPYcpk0>|r0}k2RsHv=-U*nzqQKX@JU% z{szZ5Vo~ya<&+7+eda|7oM(N^%*k-2G$h>|<$b$S-7Dc#HIC*7U!UmZcDxufhauSh zgxcgzv`22N`NEzGAjJ`e>Hb;?k_^aM(5x7dF=46MLGumck%PtIK2XXHwaB8`M?AE! zz>JgfnZU;>wn3nHKko76aA&ePy>>>5TYck#=il1IFMH!|7)W0%QsJ4+ZF&|^s~5j zJIAn!V!AG_iC*w^Ce-$bX?y^SDL^4)rA33zO6)*4(05l&?|tT9&lB0Mq&V}9Wlz90 zDu0HC{2>l^KN^9Uq!_>NW1qqBf$aBaCgg{)(TRjSiGr?t{h_4UzHy&dtO7X#)J`-08yDWV)bfSLsZ#3eLA|UgHkc6Q$8g!SIHqJ$0&+?$9zDt?+LCQv^X_<2^NU{K)tw| zD`vN^r9`M$+03z{d@I$pD_1OlHh3-j1p-z&kTpX?PaCytGboFZ@_?2lMj}4vRl&!T zIcE&2x39o!<=La0hxwdO2|hTOa6Nu=yjTx>U9HXbZo1*|9QSag#+Mp=?ezE~?>UuW zLDMt+(ajnIx^F#TCouK?Ghc@(D+8k?Q-rDce!^Ul(vo1#UeC~P(>0dxfG!{5MqzyI z`wO|@*qw(|298x45z9l!?{es}oZ*tW>dvr-skW6DdLl&dfr@3}xhH61Ev~~(mYpT6 z>GTT^N~BT2KW?MxV2Be~9~t{4K7+V-ETE1C#`s8&qC#Hb^MU_t|0=If3FUf>WY@_W zsXy~{RmZnann6y9 z4PH;YNNM_aP$b36M3PCaHZ61U3qKK7?>r!+tbNXQs5HSC{pn>lb$EG9YPd#gU`&Ul z(71_#kq*CV(Ng<^%LqiI4YTy~0>BKc%iAxPkXqgz8<`Zef=ct=fKb`y;>TafDz@U# zQnAbOP?xfzStVK#F~N0$jHBH0`mEJO=l&0IUjdZ$w)L%qbfo^R%d*Rt!-qO(MrXE-o9991xbP!Wl$xSW^}@ z3ptq=kT>I~C8KH;n9l{5ct$G`~{Q-YUT96rP!^Eg@NO+yBkchziXW> zrA$`D<@@o7283eC*B|06UW`EU-hJ6{IK1B28OI3=#p-v7_L?lx?NX7uKyb#G($5nl z@tYl(jT(3=vi4$@FqV?y;-yI&Zm*}Hkm4Fi^jqvUq))WR_YiwM&1g+-19Fk!8Sb)> zjI#BaXs$Gtdlz_o(&SEug~R&sH6f=#eutXb%D6Gfd0S`jX~8r;d|+Dlyo>Z5w1g}L zqP*C0ndywi(oPbo9qKVPh!4W1b_!9`BY?0wUHtY|%PE+D<9{+++$$1d65-K)RK zFayX#ZTVZN?r$BlOVy+uL4w?RqPAK%6bK-UA@{@?t*)6jp|EGQX5sRXfQ=zi3Iu!M zvk|qj+>M(@wve((hTEjRw|?W2=sUtM2F=`@52l+_gZ#|L-KD2-$2_QxC)>*Ti9>5A zTU#JMGL5C6nO34oz_?jVUjG%YvkiGuRjY8WYayit3_dHM(Icda%s1ReP&7t!4!n%B z^swS3R>Y#A{EdCks!dD_48dYTUUbz=YoX``1V0}7(mF!vIoTJKGp`JpWs)OIpV-QH zmZ&dof_0VewWC~&l_$sK_J_>Nj%@03W%eYKt1w!#M?c&!0J~{#-@#f|S{ppC6^S~e zSkQ5-c4tj z?O+QK^<(Ow=?WaDS4&%1X&BJd6-b&;D@MEc5srhZa)}hvpxdlAWUCeM?m7!T z)MC;!gBX9dbb149o< zCyih1UuxLJENW^5ysa%AlG`YR+|}$*$)sBSKrTkmU8^tX;-5W*2D!ywoJf81xVYeE zwMt33$Bv+pM|&G@4}R6;OV6yQ7eoR$y%|Y|0BstW-5fESFXr29pRe*^974mZfJ4s^6ydl~O$u0oMuMB3Y5EMn!*|(#ke=57#eU zm})PG_PA>2Ls!Zgs)RDbRJ}c11q1MavgotADDK4a)6>gOV=#*;WOco3^pt6reEJts z5{*y}qohGbC(3meeKCEitcWXhmT?-ZlSJ!B_D_YgIpf!bChVfDmrl!-b-8BeZb+Ke ziV}N5QXC80?u}`omb;#RG58AIx3P-oy6`?DR9>7$;KleGq&A&?_9|okeB76iat0`x6XZAHHtuk-8i@LrOvGJ9?I**}Uw5ztd-D}5L%hLvK z6;RV{7F9X8+~Q;0vuM-k{Ae^#-!3s?mX3zG;#QInRFO9ChK4()HZk25-#h7orzxZE zF=F@Mk{v25H5w*BA!m4$KR?@ktmpZz>x-57FYb{)TZVt12Kt?C`S9ug+=~7?H`t#j z{B29GpT{%5YYFf`#!27N@|RHNpPf^Gzmx9*qJI$hFUv^$;T`uql(xUL(tm(b_D>CT ze!he6ylbE|FUG(9)xSI;qkeGhe^=J~@co}%RiJ-A+<2LwmE41V9vX7(YgpTU6hpqt zXp3T0x_~oBTR+2{onZUOdGVSc3cW9%5?vH-4^sClYAKf4hx0a9>xgxZ<%1Z2BF^KE z<>R3}p3$KZ?IniWF-wnZ(}ZiU}b6Ok$F`1l4*gwzthXxg+rq)<3!gL*U)5C zGBU!On|as=J!yo7VeI@Ef+j|N^ibaUMs>jgalnB34x;URgxgp;`b@pW6?`bfq&n60 zPL2OX7+p3_3^~Hnu(IjMD*J>m`{^Z=hDu&NbkD~GA?#t7eK}PKnUZFF5M3G2V>^f? z7pja1-~fgvrlkzNg@(>h+j^1ppN;_ta_^~#>A;hQ58k1A^~wbmZl3$v3PXlcwVBUZ zgBD?nY;$BKjfmI&M(n0zNB9#!l?9I?d@+|!zGDg$BTZ4K6=FNrnK9X|9B{0}FqNT{ zO-hQ8_%Iz~4=f-Lq#NxVL{hcYi3uCT^9Fx2X5*|0&I#;5VK|aUwzW}OaSZJZEH=c3 zjmFazyegCsm2n}mgLtF5=!7@|B&T>wqETj?9Pj@X`{T^`^e}}7rI9S&{eeEYB^B8a zOpF{ELXbWhLu3TiL$ ziN+U!y>6~{c5L|L<7^NSo>j&Pnu0}<{__(c(mAhlvn%WET zT!JC--Na4y8=Ran9OwL6G!N?SUg5)MRdT+epIbU#2L$lAq4};c-;Ed~#=pA7{#ps{ z)F%>FNE=qRKla=xzx+$5Ffq(|SqJ2i>)Q_RVCoC(Wi9Ozn)g_lU>`}N`ii;ro;2{9 zrTHDb>$*ownLY7(66b~{q(5|nv_gCobZwKf3T4Lmx@~obw*!-}1wlr@0SKQs&YVPX zudX9Kb(C6SUVL$9{UO-U?4Erm?b;9(V(pT%F@&Ht{XKv&v{R56xMKKW>kY^4_-4~R zn%yJ9C+Y02S9nT8HwJtiNk@ql7V$wGZA{#x_jZ2I(aYtnod;A@wvrak)K&5v>pX-P zv!qOOZ_xOFVN|V~waGw#v{xaL<=p2~jTp*L?GN!r>WEsO)3p?f@r5dFa+74|c2R_^ zCCfN4CA|A8IJxzOj4X*x((W9^O;X`14L)9uUE>JbeyD-yE5g&4`dop8czc6#OCqB^ zqjbVKnV9Uz>yIy}ZoZ&s%~}l@uCIFf_W0AZHaYIuclEMey>6|6lIyE@L%5iSiXfPu zMbclGuP2I%6r%`MLeS8{U*W7YsS8yxaRN>&j%LPH*4OvGDA>_Rve5^(C^*!j99*S( zyKeZ6pvv3}8jcJhjHlUVkEilSJ#<o5$TNfkN4nw{4P_NU0Ep*0E6(h1!g~($fH# zSRbrP}c<9|8z-y z=MAuPHUN##_`N&Yf3JuC?sob0YXB4ATaUj7#r)^nwne4i1{9726~9v;`cnv)Nmt^} zytdA=$IE(i9wq&{nlt95e2&0`7N|H@JZ?i(Bdj3AA6aG?m#b`Q{BaW3HaY`=VxT`IG*pWpJ`P0wS?mzn%bLg8cSZ5EHkYG(;920_a)w)$gHclZ&o~~a=grAa$gC+^3$E`)x?0wCJufYw#8;;kz8VSj_uD2 zqKQ~}GBeMWj=#3Buz#$$^$i@#ZXy z;Zc+nT%|HV>=Pz^A70q7W`CjFyLW1@_4I~36LoEXT2l+L$^tdH-Z-tM0v8g_Zai9a z1luA#NKs$tg~Sj;z#utE@}`;1=#c{~FMZv2=wUz7SP0(cl6?G%=SiIAS#_gro$Qm9(*Yb(cv>igDM zPQl#7w@aNyqLrf;SBs7;?yfh+KKJ{(U@V!%8kQ5yQQ;bJdLQ%EIGaY1V6j_8ph*=8g@*p_^fWJbBY4HF}{6J+Ie{ z?A6M4VQq|BL=VddA(MO4O||=#BZ-O2$DUk;r5Vv?NY@a8*KJHfa+cvcnth_NbFfj8 zyr5BO)AV(g?*ocQVa86ksvf`A2XI=)?W@!8UNH05+J$l*)o|FdvC$#{9U?F!)_S`U z(-ain_j~cR-GLjb79{iM*#L0xvtiX313;aw`jL)?hlf%2fC^H%RIhX9uZ=4`Wnd`i zupIWO*hZ24L*$;y!L|+O^*+MXhJHKA3{U-~-W66M*QHmxCumL)CR=V5%EPL0!!+PC zSPJD%SLcaZ9&h-rh+66T22!53`1rQ{A;Qf#2?0cM430*yv4qGzywKE&;!+N~`)3hN z`$?XVdZZZB*2pIPhO&F#kmg5(&hOVT-*WW=kF*Kd#BBHzcI&~^)YR@ZeN#l2Jg|X{ z`aHE1(xm56R0oUIw~A98c%Hr3i>4FpQZ#uxwqt%D6o|k7?h?bXL3pGmgtmK+b%hapPD@fdg|-IF)Xc#20|0|2Z|soQ$SdG|EJQjf z4K=NWcq5dY#P%B%=MXIjIfCPytgQM(v4A;?Y9p}N5ZGLGDySYIo0s%#)+b?epUc?f z8jWp=wbgv{Rvzw)W7O`u91!2X{h#@sjfv@R_bN`{QJZT}5c(wZvoQ_csjo{t0(U^Sm;ufsQLzO(#o$9z z`TKH>k%%ffq_ll{k#O3nN|C^4t>~>;tKasaQ8CxaTZk@1qK!U75<8G^PV(a1;OP|g zrL3TftM!IfvDqHV(GBY>2#0nh5m9Y}7hxz_jY*D@*1o(=>7ET($F*R{(?{v?qNNuu zjW>amL-s+1tyo(V&Y5D5R4>e%aOBikQQ2(_)>`Pk{%EtumD=56tQ|&{DJ-Fp?Q)(J zW5hff$TQ?;Ibi-Mcq{nn2ND;)r!%2hj%-uq%erV0T{hS#;ZiBuyEh~H>|B=p=OvY| zdXt<Pmoe^SBl1T1XI=!1K36P4=h2j{{ zjK^O~O-)6#Qc=+09ldC#05QMs&PO3Lg3!|JiRRT+7O#Wjl4D~UI_`>91ree2&N!O` z-88?MiGyTG_dF>J;s}_pB9XG}X-+&Z&X0rdPQM};%iR`?)i_1Ci4@grr90Pf;Cov7 zeza2D=u<2y6DjKq-M#i~)B+GkO67g3`^dF?W9GhgQ=h83dwoy4fl;6P;ti^~S0jm= zq_}m|!syhF%j(X~j_!@zJF^e)xq2HEMvSwCpC4s!^w3?GI}Z<6qV=ruVLUM)j&5ud z1}6zIXo@Dm8{flI?Zm<^ZYgH0%XYpklf+wfsg}E~d$mdYX_sS5T--lP-6wP{s}`_^ zY!&uC+}~kMwGdA^IX9T8`zX7I3Q|hPybs+yJgrt^Uvfhv|^w)#=Wqk4d(tduG;rwLd4z>oipsX?{ zH>V%XIMJbp>^XSIv6eTNiX3DqysR9L5Tg|9LgTtr_Gs`3m7b6>>fYVIsz)O(I#_O4 zzWLy0g5kZ}W$k#6USm|USaGyVrOamb5w@uhe}FSEEBYu^rnWtW1!0}(V|$XYXy4PS zH$f?S*4iVj3U5)!sMiV^8FasXRb~->M*2qTM6L zo5&bY=xgA+aP*HJq3_ziD(YJr{}%fi0XYwTJ44`WK~zwq<%eQ}O#SvAKUOzL##IO$ zCPOO=Edd+b_#lRpdr#kq)jeJpEmSKws<^|as7#>_V#+vkzBcjM{8EU|JHGZein#JM zJc%Vg3MWvwf;uM^?I%~L0Ed8#bXdnvE%Z+?K%!xZ*?H|JNEJr=|bnm%6BT49x<@?YYEAr zw-gPXSEpWH&zzTf$@Nw9l%o#Ho6oG^Se4^PqG5^4V4UHYB3@p~fw1?nG{^WEIG?7l8*i?z7Y;O7;4)*AQz}@HDpNp|3O-e6CCp0WgeR*)C(`ykjaj%x2&& zhj@qm7D&06pW;$W8yk}v*vt>Gqit9uOB(AZJ)gnt1zWNgU>*lkQ6<*9b4NZ+8Mw}Q zg3*rE9e6y+v>^{mvfr>CgM={anDln}G2% zQhy8j&*^rdy zCqr4@M$SVATpbHX5mtRHl=O)}=)z$-=y59|Q`m-+%_`2N!R9+r@=mXo1 zxZGoR;D_HKkuC3GCdO!pO{t0%VAxcpsQI~b6s82;Y2to+a^)aW_sf`-Yr4&a_!Yv% z%`=IfAw}d2Q*mhAErm6>s+X-?OQ#tl9VL6N zwCQDebL13Xwx_0LKb_U7NL32!a=z7gffTFoh(|DlhmvWzvtP%ZVrUhN?)8qXLQBzt z@)rr(IwM*mFC1Xx-jj9W7*R#htFaG|n7ffZnn?!c_0>ZDFzylT;NqWAHX|^v7x*t; z21-%;wTJ0GsIw6+Zl;eQ+#aS@{~_-cKcqr`7u#~O{$*nI16bN1>-o2-<3AUK?@X+R zPyd$be*XP;(Y=T74fR0@lK(+94E(V6@45eX0)L8DK5Qi7FB|!h&UdeqKNj*U9Z>o{ zD7ECbL8CvXIQYZLzMJawA1J!8GBEwV;aC54q2Eo8`)_2KWPYdoX9#`~q0k@Vj5^;b zfFGg!1A=c022o~`(N|P55OEckP!?8m6?T!dS21C=5K&XHbh4Cmu{N`#XVVoCb~j?z zuw?jltPeWvVMy!4&jVW-uE{GpZ*tr;oW*`<%!qYOD2+Or3}`g3d^lRa9vhkzy_PpPbOpTQA<&*N6Jr)dvtAmfc} zRlK<&*hX1}EDJq7d=PVqMT%nTe-<5Pv40C45M^dD7ZF!U1y@cLR)DgJw7j#kI)GV9 z(@Iv7OT}HC84sJ{i|d zv0mi?oyJ1UxBoOce^@X7uv{_QFf!Y4XiBpQGMhLWsw;?UYHBJ;atK>l%LCN_07+L- zA$B1N2{u+k8!mm|f8m|ZcOPuF!!NJh?(w!Kyuxk_R<*iv5hI2)7N9!Z#FEh-&>_M> z$p5F&aroDG$AOXA!ChEa5Mb*ps3tB6FcMXeq6g@5Iau18xVW2(OE`*Iuq!#rJA;xw zC4Y`isS2+Zo+vtntdq-#O9gJ+OOt9;c1}LRT3b+W*5~t`A^2Ef%u-tKB1mvQ5=+wek?WrxiH()(gaT0GPhnh1FJy%lQ zJ#9A6g_vS32|P?&W$IsK&E;uK=k>f`0~*3Trhu&LF>E)qXo#__WVW3r3DAKfoToTQ zV9D@XMRh@VX%zZSr?z$O%Yx)W$m~kiK0@Y%OEpldba>c^^;lOiC7gU>cIsODs5B1TKG7kDTDNR4y~*$+$KyYEY!4HRAsiyc!w9 z7tiz9FqBl*N@~9fnG6iI*e6&#!p$RY4CHbnZTMn zNe_jw1w5Api;&}HRc)2J8uyMeXEyUAsxLM94$)PrXQ5JyBZ7GB+3w47ic)`c^MBAUR2Cun4N z(A7l~pm@lA$F_SmPP!YAAED{t$)Ii&rSDs5hA0NfieFKa<-?Xw(ZY)5fhCAouR3vT zmPJwEp>dOaF_G7QHl-X4m*Sw0V^)T^+*cjej-3xYI<2;MYNCYCqG_)^u>_fmAuc=Z zs@<(FDYFB0&NO%heDWs45ya>IS4HMB`_1YL8uhIB9&7!qmsH)7>vaZa2ac&*7%NdHyzLA#S_6Dt24uuicqLecN%~=*6@pPCgL4#T$bjCGqDf8I2u@QhG&p{UU9(LJ)`T*T7P!(hT|%Lzs%>({%*fK z{BX&4EBsv~|90!4+^zRTlU~ZZv8MAOLc-pr<+^61k6%tBed(7jzm+1*G&;q`gA#wK ze@*=T2kv+P^S`BuK$HQ@j)n^29HOE^9G30|Ldt9sik#*`HewEjR+b8`rj8cwa!$&Y zCMs5r8b8-W5BAUS>q&S@7Vm=>ih?6Ll9+vqz0$Hqphf_rkx6hBqxibl8KePnUg+?p*p>q zfx3c=s5`49ilgiJr0S-tb`ZJ*ittDZvbK@}uOoYhGyd;GhNl(?P??xr4p(op$ zAeRJCjEwkxvA&q;+!Q4+j5G@FX-Ag$xS0W%_54Ut(?z!ibL(=GHb!3wK6$0?b@w#H z!wI6fw*oAwU2SCcsPp3OndI)MexT(UXg17eta{s(lhJPnQ;K=OVPHl4 zG#YIlYxiqYGf>e+VJRymDD+pazAZVDco&u*UL=Uj%J zNU_VAohFq}ETM9VlH9KiE7>riSoQbq$12S&$^Do!OcYtVClsmu+(&5B6JExD02T!a zJXdXO2NNC4D}sIB93R6$j>W<)nz-<-32Gz;y8T1@zM1ci=>PPP;Bfw3kp5v~5JZ{7 zSyxv{!`{>eU~j>~$)aIzt*Bzb?jppd&n~6G#msCbp&_l|Axh8Xq40A-Qi))O107Ky zR%m`eE~l$qu|^sRBo<^lkOK7k06xTGuLQ!@h!K7KiK{)A0 z>h||CR61h(qRk$s7l0+TH?k$neDAFA&Tm%6lUaJ6J1(6d+)!psOh7_@QLHFwna=k8 z7kzx4d)hBGXMq+$89A>uxXT0%n3qd$RNU*>{Nm%d#oj(Pkg(f@4!-t68hx>5l(gUW zV1_1jacSp*&SdSobNN4sj;_h?=kgDW4v4a@iL;BVtbwE=KptQS@-!LQh}aqlt2s+L z*;<>k*vVR3X*hFP%2*hQ{LQ)KtBhKbiJ~tf43f#RGe6c)ZAJ&Duwn0ax^R-ahqlL< zd;gL$Hk_7I*|jBuVNz+zWy&Z`#~%xY(I4xW$TRc>hN#)9G`YYft^i6UE9m(NGb7G;_)M3zf*!GuKo&< zv`cCJnVBE@F<5bWZD$tdlnsH%U_)MsmVCN14&!iv;=)^e5$WL4Ebq^Nvdl<(jPpfK zqfc?=RppyiAva$BUpq=>r$k^8gj|8!={*zGmjexj8(A`AJg&B74GNUF8$|124`wF@ z4`hDmnv9d!nMXz}wgkxysN?UNkn|VAAt1|;TTC=@Z>Kid)r-g3_0vz4lj8*Y8zz#7 zg0&Ir#`Ubq!%^G~eKY0T`&u=W>xIieP8J+4=I25=#$5AV5XbPx?ENUv6oVQJ;Kb5H zd?ccLpY1El?(R=Xsbb{y!x)Zz;)sq=qu{ZOvg$u)OObD=-=H8*`kPZ9_O)|oNJ@V* zJ!J>0*)|IMv4`u6=Zg%0+l7;T(61f~M3!hES0zr-Nx1-CGn`ulsVSx}Np}lIzG-?pPh4+`0pAHnO}0r!cdDyWTQQ@U-boH#Rbc=kE+#*0#77f;>EP)k85tmhzQ^;j zdgOK~rK|M}-OiHeC?;TjN!3K{2+U#ekfv`^lKVniImt`6h^C)xZ|aRcGu*|zyIt`+ z&vA^PvV&yR10LN44X)M-tSRQ>wYRqu8=jrZ>An3&+p(0Lxm7kiew9yAkTnGdAs1@R z_byxaugYQ}0A@k8hRkM_U0{?i_s1OQIL`5D;qg}V{Z?ufr>ne`V7^@KX;4fV<|QpT zv=AZiNbrO_c`a^^9P+_gtF$`aLv?4qde{IbU{_)Ej2M3Xy`&dxWh6tB2SZ|PL_%NQ zWFeAMBSw}zqb43l!SR6NluosnCQm8+}sPC^?UFJteGOuBuMrsaT4SpuU>k#NpI zkIOrIHxV_ty259`z?M;l`oeX4!T-i9?ELc25=-rGA97KP9JGCUVKeW^c zVN?osnYI5IF-BHR9vsIU2NOCN#n~B(pS0Ud#t>@#H7$$ayp56Ek2@@dJ3hrQ{o=N@ z^>S`MB!E970`cIz+xVN^2!nIRW?pUx1$%nY#~qg#W*drb(HA#&cjuqOZ)Fr>voChn zciK&X?yr4r>vi1ZHCY7Wa7f=N+lj^xaOD=rlEP^!7^Tpju&r_NAYxFJ5p98$A%Dq3 zXwz2k8B!8JLs5(kB=Hx76ET2%5?;sX(TrlONXBD5*lJBp8oq^k>R?I5Xx38CR!zMd zoKX*$o6g{FLGE<}4B|0?+r6x_XgXeLl7J*h@NfiY?frrha?r zlD-BdsL;r%lni!fkJ91#hZ8**%f=zcM4q>{nT%6VWu-p+ysy7 zbDDvX$AlXPb*v=V5d%U%)P`5<)n=UM^eOI5Q)+b8)C!8&7TZ@+P6P%k;@F@frFGTg zYH`sv;?`8_^z~diHp{ekYx^up_1E;RG9@}IdfAiv9V|2u8>HD&V&yTRCTvQEY(lP% z9ICnsvQ`@G%IZe!qUPpYQXrSdL#*OQr#41!CCDU3ek2b;?Gqv_?&$hmQGwQddo&Uf)TG;5{f*eFy*vQn1S)JZP$=tzR$xP8&(ZpR7Xu_rDVhvOmwv>0$ zm9piOROhgjSNfZ`;_trl|4-gvqdy7;{$UjhqHJU+?8E`&bWt#|Hg{yRG?i1Z2PIu{ z3QLKZSu1cl+SusJ0^NWBHC5)nLFd8Cu#|$WLE9wwu6&48KV?5XieH+RzjbFa{cCU5 zivDfhX(PrrFM|Th+00+P4F9L=M?~u1;v5iV5h;L}otmPdlC6`0IFpczqllWatTm?? zi@dy(o2h|}sVh+0z(q+>${6r-VST`+^e9Cmv#ckLp6jY6=CXe>+nc2c*T_K)P$hO6 z=w0nH2=)z|#3-$fe;6C%e@&`Dl#Pw(^=(~QEX7!rRZW>$%xw)^#l%h2#mwd1&8@6J z4X!~U1Vc#$XHnt5dD}l=!>cuOH80_8{n2m|98v}k>VoIk{jfXEqES~(Ry?1PzX$po zHr=eBSpH#bME^*l`G;i+L|N3)PE42G#@W?Tiq+lK&DcTKO~pgk&eGjdT}jSG*Tq^| z+Qd}c24JOO_;bGbUE>t+1WZ1SpT?^xP@npA05@UbeB^x zwgddl6_~FGv_w-t2MQK2o6kStr}}_|4akWxF+ol5higYN)622}FqDK}vK&&JII-Ar zU*uQE?Jb4t?bb3ZzFZZvFP=@m7Yw?4Y@Z8fN&!PgL{;y3xac~SMRX5N`h&YCF}C zB9nO9tX*zv+=92d%(TIV3dPz}2(JW_xp1&mwaP7mRn1d_RcqiU^%C4wb}OoEXhbxu zW8CHBr(p}7tevk$GvZPv$QovA0B|U$S+3UyK-g`Z9gNzh-o-bbb@-S zr32<08`5zoI?)Y;j)vo(Hk;q+?^m>f7Z19MazF}KaEB;?%(i=^5GYabF4T20CHVcJ zn7%&mT(6TGX@k@d4a+iQ-2E3qRLy`5q1n$T$Vr9tR5jg#MS`31=L`FiWN2)jfoP0) ziNVn>=;FFAVXApkM05JKXJ2P#2yOUooOdplM-QQzJ}x!DmD_k3j%JqZ^DpTvH{PBz z^oxzV<_{_vnLCV@R=y9v)k;L%HI29lfWngVea?Bz=hjfk_s-P&`pa>J`{62G@~0tH zwfmdio-$V6e$Q2%4DXZNio0)PBLJB~)M%h2bPbS?|Bqyp|I_UvCh@Pyfdr$NgoT<1 zC#$Kxfw7RVBp0iRot!17tc0e8yoJ8IxP+XNgPN(Z2*91yp7U?C#2y6NjoW;SI?xQ{ z>0uYFV)mtgMm^PIF4l16U`74&6&3394vmM{xXGq1by z2{bUeYD^1jEK>5!RKhTFtC@74t813g#fM2_43^Mo#gj+8>W0kqAD)QOU`U|tY1W{@ zgrQq?NLDBJ93hwpnXWyBNz^aiG~8Bp93>?9G&V4nz*mNPY!{&Hn5amOmXi^N92+XW zb{#jkV|UooH7Qv*Q2r{DC7Cjm(o!m!>b-C^3{V^rt{z4#;Nl4zf;E>i(PeL;AFl-( zarD3=NvJ`%vT%5Rndu|_exVPs@Xq4=;pcc3+-8yf^k*_070?}a^!TXUsH6fP6^S3) zA}8)+=n0nUoN0b$gSKXc2R8LsrHUZiQGoKI;a(2rq$R~1Pt&2>YAj=fBMIRwsNp}d>F$AMJR^bW=)JRK6&`E-8zDe(W(vCTQ%Ejs` zKvZ4na(2CI`Po=pO85PX>1=jCg%|38*KcV7}RE>9>83A10cN~xHk)eL*Meiwf_@z8sAq2Vqc4w*x;x=hHr#feyG!sUbrQ!%r zylAUr{mVC|#VMZbR}w1HT}Tuit0zaC&+Fg%QwlLLocb(;E7m1=+=r$!(xMkCh8#;Z z^>>e9MFw{CEmRYv>hSf*EG#2H+v4xWu`|&T>;hPJT|Ah9F_rt;G=hqaSXGcW5yBF% z7cdJp7w?v$NL@o`z4-FopTsN!HkDFbV?Q)0q;%qlSbpU0&G-P@JU6zJM+_jqF7zoFDXKSH68sTEIQBi3RHz)J>*;BY>l{mqsFLD|BjPh0lNW zS(Iuc?NFD&9aFo7`XHUz+7ya5e_lrh%9FsJ)n7ULnN0Xw0n7!H9ON2bXziKabyw{0 zQXbxF7I)9Q6x>UyyD+;(r~q1x$b0b2G#~9_M)~tuzG3WzbtkpW&&zxF8ih;J$+yd& z4>{&+o_d$>8VWrLwjWEBE7>L0ze~Si#>PX;n_840+W*S(Xy$C(?1=-T_pSX^NHQ+c zy|>f-v}-P5hVQ}J=*rz)@6C#@M$_HG780MEi7ugYs9K2HZM$c{wbPfW`e~Qr?#S{x zZ_}%GxkIm$(Mw-f_T|R=8Ai0jTN>SZcJGUQj)Ubdr;ZJvx3 z&$fn!?;n54xo&u{b_^5`pB;l-SbLzKe@M%lSo~XB9z@y1LfuwXO4Wly%3VZX6aaKq zW3y#-wq-Yzb2QMfv@=)XbhNOtb{3SB`ww>Vt$xzx1&MJcwC`r1B?;cA0ZJ3tq^{A> zc{C3V>)K!|V~{@pgbnz!ey_jU$^WMyhl#@P*!;sm4iIG%1r{MiO=&evH*qUNGgm8R zQzI^2QDIIKHdlRsf}<^$lqQf_RM5^?Qt;dVzsm&F1rK9WVgdc=gYc<$=i+WPI3 zX2|FHn&c^0Y=HZCkH=d{-iF_f8^p33&Jib9A=e`QnK)<6BvQ2DhO#+J7W8_EEHQ zo9j1Pe<}Orl@&X;*2?+vQSIeBLUe@`h&!r+U0aXTWi4EL!2Hok8s?Q)lx)Ex2J~FS zIi^FwyXW@o`Oog0aK!y0d2x}xqVXeDnQ3aLh$-QS!z}fi^R%J|Jxg8iJJg+9^tpLu zhpxSZ6UlDQnUlLeez}vnURS0KS8mmLa=z*2bhdA~An5j~wAePXJTRB`uBI4JFU1JY zu-M4&MlE}LWVeIW+ceTb+1Lcv33ma-NV0_LE99C!u9T0jweRSaueQNAeJqtm@EB-V zIbKc^8=XZSsOAr#HdDkSp>;_wPfl(RZjE~Lj_!rv=+~3i&oap2^A<=WXQ0P3f%JiC zmrwg2^N>F?x_@uTA7YvFj`Ov{A$O_+_;?`mCmtae{$}6Z<&YU$q&#+^G?-z>`2_dxRS13}3w=8c(>l=DAH%g&EMSg84^wp=51m7tI@lfCA(GBCXHSH2^6XADjbY zp79bLNa6$;IhrMcCj+djR#VB=CdeJ^*Tvts-!1Eret}KFO6y25x@6J6oT%eGFIz8O z2x?zu#v*=Uw7tfEI-;mG`{GOc;Ag-&c-D};f{cQ$tfRN6;75uNT*zE+=1scH5Ski7 z2i(_8yMf#(`1pQP(Nra<5&}jnxCyxmAyrTDQ`QP5r`mJAVz>KKR)PtmAhUBOUg*?5 zUZnqmD9`uIz-olo?zMO~Gc*nB9YKBJY^leM5gNJEy+9%jhL%p$z*O@#9lwjMKc2g! z$Ikf>Jfu#aQUz=UBT~y!GOgyd9`J&^$$k~j?eY9rM|>1L*6!O?a@lZQ$F;dlUOtqI z_XTDMmT3`1Ta)R;xYJAhuXD&Cs8kL)x548*BBgOYOzsqj$QyzM7IIGDcJLLIA}^It zEY5jz07;mP&9+|o`%^(y@+Y6eFcru-z&atEv`|HV%uEV4=7fMKb{D_HH z>d6Me9JB0K@v$lmRs&+Qv5ur=sHKs}N$k+G1VHnms3QR=tx=&n>L#HG?a?%nu=k>5 zoH(e%LD;)g1-JECxz|zKeQYz+E0pn%sIypTrXM@XQBHz6%hn#i^@ndF8&XEjk!cuw z7|up~ZZs%*)uIve0<{srbL9Fd5zcdQJsB7keE4>LjB30T**Ba{W{(}Q>PJ;4^y2tB zkvg>~kJeq{0$joG4?Z}-VUMS^#xI+!6Af};L(iDQHq2&=1J*=b_Y)qE=)6UuhGa;S z0bsEnQoUtKoY*#?aNdX}YEBlPN@Bk@b&AOtyN7|BeKI0F5+>`C0-L4{tYu87WC-Lg zlT{k$(8eKD{zTWj07+a+K|ycA&QO)_4>!s8}*W6WX(H#iS@!2 z>ZTDTI3kHL?X6Tr(bywL&D4_|gJcjio?8jxO#2fTy$siWN(YW3Em{%Q=CQHFo~-fw z9T03{xZKR|aaUj|tl+Zy7hERFc(@WJjJ_FGzca%Xqg9A-sQHG5e z?`A*VW=|UDUMj`a)4f=GWThYbXe=tm0y?VEw0L_?+Fl`(>W%WM$KVMrCeTlg4$1Uj z8h;`hI7frwQA1kYxFtDrYti>8iLa4$vp4}MD;}c@`YYpJT7+P^cCGyo(hV8It7qk3 z5wmacQ9CmS6YV*RydlQsumS0puKe73>@PdfUy8kuyYlpwW{`3~BH8tHcgY)Xg?~o> z6?tjOu|^X=;> zRdNxa{508Snj10KEhrf%Z0WW-l&9Lq7`-gBNA}*UZ<)Kp_YyU(%r%`52SPt}D>n1$ z$xeYYqiGBuE$-oSqE`})Wv9WOfBs4YGtH^rLj)N~gi*2My_#vXH;aEsI$ziq|0~OB ziT6fS$#9O%Hsv!C7%X<4R0wrd@R8cK@pfd9{K=mnp9&%)zv0qj%F*kmVt%qD7RK)4 zDBguRLEx{Epzj~`?y^0YcXUjkk2apL!f(oOG-h3yL znTNlKCi^qQ3N;j!HWc}fRMp#xCQ6G!K^R$Ywzn-Pd~AYaUazI=UIjzwU9?ZjSf+IZ zZr0UpKu-ApS|5o?85~KrrRR)1tpHMW6UyOdXNEpkZhFO@NAaB7*|XLX4PUtie#LG* zpQ|iTP&U!R3tcsH{J2P;Qa&hySBNq&(y1E<*1LqRNeoQsKTKN3P*RaYun#|fW=EBiX z7)vx*3L~ORf;rWM0#wCz)9fPCAA+QQ}c z78umR5K|v%?LUX`QC#nd&p|zp-%K`W3|qaCP05-m zqy!TIw~#o}IDEqXZZAR?W2r5-@gKxjzXUEQ9s!YPPaEAmM+d z?i9oej02Zfsu9}=P5l@kMy?uK7@vw(&{(>67v}*f)2)V_;s{^A>er`7Y=)896uiqV z_WsM#c{^%7rMce}R5HD+3XOeZiS|+yA)P2o8X5h9x}-KL|KanaM@Ts-V{f~xqY)Bq z2@Q-`D+uiY2A{bdWYI7)S%IHpHD24F?e6$lVPsa!zu$GRe(y$Cgi(Q`l7SJ|ROv^9 z7`!K0r0!vaR4%keF(8CDtG6wI?$MmUDw9CLHtKX5k!&r^Pq00}SSyh_tlh`i)Ml2i%_?p!6%1QYipE+RN(_mW zGk^`VC!=C$I42bjsJvk@CSK${r!bdZgtjq#>U~sUe)WDhB|I;{1;`&+P1y53mMfV= z@qmHyzo^nEZwNgXyfPeiD5F_7Jw^`~SFdph95QBY zCleM@H>RSb6edP|%~s64fH56{%@kUfCIHeF$B+8uSI+B70$jUlGqA@WjKB^AGpPu~ zKU_}7YIrn`y;@O!?(Y-@@#4NFw)p?i_6|&%h0E4pq08o5uIjRFSC?(uwyiGPwr#u1 zwr$(~`kaZFJ2&o}n20&|{DF+vd#}u$Pp-A{aVanqbE|HM7vNEX*7YRRWYZmKRs`Xx zh(o_8lT3kF`&5OxKkDk`4KpW{sbNYN+-Tx2DSGE2iK4d81S(P|i3>{_9&PNDEX^dF zFXWb23G`Kt(O>g%(!0sBw$dR#%ygT)QMD=&-aRV5gUx8gfq6x54`aPos;cg5;xx!W zJbACdu;r<3V*2E^f*8_lon&Dp1N7;xoEq-w5*cLCO*l?QG7llkiiHF@WGRNxq+1&A zD9)(EoMY^Bw+Z>N2~l%d9d3V6loH5ZXkIDRSa5x3;Fz_fLtCfZ9LWwoD7%jv%)PH7 z#bPzt9zYg)pjT@HswySywNB|eSHTXXWs06VKhICc8__c85Fme z$C-6)&7(%#kNg(ESt#)mn9G$2QFdy!m~}U#m|bn|q?|+{Lc^She%btKinQ;@BiA5G zQ>?foVne}(v!cGCoV>_w0#>F1)Hvdr5cwWX@0g#QA0%GlT{(lO9G!ZyJS-tA2uhq` z1p_O<_zDzQQSMbiXy_2N6@Rf(zx4)!zhySB;21rW`;q6PRus$=>r<09E)fheon78Y zwd`i4>=#tiJueD&vFy~LKta4>0VxUan1M|ULcZszEsr$d3Zt|&ADvjTA#lJ5-?)o{ zmdyq5Q!kRdO7o`s&&ejPs{sQP?nxx9nyllVX;ui}Z$9ptEAg2P>B?ln*A3Vksdf}p z1yYux?-E3#wfUH*9uK_3S`PmO6h=Ut67J z#};+SuV*A{I6syZ4J`+}3@Sb`kY5sU4DI#j$6MO8HCK6g_xn6|{L~xE;{r@Lp4hot zY@0B_S~hiu*r-eN%q`VRt?Wj*j!P65v^5*Hxw}qGJRZ?*lgR79ShfwWiF7~p6Ye^2 zk*nSt@+rjfiubEaE%rx9rU*5N;_rr87+Wr=JO%-pkr75oZhi)_XP@~~QulIk`zi=~ zcMc};J6tR?f4s86-$oddug384xsep|^VqQhr*=BseBja0!Y*|?UmOqLH)$VJF>{2~ zGxud0fBrV%@Ds&&cFm$2*M3oM(Q@ice3j3v5o|Ggf&4)X)RJQIsy7QDx}A>*$>O7+ z@RPM)^1#5I?Q~n)?l6+<=5u2xz@N^K3_iVq0R+=c^WA^#+`BViM;#=y@IUC&MnOj3 z{*kIXubd3OePi)^{MrGFZnwLbu zT=)IbpT+L%oi92`^WDPq5i!1k`dlIOxLp=}1Nof2m;Yn(cv``qv;B8h z^xA*h7ya)|9yR`BGc64|6AcM<2QgVEXBrV3IRkcgC07L&b}_ChSLJ`%&v0ov=$6i=2%#yFu_Elew5VZr6UQ}iDCCjR1YzuU_H7YsgsBa6~oI$Mg< zIMCbEs~9+#vKs4J{7rgWbwgP-c1c}bGa74GNdrL>W+&HwrTk3kv(2DK9imfIxvbq^ zaAc8AXSK_4+8jzWPmw-r* z3}5!xp-uV&D)e(!z5?}#S=#VOURj6;X_CStzUXW+ez10hOiUe`VW0lFZxRIebAHX_ zl^RG1{%25yn$<bk#`GNGD$=@O3yHSMAIO)qDi z37M%SLTi-D!2=`B;~d#zAxiQ{IqNixm?r;CqiJP?@?gQN|I^f?YyJSL+h~2#YnI4T zs*H_U(u`pRyFJl4$j36id`TzGJ4BG6RE0qgQV*!iyo2C6V<>A~bDR%*45DC-;!^n0 z2o2}kbD5asm+7h43?J-y*dg)`zKeyd>qFx3qlKZAszp!qN*gmFW(5cQdF0PSoW096 zQCVk5P=s(IjAIw|az1*8Mp+$1CG#`F3>{3bK2$nErD?OOP+pfx?;53qk!wOH4dBmTdN zf@g&PC)f1vB@OF;s;Y^y(uuO_OIXv3i!m~5sM{LLy2^_yiCHm=NirKaII_B!>M|<0 z$l6(0IlEc@3uTS;n7}{8rT_3-W%moGG@B=g6aG-8-SG4mHzA}b0!IP6-u1t%@0i}d zMrhf;3gK{7gI=DKe(6Kjp{VJ)%LG|^(2`MXTd*~0sheCsN_3Zj;WGI4X$-@W+m>Vj zL99I+1q~fh$VDQGttSs^3|s(V!8&XrjGq0$=Z4+H8lK_k*!6#1Kwvf=g&zF3Ugi8Z zlH}hKbC~|u;*tMl$=Bb=rgrQ!N?A4jG|T^Hqv(X>T*_6!uBqb z3TnpYrjGw#rur~688~AhN@gg!JrzDvc6mR-C)RD#2r8tm&Y|PZQUz&!be)^8+TdK|IGhC+oUD`GynfBgj;a@r+(UhBU^CLnCVKg zDjL}{n2Rv5yBf04OPH$*$*HTGNJ^>c$_rYVNGUt0=}W8si-jXyD$};u!l=b)?0w>r z$cW|q<;A2?$Vk^~(U(?i;cMj<#Jc8kNe=W4T(+)ct68fP6Kg`|@Q_nV<*h%PAYxl* z1&h8wmFWm#UqD+O4#8DTe3|WoP&$Hk5{@UIyRW@%O; zqYY6cp(N7RTSJPd%qqV-R-pP;l2sRVV9&8o6#!IYt3Vb%iy3|=_O<_>(abgKit0)i zr5?6sw(n~CMcq4zwQv@_7?AE+bct*m)TlAJ7A|~tNvdP*XS^78tX{!Vp{z@@T9lFT z^crh87gYz%ne-g8tg1m}y>_es11maHHW5=Bx4S)2cSxNoY$AANsjL5!HKkvXZQ9X9 zdkU3)QTjbLg{cq)(@Ek^s1?iUDUhi+th$2&a#M^#p4u%2IaUnJk2~-D#IY_ARrH5l z=$jJQ2`hU`YexYM!PtywYVaJnWj;+d0f6ZM6x1J$0NnckJe2{G>3{tqB!#s~9Mi8AWkKJscyI3gs%xzV?_ zQDy1f!`MiBzHYhXEHx*B#v%$d&Gmek|#mok^~1USCT74%UnU?;Lz)Yv$8F~pX-f4 zD>fd+JjbbFK4TI0{S0sr#atm#il7kXQy*UVYMAgad0(pAdq$*3I+ec7)45KjFb{dY zBX)+v8tGwW6KCoKB8i`hrUDM)c zc_PLB7IQM5^}-Rv1%=Y@rm023k_iIEL+-5{BT=U5+fD~Cd}AG;waG2dFP_y648ps4!jlmAzlj1Tj_c9xK| z{7;pozmX*^?c^j)Ts&NzMHPi@%p|SdrB&ptM9rBPCEX=0*u<>GWh{Q_GMTCw{|gTT z5P<)r$8GK6^V|_zw3!ZiXh15nbs#D&75m=48};WkIswRzpsgHg4fW{e+IoE>jdRCy zky!^M>S#R>suoyizI3*)!&jdA^hA<6Sp1nw4hI91_f&Ied8JpiR+|Hl&-wRV&&QW9 z{ukXiqwnGu-)B$sy*TT}#s)V{@#;~@L!p#u#H7HhdAobObj75DyVKS-<_50S{k5)- zw#lJ;kJP>RVvp!FpK*h|yiKuk5=}1u8%33fF|V%KZXey^*Pd7QWzqdBF@8}*XKI>( zZ~F1QRs3{)7i9*{HwFH66kf^tIzqDx9^V$8we2Q;6rQo`HLsgnr!(I;9xpHN8mG?# zxu@Ot?ybBFohS2_54VRK-Q-m?KA(@B(|2FN@VE8LwoW(x*EXpz=a+dlt&DEd_qi@Z z=Xdk__7=i-4ZClHQ+k(0%vY16*kqNx;x`pvk?8k&A-lhN)`;9U{vEJPvCm^qRQM`k z293`jW4FaGUsk#wXrHGI!&?22rCuf}^fVjIXSGl!|T- z=AN}(Osye7GJptDAI9z6_V?_ZJ!LI88XGreA6DKr@-UEkIo5M z8Nk{N+n@t$@fPW+RVHf0e5I6~n6Xcz7AlGIi#O}&93?iH9J-ER+QDPRGgKr~hO&BB zh_HM8sqWr8;FJ)XluL6R;Z5`Jc1z9c7JT>?{4e|)i-tuD=jfCMq^G=uOsVh!r#Z>! zd89_4Y^Q{6&8nsk_ETc^zCn9NnxS#=g_g8dq72jLJhhef&gRHyyL~(7ovI96uJc&6YT?9wu=Wzp0>FI@O zHF?dByNW=cPQ3S&$hfdbLqXSYyDVeYg}*J2nSp&eZM=QlM7Xd+y3e1b#=?y(i;CiB@e<#h(^Aw+CYfihTwWrsXnk*K1ItE5@%344 zthYOSuNj(HY4jZKSMB{Dhb+kk=x6H4-sQ}sgOA0Hp#svbNFOUTL7a-w6Y4oTo^R5 zne{pf#yR!Kl&J@zGunInuNTDbPgj>a9VyrP9CPx)Xapq65l#;buZbn%8rd@wz+4h! z36%%FjBA8zckI)4AUFH>22d#o;Z zUE4v^)_I%gbEg<;D}>lRSVY>mI9JUtW$^>q6EQ@{6mmbY16#iCfqCMWd&&J5L#|)b zP*dqD=5JVd<5Fe}o?a*IUv%&+Kv4)HakZStAK#0(wNbD2tmuzDi+lNVB=Y7PJseqK zB5oR52FB2jIYmf;to`tsm-M2jjDY#|ybzl_dqee&br9?NbW&02Kk32l9S=}C9W^YY zf4a>D?lTJhxt{Hd_tt?_H8n}3K+tE+LUaU~Vou8>>!Gdyo0aDs2fVOUo+4LB*qAoV zJF$)pwX|hl$NI{bX}t%qAjL%`z$^do?Oz(PtN8nD4Dx+AePpfksmTrYEr%}5ci{S4 z!wtYo+w3?S!;CyOTs#?3jpR_Av6gm0gVM`4XGoZ68x`umadXQ)FO4CVx` zxc>Z1qrQPTa<`2hFdfw2Qc2Gx%DxQ{vbP1M39shiG4EM{2>XrS>-w(u#3^gv;m2RI zZBro1uiS%y!KTlUZ0r*zX_I8NvRw4;!`-nYpyV5pep3LuNJf}s@gr0I9^Wib?LAlA zba?_1wr9D74>*Y1{2AOnZy`b~nsH>;`nf71aW&ISgdIr3Tp7;HU=8SDvr-H4oD&6F zg%$LPS5tA;EV`-9y_Thi8vVJYD*sO)olIIX7>tFBAH0PqjUqdmRV+SyQq4E(!nc*w ziYF-w!HAYoLw}e(qW3- z-lF(#Kt~a|mNh`dhaTwDXi9cD_W~bzULaEMc&}`&PCR{%T^xWr1v5BkBPj4u?3xAa ztMA3@!5}cB@BMsiXSPApW&}Cb|8k1BANq=JqBZ>HkW07ld<`h!!j%2kJvv7T3{IO&dBtnF)DHG$ ztJiVnD%nQdwf=e6@Zn(_Bh`(!R@_I%{>i_2`|U|^34iF}5e=R&2MH#t}9((U7&ae6X&fURpprjM-mEqYIAPt!td8Hf+IpeRNn42xj zGJE#s?`CvWYbDxCpey}MExtdu%=hmgxoTAwKh8?m3dX%AX@f3O2wb8~%p9_TWE^kYUQV37%1@s#FbB7mC|^iNHj>Hq zm>!PUCc7DKCBql*QceR91$G zY8=p%Tk>n`T2gVOhHI4eQs)c&YiotxbPLrp$Fy7JPd>@~ z9*UeqT0bhN{@4X{j-Wz%I44CeJfCD|huc*W*I1-Gqq}@;d(aCowLWN92SdAi(dV_K zN0-V561CNX@=K0n%WISvE6vcWeRkAl^UPoB%INaoiE2&Jb=cQ z_QNsLmr+=k$~}kOn6lN(RiY ze5z6dXnqWkQIIbLMSJ@F0S@jlx}FQn#ZGU$bFkg>dy053to4U!4XZS}Pid zh^x?^tfLY;5fI9s80`aZiOFYBtd0ICiHBBZ%M8zPIJTy-ep@0*fBy zfU5oY@-Saad(Zf`=Un+!jCn0A!V${dpyxC6xbBs6#uY{tQ zHGwob1f$wB6%j5SHOPjJh!wow_hEl$*A4GfFCCug^?|n5p$_<>&B>a%2MNs z=xck=TYOZ*M1oW!6R*7+dxlA1nOsjQ1>lM_hkl01c&VC9+N5e9B}JnoJ7GyW9x&1&uG4f^iVq=ky>ujxDc}7p?a(SWV%TgXf(FLRI~DF;0qt*0^LZR~v!dY(Wt8 z3rWk}>Wqi-^n`P@A*vG4+Lo}|9hiYwZk_?2A!RJF%`On#9^qYk`29e}`L(1D zO1o@9{-Y#}Vu_T~iq^d1UP9~zZ-n2si^JyKe^F%Um{to6-H!iH(bibe-!9{fN5*GF z+%;%e=E*%V3>I1wQ6>UR!leW(QbqN0XvK3|%$n|jJ>%bi_i7_} z?&R%^7EiONYL1G2^FLUBrbYE;O@9*3ThZ9xrprsr z+P7~PyCj~s^#$d>52rGE+D5=EGo1;g^T8k|k2?alF`?s|CaVRE)zVWygs;9fs;N{% z2*r-rDI-8X3~#9Lg1_;QkcB%P9W14#^Q*(qHjB-t@p~}}YH9A*Lx^LSRAk|dm6x}r zj9-z?+|VtSVjYn&Z7dk<_{dZHwS_PJb_&<%kjtihzyEuGnn4~bDR;ucP=jPKnwAG= zEG4gADLQ&PRkOljL49fXJ{UAHS?_FK^!#C>6ODUXZ329@ty%urhKJYpE<7YgHCo3& zJ`0pIvDDmE`ObuPZ*GZlk97^w*2$t|WYw71)BXjQ8+T=yxws1C+TbzhC(tRi8xY7$ z%V64CqnYWHMNHNj!<+&NUl{5{KDO{6M!AmMgZwXm{h4MfvJhFNV)ZTssRdxVETf6x z>kH2!KM#7YI+j(#H?(z1p{64U&%gJHq1!oKlanoHczB>Ee^JE_tTnF*T|Gz}!L;q^ zBlQAjY7eZcDacjg6t2AjYpkF16~vMgm~qn~z=g7#7|WYMD@7b4#3dv~-HJ%)P-fcu z66&|Kz#EQQh?%&V$!-QeUGtINb_B>s!_uzYNjGOq;}avm_Kz)KUM4LxR&~W5ksb#uTY46)`P~ zO&j^fJ=Ha4z_^-bUvLS6QLq%B9?R4(5@8R3JKI8j-*c6TvH(uP)K0hdCJ94a{5vNvhIWWgPLBD>D4H4DTDxH$Cr1XOsY1~2(3ygX*3!<69gMeMY<7%I;%~N4vKZ)ay zE}VoBdUCM4K2T|On%T7nFv=U5HL_IeX((*eel~Kq1t02mWxjZ8QxZ7aH`;j-j8N1% zaG)D=R*+I$BG2uHNBbv}=;r{%F390yt?3062xegztoF}ML=_@f{FQFuSEWblqMj@u zd=YYP3~2hJhru|3+NfqAJ(2Z#W|CK>Aw8%_(rwx9`|9<0Z}<4KXzpyfxWGp!?q06o zLY&F)^M+a6heSy;1|$h&m&u;xe7~K6CF&9iBU?k`|M;q(7#3t+u7AaX7j zEqBFh0!u)^r=U5dv%o8Z@hIowkL;>qX-)ElpSs;wKcO2jg3rk%M1=tzlsW#A0$>ib z<*0E89ifixw=r?q6{RkFq$KTQ&Xc<1>s|V!e>y{a#x(rZG`mQ zrpl(E%w^&9&Gj*5N^pBbk|k=!>eTl?h%jk8g5N;QNQFrp%W)HiPAp6RBrk{_ zN?i}oz?s9nPRCD5loU2mqBu+a=|C?hT_7gA7RUY_op0B~`$v)%>uQKI99TKr66gES zIq?Oh>e=UfrsT`St$B>es6a3i2^5!eQ_oU-@yvwEX4AG1`YT5RQw6E5G6NJVvyjqz*&3)+~Vcg)mPwtM7=IEauBXrF9lt# z%RV_WC2i`aN_fWA5tf#3pk3toRmN}%E<*p zaKO0gVd8kYw*BzJC@tC0hA3;)X{W19v|uuJROOT*0r)b(UT0Tl-e3IX7s=MKaWVnm_y zu@#w-7z>`7O258x@FnOioRA_7nt#Tnen#+C;f!9qqp4t^#oqJDS5}XE3OCjTF)lF& zqS3fPCr%kaYOu0`yyIbZ`t`z8f1okK59esl==Qp13&z-0M&_Ms{rT#iY!5a^)$BMo zhP+agJX;yE;ewdNF-vPq)(^|xMgA_QcT0gT1&5}ThR7+;s*P5qhLz8vLPZc(Uq=Of z`mi0-czK9pkl8H@jierkV4987&{Ar!ym8(01YMLCuO4_Jf)yKov`P$*&zP(|`s*qI zm==&VMgoRnN1#!^9RI@l`uVZRwR3qvpVgU}wbS-$Zd%K<@|DB$7v{d66+NG^go~W^ z>~JWIgANZk$3Z=M$4NX6sXj4#i0RPZUvKMpoF2XtCa<>Sx%~vkcA6JuWE>yz)bhpT z<%5oK1uGrbi&otOJ^rD()Ew>f2@Qvu;eB@c)H4at=bD|dWH*cKFZU#8bRYeyi@IBi z!(#=9qoc3B-JVBZ$+ZDGlD3=+$C&APl;)p{uq!84iI4IlqcQhLW!_nV5JS;7>CK~R zp2L~3Jc%zeC9M-fGpimz@GgvW<0S4b*77N%c@W>kOAk2ggrloYoilXh$;EDql4%bP zi=LTRY$S71h;2ZO=}i=cje-yIwY21H^b zvP^p}Z<$%*Bs!zqvykLoLcY(;)IuMCzjN>nd_{~Xv)MUl_=|PB2I-0*4bD~uOT;&@ z&|>c5F8FM*xH4?>Cyi6RBtea>Gv>u>Vt*t82hZP zi0UR@_USRhs~3bdI}bhle0?zNALy@M@!Gv}Q?xTVP-s5@2L1lcA~yz=0_1i#1tE|_ zfyt$0Kkh8Rf?FFJ`c}0K+^>7Kag-M~yMybMGFql&1Z>KVF#fb0eGkRqdcEAZo1XWF z42B>ah9EQ`;721gjSi*zA6{G8{yB*wgOvfykJ7XcKk0XV;sm$yt1`t}e{Qcxnfkr} zf3datJx#rZ03i5&b!cjOzu2}ruWZh+=Fp_>o6-`OV6nOmMA9zCe8lSKoCs?4BH+Wv zYNpi%mO7RMPD_dIsslW*Qc%YqwTOGB$g}8XKtZL|E#=1hvhaJ_)xNJo-aR*uWY>Mv zDh=(w;M@Y<;FU)Gm%P7YKSEYTNBFukIEOglk zu43l)a*7Jqs=WJEM0H;}`41r=+>Q?*{*;-;n{|2ahtNVt zgIfuUEF^X+n4)}vEixVu=>_;)dNBHUg-4$#ZBbvIFbmr<5_3I3Cpi1Hkximl?K0}2 zxsBaF7NA@bt#paM|F*%UotsUz`BvNZ#0Ie2@{MKUx;P{2M`Jdhem@iy-y)d>< zr)blYaV+8$s4N0)+57~V6JYA13$xC>@{|;FjCk)e2LdDRl0KyjvS)a}U+#a`N|Bf2 zV-hkN8{yi8U51vFx6Z{vLmf7@*lyL830-9H-2?m80<0CBM;A-&o%0!PWpLiaCw#it z{YiGgZqN5q_^sUf3jatV@(yi!r@tyIF0XELy&x5TQL%*);(#ayt!oO)FUz5QBA?!X zK*R@dy8X6D1y`DX zwFCbSvZg@DZCIdzRW=|Gm;_C=fu=kz0LSl(d+h@&FM#Z?DaVe8bg+2*MEdbaXIdTP z2YDhF#N?d$6ocTqeZ|vSNw@qZT;k8B3+uLdV8zKw^U^Ua%X9j*@_8FrGo&jjbC1#~ z)YQUjDCu$alu$Lju6e@;EF>_0pU8@o-CXLI1$ebWTCE?XyBMA7N*Bg{)M|kBo*sDS zwx>OS?=lAE+P$V;U}`je#z-)v3Xz7B+XUj2*quwx=L(&?Gd<0~%9}UEXhV+-$$5e1{#%+Us0|=@sRN65f$_{4ZiY2|?xX*t@ zC&c52X$uP_5&)Z~XyT&}!lK?_!{4MQfo&`22PD|$Pe<75UiH>?z>l&65V)#{!SvSm zTW|xrY~ipJ!6Fa}>rXjOWT>a{p`o9vI~9RAUl;X`4H2mKTO=5cbyeLtrSp#xUP}k8 zy*cavW+yNO001WxLH(Mf!At5JNt-O^w(H=B+A0q357z24eH@w(uPdv13-!WM;WrfT zsfM|8cK12$5r2NWSmg@_r*OjZM)Y?D=ctu@pNsW%*U7e&{)1cEvZd9g>b}vb;dx`! zBEdQ)F-|my#v>*N6Z;0S6xm0!=4NtLy-lq8ye#MEVCLs)TQwVOG77i5)+ZxRP3^Hv zF5IX-QP3XKjiNKuQjbQhSWj1l2@-=`LZMKD=rPIqE}Z$x4nj#Fi-gTa6&g4+x%wOV zjz@9$B~*xV;b7qTShoa>iE)Q%pp+0LmjWyXflu%=aqmIUDmTPzdunzP#z%rGmGS+3 zuSBMveHh;uf{K+^s1T5gN-o`;ev)a38*yjcuq!`@wR2lP>sh~zYJ&p~=<&oIKKS{c zg0{;Pbo+zCFmRW&#Ij^FaZGL7oxRtf!@pu-cC>s+cJ03ii2uYXWIzK;eo@^pZv zSpw=AN&Xa%NcxeD^>yH6S+c7&0sYL}tJ5)qTkv+c7C8pS$gnRY)@HCK+D9nH;}S`@ zcwSpe4~eM|rmG>h0ZA|>*nQ~G&|u4Hw=})V$z~^oo}P{44}$!dH{py`qqd(F7*`y= zMwnfAXMAij-!!sTnS9j1aFiv+wL->@o?JINo=Nzfw73DRUh;N!e*b(51rD>adD;$e zmGQjCk=Co|Fl@fs6b!Fgu&c^7E*B;QaPRR~1$L+AEMy=|drL>OI~e83W{2ow`AX=Y z%8u-YR5nqPa~JFgk<#IA)+nEWyntwK`{!)HIe4)zIAl4Sz8CHN}A$} zcMDM9(o~PT?`{~<*pUX3Ir(3oH8xWWp0{ z==^cfR@z8XnnZfN2$M(-aFRNLad9E7?1shNnZMh>;mpExcftg5N=}5|I3Kpw=H1%V z!uql_V0xKb7i9UP>gxcM!=eXeo>$&9GcObRx}MO!yB^RtEK{tLsiz3O_Op$6e9#RE z(K4h+undjvht^d4;@nCrH8haUPs)QxZJ~*XCz`uMf8G8<@7S1Un{(S0{1$|Dg|sc= zJD+VSd^Sl^MY@IYp|xHh!Bb1JTar&B=8GSg!*s&%&-pGjmpDdgFLu1R>IAqIOQYm} zy@9gIicQ{9c7190^*2gfqCi1lTP3g$qZ+k=beCUjf;TJJUP!v5M2`y$qPi1{`RRu+ zu6iuls$cc6)UjP%S}C;h0b~dp{Ky%j@?~3CBB`@b`UqodGUZuuRI$Q()EBvm9InJV zU_DrmE2TBf@(?X|4&o_ulUx@#1KC0N4fnhqVlfKg+WfM`UJ|zxXcxHDZ#|Ch%6AWZYGr6aY4O4#XY~XhW$O!0$hDiGRXoilP|eZ)6}AYufCb;sa^};LGOUoFrc| zqdKsfLK8PeNj!2o<@|_bZ?I^yk%_D3Gi=ROUF&@A=#+Sr7%)K}N%_lrL1yVjH)laz z(Yu2CAJ}KsS#%SjcgM5eQmD9D-&~w#fU{YhQnWhw&^WGoM}PnPiIEwmJdGDS-&*RT z*A%a+4EDIS*8M#LHmPSS1nWpc5H4uFA`u-9^@!vjfl(05U5M13UQA$Whx62XppR?E zv}o?r>F3TK*=f(&9g70~_MjTyIVHk3fzFcLOk@qFRO6= z!1ZyeQ%LplStSM%g)0cFpJjk7&XrB-2WR$~2+xCz$Q0cAlfsnUo;|Gh*zc0zr?IIn z5+gbU;OxA;Gn6j_$9bDkBGK6y+SI4ZOSo1Po>f)EvqKGUB|$pTk{cr6U}MJxWeWYgOmC7gL#BLRpnK9-Rv?w1Y34pa-?Gk6BQ4;-7 zByfV5Uw(NY=cZg4U&Dt@hy>8$IK zwlKAmL}nKW%m(>I-zO5!?gaxM4&)Nr+%x)Yn*GOX4?Z06{twQ%-9u74`U_HTiWD7f zo8>g=8x_5XJp#TW4&lz7GB+he6Z|w-BVSzn5ZbYqfeI{h=-PB5Hq|n(aH1o+EY^%; z@Gq`Zf3urt(>m;+Wc0Ivw z*~+i=&kae|hih$YuQfF&i3Of0DL5%P9{fECt}L(k8=;{Ufe$HZ#bTl@DdV07;4S#7 zEh_jJakx0zd_%h97)>gh+{$}@8yw;+-F)!fffG^@1kpjCJ|?3sBEiF)yL@yNaS&0r z=^aB-k|mJ}X^~7X`zi8M{<>I5MXx5^G_7v8N5c?od0rh#cz~xh1A(r+hS7q|N!sQuVG4MttumB;qfVWFims z@siBg0bzM~=rq@6O4ZSAU0 z_|}O>343f_u8*cD{Q(p+D$1@9Xue|-#a2_}em0<1+oKGRvLg24$7vX@8Uo??4_LVo zWS&&Dp=l2Zn$LKfUF&E+xh&*AR+JZY*s6EuuL#~IbjkPLp7zP`?t{reOe?csl?mA_ zUuZSmfU6MZ7@^8%j&aH``X)uvMB_D5rQrM4s?;7p$(=B&+Ec(^;pslGXws3j*QC%i zN|ZsFAB-D}t)hYh0z*h813Fa26q1hzQLoW?+7e?UMS|t zM7=0BoaM!z;?+vVN0=iZQCcCmh7dckgHZpFx^HZ6U6IfYli|4EO%RpL=-ee+%-+^U zM1z~R9B);aPU!Gl%qsSk_0O8MG+*;}zw`ICaXCyk679YpZQor)62sF1*NJk1!@%eeR>z>Txtf?uNgO?9SIL>_l+M*YWLt4*vRAb>1# zB^zV!fK^`~{Y1^Gk>B5EheXFn>(2Uqfdth;%tYV=aF39%f;qlek(ohoMN7@Xl7q|s z90ixqEy_xHVGqa7C1*a~KF0_-GOp^DjXKTOeo|HUqBFEx5({QtN^yH@qx$%ii#@-? zi6=Hh!wX&5Mu79?mo{W=>D#RIuule^quQM4kbJcmXj^rv>N8jy>${pPR7S_D6*1RW zw2Si!kgWx8P4j9-a2TkP9f`M4cHCx+AA~ut_r*h#lyN3iZ;{eSjnJfG5V^Q8px{74 zuqI$x+#c^3Y-5rUbrCAdsMT7B$_n8}N;B^{6!Raa?E<<<}h5lQkZ@BfL%ZLir0#TgD8?B zduTGT!A(-+k_OL;#uPUq4Hd4RG}8m0S-4n>fBa@PvaEHp7@c-WR`Ro3nB@Hj_>W)K zp+r0UK;bIVJ;lA8=Bv_vNNi5#-Qfw>qE}U9x~;O+t)?PE&Q17mjg{a=`{hU67Z~6f zn8X5BIh`MGpRQFSNqy~!m1bQwtx3taYb39bx;!LepqQeET%m;iI!uT<2QI$wn_1J- zdBI++zs7lkuZqM&WCLhp0=1%V=c2k#CIxj-g~wZkS?bdl??-2oPjdG%D-w|K`;&AH zUw$uGyMC;3@Kn3`ivK+twV}PP3VT@F<_4=<+#R+zl6nmG=%JGNsIq10j@|N$I`iM+ zq&CMNRh=hFLl(#EJ9j7Fc?YraQdFkmx^?DiZ{*WkbJni&&bxZib+|6e0t=$A_`m@?GT0(gV zOY!m*ewN*zgg|O$nz7I8GeWFM&LM^C?)Js(Z=wcvZ+6e1ON=^iIn*Lp4pdRR!9eSH z?-xQ$_25V-o=P?ARmjwqSf8mTh7NQA>YA-*1N)0lw(@{e>tKFj{qz<}>(I-VzEzm8 zI`@6C*9iGIb0XufevsG8NRNNx$KBu(V}DY;?F4++c#@<^C`-z!_>=l&;|-aIh##@9 zLw4c5fy~a8S&Mg^DVgvcI;~X$4$DSGkQCmokb`A>e94ScR=l2NGUP^ZJGw%-u?UNh zZn!F)Z9hV%eC<&v%AWvkj!{vLVe8mT>MgS^Xxi27&!D;zVTv=q$m#S3-~pt8e$HP6 zo>~GF?vsBmHoCr3Bj;2@=a^crB6JEriKQ1ZBoFl;PCVX>n7k=}Mq6Hz?bR>J)yLex zw@dA8VQ#9(etpC;TKCP@20`rho9Si90brX_8rL@H={@v>H zb-!?$%KoZe`OIM>?P_IDB`Zh$qZiXOtE}ubPpj|qY=MBrB%fz!SWdZAoP(if}M3pr5peJB3IB5jSj>+G2lVMAkmE91FR%s zy;-%0u85<^{n!D4Tq>}V%h#lV>i%tYe1$q%3xv_C2$8EV30cEDD1ZC^lupT*c}Cwm zyV|B%!AgeL^GkD1P1Jc`-)AGw8@C&?{dD=bf&<^}2(}4*t~Q%U>ley1CePh*%q7|2 z0Gt9%f}50nqJZbj$4>2_&iaO?uCCY5@#9a#jiQ+87QAcjtxgi_*9{_%VEbM|Oj35~ ziQfW1vl*6uuHb50%Fk7FAsjE)GUBOJ5>;v42hNjkutrCyj5AD`Q46FsuOI#CRd{kX&6Qf#qIN)*_^kmIZO-9JSkb09u{klLeK}8&q32PpL{nVdA zIuY<;OjuzbQX}L#un?tXZGuT;{KEAVGc=_iO23VAf?0m>+>l}W!V>k*95Ci4& zAR_ujBZ1ZR83Buh%IM*LkMK`*wQlkFbV-n!t;xx zsubOO$XXsHxmBIKZK1=hgzba65MW!swKEl~Tc_PaIy;z)c^P~eMEbW3YD>N<^MpkC532;cCdko zFH|UbmRl5RCUZQS>`t>A0v$J%cRWLq3*+>{teN`5p5rcdwceCLr-=DG3H5_1GWX^o zp24Y}a`cs#Y}OQfh}Y~bS3~p^+Ki-b;Eof>!M5fa_?0s=#n0j5as(y)0$QmClOFmz zI{<42A>JaQrc58dx?FPn$Kx!^SKE)_&p6j-7Ta>0_FE+J=$9^ww1t#WbuOz5hyuVB`TYg=e7wP@o1gEN)m6AO$7g-+MjN43oN7SCc?9XqOI#0R$+}b6INbjS zLqNR0J5()o#`j%PtAtOvA_dx5OINNCxstAUsg?XG;p_b z<L%R-#*2IXaIas4X z07&P9<&5L=IMBl(wQ%^$&1*Vpu1V0+(#gk!gg7#iP)3NN_=w7mWA+aQLMpR44DH;s zn9daq`iTBgF$Xh)g!?sT3LrTF@vtQJFaxRD53j)!6tqAoRUgR9IJYMUdhm z7#pYm^~Ia&H+S`RAagvBqY^QZd zYTC#QK1{IqCHp+tu;&Q-74E5fx4+uHeb_cBAyz3X>Xu>h42hvHsNn$iqN6w$ubnO< zdLnlwnc!~p8Qy{Me@%cH?h}zeTtvLjO&Q+K?NaXggxJaB+f~hK9A5a*F}F#q;#tGC zpo6P56dK~sw@u7;-fO6jnQ@wvaCAh0KWQKqQ3c29V!`hDkBx(lBPoqIayrx|V6Gs< ze^JjHo-uZtiC_!&l}n%?d+UJ7_RuS&pW?Z0wwbv;8%Kr+X6NQx>{>vt>o=MO@VX2_ zRT?pXg3;i9YTy(;vCaQ*PJwh!8O3S=uJznGEE~~zg6>I}RqPl|UzA{(BNPVB0r%b` z{m~Z1+rzz*g0_(Cf<)y}H+oIokPFdqFn>Moe(4-h=(I2i$J}aR^I`7Ged!c_(%>X* zy*s6P1|zLG5b9!bs$Cvuvnw1HBpfO1&cMf)?Q5z&@rGkrjKj4JEwKvS64SJjq>HSu zMlBtoZFG|MyK^AV&#IYR&dO|5oFI0~*yLgu5<&{q5`@XTu;;kqM3jm?>J$b+1e8mv zbg3Rq6rLh|=hSKMII7AIAV?Q%eb0Ow&H>HkYjvrnF|cDs0y;>Fckt$W$4RFQ0qU#i zp%rP#a2R>%+#p)uUUw z8gwFxGrr0{&3UJh@T5f~AGKsjMq7a!h3J*@ATOv%cI(3$U8mC1uhfLrSI2uPFw49#6#cE0V1WAJ=379tLunjhMcJ7DM&zqxF^Pw|D z{MSW3L0emZk0J2W3SL5doi`o2Q_VP6CH{>liM1#{qVWqCppO$zL@ue7eEgMv(Bx~Y zj<&s)WVmG~NeL zg3QG<>72G!@-1q#XT=&wHoXF$q+ERFoZ8;Lf43WXMsh&5X|*Yhr*$khWp|?tt%PJM zbBKOegfV$@<#fs;4oiH-hfOqtw5l}4J#P$E_P9`D|?!l?>VQ?OvjjLk);pZ zy~_%9VFspWnB3n&0A7h^C$rfwh&OjxB8G`e7J<*a05SxD7N4Nst^Q5=$ovz&L+Jmf zZTJIGl;QmJN`Q8cZ@fcx;=H811xa&JdAniXmcW*ZWhD#SSlfTUqI_~GnBp!4jr3Mh zO&FM}`qgQ*y1djHg>?;ett z-2DJrG&OM-esZqk(eA(_$@8Jfa4Nhp! zF7w8UDc-!}Pz}hJ)Dhl+e0fNn+GY#QwvSO5~gI?YBkOw}q#E0=6 z{J$CH-@q&z`@XJw$!Em(pU#V!_?CX2ZJe80@SA=7`hq{WpP=&%7xW*}s|U&F#^(>+ zC+E?dN6C4^V>IwKQ(}aw5iKng@Jn)63=ZuXCcM;@MkMaVY5z_l`N=9bQV-p*?pEKK z{;b5Ut!*9pq}Q%)$#w9VBxFi24KhCECPJoef_VnC)cPG9P8lVYB2^8k4>oC^k5a-D z!@B`8oC#rHZ*6WHvb~2hw9)aqWZ!R+4e<~;ct9Iw8*U}Z4hS%2f6*KvskHs}(#JqN zZ4Zj-YNh71iid}8zdSl5WWvTu9FyRjm;_0K=fY`zlrMZztX3m(tyzjISE9a0&8~Eb zb5?9ix^8^NbBZnH%9>EPcasPry|R&*{DK`U+9uz>SbHMiTgJHajLH@pY%>?m=jTkX)|XLBXT2Nxg4$pUTxS7MMmo0ILu>mi&Hr08XoKE z6iI3=<~nMC?>Og6UFz-?r`ugGzq2Hy(uB`;6+%j2I8O{ds+SyzP>zdTcaGNqm2CK6 z(4aRNky*c3Nb1a0>qQ6 z)+1kb{pzwmQdutGv}K+->ojvN@WvYM+^mMD-dY}2@Ks|4!u$t zAys+CW^-CHvaBG?eo22XnwJ9o34^Y036*N+Hz-Ece}J(eZEeCitcC2Vc8^(*DhY2N z9$QT=ro9BS)mb(sc}6*UJd(`URWfH;3xwmdv>Zoe`}edYRxL$~W6^}s9f&1Nz5%rZ zhRB{o&P|az$8@ysPVaXvi44r{kS+$DS@$M~!umQfmdJrpW2)oN4Pf-=soBxww}Lzr zMG#boKj$BmYF+*&#UTBcAmn;UwMZ$AJN*yt{ul$yGmTTFGr14b>(xStepS~fC=j^f z0!2g8_kwRI6MyvqsNXEBOtYA;7fFV!Tjbncs_q`*)WPi+F}}|-a{EwhH_BjN6e(HR;Gh{PNYWgDxYqjjB2 zz+VBW)zZf__|3Yc1Fn?=L%D+3pSr?#3poU3F^r*9xG;+OOccvW9ql` z1Z~!Ib(#sFbIoXba@ya1xb@gkhGA967Fx@Dr;P1 zVqMitI!TGX#_?vVxIZ9n@40(oG0whmk+&_MnYvY0gk0f0xH<%amPL#olJkc;b@8ao(vPix{WY;J7}v%I^+iWYxg3I%G$JLp!pI9`@q%-Ysyj5C zkNUD(XMc{j#Cfa4ZdBj3>TjIaaHE6tS^;NR`+_~*e9Zi_d;FSB{!i}me{7q7(LVoz zjsB1C^x9V6tp*)Df9ec?<&=XYJ%krB!5lfuYhKoUrvT?M<~ ztmvD!Y;BoFf^Cw`ih=>9-_&4f~OzK#<1@J*l=L>F-WHAIYCldzXIgcz=7Ch3&$xR8ADE)scs(1^0yN7M7nt; z1^Ezt8}J+u{C12lbylD-;Z9^)It~!{LxaKB%LVjaqKFjN9B+ojWK34tlxzs5A@7&# zJ%Dj#hyf_g>c8!_q2I#*R2Qqa1^O-JgglJq`3W4ZeuuVa#iBi2ox344{*bp*J`K|p z&n2N#kw`>4C@;BuN)>f94c02C3Zc4FN=>mH2BlX5O8B!UDNO(`yX z)xh?Dmdby=D!pQmDA|2Zi7m{|AbQWk#1{FX+<{i)=<7BbQ_Zl~@PbU^7q%F}rw+yI`6OC+X}2ju?}r7`;X-N%v3{lZ@ihEn(coWQenqCHj+cIurWn zC`0Cy{klvi>W|x*vTQ?Ft@uNN; zB1n+Rqo8@(8Q*IU7*xwHOW%{xx4XifC=dm)I17T@451h+H0NRlfBL4?i-`V&%|@SH zHH$tg4h68dRL0ZvV^+B->mQx>eezT~ZK($oi7p_Gm{?xEHwd8-D{*`{dhYt~Rmj0r zDi~t}!Jwj&e6(?urPHVe$}aT#N<^ z0Ov6h{kF2YG*a|{ndZEqiZXZ^p#f~oUx9dC$5giHMHjRzDACjYj zIl3@a+ARyu7ZjB}k~*OG4aFSGRNJ-VPhde*H(A zsH^5(WA4Qh^e^*2H?$kWNGxU$ExEDEs}KtV6qh)ZkA3CmP(whF!#edVrKr zT_QsLnTdX*hp|NnH#U0Tpv*WPOa5nbbUNKNcQr@J@b{!l$9cgqmEtdZRD9Oo$2o?7 z^53Ye27zU)zw>E&l4&p|4>UAT<)qYa$fr#szYM!kEsv)8LhD9F)#9dghgqwoa!PfZ zR_DpHx34(jSyky64dAUXChNO<)*%QNW2y0o9(y)|t%_D)w-uRqB=*484C~`!fSfnH zc~aMkQYO+WdxH@!E?8c4&Z0-}amWx*^+NnhtKyrq#H9Ddat@DO1T2{o#pg!?jl`(! zl&~hYg5eLjbP)gSd$f;k=~5=dc);5Mb%PY~Tsb`EE=m3pADZjuQlDT4RPDj_c&N_j z1VGKX;?UMyE@!PEb`d&^ce1G<9hZbyJ%DXBa+QUU5kVlFSBztvJYi&r&4psRQ?j;@ z-c9i4WR&=?PJ)Yea(o}1Nw9?9^*k5C4?4VtG&5a;lV&V;&QqADz!-a2F=mIWFINmY zGN%j}qK!EccZ9p8IysQYhK}l5&hrH39_~@2Y&K2_NZ2(?ZaZk1;9M3X&#oPg3G`F>uA+$(yY>)z7=;wegYd`3hQqN^KCSf} z0S*uMn5>NdGDfgF64FEHJb3o!Wm>u*`Z*2CPj1isAq9FMYDcAPKR+sUMKK>>^$#wVIs8|xm9^v>FPvzzK3)f#2RWr0%@`eTIr+_*D& z5n-m3+KW$coTOdM;EUNn^o28zlOqXHtn6mLYVn}2+;m}-S;Mw74zNvm2rk28Pp06t zHYsg~__zAd`upvF0gv^*bFPlv)(R&gD`b^;f?vmbzC;;M;*G0&>oA;)DbPzkpJdOu zrOHY<(t6da;}Aw7jF$8Ry+UTG`|9ZD1g31=k}ew%>`dq3yD^A71dUpiNQt%yRoYS@&prR}A`kFEJ(pxt;(c5|`uC6#4Oa0Hf zgRd#N7k0?M5F#>FW9z1B{JE;?*?2|OO(O`X^-5<)A>~Hafz-Lkra-}Y&$~Rr48KlI zs%dOFd{AbTLnJ3(6m`E-f^B*9nS7R`3#<2cB+(1|<;CPWV>214kn52|=9lAl`ni8Hz4hC8ODf7!UNoT56P zjo`L8%YRGNUtH>VHM5s-y1u&+t(zMldkT4WLZhdqUn4g$6dtYF(Al~w9*{KrX6cc$ z<@zZglzKd-0WCoZmIECN zx+Ys+WoWSW&Nwb#)>TGCd-h}tiPO_$&`DFsbx$}K2Zmsd7qi7MG>6y3dBg;C3qJ~5 zsR|mRI^$J!VUNd2A`S@gnw zLA?8T((FKP7(z!JzdHecIymh1gh&HLgt99FuvGb|;mBC{8;45!M6I47v%l32~=LV7Oq zyXhVbOR$(C^xI%n9G7XWMXx-DwT}aGld3?}hQ;^llkW4)`B#)TZnt&CCae>Z8>Z!i zo`{0mDpD@yjh&o#n!bx*c)QUBh0A>dME9N)oOOLF-7udkhjo(YFIT8oC4%OA0j^bZ zlLFZus4{iykljl7W-#Rp^X99#9*w?p6}6MLyH&)6DSu0{rT!%7Zcd;BDVwa_K?fZn zAUlc{46@3W7}`tN>VhXY?@zK%*+dy#r|RnEPv!@0*`e0=X0EVyj@b()iKjzh347Y) zv)TDS)@lg<^gK##p^*+Z=>nS)50abS+8J&f?qTs-k?4qpO==9p7b0!d6t>56moI}I zK-nN<2jK6?T_Yo#%_!wo^wDlxKeMauhr8-8N|9ry>Fk6eB=9_371a~<)y4IM`Asfa z?|bc4*GG~y@2p&RR%C>f1q;b#wZ_Kn_pUe+)wybDrmuHESraoh|JH?3?ndyEl$iqd z=WW@+wY;5Ga z3LQoZ^NTLbFK%J9JIxF7i_V9UTx=M+Is3d-$t{UWP)`}{VFD#nd{ZbkX@e5ksp?487k; z4vm9hf|zrNsX0W*#7j|hcUOc+28P+vO~4aaBgM~cI^eX2IUHrUrR76e*cG38zk#rl zUr38uucFCLNrj9%l2c={2SbSfsQ(#Fsq#V9iE2QLk)ttl;vb#ABSvjr znn*t!<KCuixoB({?zjnt46C(y?3 z#$*&hHBFG8S?HuN*4g-gfNu{wtO_!-<9hN}%K5#>PO{P&UJxNd6LAnmh5OF1&^0Oj zSF%*#@vNV3xD!<;LOgj{vVv(l9hAs$ryV+!w+7qN9~KK~XhBFY1K7oDyH-2pUBk6} zr}`ZJbYDfl*7nALest#I??_#>CFV-esyj|U?nyL<29+0+i~v8-%KmMR-WA3=_v$6E zD;{loS3VpjPi9NRqIlZ%fs|GY!Cp=NxJRK!c!#xOR&=#eUAU13G%>8DnlM)Xm&8Z7 zu@YS8P@UVu#9j^Qykws=r1YZyp-i+F=c@{iHE)^qLPNA92fx_VFIO9jZ7djZj>v8- z;n6jHeT@7PUguX3r`sTjvuN^Gi4Jbvi0?~OCV7_QFZQHZU5F;KvWti8)@o$lqY?is zhpk2&sO3Lp$&rc9^rs2c9|YVgu!wsT~8X20(S;@anYCK)>%aZ(~mdGiU) z&oUr~Ji)ruh3SITPFeQbv?TGJADjO<|CyCGluJ4xWTiwPm}x3Mv>xlj=ug`l>Y9`dte3c zk@1c=bxid!CnFJOK}8fB1ZQcg0>sflHt02vfMUKYoSrWFmT2y=aXvg1 z^3~idm`*^C|k)xsAFCc7{%kjy0>2f2|u$tdLy` zUXc!QF8LN?RE!4S0uPswS0hA8Wu!F{{ZEStD$XQmNi14KP3dT{bazAHhkymd^wv&#G;Rm;&Rl+j*7w24-cFGlt@uWhRNr-YO95n+Pn%d?>ZR~479%tVF`>hB)Ckd`BT}{#H9?@M(@Oyk% zfq&2xRlsJb%{#zAF(UyGD$48RS9@pE_spnVF`tyI>wPxR!>7{-Fpz>?gU z8}8@q_3kjOOiV?ScF67o7EN?^>RR^rmfKX`7(czUv#iY60DB1cT7;Z*!nd~VBUAW58wDxAL|#Bb-Ejda4{))YRPMg>*r!X--n>i> zgb5xty+dw%NWBYXRW&QCYbT}bV*pp*VMou8hw5Kiq@^>JH#nZF?=Az^pPr>RoL5s3cKa?WMtDZx+>_*p^QS+ z{5BG)3A?D1+x#<0!9KAb{iY^o&SHXWlQpu0c#nZn$C!cu` zOyM{4 zFo|>|ypt(}@@be;*{f(SeGC~AmbWwkktLCNi^XmPFX+ih&)bq$3TI8XY9-Jd5rU&M zL=(M7yi+VDE9rOz2$xs^N@+*4PlXn53UbsM_fz|hOa2qsgyV#kQ z!!t?t#uETT3YRR-lBxz*+6e;CKRiCfA!uF}pWxEMr^Q?TAzFr?JuE2n%g9Ya>C=cgbFXUX=x{@wc<6n4)h7w8hk4Ey}>ax!C5S;{u!abHy$Ps_YA@~Z3h zI9tH%z3?@GEpgSGHN=Q#f)xXYZc$^eLM_eiei zUYurl`d^&oW6Wn(bG_l*fq8{dfyQBE-98C0hl0+?=d%?UL`k;f$^** zR!P|ye`9FS87uNgITTC-$w2L{%)1h-!RbP$@-JBqa&X_IWr*g#3Wh8#_cT4@4c1J* z(WKAq=0($rzif?ekn>Z)pqgL=&1~OneeB5STmV*iOk(E|!y{IhNqrWSgBw>?UAslh zOonUifDs)!RO19{`!|_Eya>a5?_Nvr2aMZw=wS1Jo*U?0{J}aHf&?|ii>avr`V zGn+@w9sxJdSxr&qrJJP$Sg`_X;r*~+BhQL6r?Le;h6Y^1i0;u1#0TcN9plXquB;;w znK~(Z0{2i`cf3h*2k?0(`K3Aq5h>~au(kaN^^Z2SsB1?|bn>;Mm~~1rE#9f5%)3-; zg8$S}#h3Rq;?W)N6>VqWie89P)0Yl%Ive73YcAKN`V2=M*C0`|YZVK}jrzpSw$O6%2Y9GFaGdJ&n+FG^*}*&K-%t6kD2WN!4<4 zAhn0^h_ZUq14{b6TXSWsLRISuRBb#;%^|3Y7_WoiVN*k03W}tTVnif`&NY6m)NbJ^= z$r!|e0N}&ob6wlMS!=6tG0o!)2P)R@I7yQF#eCIZdV$)HP^}ENkgq!aVblz{_VNP8 zbBrrT5C@@b)#2U%sk&alAJ!yC6}jL0(eDk({p}tMtqm^>Ex7C<8REKLL5M3zL=Q5e z#2_>oqc1hdU{_j!z5hoy!Eq<9g}l1Hf%SE%lJwWKg<8h_oxNghT*0P`4KV9Z=50z4Nlw!tK>B`Pyw{jo(~zFmLxp*MIf`?2W_x?*@z#(X zyE$PrEzuKHbN#x^M;~AEDYy9}2$vvccAkL9`QeAdji=p%ADRqA=O zAuU^^KBl8lHeZk>Go6s<$|5sM*HX%#=Ioe;b_UJ!Cc~|kM@i@8w7;{xwM`5X$F;}9 zLk+g8%ngff|Iw;9pK=X?o_f!Ty=`=wmd_SsUggqHyqz>I;~p3=XZh-B{VTQ3?j?7< zQHBAG2*i?d4|4bQM_RI#8iAgeq@I!|C=HczGJMSE!e36Z&%6bEkOM_-aTt}S7jnoK zb6nuC;_xXQ$tv7p;CSPmxHwhU>0&xTGZK2sCKwor1|?_ot`e`~z^!?U{nrhuCq?qH zahtH7P-{0b!Fzt9Jo#dq-K75%{v>DPZY%Uw_;m`wc)K`Y80|H{lXP?=P=mTIEvGk-8jn4Xe_l z2#2a`L_2@umZK+FBB$wq^Y85hWWP6bP#B@f2!1ThG2P^|#9H`GZ2wyyV*%@{g*YSW z1dVKI1t;|4v>21^M}6Z1@70FuHLk#cG=3N&&#eXTI-ZnV=>WNFFc{$G^|%~_(^r`s z6VBH)LK&lmNXOk#2H(`y)t<5e|E_N?*rMH5y>YqCIg`vuwh(&^I*qth-La!}n2E-S zh$l7mlyt;jPhbOqtOPso-r#{6i`>_2t|D$I9`KW5c9J%rp(cO$qycR`Hu zr}(%=IXTGAhwzwZ7wNtCouJ3wD~ zW~!6FYu+|H2d>qn26K*h(&Ib!SCpT;8++AQGq&=tUw);r)w1|mi#Lfy4U@Z~b?@Ru zuRH7p1`L|eaWgm^Kcy2=@)h`z3n8Zlu!?T&WVJUK#H^MSJUqC1vk(aE&d1TVTtGgI}F(0!9|WtJSl?GPc?CaUoANHS}&Sr5T- z@K$q$4y0nwrs%R*g*wq@ElCx`m+k6$n>DqUARh$KryC>!W11`sD7|>yg z!11gLJKJaF{$*QI-Mxq$S8D2U#e-F{?u?<$kUF?~mGj?fRpK-bhN|gZIi$(M?hpOn zO3mzLm6g+c#tc^#g(w`FWWRWi&u3JAaq8i`q9_2=0l~yKCIk~Lbm3Cm^b!lyLoPE! z8cu`LXf^Ya0J{F^kC3YNm3fpEx*a2D1OD4_d7Oue{o`~%(gBmU*eYV2rEZ0(A+}Jt zZuKI2c&L&8wisz3qn&m3va9ma$IG@>HDz?YIf^Z#3=YmJ)?fAn_YN`eP4;FCZc>y^ zl}Y!-JAkzbY;*F5Gg3@CZZz@4tgo49jqSpaXscOqfS0vSw^y^=*rrHq#sAp;VTjxf zRr64~V-;bCcJcgvnHZ!s=gj4lV4Sj>}hqBbQ6(-cr+#N%zekkrADh9waXBfFd7TqX45nORlm zl!fk#5?R#0FAg7Vq9b=An@cNw-+cWg+2IC8mY{nvw~uY?EHM~;gbg;Q$hs+_Q+OAC zAM_Pp;@m766;bT4sPXEH*ue2U;+IreQc%g?~+5GTsWAjA();O*6C&Xdn_}D%S zVu}%tW0Qdzq;)=q?b}&qvhT6`{Tu$G<34qsJ}ewjI*?sQ!hCW{S(fcPrn6n=4dAHz zC-^Z*)qRjFJ>W;U4dga?X`QaQ5W6c=sPS{^Dn^y1lL^5zQ>^Dw5Q($I1tBC9kBcIE zHH0tW|F21BhbXV}-|2+ENBYKuY5gk0&+G(p^fHDDju6)|OHPY3tPJIzEb7Klh7c+h z2O>`qfOvr^9;GF&Q8l&HrR3{#7bp^siP}tI-Y5CTjIJ0I?hqD2Lgf&AtPNA)qSDOa zNnn&tHITO6DoT*fgHFqAlnoK?0~=)Y)1*E&Y=r`Dk4Qo$A{v3*#l53^H6=XlN~KfS z#O1lGmeGm{3JK=grAHCqj+6|bIK`ZG>D;#sawo-c)6FkECg6IF@I6g2fp<2O{!kcX zlA^x=`%rMaFXpUjQ+E&`xvh0+qT?0)XWkJ{i&-N(AJj>ik6Gb4myJi(imOF2e>3|A zZScc2ic=||afJRCC#eL>o>8pmkj6Tt6g z6OD{(g%|6Ome&@`&l9Y6Jd-I~0egVP(kdnS%Ap#wH0N zbHYkyqCsvD1Ng$P<`S#qx-}_AAAPZB3|13tI4p#1u%e60!R#z4REDD(k(*G~FA4(A z<}k6r2!5sFwgO6TOJ>t(rhMBS7t45bj)c8g@^PG2LJD0st6bY&(%*LD%}dWWDwz#S zoaUH+IfHJ)j$!+8-%X9o4Z8FWPs#_WC-wfiv0*=d zLaR71iK{*G({g6`BOU>MJtV0{Nc7abNacTY4i`hyMlxPRH9&*}7Z zSqvwO46pyboX!b^3W3;W7*#UpNx>Z z)$#rZo|bsxQxG?EH=oPIZTaKnf)1tenCQVMf1?q2PU1ZRg5;kFroloUyYz^aEOZf& zN+?NYpnHwjm_L=AQCd8gf488V=8PkGX#|p6<^YHM_7*$0@We>17FaQ;gKEqoM$J*(RZGVg@o|qv_yjDL*|?{z|b-utqtTHul2GP01_`a85NNPqYNq?QQGg-l<)9)k9yLRBHhGf z>oAM#@F1{MPxYyhla0(6m2nPEG_73ulfB^RF{ET3JM7UYv!Jfu>d9t5B!q5HPJk}V z0hw1;3Lkhoz|31%un>LbOf4XV6KXSKnfmL7XGc>n=Jw>XwEH|vs_ zIV#I&7+4!$&RPWiM=dps!ikAq%;nC@SlqF#2Uf#yd;?8~ibf7#g;!00j(Y-f%~)UH zsq8UX?Ge=BTtqp7qT#ti?+|eH_!yX5w>FE-vxmdKYF4~)Uf}m4k${-H^tRKzX4zfE zSIp8nmxwne-ROe_c9(P6sp`Rr!lJS|mA-#~vUX=Vclh9Nn z55me=VVdll9~kz{pX;ag6z3iUNH>4PvEe4ns$go9R-34Xg`pMJNmPY#aQI!_llT6% z8}@}W>dC#A6fo*}yFgSW)Tg0qkY1p!q8Tc%Ycj{$9O}ms4IFC)ppdF-0$2zmlEaWQf>n!j!55N)qz(7SV)BVFAyAZWJ5OyV>UNSg zsegEvVHOJa)wr#0+f)-u#8?sLpu2HJ_)%C9oJ#red7I2U#R)W3HCN{9Ne=N-2_#%_ zAbeX`OIy-f7E^Rr-c$O)QVomeR%k&OIBSkYtZ~|drccJQUIU!JKm;4$M0DzO+2B#i zjUW)YUG~j8aE88sYS9|8N;TWiosz6x5TYQj!ern?Z{LuCFKuIvVYsBw6 zUH@)vpriMTG~nHl1jU&0ToKuwVHu`HQ-B5HXnCj`C zjS3YV=Du&rjZEApdgeP69^trhlX%F-(lW>_t~q4lE0{@X?*8OW;8IS}JKqDh+gc_e zWa>JN6h_xh^H`?#3Ep#)Hq+UG967IA?5XxF4C#8ad%VNoM>VQqae zyTBbMlB^KcjI5^FDDD7tCc-9wn8*F7xhJDi%pzM4C~O4w;) zMvm1zt}xpf<5*RZ^!AK&D+XzO;V30^TV6p-F#J!7@TP28dM5G)jqPt?XN_3SyoxW1 z^}(qS8pLaLl78Q>Nw=w1ncvmb+Iz9ReTE(GxdA+Pbx76vKv{~t*^$)iHoDy_yU7Br z&>W(Pn4#_zQsxtRCe^xx;!}2(hz`#pHLt~ey`pF|h$~7)2|&r(Sc~Ea_8Sw@DtS9D z*d%$cF6HEJBYXSJLOZ0sVl^Ukm9S(URS?ZhFXATVa~9eS(OIEA6xa>LHU$u%i@VzF zQ0;q`<_peGga;Ek_Mf(eYl+X}%NzXlEh#ch#1gA;_UfwZmP)f$^W%KK=ri9NS-|62;AzdQ%|u99{S6)v zoP5i56L+g*64_5M6ARuCFc7~GZD}z=tIq)8UcScPo@ zb>nJUYnYoz`{||^A6f`9^E;SaY;9vBPO)oCbOZ!Pq4cz4ETNxiwltpP=^Vn>(A*<03HE5A{Vtm{oa!^n6Nk#gKDEe>s8lJP0_qRnl&c^Lt;w5V8H3P1$_e3MDF3T=PD;thKY-$qc)lKUAh=rZX+NPX<zrJV%HpibO1G%q*^rJxxom|v&JX(ATm0}1rN(>pGN}q!c60V`kT zq%Dd9%8;*ExKOL-neUU$Mb~xN6rXI}?+E!rKn~#dyHQz8CMNLHA7KbLRh`d9r)2@e zR&jD($|LEZdPsdpLtoAid=(0evq|btC8eq=TfB!ED3%My33(!YdaMPsnwI0Lf0UvC zC39an_^Oy~M5qT>Go_YK%8Y%+{dpewbCbBZs*)S9Ej1gXP{f`ODDUv_nT7O>FS{hD z#;jasni`sIW_NO~0deslrUlHq36*s0(D{0j`?T0cS@=q{SJU+Th&{C_qd=7&XOys$ zxC_VbRN?F_zKpT{Ayc!so+o?FhhWU$9U@I=1e(^gz+9|{XQX{K7O^uwx z*34oaIvOrO3gBA}zmk4ZV=fuHD9KG?r+5!aW;@30=_I78xb(@nv2M!oGPj%c_g3Vu zrtioNrxRj-t~UsL4s_}~#CFmRf>?YX(E<5Io}CoQTg=;%n{txP;g|GN%DiAOJ3A^q zQ$B}RFN1xush`;~AYo_6i?+3n1XB>f_%yJQV934X{#G-h4<%I^`@KcP_!pf8-RWaU5OHB)KE%YlU2wcs!vO zF9BUQ-wr8MsWIEYtA(U>W5`A}1l>k|EjTMFp|i=SE=(f_wqKmh=uVsOwiMqYpZVx# zVc4R{5VU|xm-7U^{)QsF_fTnzht*b_hy7iF_HN2Os+C~$NJWynBEPURSzbD)@=uih zXF0(@8>obxr8y>#NIB!!gmURK%jB~O)b%x56cBB;`ZhfWnlk&___;rO_v|glTX2%* znV_H`qQFrB6J0INC)wb)qL{XH3L={e>gr+tpi@8U2|+IG9rZ@NaZ9r#V5Ie@9#zM> z%@n#~Q5>+|>N3CCHsu^4P7fq|BNPv4>+sqbcxKaVw~Xs;#~pHZ$H3Ah>) z^aMMaP`_H{Y9(o&-ofuVCG)U740FjOluU-UrW@Cnm6rJ(Rn>cj?`bOr!7x37OB$@v z?h%C$4!3qG3k&?qNm<|zU^?($NOEp8TVt1OBC;1E}(oOW7J+z10 z^UpHr_!rK`aJx;M^xD0~nLMz0;B+vGAFvu?2zOo95G-TlH%&PN$NK~EBqyIe96t|; z!$^fdY##Sp+uK|B9@XoiTB=hx-#%&xBkdd5@$mK`NmlUj&Z7s9<>Pow*CH;U@LrN% zf!^{}woYriszi+4J~-FLjW$+mt;XBed%k9m+Wtp@wmP;okeP;>jE+tC0LMd_EF8BvjiM7*?^@7+{WtW`z`RQRevjz^45` zW+)ik-6(wwS?)bZPO=dK#{-w#mYIA}kl0A<5F3Qk(SYyJY0R*R3Q(Sl+=^d;9F13f zR0DTzJ-U1Mes|zb{Rk8T6Lo}{Owd7@Pp_c^p`qX?njY?rc(fX9OT~ZP6~i~F6gVj~ zrdXHYSIkooadGX;u z|2`zt<+YN6VqYNaGZgO}JnR1-huzH+3qFD)d`94#3>@$=gX55f?aop18z(~m1^-c+ zwIr7$-jj1gCO`KHlgOHlLLf!#sCzadyWXc~{W~5MRJ9~TWC7OPibM#)mxwlz@Q`g{ zod^IAJvV77-N<`MyZ_a8jXH^6a>J`~fLV9}J%qHUF&KcqnMj?!B(63l45L*SPj~;8 zh!0;Y6-MuIEe4fsDTYk_eEY6 z_-jAmr_u!`Gl}&Vg4hqxdjI|1oA2B!)A7~UD|Miti}4wQ*x3L%R7RU_j~TkpSOKtL z1EtbBS)+k0f=P80=icFta!N3g@hgg289C=HjxC(d;h=-v?>9_dy~Gd$+?I;#>-1(y zm%ExwNDx(B31@F3AF<`pBp(UKbCGBiz@ScKh{Hg+IyrGKy|aiHOe0uBJ1~1v7ftsJ zW`t&t=Sz9!63@FTNwQiLxVkZxl?w(8=aNsjOT$%^JG?OK#h@VA*IqLJv_KD&S5l1b zz(mpNUm|JM+#%&bvJCi%oP^@1$uWJDMIH|x?ZSU#=RqPRJW4fq?*|D|fc?YjV{_D? z1o!XnWML{eua61-aY51Vd`7`$11@)9#1!LM#TLG{ihIr z)U+n)a#2iE%J)PeXS_M!0?9pfynvqz9+>Sf?LBhH#T?+YpUi|3pQ>cbsg5`MoYUPC zHJ(+=I07-sa;1Q*0{2-Vz0Ok*VNp-)CWr$E5VIXC$H^Vrelv)fr4NNOi=V=lG7m&p zc}7CkxZshUGv)=++!&S~R&qKoVEZAR?OK@yBSQ9;_t|&rPix$xwgD*h@AL=> zl9nNr>$w%oM&xB-UiO>_7p{11qg++VfKMw^6Hlx=Xb_pt7Z(O05JX52RWo z@8wQ}IZM;3pI5$K;e9?!mW-T5H0R=gI#j}H0m=WuPgq=y#+o?8htb{GPOwvxOscQO zBbnW34RjOu9Tj~XrnsZDTTOx?2lLj&Lq~~UDgb)fk8!52mZ#9s$?`v(XFA9883O?^ zjL6MIo@V(XlsHMm2p{db+cmq&iZV?g0&+dw z^qP;brqf-P_xE@!<8tg<7Kd46BL27=;M?(+h6Y7TmQYq3^ra%uvBZOp@ebmx$gVNC zBEZ=U2A;dvh@Yszp3~R}QbM?EE(?Un9>s=2l3F^;=gWx)iSc94XHoAt&WUvlerpEa zl|HazKFJq;gOS-{oFE7ulKjy*54loB68Fmmx5`TveS>yaZA0tvd`0h@yB~*hNg>8h z#DR2Jnb(wt&<>nQw>=}2$(++;@e&`?;td7^E%yV;K5`c!(Egll!K7Rr_b5qOrwt!r zXeUS>?Jj$5Aks@uE5SNh>Bm|&;pgOrBlF`Le5aD8?h;L?w#eZ7pH7RjpL7*ciOfQW zRAfn71)V4?#bG(doRfA))r1P_hmRg;`S-X#se9z;KhI{IJpfmj=fwdp;Dv>|YUdt? zG)ldz2H{;YPmIYxp`yj+nrjUPFi4Rw@_s+@K>!&*=D#+ic#aMnc9}j5Lwqbx(kltt zb5uwlF{3@hM0J!lMA?p-{BgQ8OH`m#fh!;SX3tLKr9}~95%8*2Ocj2V-*f#AM+f@{^!&cRzkCPg41-&@#Q2EA}z7% zRp&onnDp+oi3*v0gMX%u|ApzK71o2hmQo&i((xgznPq#<6St*43^F%tAY-O48Pepy zBTw3&sj;6mKS`>Y-sh;gtQdk8^AB!qJ=($~g)VP%_ACBB@qecL%|Wi1MvDoi)uEYR z7dd^PdF5$%^~z~blpDIf(lS(HW+@q7FfcUDCsohOvw>(7-c_tJ()#0>3>x&o5Fr4$ zt@i=Ar?d2Q1h;c}e4Kw~9>~`LfgbmHP5j-UD}LW)fp>J$%@Sru_8BEChD|+A&Wk1L ziBQj|_I4FuyjuchH$`d~(jeOy4h`knK3hl|eVE7oNlR0Np{vt36EsKYwODcyu@(+l zsMtTc$sM?`-chxjQV>=yoCIobk0wxb_+sbb^A}$~c-epU^1+M#_V(zw|MiPun=SD>j(eCa{V z;*;wrtyo73RiC9k=_uZvDvGJ+{G^mwmIM$E+n8jZ@bD)5-W(RMSe9@$Bj|HWBj8CB z>w^P{)1oxA*OV8k265dDEn+njj*GGL>E&uERoq$slQsRc$^JA(dtKGG;aeyR(UgYh ziLp53oz9F6e|vkwKS$2XYvZ`CDA4GR4F}Y{N00AyE#?;$S2PRfOeZ3qe>o5X(OM|O zb5@!+7)&4*O*Q~;1*i~LUJMle{Js+qok`AGcs*HqtI+EFiq_?B^%|J169Q5O);1p> z@(yXsAvT8uCMp)CGp8+V$l%Vn0;`bZxVIb}j`)+-@wVj#)w#x#Y}VEgzp64FM}rmq+zO|jIP zsGL6ZZqC4mQBgk!VVA#x%l(NsgP|uBnpP5 z*;uZ*;?IGY56da%J?H~>n4!Zr<=yhMr6EB6=fBRVnp zp)xr7u)SML7xPp7Fz}4$r<#||?*>`(TJW|82plUzlr`Bq=&{p0t}Y*(<+anKQDm<% zsK%27-FnGYdZ*_2wNRJA*zrq*TYSH3jvQui1W1T=#yhemaXit+8hzSm&(N2^Wed|0{Zpy^?k7ive&GUCn-2+(TAb=LW$ zvp5{Jm?YyS^rI;Ri>L_fjttBy8)U0-EZ>DFs;2zVivY;4b8Hh)l~k##Ed zX%x@MKLb(`S2oS} z7rTnzC|-%9!cfot{N1}DP|@dpmH&oNJsMWDn{Xu1Zo+fI_}#VmA$K0T0byR6QFK*9n3Mbdns_Ifhj3}HCPSbEp0+cNdrI2(=PIW)a)3BeYF#6xE_Huj z5oXl7hC$)MV=R>{R++QdD|zh zhpO0uM$QB6_r)Abe2*It|MlBD#Pd-CtO>Dj^?_oUxh}M(*$S;p6XuP zGX%aC;D_~EzIf7D7iX~AFC18nH{npgj!ABUdLY>2+7_DAL@W3fE}cB^`_$mxzo9J4l@YDMnJV`>wy5{gwN9MK_?6^gXfh zIbTgSbm-z~y(W8bfKlw76?4Z*I5oBh9UyOW^MI#^-6aFWs`n*fM$XWGzRcv92NB-4 z=;xmPf!^0^4j@f6B8LI#_+mgLWTMeoZX(r-StAFs4$9w*@X;7N7GeVN!BB zBG_ENWo406x|s7K=LGN3vbcHHh(S(`?R`~TYQ@|I*JI7-oxFrSIWCrH>E`fs7$Z8L z+#!G%bgZ~DFhC{ZJjMV`OUlrTrn9q5g0s`nCkoY9dY zyO#gOi@@N1+aq&~Su>0b3jxJRppQl#{@&!83=$QeX5rQhzu6Gl(KQiRP^t)lxF$4V zFiKhq81{GRcM`SdSpEwS_^H z26RW3`;eb2r1egs^A_@xWHYh*E%9G$GeTLw7hSIPmH`H38kH-?3L=vSuv(Vvwj9_s zE)^P2iLeuv4U*2r-e!NVOLO8KhS!vZ2YZB(ruXa1y%BVii)~QM9St|w^-pQ*#dK!gXCwmXFm_{14gcbj(Jo%2MNiKWm^r~alh_wV=2|Ee zDr+fR0yM>Rq_>-FZqNCm-Q4n<*u}y5((~XtYzirUj$pykD$xZ7^@To|$Ym z2Jge0;nsMx!4PvArK%0k^(G#kimnZ2P3uj?$7++Ke!YLKnvd=`H6UQUu0t36u)H>u zrqW!9zQ*5p?1+q0E`iogQ0QXQ1Rm%mMUVRY)Vg@F0iX&^uWUWh)l$DCc7kFZnq(X@ zz%vFNIWU|F1su;z&9UHH^9}J@3;bL^i_Q%|a*t<{je#bEX@ehN z*Q7%*dHd3+fGXP=6oSf;$ihcrMsE2`441XwP){-YB9K=u*8a~FRKydxU$fn4f?VB$ z`?mcp-~P~1ImOBIZ3r*%*y?*V0aLU*J%&r@1*WJjx?gSPbTrZ@3s%T*;U}Gg4`;*v z;RfEcv;@O0nHs;k_^=7JA|%sAHkzhgE@5k(WCRNL111P(&v*XxL$%>+Rv-mrUhVYg zsJuXtXf(+#Qj89|NSDyti=%OV0bKD@T3w)`kp6?X&lh}SZX>8tK7p6O%8QeW*yTB|MMLWFy@OAuMdYpYzrYC$S_aK_ebS3qJn+@lW ze$i$FZ6y`d6;65sbJcqxTR#eQ0_Q1H{;Ks?v9?C|tdTimpP zu(Ra)LTZ=LYwWJH>aR77rAzu$5A_3*CCc-GDH{$L3M$ZElU{)zGJsExagMBIr^%>% zHy5JpUB|wyQ1mWD)9akmnmUS;?)!;ylL-+W6{W;(A7OW8(poM6L9V_i8li>~ovKwy zLU=H~zo(1o*r&#RSKRT@q|iWbtoOcaRAJH*4wwfHa)j(#9jOrz5hOal z@+xgeeqKgBz}V_4?D_rY6BJ$cEJA8b=fJ_R&)ByNecBZ~df=O++x(Lulmzmof0SlT zZq0FCjS84*%F?3b&9qTwWMZQ@c6=eE!zU>klCVL^u1ji4p8*Jir#r7+KG=K+EQB`D zKuyQm1}Y}`ja2T1CuItu_LKJ^awDB9eXXAd)z#@Q`wSO?EKNEt!!~rItENHLE#(H$ zfaZ4Gs=={}Gi8mZJkb`Oeg<};f45DCX9caS?=jP5eG${mv8evJ zx-dn3K}kJFYKnMAis2lA1dx__a(}Q5^5mO${D&GR?hQUimI`!^nT&N69i|QKeO)Y0 znB*BF>_=TR!!)S0FpZ>{qOPK`aK}WzUzF1|L_YgS$;>@`s-ja@6f}kFUW3dnkUu}( zsBH!QUN=Jg*~%Vq2%PsM*L*Lk%uCD6Luk<1z|Kf6)`v+H@9X9(U|#-42-mYyhN_>@ zkk}IP%x@m(a6_O3L$x^$<$LH4PeW?a=UoS4MhXW5;4;EZjzhx#rYF=_MYQ}oF(BAf zcXzh7x+HSr@%TEObK*zVGYpf11jw=dq{>hy;rx^LZtGvSpCZve+2jIGIXC4bI{~_P zA0Ox0WDL_LMg31Ij112eou+dsMSo#|cr_oj)-Xb_xhfqbSvsOkmE^{yNXYg|nJ z=29gV+3`i5kW`{2>F@B1Q88)$#1)4UbeE7y+|Q_G>fGIWHH%VPFP}DcLFBOq{YQec z<0K-ImU@DX4gaD#loXGseqm9h^Ih?71O(hAs$e459K|Fe2`~flbis|8^$9?ga4b$! z#0*DJY+@`0C!``H`cHE543lP|3iB6kp{<1MB^V#XYxDOf(3T9D{z?uNgx0P+oT86g zLZ$yuY3GGSYOZKY3Q3WHOMRTmGQZ6-pp{8~P<8 z_6t1ppk=<75k2j<;tseh)~Ey0i5@C#d2MuBesr+;DW!0xONve6oT03aQRtqmfm#2V zK!{$#JEug1E3Z;pNaK#U9q8L`a`mDa{aoPqr4DkWm2024K5(Yub=!lQv#xn5x;a|` zspwoD2v$rXuR>JFCl`OZwg2I4W0wFUm4|FHbKcA?R^)O1`318)k5Ly_9QR;=a1JkCw1Qyz)p^#gU3Eb1&henKEAICo_taam)3Kup@QT zApb*jV?;{pv5KHa+>SK=HKl*c;`*ly+OM*vXs2*bH|V;QUfF`ppjpHTJn^(bRj#Fy z8ZkxDF5=r@;>C=sKR2eBZ;nR<<_KBErf{oh>rrjJT7;~Ig-Z;qiI{mV5S4hU63LMc zC8fJ2)z*r0>=9)e(lNY>S{GjBSSL+4Izh4QuAkI;;9GaVWi>{}?wI&rm{VNOx=WdF zv+iBwy`o=aUPejrjzWnx&{|(+7;)h-NQgD!))D=)cn`=h(4g)mh%Q+LV<1zCa4b`E zt{)KVB(DWMyH!|`E}}oEy_#b&H95+P<9xkE?=W=4aUI%_qB|~4H;;Cd5yntSDRM;j zRH?F~Bu5`{0%NLjZEh(riK=3MF_;y8LHuP*U3azd*Qw-|pgf3m4I^Jm$Uy=XVD6Ay ztzd*hsjjzgrpOzSWJ6_kk=eW52WPpFahNjn8f~4+MWOo1L?mZ1)RS?=+<9vwWTqbE zB9_#}1b>o=`Fk$dBE7>U!ct#9(r zh--8A@eZq^Sn-0YgI6z;r^#c-JCM#LyJsMtAuwi>>vOLrP z%mvQh`(Tp)7b!0^8JJ=6#N9)t5+cO#K(_DRe=wvBZlzc6(7y90zw^Tv^meQ{9!b*m zxOMFC8_7S%a%&|$9jj|p11k`9=@B|0bH>Ofbuz=}KiGVTIOtms5I!a31EDrJkU&r1 zWa>DPUg*T>7JGHk&y7cAUtL}&`_7o`QH(kCSY5c~Kjw2|iJ7>}X$ zvVU*u5vt0?rl(S#MLnKLtSifSzDO4+x4#|06a=CnKIGpG*PvD%EZO_Ao50eWxrI6> zB04P#D?Kt*>I&3l5A_Xbv#8tl)xAZLqC}oeZ}d)sLqE+iTHHZKyKbwAGra03nYxgG z=jj|Rzv2@i7B5)=xmRgGlu*H1oerQ@V19-QeC}RvP_JDT@P-{gJ4l1|C9?T!8J&}6 zQhhv(MRv6{Ht%tMB4pydo5w)Zb+1Whg1NS;<Yzq4N(eenU4%SXw@}@Dm(O*!cOT8}WNRTrllIjL#4Qlz&Dd7j2cH5WF zHS1HDobK!F3=ihwIC=i=EyfOEsw#HP>0nl>YPh*MM&668b}%h|%O{g`P?RT|*=+M2 zkWQH|&Nt!Pt_xlWbi97*)uOQGa$smDN%`$`#RsO-hfX<+VnGa1{!gUIkc%?HfxQ%c z4LOkzSG-{Ua-mi%^d-Ry^vCR6HTIi7B9bnpVE{oY^N*npdU8P?uUUB^Ob@2Jgr(NVO76aGkfJyRsW5^dWKy}x=}=tzOIKR%07+jbF~CX zDez`1HA#fBRND~A$ef56vV@X4jvu3P#Pdmo5BS?dnc7_!Xh@4G0U04Yu*u&?AP51d ztsi8MeBfH*c4r49V_h*Ut7?eqUoqQzSI@Q`xpay9_KI_cj9no=sl%13WW-_!|FAbrg&wMm z4=)))RZ?NFL|_y?{jwxomRfgBASicZK>qX^lX?F`k z2LrNmr8Fu+k%ys4JM@dfSL}nm5OQ7wWjmA2LFH=c{3OXxZB)59_%d<0C8wInB#K#) zF)8w2vdP>;O>sE>G@Yd<1RzKPMgrGZbjg{c?{^WTBB9gh81)la*;_b-=)8OZcctjAAcs&{Gp+@USU75Z*g*)o zj0(QeFM$2MnlWSy!=_0Y&arDsF+hy7%rhTzhi28IWo6iCxqpZ0uzspxnK=wlw*Bjj zFA7cngy;xx(r=E6DLF{7cD94ShzzUGkh21h=uUuj*Z9hm>(4#;BF4W20t;9o+P{`? z6_^SP?+g|%Tk3+z6li1eb8s4FOE;4XQy?#Q%@n$)RAyjH7%pXtSWb3X3rAwVJ>Ngh z2JJIU^vF|C0nRsN)1teNWDVk})8WwO48~G6ZrC7?{Y-$JMSQ$n3EP45U`bxFbWuki zT2HP9{E2{c1fxr(Z=ng+5aF5*@+-)4cbyF*g13~k!r{j;nhnrn{d)flR!7_pe(2*Tv=%cu_pxNQP+>o z(Jp~}P5>(^2b5On<$FM(l5kIlYaFr5CIpC1R z6hTAzuWAvt#a7^XG9S01aZ zjkECkrOnLkxUciB9ixx`6#kC7kj`_(dU4qfPjXCttbK5hdalxat%JaqPtfv#WrptY z5pd`CJYSOW#dS`@5v3EHh90v&W@i*;M+xHonbEt`hWu7t?i<2y4kkS~;p$0Y#5@R1 z40(d+x6^}EJx>} zdUCf!qwZT>W>0y9E92>OFiNPGD0O-dLO-5&Q?bDx-zvBMK=D$L=-&iybBVN};sfV?ckF0OyN*n*Zip83MM<#AAM5y)$ro&R@TYM%P9JlDf&&qkgY^ zgGw2f%MZIf@Oouc3hwecPg4riE~fc{!l?d#O0fLv?1++mP22&}DHzw!^L)A-!leLX zB*$GR=o#+aAYO(_Shr%oH(X_yz9V2wKNXD>UPJC~l4rk6`1<4I#4AMsv#jbS#LFc& z!vG1X^W(*b4}&hAKy`5k-gNedgF7D(Z%GiMJNVlJFj*2fw0=SJ0( zl*js!Sdmk|Ay*N5e02gY1f%xkyJr+C1NXRV@5Xu>!FS=|7JMt`q4`d{;Mm&(1xR1m zGk|XRjazJEWQZCvMMP2vHSKrqkVj9$2i^F*Hs>U8;cYLX7&TT@gGwjO=PJXrdRLl2 z{t*3=uOoc1S`KNJZ9F*%<98+0?8MB(M^b0xs#LL@ftyVNrgn_^j2& z!yYJBk*R{jHu?knh*5f4)D;;384>NJhrOiIYdp0b< z_CCrVRw${U{D96-w93|E&{~-^<*s^zhmRkv7VyYfvAf!{tB(UAEFle*UGM>E9H zJV~~Yotn$>?iCgtokYHEYd%ml_ycPYP%%4Bwq2`Zkcv?ak(v8$pRtx3utAqP8ZPGSuBiR%@$M21 z-~<+^n=~G+(A`8mENB|VZ%Yx(n)8$pR<{)MK9gh}jWl$ytH%gl1YF8x(VpPJ*!uDt z3(s9ZQ;0IB(uz=B{gJa8IUQe3QfXwnFPsXV$BL$+^n~3uF+(VA_wlE6hPOsE>i=-} zxijNH7n07c$B*xCD>xsWo61{P+EHR^*+_zzGCgSFzXQ&?iQer_mUGcn z@SgrtE9&ZTl7@zLEK3y|`4q=00zsa%%&4Cf?@5;3Pl|py-+KELRJ}6 zW5Mb5;?3)Bfa|_Tc!+g};z080uIxBo-4q=o2L>j$IUcg4+Qbkcarvytz38s$?-<3* zuqdQZ6ZmMnetBwLSG)r_5{WYLx1QMFEegEbc08pR@oX>2B^lRRNJ7Iv4eT@rv3*I- z67S%!<_zAQNOy*EsF8P>F<@|x>5kJZG=0i7J9UA%gGRS~z8TCr{U$L)C4!>kk&wt1|2BL5;povv1zK5q?E(C})f`PKJ1R1*7MwwV{UG zyx&(w5#%F$)V}2lCMF=?X%{3ogF4{5Mm~kde(gl2V(&-jqKi)_ZZ}5iPLDJ*`Pzz0 zl*vl6=6t4oH@TA?r;PH>(osH4ieVTd)CI32STo$i?mPlci6Y-Ps}Od+73qy_edhXL9?P=uTq|{b(G|jYu|!l5tb$Y7)*AGt zNq^<~emOJ7YjWe*#fdm4JKq^54@Qh7%*tmkFGtxd!~4s!Y8DWMdcDEpKRLzM7s-iE z#1N2hx1>`0fN!{~Les3-MZYlS7uOSF7Opq1rqgVk!)#nBz8bAZrp}UtrIqDG#M@mq ztj`K-7X%vH(HHu(!@75h{lqvhGH#bi_Ukg8u-5@XUP<8O5#gY4bDg6C7627TwU)XA zqol8CKTvlVJ-f#EqlbqjFl)|&zjtj3Q4RR&IJ&_hBNGqmtY97urmjQfNUGp>W~G`> z2j>Aofz1*Ld3RQk?Fc*41b=Nza*@znW{sQnI$7Ag#%*NCs@2oIC+B`YG93P<@ju$_$?WD1`BXH3QD1bZo(8a?%WP; z-F@_6yO*4t_IK{yyXzD=;Z*Sz(pw3b*>&szO%B)8a+^|!RNtlFX#wcOf?}&3%aA8e zC@9FO=kFxHRHr$#m;H+WZz$X2&Ss>OL3AWKj+=Eec(F%M3f)%qddZCestxZce7(VG zbOE3Y1Nf*L7K9UwvIo#`N%{rRFC_uoeEHza&}`+MFAMw`>gK{pg~E@pL21pkRGN6!=w+2D!iDm^mwE$It<}W3p`l zGXO3M>Y;&y?L~1KV{6yb1}+ZG*EFlMYA}0+$t2yK!5y(`N^}>zQ89NB9rivaz8U3|ai7p< z!|WD+%5kC|ti>9wJri)wg!v4i8H~}6Go9z3F%77uO_iU}u8lw~{42z&?-4~+K z>Mgo%uncEWTq6m1aem(5TWB(~QnD^CD11_7HJ21@FRWgl2T3(UU|z+Q5hb1r4+2K| zc;|liOH6n{(}SuUX<~!Gub`nPg2DWt|42j)xjR*-#d0zx#SDkVC_)?b?*7(2Jm>Ci z8*#$+C-y;DVRf`$gf^P1=8NzGfaW$a-G@edPP0Y&AKCfd9?KKzkK@k}kb>?$c*Ljl z&LeL@mJbP0Ie20dHY&wQ7Q+4Lfsj)HkvFk#*?^#H}%1T)3oG3tp8BV z2;?8H-R`4I%yZz6our*k7T9Ul2@(XsD4Q@dT9gxf6<&ln7l>%4PtlmHDL!QQl)@?- zyS2}csR3ClOyu!ykxu8yCo~+9SGe_mO(YqgG7}Bw)y+Pn^_T9q5k!}ebe|(N;VQ!a z;ot43LgZ~YzYX^Vo#`0fkR8@h7V^~53au1eB#iV|YLIuX`hn}FrW)RFcsKOVWF*Fb zQ$I(T7(Cw$W(N}hv*gVGkO&H&{$2k4FH#}u=H`TBf0uv%OI8(grJiJer(nweLTH{W zoBdt>{jX$E$k+81yy=8Xc6bKJ z#`5>g|H7R;&8tdXA7ygjMfwRS9JfHU+&mQqM#8V3Oze6SDZqeY7PZpm$}-j1e*uLC z`qE>Pthp4>t`PnfK{)7by^|a2REy2PDBzy~tY|TrVAfUa4b=^AI6-vq3Q<7&4HaT5ksl5b<`H!3rgad7aVnR8F91acA#E60@9BM;8_~o1BY;Z#1>Ewu$%1A-_v}I zuA*?#;xBT+Q`>Q|$cDm7(0d4vb0?CHd*}+vx&w9yjc0`0#@Xf?nw4N7@9bz{bnV)Q z{~OvzJMidk_~@Q^Yi-dDw|fKLDM~43oERrQ^rwJY*u0S_p8~lKuvicXM29DNEvZ8c zl_7^L@nm5&0yfN0<)dX~S|Wdlz>b5_90f2ZJcwat(NwlcU%^fA*JXyv9}IctB-d`UUo+$yG^v>K6w}cSd!b^xPdwz_ zvDz`56MA-oNwEVhVUzTa%Hpg-hgJ}BDBg5*-V6KNhCmG9DR- zY&-$#`#G2$yv6)XP{e3yL+2GbFC)_o`H(nx6MJX&ClIQS{WPg_2fF+Livh7xKM&1Z zQ9BO1?kuC!$*E|wDFWm(?;u2F)XE}_KvWyMy5N8a|DMk$N|>~eQP8b_Rupsf_0fv| zyhH>TY*v@l9jrK69H9iHaHG*^r936!0{pB>2m(gbz-o6BVS*96mezw~K{LxatE&mO zLVJf71_w7tEEzgFDNgc{k~wRH8ewdbOm)CA)-dp-3HM5!(a94G0S5wC<6$kFIQ|B+N7jatdP?fvbYax6Pzi;tOD??Z^Sof6eR%rk=iZN3f+ff$iK-I(a)V^#sLsd2{hj$cyVkR{a*^|H#l1vm)3E<;0}H;5>Xoyi9Jd^d z2V-1`jnknt4RpZ*{J^?m)^@}rW4{c%qu5qm(!CJ=8JMVOl0;$^Ih5JeccN6+&(zZU zl8M1x1tjjmIa8x&3;9eC;sNHvMXajI`=D|)gr4MJ9xxe0LP3t?pjl>cGlP?#l87;; zHOc>ySy_8n=ONPHar{_Z8XDj2MIu36FnRSdd6GQ#nf0C|_Xb<8!ayK!-V6KwGKPq- zd~FTzBF%EKXMq8qh!(&v?^~cK*e4+0<#_UFAiOmx7Bhv@sFQ-HThFoupNECp8a+AN z4JtG%QfQ*4SYuqc4HeI5-AQuc0XQA#UOTVozP z!Pe!}U%~dluph-jdhzD>u2v6`TN^+cCti3HN=d;m@h;? zS}f+n&CRp3v%%S20%d;x{pQZr*4@n?Ui6{v{+ap{O-yLrXVmTf z5!XjKK?3Gt?81~uk4|HR#zXibTM$@go#2NSgOp0tJ*(cY}l8T*m zc0vqe^*;4`!^B+xZa|U0t@hM=b)1AfVF3>FN-Z&etU7mxqK=n0qL1}-Zjdr+W)wm3 zaByA(sTJKnVwk!};=*`Pabvd-Gg)+-2%xuNr6LLNADsO9B1hA2=3l%-21fY5a!q0x z^~)9|{@Sfdqc7Lxs-<}+3&J)XiKx1MMMP1BKE38UhqI##(6m|p!IijT->p~@cIY3h z>PI+ZO(o3KQ74*a_EI^hFnhAI;65!kK^AntiGt=!Z$X?bF|?U32=uy-Y+XX^TO2X( z#XWUMAi)TeQKK*^%&kRkGv1q@L~Vw3=RU{}?h3_I@&oFF{=Hm4J*@^S?L+dXr#Jkd zg5$0-V+2wtfJopJ+=X}9P+2}=@{fvfHaIDYlL=5sG2NVRj?k$sUrsmks#<2%CYuTO z^YPxjhg&=MAGIhRyp%v2X8wep&Qy4`JV`paFfUG=Sxm;z33irCU`Q3kg1|X-mQ5zz zfkOZ$#N*$^3PwF2CT+JEnBtCp&@{O>%LTr$(+RK4{F%4#}DgUnFbFW5QI| z>|lz8=x9c|3{`sYCFvX`)Jz^YhwGJ!Das*`@s(k1VLi`#qPJo`<+U-^d{G05iTrGL zt(vVy`6KlXHJ~Ee9*7t=Y*tKOYDM^Zn0!}6Mq*K1Q7dGP*rc{3E=#q0tXVfPoYEfQ zWa|%desflr^;!-URo7|xZY^5PAw9$%!MiQ*NnD3@y9ydSsv6eUM~})qrpy-pmPKw! zEee{EEFFeXw8GRo@}BQpO|+*anDhudFk;g-))a57d;vSA08%DYy68`}FOe;Ll|C3h zv95+Sg|4$reVhJv-p44{RGUz;Vvt|r7{H!VR?rU!EGDrvOpO^=b*lj= z?b1Ml$+q!VaTm|W77p664wqvhdNgN)xS7F$rB<3n(o*YY(yJhlOxY7BA#;fqB?l@d zB43GcR&>rRDpFWvH#DhP4{aN^qZl2{>!?cPj-A`Ewjj#DS|w<*6gujEHU=p;QNA?~ zZbJFz2+N6D<%E?WugB!QCphvHi6G$&!;6!cluF=P{zcF6EV-IhKt;Y^v3y?s~B zE^=d|v%`f=DayQDr?|R7@=`JjURtcU%3<5)F9eEO{Q19!}@nrOZzIOD6|lb@+bcHO6F*IL1;eGx;T%R>!Q_Gt3miD z#2k7qSmgm{b>8hUhh2H(-?Yp1hOgv5%{{d)5iVxiYs8&7uV?IDvf?h(W_$bo)>bz> z7;9|Kjj9$wWhdwI8us$S@fG%uNhV$(lWwU%hW1AIP#XDl&_-$h8-x=d+v7 zJ@ys*6P|FL1T4# z&(I@*irV~oO&^FI1vb>brUe15=0=W>uWZCs?{_dK9}u0Vb2cH&D+bSx%!cl{i9@w1 zD0S;5ih2{lu*5lXqRMtnjz)PGA+B)d#!#mnBW>DO4&`Bk5IZ*-Q7DG1zKWFRgD{&; zO*9}NE}Kn~(P2!swQF;_+9a$J5_;g*@KADkuFk0{ZY`MIGES-*q*FEG%F50LsOs$1 zA?SFuP2<1;9M29-I?@{_k6o2~v?=?jO$$qt(3m3gD&fnd$qW)?ipabQxSHpA z>{Ba#VJDoopsz@y&V$Ca?Z0R$s4Kc)1b6lw+2Wv5=NlJ=EMMOt@x*hin>`T|pX559 zA#SR`CGI8aj`Cr=vDfbG5786t0)BMcnn8I$_?Q{-4oDKVj8{LB+pB~=ne%O4vd6M^PIoXr#tv-S_yd1;jW_xSr9{Oif zU?#lWq^E2dCZy=(q%4;6iUIKm4iBAyKjE(m?n-!AqZ(W?T6=MFHbanvX^x)m#qolK zN~r!g%f{$AE#hRgx&83&gZtY%n>2^7;Hwg6fu?}1trt(K#rY(=c!J~I)bWV!WzQ>N zRL6vtlu{!Fpc?t}Lv;t%;o!%;!;3xmdmxVoUCvU@Z6T9>Q2tmRzn~=S_G`Sa!9o8Vgxj(IXuvgU2uIQ$=bzdvb4JO>pO8uWbvn!ED8!Ow zgi#2~?AIk}@zP|0p=CZ*_|%myW_)nz#hmiAtC+kp;DGP&)J$7Zq-v$4DjztFH`;BC zpVCH#t_(qM(G+04r86SYbr`xQ^H6<#4%>;VZ_}9C2-LPk7)j27G?>sjv}|o^wIZ?Y zFs>HgQoqmU6F7l4VHOvKWP76n3WT{bKUyxxZI)@xqo|M{IV>?_TbjA{DEPcJoV<0RWgh`oL})ClEg#4 zi^yp`poj2mI|6#H$%l-XY`m_Y=}dOqsA}n?cY{RtBZTsPUd+#}qwN?*#2pX_k1D1- z$`BRjnL@Y6(34kOD=GOhoiBMWnV>*bOva7Lk*SIvr$J~efPLvD`Z*PKX{zL@WU1QK z?BhWSBr#S=^)88qYcR~6+qycPlEKu0an&*oDPjb{?My<5ow}luM`qI9xq1jtA^==g zhgF0^XKyfE#<3>mCgDIqMi_s@0ZXdhzU9D&XxK)c2p-i_TVD2}kJzco&=lOz2q7L- zny*MdQll$!=@;(SOGNMxm)IXrO~H|<8Apo1&vbUq32i7DKr!np7rTN+8z|A~(DwWn z_m6>xsPJVHF% zTS-23As<8;FgiR-VOnu6WskbUPDv=Os(d_r&5i6&fH+PB)Kx%(qUDcX67fb-UX(Vz$jcvG;Je|DYLtrKWbuWNra&w4YD^Ata(vZgpv55&xqkz zGbW6-XPD1!NI<6A7!wl#Bns=1;Fjl7fWl>f8aQ+o12MBjOZiY#R=B^v2;mgSuU#_% z50S4C!X3o|lK(IK-*S$XyObu}vY7`VqR?+b@C?xNYR2idB-M^(t{C4I>_o0xnH2xB zRPjl?>D^nUhWZjZRYfK$4-6P#hh0b3tohT|RExxu+wICEF!S*he*iX%9BQ6~Vh^U16zB}9RS^bK5u7U)Vj zLk}i$u}(2B4h%$KycrTrt(XUg7QGflFuE%CXh^8DuinWSi%vRv+_KVLF4#QXcW_E zCMwbsCImNW&G4`#j>Eales#rs@(wc?y;fK_bB-UhSiDpNDLjwqaO!leYS>dD7Px}` zjHXiWSc;Bx?A16&OOSKC21jahL!w@W$^^+B-V1g?&??a@!Rd&;$Ll(L7>RpHk`|JQ z1Do74_X68jMk^0;IFhFwxaxA6}v7)Lhrr*cNd-yL0UZ~lJ1wG#d3c1P9cn*+3 z5w1R)$`|I4V%U8ggysOr7X%;9XQO<;iO4ATBwZkcFC&Bi?1rqQjauc4Wy%RbI=3Ee zJ=|izaYg!VxHuEUpr-(9rp)P_bj-)uD&-Rm8^D(x;d!XU^qOv$hJ&)4yXy}vs7NQe zNZ3O(bC;t2acRw6VjZ^#DrXIl->;@ccf@W^{3okF4^9_JIVbP~7P}=~xXX;Z7P-60f^lXX98FNT77arO z_KfdthW4CLGhjWPdqG~%B(4D;c=qql{tjXlDt#Go2jRodI9<+i=H?Ay(l9X@OuATl zV@k_R}YuU+p|?d%HFr zWq}{4OGXKY(o2EN9m@>5N5QO+ol7`=-3$xErK6{&<*b~?-MBSiNhtFxy zrue|Ay!!j=Z{b^Kc44W0-I|<*-?pDPgO0nxZ6xid)*W;tw-zepZW$dbAaK^Jy+=-E zl!OXCm!GkhEN35Q2=k%pEX~DiIh(O%1{xlo8LM9liUzc$y|x9sU>xt7RT^ou=tM76 zUE)rgrWDfK%_*d}w?o(M+DaMc5xCf870lUL@-F}FH#nZjo=&mR8TrDJ+6Qjg6$pw$ z_4xdy!nb5QhwTYcO8-;Uuc(5}9aWGhA;R?N9_H!djcZ8NlrSWyJRL)0F+xVP2<-OR ziX{Zc7)`x3_PDW;2SF?^IbSyC&WrStRGs2-($~-#pu1a-?>~CzC0{#IZBGu)CSwe5 z*oKdGSEP+mb*T0B4z3TXdzla*igc=hd1!Z=SxdYg_7@OYygY05H4c87Pu!Zn3dCK&(50RIw_WTPO{IdUxtKPM6iDm9>itF#ao>DJe*}^DN@R>i#L{^B8Gw9{! z9loU_ecmCUf>HL&CDe?Zr_}PAkHra!h*dRRYg!RQ!G}gH&K4xjO?t%PPfn<(wl5mH z@K^uv23hcoy>C}Nx~>zwObBf-XxI|J*k?v?OR0GEOB8HQk2$;is%T z&C;>EoJ5zBMoX)ur<$=fyyMgofJ#s(lM^M!q+A6Qz>9}~2Gnqa6w2Gsb2Iy9o$RGg z{UB-ebXI}c+8eQwa>hxz8kMesee!WSs;qi*+kAq0pg-kWS6b(#nB; z{PQyV|I!Iywd>auSL{wueidJ3<4NIQ@+cgW(+vd4|)Y*T})*bv06cBWS&4x!q{h$tHEORdPtH6O+@5f*`P_}k!yTO zw-J#8?dd+los%0h>lef67@{wQRf7X1?xk(#8Z@+XlQ%Q#$=RcPaqGpZa4Rwj3ieN8N8SJ^7 zO1xgf@ck~`E#r#!8XEHzg$)erWp|?yvXLo{=?R_r#iGdD_WF@WQAViO{38zhrZ6DR zb}SJ0?lMb`8#Fj;6(-VY5*H#Qo2Gpyp?LJlyTy5hw2c>Hn~KKah2o;y8W=8ahP=daWG0h$mO9Ihde16md;Jb)>sX+6XU4z#8Q?#%Y) zr*1gvyKij_fxk_dDrSX2-rp|1n1>6w1V;o>>u!KGa|M(CVm@CdQT3A9ZN8672e-T} z8CW*^==v(e7?17`pHZ_yUMoxSuQ(Pfy5v)6HKfzIjO^$3h;J0d{VF*Oikr&MvLk8of4%|K7c+mV4A`kXa+?@Af z(Z_HxH95?lq0fZ#esbe-l%UISqQp$pn6W#UZ8qen($ zO#B3c%l@0}bx};luU=9N49bTXxz{1N&$tB z&AwbO&-uzP2|UB;FC-R$^22kM$q9k$Pb7{Cxf&|1*{AmfcgeeFa98EAZWV06xn;<~ zq69@*48uUmnSk95bgy$M%5F%xRM-3}DGRH_qR#HM80JbP+SY-V;U!sb3fCM`*OTAW zSRrCGmkB$67j%@hSy$GUV~nyD;Ep+i_7@cV12Wz?o@SeZgoCP-?{mjEFqGH&eRX_OmP3UY4B}&^uWNt7ZJV-Kwygnrg0k!5o`?ao|5abU}veTGWLQ z$%ip9xS%&8h}~8gtddXXlZ>X7eBJS^O~*`hz;zIP8GTP_vpPebHid#NoW&V=sR#Xu zoIb^d&}WhxOMNywA)llr2g-G{fOES*X9{^n|2-lIrM=r*w_$6H7pL^sX@;ri@Xt;5 zv7n)AIR!$Se~!T%e(a!& z%^Y46ibH3Aeg3(7koJH3x5JIE6wE;?sm{`Q2q{HklPDjo-#LdY=q9BTZ^nleh7r3+ zUA}}M6a+gk<2ycuIAl;{2^B^$7Ee9eh}j}Kz35DM4?_h;kRe`1U<>+iS7Wb(rx=IK z)tGWJ)9BN$ZnbiN^QdWvc#%7Fy!v~Dkyu0{xw^y6o$;dxmz==KFI51DH=;=}R?Acj z|BF>3B$(%)v&q|{%JK2vQn-)Mlh;H&-y<`iheyTdclmF?sK3u9IXdIwQ<7Ks=U*sE z=o`vdUC|f%Cax)bj=6}XDseC)%(81hAehU4y1t++%QyKfuTJ6OQ?eubB%kKULpyj2 z5;3ovWV26sS8fFQq z{`8{em4|u-lTRgENz#F{yO^`F3^TRR%^!HPYAm!kG79aJdxl5MmhZ#gvNAu$Fg6?& z_10$^qyilfU>Otzi+n>RY$$P6(KFM$K7#hw*MnK1$GgE?;YK zR0TFmH>N>3eV^=@#9=#wyFw&zyq5hrYMDOc?nfUz%r@ob+Hr(%mi<$lV3KP5+t9mJ(}4Mw#Xl%*d%*_I7#sE)YD>VSyjC3{h-_)#&P!yFR{z0Y9#b-E2n zBAWT02X3u#%w{C>AF|t}1m`MHLal@3SZQ`(6EkkvjGGcxH>H#cu#u0l1z}`!4D~s+ z$b&?70vCZ(dV3DS+u)C#r>3s@If{>(<|&GUZ!ouA{~i+RAKBA}V=wBcw(zf{tGE*1 zg@*I=hSRn4M^9Dr(Y~syc*I}RQ_hS*clDlK<)jb)y(`c4vhZZ@ES2BAzl=^4H zk^BDfkWV*!vfKQW&oemCbjMIymi$w;D_52wDUMt@KJJF;a#8Hc(MiXioQKATOt18|`s|u!0T+k_kOcY!>D^1`umGsJ}40$dbkrpl9^F&sS+>Brj z8)(O3&o}Uv+Gpm)LKCc^8q1}Fj=Sjcmy!N+WPHvkwcU&+VxS5KPT4f5Ridy2LafmG zijq!zU62Q*#!_pM4Jd-3k%nE6%A_wGGp_BEWT&FAml4GnYLb?O&sbvI$wwVMdvvK^>h5ms^Pt624Q zyt)^Ke_H&u>YXsywf2hlA?Fs3y|wFZI_~nqG#m{)B=zW}>`l0(^0$6&+?#Dj z#H+X_Ti)ksS@D&%vzqC3JXlpX;yBzxr}~Ryw%lhcvVC&yaR&0Q7LuThm^Aibf>Gb! zV{UdyF`1GxwV<|mZjVqobX<+H$wbr9aOPsVX#9Y)viTRfP_pAOahbHtBe z1Z0M{wgAF;qDV)sixU2C{Pf8t{s;bV!GCSy^Gz<}Yw$oEtXtO$ zKJNGD#blDsD-;*nRfd)v)=AVj?keQcu|zew^0p15NV$T~>{_A-1&oG?58Gi%5$bjG zezS>h>~d`lOsVarQohswbgymL*?Y-0&~S06aWZ#tz^{P?cAQ}uR*e{CMW~T*@S%%= z3iAXM+yUY4f{xjXqhhfrrWdHt>VCBeRa`G`y83Ij1cPN}1^T`1?G1MWgbU!-23n`@ zZ#{m5hZZ82w{e%3KewM#9!EGh?1aG*Y@wm$Ne7zjY$x9ss=(4Q%R>Fk-CLnNZ ztViDo&f=Glb^JDKyKi?LvLG_)TiZMLNe3Vn8f|jl{W*wRaQ1oVmKJh0mthiSv$O>G z2I@$Y?VZ8)XO)$adN8_}?g5BxMw3EYIoY?~G7+BI?Oxg<glN~1K z=sbA=n=E-bJ_FWNwdE_xCjBJYeniHQ%gRJ^V`PSD|DmOAZpJd85+&g_BuZ5TR z*Yd!-YQ9}AR6B$AUeVWxw@R9XM3Hd1BVkE{dh2m}+Hpzo95W9cik}E)%^gWXK{E?s zm1Y)dy$NTb);B*3(P19CD)8y1l>6H&0+!=>NGnA*1L7Unu(d@~6d67q>K_{{v5;q( z$5D)h2RKPkoWA)P9(tbJ&;Rkm2}KMzhtR>M`j-Fxqt2u&&XKE*2nGvMSkaQhIRltb zymE2bs_>bD)%61dnU{;g%lr$cyoR01qtZWIKLXBOb8c`Rs|xpU6*q2K29%Zg$3d26 zgITuNOiPgeKV{YC&eqn$P5A#i4>z|T4es9?Y~SC!1#^RB(MJct$J^c=>Wr*ecoiIH zDMcrdG6{oyPnHvPH-G^me`z_cn#vQtD&vJPg{tzBfLoy!%1WrX;&8grw#;ez9M_eq z2-`&^Rp6i|O1X#o1kUD)?!f#B2I>~2z-Y<&72h0POfEv(!cldmh?XEcisjyYr00{z z*yHb}B(rN4+Z2NvQnvVw;VM^9Nx^pZ@|ANq*WD`NRA3bPL=MT z62oz)nQm5m#fn(ic65ML@>T1f;Msz&MiskQ6|UGp`530*`+4d1yB3}~T-Rd|eBR~1 zfjqFEw70Wq8}_X7db3^l#H6Ny`&sqql^j24)b;1;f$)p}&vACbOhXom{e~@SB;(t$pDfh3OS;$=krDSj8n?s0@ro<_E+-xQ%G^ zlm(k*`hjy}!f68PSYb&u{pf_E3HH<_89)af1X0I!WZR1-i`79Gh_}r2Q+PPdD+&Yg zNO|3!gmy#Wfz69f4%jC~Okl4c6YRuYp>FI#CE`a7ZF;jzrcMgUf(jOl>2S0WX?|hJyK;BJgQ~vx=-ND>J zT&(MI5uu;ooHTi`AgZ;X{?Cx5AiQ*mT1*NQp>iBXLmx|89L$^=5SE@~rCN`ZfWvMZk?6J7{Bl>z}7u12y z{(66Okfn#+!3O6+0&WYX^Tl<(k%K$kuY7(hkYTFo-D!ch^xxg7gK-(^rqg5XYCb_X zu%yk($9B)@Gu4AW!EisQ>^sylPTrU4tfDOToH=ts?i=ss6uvV=HF=LBC1#5sGBy8f zZM8M5v#KaK>@$gG2T7Y};zTQSu-7n0I%O5{ z1BBW6oX_bLW(1X2IdOnbWVcAzZh=Wp6e7g&A})b9c2*M3)Xkg8M8gOvl?de=qg|$| z=cs;7B_S@CW{`n!itl|gi;=Un#=WHm*wuf4z)FZ*p95!Y)C;KtRG@^t zfqsf|NU~+ZV=s#p1O)X_T8&aX<;o>qvnYj*mz~z*!C``wdQ?FWB)&pdZ31{rS`$v* zOlBuC&mgK&$(r)EHgpEN6s4*lHbi`G<%Z*CfYOF7F(>lO zWRx&LrO^ObAqE4_D^{L&BJEb40tkFcGjPytNt4Ro@4NbkwP>Rt(8z zTQVt%c}oN?2I=CM2e=reGc*w%Pl_|;0*-0?>)Cc11Qg8T2%9Rz@LZIbE|+8pd7xI$fNiZmWaI)uaWofF*rG zg_ZtFu53IcJHFVCOcc7ZFxG&?dD}Tjm!umfjoF)$jbWkYDEkbJ^k55qO*X@?3(TIt zswy{6cn(uJTGNg#jCV)2HqwHL3C<;CR7Hmab>nDCpmBC|5v2g@+Ia&=mo;Aa9t@2u zdV>b|vz+h{@`V5v;LZSHC;tt#_>+XBk#dob;O_ud%wKy+_lS4iZRqe;PforV{~1vL z?%_Whdoa`9&URD)Ge3fHPl3Bl&?8|qS&lPNrxQ*YTodV}qH$x|dDd$%Uv{%7#@e=z z`<`H1b=Je5Y#`mdBrG{Wr)OM$U8>OXU>C?7y58v!-I1{0mAc3=UK>Qi24tw(=Cu>e93IyxCbm!A|7HA3l)*-~WV8#+JRE zWY@Abe<^y0*Kn4`*f+pkt9l~7q1gHBGKXeF@N?%b@@vX2KR8p`Riz_y&u$4*;RleCB@RbsjTCWC&lB5>7F% zKO1a9g0$rAd(qs9HLa*QD%0auOGlQo+$qgi%|E~>+BvI>P!rFqHdv)J|3pqZHE2cK zn6oQrhCIH5@U>)yS1^oY*6RxIDOJ=iXU^ZvDT(D0Q}@-*aRVY0L5lu$x(FmTXeEAH zRPqUTqunOFB|7!ZqHfWhu3v(t8TXDDtaC!i1M!GZSKLz!AT(;Qj{@=?M+nx*lIIxZ zIj=`i937DKayq%xp_D}ox*3een@$?cOPGV~6CTY>Pc5$zB_0edH;R2Ndlk~~;x%TH z(50J+b-mVFeY(9>5myy%NL^8inf$$J3yz%hS6qojWyPUpt7QrenF;FBvACk9FbZPPjtF3@MZ$S z6Dz=ZAK3>iUlmBrsAHv3@Km+aSmZ>;p=f09&a&J_fG*Mn+~I zPqNQ{26hoYdv{vqvyZ`3r@ysNQFHW{+S8)m5R-E7V1Am;D*Fh|X<%IT2^*J!Cq*%p z-+rovlno~I8QD!)@p@h?LFlMXITZPG!tg|*&1ZsT9vCLu6xDPwC!%HMGjq&`Bay8x znWqk(LicKs#y~OpH|=L1tK9a(_;a?yJ$1%t zBo3W{kaBWQ0_weq$``rL=u?Dm# zJ}61aj50zkWdE^j!5W=F$BOtUV}y6CiHL$-rFK|Og+e~|k9RnVQ^(ilu0~4fh^R@N z#NG8>`kne3pzj55!vTU&4wG9Cx3?eE@G<#Y7K>!612E1;JMXJwfAS%o|2(ZKawYE3 z;lrc@f@+5?phR_=C=vaeJP&P}dKqyvmmB1w<|g|tQ<~i=e24{GWnVOmq&?e>^P6G% znMaSe9`!Ws;}Q8HWgOq&(>%g%pwtb=l)aq{kAaTQIzwV~7)c4}Ma@7^WCYKQ2WE%F z$4`iwCN3^`b~_&2P4Y3?2vNJGjJLtXF$Q*knK3}2M7d;aBX#SW;|_>=4(_2XmqCvn z7^AJU^BG(z@gg~ShvnF{js4n|MF z`33XK4>c9mnj>0%F{rXdr2EyAsN29YT5FA1NA&27b3kO6fL>BP+|FlEX+FM91S@;0 zbL;;7t;gLMQ#77CgT%QKA~V(4j6>q}T)=r206iGuM>3nSsmtJSIUnO~nI@@ZnIZNP@iQx+m?cIM| zR`~y)>HbW=hK8@A-z&*CP?Xe&mvxFlyH@gZRN3R`H-qul&>cn<@|?^nZyI5wZ>9i} z&ZvWCn}z#!plymp9yPjgN#Wyi;KbfAVP|UZo0LhMma3;tqjVoB^f-q;P^zUdrH4*_ zT>=vXhFykBin0baIidA|PvNK-HCR8`Xz1<-sF7Gso3tgnh9UUx3FZjl>?%a7!gMtF zc^8g#{Fe-7L$AGx^jVFVvj<6=L5I-YM^v_l77jM=c_*8-Roh{&!C5a-DfGf&uTU(Y zgN?{VJ}?X92C|=xb9jIoltL}VSOdor#ipLKRTT(%sx`rH6e>uXnIa#Sq(b5|>MYjG zhnd5XsB)CefV3C7BiZ%9F?-`QCOX6`4d*7KZ%q@(aXEZ*5)R9hEnILQl6Z>BaEgH-TmJyXpPW-C{#D#L@{eU?Ct&ANQHO z$HJ^?jx4c%y<(QTG9c3#WgKYyk|}u8darhTw#OLU=*czlx;$>sU7TATK>{J{0NI4d zP$XTo%r3zbk+cwKyyn4aEJkws(W8gkz9}orb;u$mmV5H0lRn(u+I|EkGYyQSFTddQ zM}bi2iL+$QTI44!?u*HDfvd|2F4|tAG^f6jS}qW>c$$J`L?#2!{h_L)>HbG>1x}82 zgKBbm=%&O?aKyV*>BeS?l#;O>Ox`I}isCTp2i;3|9f84T+)@7q<9WsR8)#;02jaeW zd+ZGYY=KA*M)EnuvP{wA+k*?u!L_H?Ypk7>mUOyl^*#B7aVOA{Cp&?TEx5Ml6qikI z#Ng>D9|DBL420=$3*a!pE;VMi!#D>DF=FxAyH$7i^xid!pC~na;Tdb_3wVd~$8lhY z9(&qQOnJ4XeM1|no6p}A14~2h;nuk)uLGC=_&y0CR>H^*xsYnWQ#u~lY>la?%FmhW z-S9O(d)8C1!f>{vk|1)MLa25)h;B0Bt0Cfp1;UB|0ymS(D>>q8 z+o<7&H;G$APEGB%W`kjNSuh%s>^E5M} zG3JZqFjhGQi0iUGQxp5W_R#ONg|rJ;WVulKiTAj$d`>k{HFFiVHM!#FiM_#BhDn(uMsG0!IvqPes-_Uks9j(jqUMf$;B!r z%c|(s0T=5I2jtIrKWqdE0mFnmB`4%Dk)~cAs`KfhlQ>03cvQ>VjAda~Du7}N(zKsI z+N>D@`ooGICUyRI`o1E($rWy;dRJw293I*|?J2=?e%5 zq6AMHpxjuOU((0t&`R6%wczKU-RwjCWQkZ;LBiW*y3FiN$j6(Wvn*UdqNQeh_hSjl zzte;ET5U_-oYx|4#$68r=lu}&|~Pt zVg(7522>LBK;<>k@%m;vWTd1CrFHNT6}$2bJ_C)V`$wN~xA&y~UOi3^dOxxwlYSxj z4K$~MzQM3jNdh**xJk;|v|7+YQHwK7Xg?e46YTpQ4PlKT6uVwEf?{0dYEhdvO$-4# z>vN{&el8AeW=U1qt6H8YhSAd7jLcEBI#0GF_i(YYpwfa$V{>i+dS*u(yGf^gqFG4| zI$n{7lX?~47ez^Hi>yJgvImLX0Ef&9Q{Osks=k|Ofz1x63u=pb)tNcIHQnL5MCEO^ z4G#^rN;ffktL=I~U*9v2*Gx#c%;v#l*cUx;Fq39X=3P+S`ZRGqKq1;4Wu|Zd#)4}; zG$UWTQ{r!`d0a6UNF5~#s7O@6enL$WrIB_AbsEVf(kjDEEV2?$y~$IQ2EJ7$M9hOa zV(gIj>m~mypS?;Xe?hfWy#WRZshY*NLs>J>p5>wIv9G<*lj;_y$R>lf7C7L-Oh0aU z^c7PHn{9)VG0356XJpAGIA7*>(GsL>i10_MprP8Z*^^gw#t zk~cfOVn086Bg=g177P8vVO&sZK22jEO>~Txf-xgMIY+`4?c*rQw6>6r(DGbsPZ}kB zRX>dCIjT4Z1Re5+kPmBB+=>Pe4S_lLbz6x3hHK;=|4pn>m7iQoCH8zJVO-B8DHX!R z22bG8x9Kb&F$#7%clAILRsarE#XM}{ieiRbM`Lo`D@TiBI(?7aTKzlLlDUDD>*@H~ zB@D@5HB?hk?kH6lUSY^}pY;s<`C-EYs75x&9?=w2SpKtYc5|r7|V2$x-jqvzLelrGU*_fPv zgM34Nk}X~VBe$5GLklHAlk5*jF8c(M%_ops+MgjV2|($%5`S1_s|;5c0an35Tm05N zxM_JY8yzo-S+OeNo`vfIJ`WyysfWIL3H>6Lm;qbeZh7x|S*(^7Aq@wS>{%2v7OFH_ zLyBnf`ZLOIdWoI>4WOHX%&4~;!bDM5@QQMz4TF$nbT%$-_VT>NUdkNmNrrZf>BZ>HKuSnqnSoYA- z%J97(w&69%a}Rxa*=;WmVkiR6v=#)0>7q#~Pq!viQleIY{nGk(lb=d=QK9QAtY}_R z<+`^?DRH)~ZeWG%lFoDV=%Illos7zzGYtqCEdNRHW*GROsIxF$KhSMVwe%psc(nZwgXq3-RHTcr5fB7k55=);2Loalk~eB*EFSTW&{^e+arpjtaPI-Q?c)UGi|5iec%P zSn)DpENg^DBzVcncO<&Y^B>@fqp#%A?<7%$1i+S{HW$B8JV#n9;FobWOMcXee*X|Z z_?`FB1^60q1oR4nBC)1vg4-~wBRHSRU!hMTdLS4`ct#$Bs7-X2hGZDWoD733hvO@= zeOD5F6L^1F$qF0+@Ua(zWAF$`2JSsWJ$DO?=%Px3Pk_OAIdSh-!H1n?s+FJQ4l^&rB#(fdb*j(Sw) zOQ`7^_htDtmb=M>1OpCCV-{yCaE7P~nz0X72o-@{4bKHN6mEQIhXDpXDv}Ja#PHMa z7wH@aS+-PazM5WEnh5>*TMMAF3s{>P!BvT5?;oWyT#uFaXc`ARRH`Bz6m#IztG5 zZupS2Iq4U?3XX6BSoo?$w^3phLIACN%C<9LOz4l$-;5qMcNhU)fL3q}fLa?CpBQMs3Yl1<*3-nE6{->)HS*K-RzTMZ=#_YP*g200dZFCi)wBKdpT4 z>bAXQDzM$+Tcxp2XBQY?G!cYdn9VX-aVXTnk>Fw>o{|cl9N>~h+IxS@tzaA+-dk!) zN0sFp3=5*L7u|P+4JYHXW>GoSu*u^BerDxOk24(A!PDK4@$FznEE`5qV)A-2_=>)g z4na4`FtuU{O3Py20u)Sm;V6jPQq2W;>6dspDndOQKM9kT>w<@_pK3^k6sMmwgDqi`Y*E$@K92M;T*phuk zl`2|VLE57N#s>#L!;F9(pcUToEttJ0U9VIn`ad?iDItj<4Ml;7mfp%28|DcU@c?%S zoO<+`u*Y6U62eC`l(2F}4tMGWRabPb&NVqr!S1p0(ydhVnL%o*d>6)bQES-)YWjoxF)z* z*bz<)7xoe+#YJ=r&(=jEQfb`8su2#Fv!PtkT^<8J#$HO%ZLam>bI*p<*Xqk{nm966 zbwLTZ-+au}#s+_06Al})5vJEzGK@%rTr7YTG+>@CPVzEGpePE(q)ZYj;&1N#~7Ghdo^N=!e@rBb^?gAXg3HPtLy zx=z+Q_15u+l#Gm|(j;PIL$|{M`?MCs1|30 zQiMVFt5R|i{C*1oP{CA1*r&gT1a{jGo;>CV`|M5ExGfgyBj_iu-1f+>)VzdhcfZyWTku`)^2&q6L6>^R4z_UM_v*L0pF7H{x{3)!e#5Y=fyq}K8Vyp)LQN>vol@4+?^T#l>k`Rv z0%3t(MBTki8I|*HoOLInH(!;j^`Vyqd8&@q?*Fa1Fom%7eP}U?VV?V^j1^nGg2yX zB_|L|#bY*fGcc2DL`%&;<5go1TDIfYyySV02CH^1?*oI5E-fD^qxYEO3OltoB-A!A zD+_z%CB6oBGaoH5f+nh6USL)P)&NCC;9+I0 z)oO{~fn#OmJ9tR1g#(WYFxY0>hIc+Syhb#cPyO}>{#|?*7}@e}69TW|8?+J=Bv&Z; z;ah!C@B!{g1Mp^@>!@HYVq7P<2`i2W$sxlZao^(`ANI94u^KID%~pkFd5!<}Py_-<;bM7q3<7Z5WR+n*hen0r){B!WF--PNZ#NTy5vmO~u5f7C zyVl#~ni_hmS$UjKAiP!Q+rm?M8Vs8%_7{OXQl^YuMX9cXaKfH{BbGjRv{5V5uIrdt zxZ3ZC537zQ48C(06>=da915Oz71_ji8o4t{dMZNEkT@x-0+e_J_XYaD8b+VWf$HyP z&P)pAVgM}w6rB49kU1pA#^{#qHkV2uCn$EbVfkx)B(gwMsr+S9Mcc|X&Pl)Fh)6eZ zFN5wGcj96)VgG2JjIg8yINT544an5*ALKLZrVIlq1G}|8JqRm0^vP|shzUt*gdnr< zDc#ClqDyAW%ExBgF-l$1NhBiW3C3&np;yuQH64=#BHQ0`!&HZmG% zA_*Vr?UDQxy%7q5p#l_VRM3qvQNV5YksR*2v9aqhe_54i*M8_jzc9$b0MrB~L^5uQ z;sE45pUfSqZmn;Dg!95O7!{2mLd(s`X%~SBM#UV{Kw-OO0a}@^y4ElOAr08jiB?6q zR8f|l`iw@DHrg7U2=ER(A_FEu5g*<;2eV4L^P88)lzz-lc=6$#s{Jxhoy?n`VQYcFqTM_;4sQtBK%onQf{N-!8?6doGnx_+^i!vOk( zS?6dbdx4jBx4Rq86czG4qqylkl9&`GN->?4Pl&%WJOh+8jz1f5QA2lvV}nObc9hpk zO9cqKF%t7?$Lhgs>>-Kyl&$+*Gj~(9936-{F^pa~OEIAm!DMm;ydk|SB0A`fSlO5_ zya%s}%)xl~}38efl@h?(#yB zpO3k1C)4yOK`(^-6c_~Phj{h)+mIBzQU~6Fe!pSDaKnUFR#3=p753TRGD+y%4UY`} z+p%}I9)hXFWdgg&d1@?Mf$_661c4p>H$XeCClWtjOCc<0^2-Q8I0xS0nJEIu71W<= zC*#`moje~{T|o82C$ejF+_kSO!c9Cd5>cFN8tzrYqL?kZTY(0NL3G)(v%@}+9dY7Z zkEM&I>#}@lrRACN?WjDvN(B+g1OmRoY6pMcRMZg)+k%`W_GfJ}dBb0-l*1u+>5c&P*82GpCs-kq|(vK?b;Kw+bURE<WdH}|h-CG^#MhPRQ| zymVLqq|#TeRwKM|&6oW4&1xCGrrPDTRBlU11D7GN7tNXRh59>K@o;gxyVv#05s-aM z*uC4Zy80SV4O9(7dGh60cYkO!WnJKBoP0DUnMxh-h0;`xQZ%VkN-|<%DS$&o;0Sg_ z!qn8{eK}UIcQQY;0}6|f4cvxa=@Gf?c9mEL?z=(HLkuts_yxaLBp`J$vO$n>PsVDv z58tC;e#MkbuXh{fN@=xgI^noF>V;>-qx!U)VVCmRGFuR+`qus6jd);&d&A7htFc|e zS0JYOIO11auLU3=15i!dbsb|VGi;sfM_JCdpuKU`_`U#bj2D1)ixe6^1>~(qo11vT zOLzLWH#a5Q7{}pYc^f?bU~?0zq_A*^=ZC9?Q)17jtD_vVw?CUgoa9&8bOL9EobTt^ z;v_F2YP<(uL$1d`zkikud+B0y?068&^5}l|w>P&oH}7vh*xY*X_`%~ommIn}$7Oyr zb9^ai3;TF6_U6ZP_rd0q{^sNUPk(@ccHKRfUi6K64j)wZUB~bl%iMZvPR_j=+vr}g z(4ojTp!jwFz?|1H$Blq=8KF8Ll}-rh1R4gRJrIFo_mjq@(ScshsF$o$=0$Lq@-+t53ei02?fXb=~YGDYc5FcbXS$75?q{Z z5cmi#^K3SLcAQVgt@YoN5wuA;>m{xGYTme6A9t}FOuxnX9XScH1Yc(0hL*lqK6AJJ zSMOhc4La~7`P}W-kNqz`UxMWD#piwgH%*Qg*<|ldKfUus`guS7;&Yl?*cy9xFrI8! zoZsnx0RmQv{?Dg?n#Fx9zr1*#9#Q6yX6hPeZ{0@VtoJ>xdzpNn4U?yHcMrF||Ndzk z%lsZ1`aR_hAh;DXI%HE^QSi@u@MLqV-Jq3^rvU1J(MxyzBm~PsBg2{hg(Gv81gu##?re3_S6I{EVxW!`*rv*v?2SE70=$r}_ zA~`8x6ne{0w65!OKd7>mXOH^eyeJW7fC6a?&{%b&kaBM+ef&+3kq>e{ELeMqhWjH^ z6P9lY?7fZ~veY{c!1O>u!~1SN`m8icdq?52VIg}MqG;Lg-hQq5#7-QyHD66Bn3Fr9 zwxp7g)%jj9{eaD_Nmbz*s&oQMXarrioUw2`lP0_Fw1A zU3b9U;f5<8;eSj&@Z&caRdb8Bux5^{jyq+dl8w7VxIUq1& z{*=rWm^P+$`_bbE_f4%*6eeaZ`GZd(^qULU&l<|fa}k?M2*?vScAh4)nHC=j_ex3x zvj(q`&pok4pwmR_wOVzVGjsIZzr2OkQT`p%L=O)gW+lWtEUsG0XXSTl6E{p#NZ?H_ zzuh(Dl4=qFuMHn~OZCz>M|IyQCVy~BAj{E=sVn&WB33m9rqLlGli@IPToUD4#1kZ) zlb{JCNLSN${4VS?KKdmRK%s=5}|VLdCDWrtFEdJAz!JgwNnNADMA;w!kc)-{eXzJCssjodfa zJO`{`XcHc%!x*qDDkSkwy=C!rah5GG7N{+;DA=Y!S5Vb@eSWv~3Eup+iE_Jf>Xx75 zB*Zahu)v6zJe$hMl9EL;7c20!ch6<8kdwk4CP)BV%mjK5l8KkvxXA&q;3QR;fnrdp z3cq7;H$@Zj8R!$tM-N^WTDR(j7!EZ|Vi)C&^}EGdnP0{`ZTA|pmy@uKt{c-*c|1l! z&J2(k*XG=0C}8cBNsTEnJ%M^R7kN^Fe?cN_*8#ejDnfPed!S}!PIHDRbVNsR12vB- zpg1Wgx=CXe!a-6~&1MxbPtnuYW&j0Dr;gB|S`&O$1k zkbqO3ueGEAmsv@{n)g>z0b)u49EAE;`s0gO-_t}8Er}5mr;r*`8k~i#235L}7=A-WFL~O@Q)^wC_Q3f+SW(xVaSvGY3YiOn4B#6vD(_2P_NgT* zh8ft}>`Gb+^n0I^Zy<2joM?h_+9G=c;?Sd=N1ep|yYq0T?JIPLVb1xkr_*!}VFlnZ ziFcf*Wy|Hf9Q6Cg%abYkhxg7L19f(U8jss>pypjyM_20T#&rZaeB_7gs!m+nP*l2K zJCuPS4BjDr>gG#;8D8glnaUcLa!c5N7;oJtcq-;qUwOmd2EcUfnM;$d5iHon;9*Ds z$hH&?;@V(XRmT9&GRz0)7FPpi05bnv-_fV{FcwjkqQZdsT1OE7uIdQlpM?sA2lonJ-iOmMLkL-#@v4RaI0;63tF<3^&^;6oN93*a9o7s7tt*4-nR|cS3!Q1^)42asmMQIiAAdN zd1x$CE|a{maf|z<6%6zhzlk_tDJX=AuNcj2w?W8b==-W5oxXbE$DnD|%oF+5Ir86i zP*;QlY6c*4G)cb+^BRvNwJB$0rRuo2P)fO&dCB=|-Ziy;FW8BsdvMbWmm6iZo5`{> z*TfEtGjofD_n4-DF%7(SvS{9Y$HJHf0#G})yP|Nn9`D|Tq!G7ON+=ilI9;2oPCSU+ z`**;j-<+iA>DRmcV;07`o1-0`d7fxTN*x=C_Kh2!!hqkHacj|i-t$}5FK|aNpxen8 zNp~ySLgwyyWVQgPnINMAS0b3<0M;-b6OI$BNr%O`>Zz86uLAv3+~Oigk>jphZPN?> zTGA(BA|9v<^cX3o22W5c?yGTM0_1BBnwwM+7C7k-l`^TY_0X1qih@=+@O%i8WB+I; z1;@|$b`Uv%DX7RDW@ctdTS9DK%8VIr_AoN6rf=3`=rRhBqg;VQxb&IF9cCD*57{U3 za>VmMem=JwkW zrmF8##`=m0pM>~8TYDI1o2q43HQUnlC;TR86doy;5>i5MY?OX<))b@$$)<0Qj#e-~ zVjsK}YySd6VLUiYVzIY|1Bw!Ft<}tkbWRMWEgRjhps0NuNy8qH9E%c+l%|O%asE(&nX~5vpZ~aw#@` z;=b6zU;!v0hXk7XK#zj?FK1%|G)dU#eDG$9n|U9&J^ynj{J9DP(^Ly8@~17oZ%X62DobLwE7P zeoNgYb5`lnCLHL8*Iz#`Mqa4mOy-2-Gpoq$yEO^{JhDL!appr? z!O6xuqz5#BZ8f}~_mwU*2AmR z==Uc_Qejo3yE<7e^)qi++OMzmOwq0i0B5`Lnr>w}U|;4RGqWD<9} zPqfmvC=%04K(6P@GM}Lqnc5+4jVq_3;}vPBK@F->oYz5xcY6KK6oW}9KB<1xOKiR} zqe>Hwv__n}v~14$+pxNf$ZV)1-Zzpq-Y3O`Edq~AQ3~tw)`tJek@BBOF7*hvSv*fz z>|)Bc=RZ6^g@{dEB0cnHiBJ~K4GqP=ygKGfa__VU3Aj1NUU1TfTT8q(Ter71cOGxH z8?j_}B^i$QD&cjN^8&N426)OSSeW&;43(Rrm=}Zl#&B}gX8k@n(4`}fNs?gdbeW&~ zGw>AP$k5+M_Wv_t68rp9P0B5>B0@5j`2vE)+O>id^`i=6*W}u|kRpM5uSrR->i$M3 zdcDiCF_VVX$X|Zj*_<^?&B35xh3I(&+mhyp%>E*iS9{L@SaqXPqdIYiRA2oNBV$!n!Vn!f z`SPx9(oD`}4XYaZMgOTw5l?%Rp8V#g;pU^gjFc##?99*EMgrqd{UmkH?o$kwi#DoN zbt#Li?AXRPAY)VeZf7=%Mt=J zb>P2XM>IUAh;Vcu=OJ3d!YB9wC4Z>DF$7NJ468r^vsBAYFehg>isj0MiQj}iLS$7r zn`MjVq5oPWS;KxMFQL#~#)>N-c#Ah0@!_tfk4ajVh2y)Ckm3T4rUh&}#jtQRnD;gL zP+DJF$NoKd)YkElxBvns>sf4&OucA(Xj)TC>CB!%32+9gn{1q;Bfod>EmR6ALD+n-{iNLpR2)T^=9axnAp7lN z0raXQo&~dt3Cw!sl8T%EW!KeO0?yv0PPn1L461bfGMop>;sgvbr~H8gyDLmAq>j#; zFe!G>t>nwqQF41{>)~e7_N168woIQ6TTNGldEfCs_v^z>H`Xd(_kNk?E0~wqf>%{X za;99-`CO&K(NLR4BT7(%&inP;i8%JJIWM6Uh;4hFAO|y}_6t<>W<~guZwdhBf%t;? zob>4>1n+tc2Mn_8AW#8$OCv%72ysq2H?mWPCdfFLBvvgeHzUr>6L*7_ zeE!e^hpZmk-#&r8#$6}rCn9p62ojBra*NS4AAPjnrk|iNyk2K%gH`y`Eo}s{^ouQR z-_|r*o6}&elI~iQoP??`F8bscKmtq|c>B6dIZUS?%cLbKwN-QrQ>{~w8*V}Gpg<1a zN&$ks;<4LJA!ew>Q2~d16CcNTjsDFT1`Sg7-=|^l7n{p?W!<)*Y306w{tm}&>}l8U zqS&^kX`bzx-P|np|AG-KAUAQQjM%LA_h7B^!n#f%LtOIAvb`uBqLa!sj-n!Ul0zqd zqrQs_=&GbZA*Lnw1x*67)%g;_tOz*`uY!o32PkpFtpu~w~Fcuvk z4v!5u2&hzm>~3PkPs;JEcao15MOjP`F|wb{x~sB3&4-KBT_z{x!~2gM1OBV+o!`Fe z?L7R|_LE*(&d(!uD~eH6H3B^Emy40VT{utN5zF-xIAAmXrQ=@Ez_k73N#E^=CtDBO zRUQ`O9RWXOF}ex=S|M`6zh338z1~}iE}{okMPt}ds}X;fPSQmV@rh6FVU~5|Da1${ zIn_FH^;o5yiOfsPORosU#&!BNZxQdm&*<}3kx%j&sjq>c_Ic#h+<%R+p z)dT>QH?!#l{y0g`zeau-e~q%~^c{fQ%#QT;x110jKP}GO>lwW(ruz4)%wDH+{1a0u ze2GrCTnwf67c9Lu8|xe}l^ddPqA*H`;}{Ll5GgK^SV~;4`?r9uMyEku*ED8Af}8Sn zGZ1@_j8nj-1Z!ffrdm(j(Rl`C>_!Rwyn>sM?gt7?hU*A}ZBA zS}pKDza^&4z5U}KokY|D{dPK~r|Jmd-5S=1{zVK`ZS>zyNt|DigYjelt(wq1*C#)1 zR6g;6dl7Hw1Lrg)DMw$bQ;wj&(|l;OVAYvJK+!`tjUZ4q_Rx?CC3{w|)Vorkl7L?F zc#Aq3;*sv@+JKl10ZJxt3A?UwOP)4B@fs2upW`#730{MjdRZTNVA zScYq$v+wmv|2CX!VN_663*HAAqBj92h6);Va3QV@Ku_`YFrR{EuLb;y5Wn{S_bG&r zf?-dZyKY|AyP;+h^<>+dgy`&LmOTXh`zq~o8J77w9z=9Sn`j%;_j^3#000#yJq zpJ<0@Z1}4JJMLOBftD5&)i-@ZiW!m$#%EjSI?XvJ04I!d-R~WzC9jYFJiz&eLcu08<#ubGHt`d`VQb18??*r9XUD}fGt(VI zF!)Q#Yd;x#H9B8 zh=meuNf=Ll=osw`=B_)g2axL74Yi3DQpTkR>xKHCQc7PleON_{FufO$l@PS{8M>@; zPT(><1^e8x-P24H>X|b{Gcg9^089Y5s9+WDhCR)TRS8;A{2V=aXBSHdMr>=p04PE$ zko<_&0PVhVM*t%jp<0~gaj#J!?L4bY+G*bXlm>1YCW*tw2B2u%c$Gv53_MQ^VtHdj z4oHwvh4b*nj3?0_&8z0QO1l&3=G7{ctG^k~r076v*ciFlDAvRzIivj4jOIk97 zNv_q+qH>r6G~H=*^a8Zt-Xfk`_osae5Y%*$`5XjZN1IOn5KJQ|DgKjd*;$w!80sU5|{i*fg;M33UpUY2&?N80t z{@~zmn;$-aqU!L|hYttvcYipUEtc?eb?{-Fb|+7}FAslyaM`}w{7~Kdsyq9^C65?&AXsS%zktzk2uPo5~*WyXff> ze36l5$Kvb}hY2ZC1medE@ZCZ(1R%-bImFkFe>Fd;VUtQ~P0ntJw)fHhkdSdjt{ikP zbVrc*0&R%s)!;Wor7a$nI!XZXA^SGkalR>L&x(_il#;Q}F~b7xWlZkAh((Z~E&|A0 zrHgTr9s#V~QeC53U`(DDAZ0pYHHMS#hElc}2yb{n#siv9K(yjZj`CuclqwVBzSNO` zDyH4k@T~vBW{IOtx`&2xn@wm9I{1VP^C_TQ;E!n$EDnJUECCFeBVEX^1|{a?Brmaz zF;(Jow+0gn-NW~CDakBv+NjxYvjrl>%nC<17ht`_s%=&=8ZmpRIb!R21zxdOT|={v zVBPMH+l=KE7_My*J6966EO<&z3d{uGJOJVL=O!ksYId5qv%&%G;cQ_JZTPKD5E)HW zhTgN%Em%iD3h0xA4Sm{jtzi8>H`@d5^gYf|*JTE!=Kz2xJX)w7d4ww1bCh$a7=CXw3jO$?nPJb6(2J=<^wEFq-$3Jzn?AK z;p>W#@BCznbPDc4O96jC0OT41h$O;&<@n%}xk5JJYoEdaf7ax}3T;%5;}KUMOB|oS zdHpR>PWMrQ@LY~&I9h`D<_REV!#;{jb0jwmXb<{E<9N9!PTsNiBHh7F;2ip{SToGS znV==cS7F+CirH0ukc@TB*J`~6=b1OJMd9NXa)qu+ z4QbqZI$g>n!z*yzf$9Xsl;KO^IXqqi%uF{C?h)XZ>aqaD8_4xF+&|C{UO(3o?nj&!F_LUL?qSpug+~cifJhSUp;z zheq<^&DT&}mX0Y~L;r7Ey}SGE!9nt2d3d*V@VCeg+--kY?0?ojIpQjBKYsM^eg_;= zw;$p^54Q)%xJ<#sy(~rrWNcbyBMJ;&;Hz)tjrj2m9p(I#&gby|T@a_zqwG`fUKjZ< z;HN)LoMiFI@uHv3^0Axf_J9UEE1r>IP^$XPi}#9(W6HQ_3uD;}MvegDV z`~^D1J2r2!nkMMgyId6GmAkSydkHKmNIfMhd4EdJ`#+V%Y~K4x;xCfyJcT4!ZLD`2 z>viV@J?))vnvDne!u?-2`SQifH*a4gX^H5{_`Rc!>8u0}#ut0~^8JgqKyK0#cT+A5 zNKvco;XZ@V86)9hGHY;Pc+M|@gKwIpLC5?7dW5iUgudw{Aq+Hy@Fk7ZRj?>4=Vsb;DTt4(l)^P>Z%V{ z>T0F&I`uve-8#fVbUWyX_4KfBezgOk`A*CGzSe1?f!*hX;`s!{g{)k1456l+gpYf0 z&Yrqsu_@5v_e_*SO>4c9@&j$LrtYp-z|C$t@ZAIjNd0r1HpfC}QgfOmZ)fxxP)Z_E z6Vv~vwn^ZI(qO&6keoy(D$bb*`siTf=anSGq41>5pFRHc+S4Zph?v4RKLVTC8+q{4 zAAb1iEiWu3PQ*INOO0K#GPo?YW>k~-lTDeqmF`j|s;Gx%Uzzl`nq2^(T)EX~nnmXr zs0Xi@dn+CP*zt4tX7MrwQg>mU%H(4+Yp%)aH?8ZZZ#OVE8LAW19opM*U)-w9E~o-( zro&cr=ntY`Q0igz`@QZ`{MSKot?+#nsjx)VEw4$a*iM}16+SqP=$Irz*fPLgVx?C zPN}(oImoZ<*%EH(KVSL;aLAg?eC=%fTZ|6y)nR==K`Sv;O38ihYcfE^j2o$Ii~j=h zKn^QXde1bXY28Grlg%S3P9_7Bl*p7&xp3|29j)A5){B=3!Q+4e1l$p5g5@F_G#q=` z1?K?9{#an-pc0D~CoC_)pX3Z80N7!&yA(zb)`ICq$BaTZ0xDsj3oDU~mh9!=A1#^3;7-F9(SS{i^syX=IV!B}WW5dsQ3lNQ zkqx+wD_}_-XDON{QKCqbk28>f>go;gd>nJF6Wy>}~R*Y9GpT)aw zBiLUd=eJ2gI|ldxGdNsGriL5>47Ge^3gecH63%qVEjVsqs1OrKN`7Tk>zKlaI;C;9 zH8FiOo7`w{uuLWPsj1}BD4O3m@kkPw;Rj$}ubH^;HyEpI?Yp|FuW%tJXc$S&dJ#sq z6R84TU99Th&S6DfP$WnakboCFSf`??h zLxTS7IHj}ZR=>pi482*1ZWBEx1{gv(nEkTEmLSL!t54qi@WT(T(QG;{CH{k0HSw{l zlIdr(0g*gQElQ~K^4$spR7}!gSAM%Aso6XD8+Fadcb+nZ<~^}^0d$R`&NvoRr?GSAg|TF+vXSh$`MDv0UNNjj%4D6;7oZtk*5G`4gH(AkDc zkijrVR!O-z#PD}bNI`hgv9d!$#d$g{74jDejfHc>0MG%5xTM4ZAaQe&jO(Pvg(xf3 zljVJh8{|Ms=~l;8Ke)0aVK33!06Z45KI{2?NqQ95uDeA~^RY>s3!4NvRNY$c2Q49g zrRFcD^n1bUmf59#<&7g9Hn1mMhR4@Tu6ktJDI=HMY?0k5$>kg(h7j+vfMH2#uV^R{ zwH(-s#zs`7+g8P zj1>40(@$XRsBT&6HEi0w#O`CP>z?;0=1qbIMqjFVH+;Wq9mHmU9*lPa#$Q3}^E6)= zj8tq_l_&l*ZYN4X^)PxDV^=j5Dpt!mqjoAR5xA%9+BgPRhzP-6-E?U?I18-j zmHr?B1Hgd!5+NeU)W30)dBj%f&NtaLY9`bdlwK>db{ce(H`h3WO$9dL({zdoU|*>g z^)--+BXCNt?>)`4W_F15OdYsBHQvdQylzo0#pVNS-o^};|1u=E_%ucg`Ma9_*hM|s_-_52#4bjd=fJrIX z^=T&!S3}2gcGwyj@;@hyXyJgMx=lh5I87q&U_Je*9F>FoXhv=d=o;|6SbkG14I-~4 zyHJ@Yx9j|1gLDl);k}~}3v|M&y178G?OJs<3^Eo;ufe6x83;WpEn7YDJc0g*)Y?&Snm?yKE z6$&$7EvAFOpwdxT>*jA>yvOO!OL*zZg=ShwhHLCJe8}LVqiHdOZ&2-lceGj!{X?|O z`=2aczNhBXIe-;lr~2pJv$L}FL zydik{H{1<9NW{X1dmVfs2J8|spE{9&jsV~Q$Yc1Mo}S~wV5ZOyMEohR5Ll6;Qt*h2 zd5nf;LsAckoX?%aR{9@??%xl?zUhv827mNTGwu=m;mT=kA!}*tY^o6R`s=10y*vl} zpkNU40-R}lf58F?=IG#Za}WR8@%b7ikPxtI(gMjs%(ia++iZ&iWI-}RE>X;2xdr@i zrdc9M<9rhX&o&AhCr;xi$hxl63ge${naSy;qr4`j#48e*!K8(^!yfpQp^ZUPSL02B z%Z>$`a$2~O7vL)ngToT&Z4WbL!pi*j@WOo`dsS*(=(M91xdrl{o@2|AH;~O144Lvqu;O7_1Ea|F*eFKKG403pJGdCe938G`YTXRwCzur;`q$m+Jxm}T zF$L>iWamdWB@piDOSLlld~dGAF7M|UqU$p7memuB79QuX2EDK#^Hr0pJUq4v0%gXUn`x3=aAw;aP;Au29EA@-g!z zo@p3xBLIAhK$%`fgqPU^21mnNhn~E5|13OxE>MvUvI#LW6r(_lI@`o@cP+S^gd74U zj=TO1mgF((c3Io)n$C9o+#-oXd>qsT%1ZddST&lh<}Khh{HF8OaU!BpLN#b!>ESba zivq*jhFFH84p=2Ar+C$R0u@QyNV{@Qg=NdAqnTa=c&c4|sghuGL)Tz3vgM7LDKM9AOZL4T4%v>!Xw^@Mpq z9csu&0NwyP2GYE<0d0@h0s80PQY5atgFwV6#0jH9e0WFe_Tz{5w+1AD63v9J6{2^5 zVYpqa(Gslc76YIA{^8D}M*wrpNghbTmGWKGZaX2Q1bT`+Q=J0~g^ajoD;z_~rJHmDc{hl~x9>8YCumO08E2}N-I!e8i-!G8oE>urvl zghe$0iZFwnx)(C&PK`p;)zt4deagb8(;TAtP-qkwM$isE`x5WM^`_sa>!oa!RGF>{&i+A`b5xTn?Krw@bbQMN~9R!ASv+}VT#$jt{2?l%RH zn8{eId)LaUox7$^+|2DT;*>O+6avI1t|{{38V=;w0ZXA#-v$RU8W6w*_11+S^42q0 z)Npd8PO$eI)q0e?7AKWOffa8I81X^@UNA+-Pay0BcDHi$J0CFYwa4NzcLjo2QjW4&y2uNlu@ASlc2E)O^%f>iHr9n}N_~^r`5w7^3Md2K22j)sow3sU zTKP(SYB@4)-MbftJ=-Qd0z(s38W1Vf3>W@8NvWV&PA!3?Kio0LV#1BbVb4C812Jlt z$;EmA7e%87Z~0h4ws&zuTIaizacV$^g* z1%yk?*;G`_qFCH@y+Gq7RZAA+N-PbIo6YeDN#(U9RJ^*(Jq@6X--!d>K0#34Q!_uD zq21&Udz-z@Ej(CF)kK@NFtDeAY+1tq;-Mo6s}&jOT~rb|IjbIr`p9*Q1Ym+v_P~96 z7;#sKFv9j&F4hN)4H?HVbR=B>aOMyL%4LTQGuN5y9b6Q|JBJS$MKRLEtM_rq!IQfC zLUzhrQKU;|&J@I8PfyiVDrUY|+z-Zyk1)0!E|Fwf0QwEME2EZTDt=N{dyStom0JWq z>*>@hPhg8$vEMAt&j}0ggJi3dutU>UM}>a(Be{%RbKT0clDZZ84ICXG(eJeyu8-F+ z!rqQ~9V0CM2x!Fu@eCYMyTO{@s;F2$g{CS;Tkw$sF?#qj#3i$XXNbOeHFLM3jg~O6zkDj~3hOo>4@}&d^liTApbd)ZJAmE19W%pqVV7gL7(>`{K4g}sr$*{%| zQ8^g1qaB#;LkEh6F(G*q$$DcxTcY-K;W;sb$!qJ0-x`9*x^@IJOddFXVRP3{ijik| z_e@qKmT9nsufZ+c<|fh@dhmI2-~HxW*8RqOW}6SR`rl+GG6A?7lMXZrce8H5HxC63 zmsoU8e!&2y70lU?@-V%q3wa`^X-tUah+(@??a57}op#M7;HOd&q?2-X1R-2(vc!1^ zqosUE#ow(6bcGPKu_2^E_5O9iq=6H0GXy3-sZ_afodC3_ABEpNO1#Bn-*AWod=B(h_n!8~uOYKV|j%5f>)cTs2QbRKc zkr6#ODM1};c&8NSR!3oLZnU6Y+2&}b6C0;D9qDV;gs^kHeTNTZjSMZhWnNs?=1Tt_ zE_X6CP_5{f?>iXaJZsV~Ysw>g6iy(zxI_HY5D`IaS4(r{#mfvJ33c|vaQZ32Aolk_ z!f2C~$XaUhgCJnQkaCo+MRc98M~iXS3T&q`fZg~F_pVjB**&G^LEQ`P5?Z4E3mDWI z0<~d0nIPh?n4V_e=gZ?7f$YF@Bcp`Dy zKDku+pC>szDb>Q5!KB*kMtFUD2T$$gq&7Z?DDRH53lucS^$NA`(?i)nC!>biE_U+2rz*h4L zU61q4!2vK~(*FU^X@Gq;P|y;NJHpv*`1^ODgT?R(KULpCtdHQC!gw%=DE$%Okjq~9 z5fY|;hh~RhMQgLf;jlE|3y0D0*%FtWti5AwW>Fh1Tw61>+o^5awx%|w##7t2ZQC}V zayqqb+wJN5=F4|-lJn=}oV~MFR`!pTJ6HBjcGi6%942uvfQI|J0tGWTkvc~&D(=kW zXdym?vFgx3dVSUBK2J9q@2>Gz<|>4Wn2-Su8(F;ZtKa|*+0Q-YdM7L5l^Kka_Y;8S z3~9(R7ExHn2T<%YYlvx`aRI#~vi%n*{-N+PtD;6%F;_4Y_mRky$$3#5bN~(}B3RGE zidNo3Ol_-1)>K0<7;B5?3L#3-G;p)5HLp%JQ$oDAN(u+o=7F-~Nk;V)iiEKh3xikc zh%JKZxDg2Pqd2@D4F%@gT$c~qid^@LQXVCL30eaO9a%XkEvTk}fUm)7^_}X>k*YsW zZ^|s+^>}ORaG=DltJ^k3uZ(>`L89Ob-369;YwRjzgYK45da;Bsv{aZ~tB+Gz3tta{ zN^MF5481zt^-%abDH6z5!zg~bPS5#M%h+UG+VVUkGpOQX>OVqqTzu&s5$b|!|G zRN|axGMDjX`a6mtBP6q8|5#*#$suNW6-FL9>ykO^nt)a`&Sl_`#5+dv6_X8H>SjH8 z0^T+1;O}njW*Wax7tQIr4<))0ptLE@h{0!sFZJ`k%g&7?8`O(vqt5XNRbw z_VOEI?88`0T5lY`QwzBf`W4O&wS!`8PJb?^93W0^(*burtTQ^rw>ql#D(+RS1b^r( z&`DH@Z$RW6k`)9jOy_}#*5tm{K>`OGx?zd-dsjEl2|+1e?Bfe4$~+%;wg-uKQU$)L zbuwNJ%U_Izj!A{13-o$fVV?2|0*D$Drc7^1xgdVroY@RNxVpbd80#8C!sN?PHh`W?wp^~&}Af^gi3cw$w!`8>AFwda?@8!>*qTOuF?LJTh< zR3jY#Rsr2O+eO65*taIf!E$wEelu3WSKdEL&B4cEtN7#0+4*m=CiQ*uYV%3imeV_O z_`T5Wf`20={;`J;7sTDOwim~9wY%ZBT_K5SJB)v=sufb$208y3!to!uOUX98x`F

+wF>>^dwYeS>H9Ll|P1EDpj*F7>5WAeaa; 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


CBFtjNi|gt=MG~9XdbAj|2>HW4 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%0AOUi0KdCa*NjU%Hz1#ZN?WaiePd2&0Q_f8}$xeXo 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 z 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 vcLeO=Ke|}K$q@%E{BwT2@V}WY+#&ok_E;zd literal 0 HcmV?d00001 diff --git a/dylan_eckert/controllersnviews/dojodash2.zip b/dylan_eckert/controllersnviews/dojodash2.zip new file mode 100644 index 0000000000000000000000000000000000000000..8580c781ab9398ccfc8585288e8cb93ecc5ba2e7 GIT binary patch literal 419508 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

^E66r>lNqP)`^IQ`eRFT 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 literal 0 HcmV?d00001 diff --git a/dylan_eckert/controllersnviews/dojodash3.zip b/dylan_eckert/controllersnviews/dojodash3.zip new file mode 100644 index 0000000000000000000000000000000000000000..8580c781ab9398ccfc8585288e8cb93ecc5ba2e7 GIT binary patch literal 419508 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

^E66r>lNqP)`^IQ`eRFT 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 literal 0 HcmV?d00001 diff --git a/dylan_eckert/controllersnviews/integratemodels/.gitignore b/dylan_eckert/controllersnviews/integratemodels/.gitignore new file mode 100644 index 0000000..bab620d --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/.gitignore @@ -0,0 +1,21 @@ +# See https://help.github.com/articles/ignoring-files for more about ignoring files. +# +# If you find yourself ignoring temporary files generated by your text editor +# or operating system, you probably want to add a global ignore instead: +# git config --global core.excludesfile '~/.gitignore_global' + +# Ignore bundler config. +/.bundle + +# Ignore the default SQLite database. +/db/*.sqlite3 +/db/*.sqlite3-journal + +# Ignore all logfiles and tempfiles. +/log/* +/tmp/* +!/log/.keep +!/tmp/.keep + +# Ignore Byebug command history file. +.byebug_history diff --git a/dylan_eckert/controllersnviews/integratemodels/Gemfile b/dylan_eckert/controllersnviews/integratemodels/Gemfile new file mode 100644 index 0000000..59d57f6 --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/Gemfile @@ -0,0 +1,53 @@ +source 'https://rubygems.org' + +git_source(:github) do |repo_name| + repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/") + "https://github.com/#{repo_name}.git" +end + + +# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' +gem 'rails', '~> 5.0.6' +# Use sqlite3 as the database for Active Record +gem 'sqlite3' +# Use Puma as the app server +gem 'puma', '~> 3.0' +# Use SCSS for stylesheets +gem 'sass-rails', '~> 5.0' +# Use Uglifier as compressor for JavaScript assets +gem 'uglifier', '>= 1.3.0' +# Use CoffeeScript for .coffee assets and views +gem 'coffee-rails', '~> 4.2' +# See https://github.com/rails/execjs#readme for more supported runtimes +# gem 'therubyracer', platforms: :ruby + +# Use jquery as the JavaScript library +gem 'jquery-rails' +# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks +gem 'turbolinks', '~> 5' +# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder +gem 'jbuilder', '~> 2.5' +# Use Redis adapter to run Action Cable in production +# gem 'redis', '~> 3.0' +# Use ActiveModel has_secure_password +# gem 'bcrypt', '~> 3.1.7' + +# Use Capistrano for deployment +# gem 'capistrano-rails', group: :development + +group :development, :test do + # Call 'byebug' anywhere in the code to stop execution and get a debugger console + gem 'byebug', platform: :mri +end + +group :development do + # Access an IRB console on exception pages or by using <%= console %> anywhere in the code. + gem 'web-console', '>= 3.3.0' + gem 'listen', '~> 3.0.5' + # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring + gem 'spring' + gem 'spring-watcher-listen', '~> 2.0.0' +end + +# Windows does not include zoneinfo files, so bundle the tzinfo-data gem +gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] diff --git a/dylan_eckert/controllersnviews/integratemodels/Gemfile.lock b/dylan_eckert/controllersnviews/integratemodels/Gemfile.lock new file mode 100644 index 0000000..fabcef5 --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/Gemfile.lock @@ -0,0 +1,179 @@ +GEM + remote: https://rubygems.org/ + specs: + actioncable (5.0.6) + actionpack (= 5.0.6) + nio4r (>= 1.2, < 3.0) + websocket-driver (~> 0.6.1) + actionmailer (5.0.6) + actionpack (= 5.0.6) + actionview (= 5.0.6) + activejob (= 5.0.6) + mail (~> 2.5, >= 2.5.4) + rails-dom-testing (~> 2.0) + actionpack (5.0.6) + actionview (= 5.0.6) + activesupport (= 5.0.6) + rack (~> 2.0) + rack-test (~> 0.6.3) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.0.2) + actionview (5.0.6) + activesupport (= 5.0.6) + builder (~> 3.1) + erubis (~> 2.7.0) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.0.3) + activejob (5.0.6) + activesupport (= 5.0.6) + globalid (>= 0.3.6) + activemodel (5.0.6) + activesupport (= 5.0.6) + activerecord (5.0.6) + activemodel (= 5.0.6) + activesupport (= 5.0.6) + arel (~> 7.0) + activesupport (5.0.6) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (~> 0.7) + minitest (~> 5.1) + tzinfo (~> 1.1) + arel (7.1.4) + bindex (0.5.0) + builder (3.2.3) + byebug (9.1.0) + coffee-rails (4.2.2) + coffee-script (>= 2.2.0) + railties (>= 4.0.0) + coffee-script (2.4.1) + coffee-script-source + execjs + coffee-script-source (1.12.2) + concurrent-ruby (1.0.5) + crass (1.0.3) + erubis (2.7.0) + execjs (2.7.0) + ffi (1.9.18) + globalid (0.4.1) + activesupport (>= 4.2.0) + i18n (0.9.1) + concurrent-ruby (~> 1.0) + jbuilder (2.7.0) + activesupport (>= 4.2.0) + multi_json (>= 1.2) + jquery-rails (4.3.1) + rails-dom-testing (>= 1, < 3) + railties (>= 4.2.0) + thor (>= 0.14, < 2.0) + listen (3.0.8) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + loofah (2.1.1) + crass (~> 1.0.2) + nokogiri (>= 1.5.9) + mail (2.7.0) + mini_mime (>= 0.1.1) + method_source (0.9.0) + mini_mime (1.0.0) + mini_portile2 (2.3.0) + minitest (5.10.3) + multi_json (1.12.2) + nio4r (2.1.0) + nokogiri (1.8.1) + mini_portile2 (~> 2.3.0) + puma (3.11.0) + rack (2.0.3) + rack-test (0.6.3) + rack (>= 1.0) + rails (5.0.6) + actioncable (= 5.0.6) + actionmailer (= 5.0.6) + actionpack (= 5.0.6) + actionview (= 5.0.6) + activejob (= 5.0.6) + activemodel (= 5.0.6) + activerecord (= 5.0.6) + activesupport (= 5.0.6) + bundler (>= 1.3.0) + railties (= 5.0.6) + sprockets-rails (>= 2.0.0) + rails-dom-testing (2.0.3) + activesupport (>= 4.2.0) + nokogiri (>= 1.6) + rails-html-sanitizer (1.0.3) + loofah (~> 2.0) + railties (5.0.6) + actionpack (= 5.0.6) + activesupport (= 5.0.6) + method_source + rake (>= 0.8.7) + thor (>= 0.18.1, < 2.0) + rake (12.3.0) + rb-fsevent (0.10.2) + rb-inotify (0.9.10) + ffi (>= 0.5.0, < 2) + sass (3.5.3) + sass-listen (~> 4.0.0) + sass-listen (4.0.0) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + sass-rails (5.0.7) + railties (>= 4.0.0, < 6) + sass (~> 3.1) + sprockets (>= 2.8, < 4.0) + sprockets-rails (>= 2.0, < 4.0) + tilt (>= 1.1, < 3) + spring (2.0.2) + activesupport (>= 4.2) + spring-watcher-listen (2.0.1) + listen (>= 2.7, < 4.0) + spring (>= 1.2, < 3.0) + sprockets (3.7.1) + concurrent-ruby (~> 1.0) + rack (> 1, < 3) + sprockets-rails (3.2.1) + actionpack (>= 4.0) + activesupport (>= 4.0) + sprockets (>= 3.0.0) + sqlite3 (1.3.13) + thor (0.20.0) + thread_safe (0.3.6) + tilt (2.0.8) + turbolinks (5.0.1) + turbolinks-source (~> 5) + turbolinks-source (5.0.3) + tzinfo (1.2.4) + thread_safe (~> 0.1) + uglifier (4.0.1) + execjs (>= 0.3.0, < 3) + web-console (3.5.1) + actionview (>= 5.0) + activemodel (>= 5.0) + bindex (>= 0.4.0) + railties (>= 5.0) + websocket-driver (0.6.5) + websocket-extensions (>= 0.1.0) + websocket-extensions (0.1.3) + +PLATFORMS + ruby + +DEPENDENCIES + byebug + coffee-rails (~> 4.2) + jbuilder (~> 2.5) + jquery-rails + listen (~> 3.0.5) + puma (~> 3.0) + rails (~> 5.0.6) + sass-rails (~> 5.0) + spring + spring-watcher-listen (~> 2.0.0) + sqlite3 + turbolinks (~> 5) + tzinfo-data + uglifier (>= 1.3.0) + web-console (>= 3.3.0) + +BUNDLED WITH + 1.16.0 diff --git a/dylan_eckert/controllersnviews/integratemodels/README.md b/dylan_eckert/controllersnviews/integratemodels/README.md new file mode 100644 index 0000000..7db80e4 --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/README.md @@ -0,0 +1,24 @@ +# README + +This README would normally document whatever steps are necessary to get the +application up and running. + +Things you may want to cover: + +* Ruby version + +* System dependencies + +* Configuration + +* Database creation + +* Database initialization + +* How to run the test suite + +* Services (job queues, cache servers, search engines, etc.) + +* Deployment instructions + +* ... diff --git a/dylan_eckert/controllersnviews/integratemodels/Rakefile b/dylan_eckert/controllersnviews/integratemodels/Rakefile new file mode 100644 index 0000000..e85f913 --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/Rakefile @@ -0,0 +1,6 @@ +# Add your own tasks in files placed in lib/tasks ending in .rake, +# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. + +require_relative 'config/application' + +Rails.application.load_tasks diff --git a/dylan_eckert/controllersnviews/integratemodels/app/assets/config/manifest.js b/dylan_eckert/controllersnviews/integratemodels/app/assets/config/manifest.js new file mode 100644 index 0000000..b16e53d --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/app/assets/config/manifest.js @@ -0,0 +1,3 @@ +//= link_tree ../images +//= link_directory ../javascripts .js +//= link_directory ../stylesheets .css diff --git a/Rodolfo_Valdivieso/controllers/dashboard/app/mailers/.keep b/dylan_eckert/controllersnviews/integratemodels/app/assets/images/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard/app/mailers/.keep rename to dylan_eckert/controllersnviews/integratemodels/app/assets/images/.keep diff --git a/dylan_eckert/controllersnviews/integratemodels/app/assets/javascripts/application.js b/dylan_eckert/controllersnviews/integratemodels/app/assets/javascripts/application.js new file mode 100644 index 0000000..b12018d --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/app/assets/javascripts/application.js @@ -0,0 +1,16 @@ +// This is a manifest file that'll be compiled into application.js, which will include all the files +// listed below. +// +// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, +// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. +// +// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the +// compiled file. JavaScript code in this file should be added after the last require_* statement. +// +// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details +// about supported directives. +// +//= require jquery +//= require jquery_ujs +//= require turbolinks +//= require_tree . diff --git a/dylan_eckert/controllersnviews/integratemodels/app/assets/javascripts/cable.js b/dylan_eckert/controllersnviews/integratemodels/app/assets/javascripts/cable.js new file mode 100644 index 0000000..71ee1e6 --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/app/assets/javascripts/cable.js @@ -0,0 +1,13 @@ +// Action Cable provides the framework to deal with WebSockets in Rails. +// You can generate new channels where WebSocket features live using the rails generate channel command. +// +//= require action_cable +//= require_self +//= require_tree ./channels + +(function() { + this.App || (this.App = {}); + + App.cable = ActionCable.createConsumer(); + +}).call(this); diff --git a/Rodolfo_Valdivieso/controllers/dashboard/app/models/.keep b/dylan_eckert/controllersnviews/integratemodels/app/assets/javascripts/channels/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard/app/models/.keep rename to dylan_eckert/controllersnviews/integratemodels/app/assets/javascripts/channels/.keep diff --git a/Rodolfo_Valdivieso/controllers/basic_models/app/assets/javascripts/users.coffee b/dylan_eckert/controllersnviews/integratemodels/app/assets/javascripts/users.coffee similarity index 100% rename from Rodolfo_Valdivieso/controllers/basic_models/app/assets/javascripts/users.coffee rename to dylan_eckert/controllersnviews/integratemodels/app/assets/javascripts/users.coffee diff --git a/dylan_eckert/controllersnviews/integratemodels/app/assets/stylesheets/application.css b/dylan_eckert/controllersnviews/integratemodels/app/assets/stylesheets/application.css new file mode 100644 index 0000000..0ebd7fe --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/app/assets/stylesheets/application.css @@ -0,0 +1,15 @@ +/* + * This is a manifest file that'll be compiled into application.css, which will include all the files + * listed below. + * + * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, + * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. + * + * You're free to add application-wide styles to this file and they'll appear at the bottom of the + * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS + * files in this directory. Styles in this file should be added after the last require_* statement. + * It is generally better to create a new file per style scope. + * + *= require_tree . + *= require_self + */ diff --git a/dylan_eckert/controllersnviews/integratemodels/app/assets/stylesheets/users.scss b/dylan_eckert/controllersnviews/integratemodels/app/assets/stylesheets/users.scss new file mode 100644 index 0000000..1efc835 --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/app/assets/stylesheets/users.scss @@ -0,0 +1,3 @@ +// Place all the styles related to the users controller here. +// They will automatically be included in application.css. +// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/dylan_eckert/controllersnviews/integratemodels/app/channels/application_cable/channel.rb b/dylan_eckert/controllersnviews/integratemodels/app/channels/application_cable/channel.rb new file mode 100644 index 0000000..d672697 --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/app/channels/application_cable/channel.rb @@ -0,0 +1,4 @@ +module ApplicationCable + class Channel < ActionCable::Channel::Base + end +end diff --git a/dylan_eckert/controllersnviews/integratemodels/app/channels/application_cable/connection.rb b/dylan_eckert/controllersnviews/integratemodels/app/channels/application_cable/connection.rb new file mode 100644 index 0000000..0ff5442 --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/app/channels/application_cable/connection.rb @@ -0,0 +1,4 @@ +module ApplicationCable + class Connection < ActionCable::Connection::Base + end +end diff --git a/dylan_eckert/controllersnviews/integratemodels/app/controllers/application_controller.rb b/dylan_eckert/controllersnviews/integratemodels/app/controllers/application_controller.rb new file mode 100644 index 0000000..1c07694 --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/app/controllers/application_controller.rb @@ -0,0 +1,3 @@ +class ApplicationController < ActionController::Base + protect_from_forgery with: :exception +end diff --git a/Rodolfo_Valdivieso/controllers/dashboard/app/models/concerns/.keep b/dylan_eckert/controllersnviews/integratemodels/app/controllers/concerns/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard/app/models/concerns/.keep rename to dylan_eckert/controllersnviews/integratemodels/app/controllers/concerns/.keep diff --git a/dylan_eckert/controllersnviews/integratemodels/app/controllers/users_controller.rb b/dylan_eckert/controllersnviews/integratemodels/app/controllers/users_controller.rb new file mode 100644 index 0000000..7a6726f --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/app/controllers/users_controller.rb @@ -0,0 +1,35 @@ +class UsersController < ApplicationController + def index + render json: User.all + end + + def new + puts 'here' + render "new" + end + + def create + User.create(name: params[:name]) + redirect_to "/users" + end + + def show + render json: User.find(params[:id]) + end + + def edit + @user = User.find(params[:id]) + end + + def total + render json: User.all.count + end + + def update + + end + + def destroy + + end +end diff --git a/Rodolfo_Valdivieso/controllers/dashboard/app/helpers/application_helper.rb b/dylan_eckert/controllersnviews/integratemodels/app/helpers/application_helper.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard/app/helpers/application_helper.rb rename to dylan_eckert/controllersnviews/integratemodels/app/helpers/application_helper.rb diff --git a/Rodolfo_Valdivieso/controllers/basic_models/app/helpers/users_helper.rb b/dylan_eckert/controllersnviews/integratemodels/app/helpers/users_helper.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/basic_models/app/helpers/users_helper.rb rename to dylan_eckert/controllersnviews/integratemodels/app/helpers/users_helper.rb diff --git a/dylan_eckert/controllersnviews/integratemodels/app/jobs/application_job.rb b/dylan_eckert/controllersnviews/integratemodels/app/jobs/application_job.rb new file mode 100644 index 0000000..a009ace --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/app/jobs/application_job.rb @@ -0,0 +1,2 @@ +class ApplicationJob < ActiveJob::Base +end diff --git a/dylan_eckert/controllersnviews/integratemodels/app/mailers/application_mailer.rb b/dylan_eckert/controllersnviews/integratemodels/app/mailers/application_mailer.rb new file mode 100644 index 0000000..286b223 --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/app/mailers/application_mailer.rb @@ -0,0 +1,4 @@ +class ApplicationMailer < ActionMailer::Base + default from: 'from@example.com' + layout 'mailer' +end diff --git a/dylan_eckert/controllersnviews/integratemodels/app/models/application_record.rb b/dylan_eckert/controllersnviews/integratemodels/app/models/application_record.rb new file mode 100644 index 0000000..10a4cba --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/app/models/application_record.rb @@ -0,0 +1,3 @@ +class ApplicationRecord < ActiveRecord::Base + self.abstract_class = true +end diff --git a/Rodolfo_Valdivieso/controllers/dashboard/lib/assets/.keep b/dylan_eckert/controllersnviews/integratemodels/app/models/concerns/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard/lib/assets/.keep rename to dylan_eckert/controllersnviews/integratemodels/app/models/concerns/.keep diff --git a/dylan_eckert/controllersnviews/integratemodels/app/models/user.rb b/dylan_eckert/controllersnviews/integratemodels/app/models/user.rb new file mode 100644 index 0000000..379658a --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/app/models/user.rb @@ -0,0 +1,2 @@ +class User < ApplicationRecord +end diff --git a/dylan_eckert/controllersnviews/integratemodels/app/views/layouts/application.html.erb b/dylan_eckert/controllersnviews/integratemodels/app/views/layouts/application.html.erb new file mode 100644 index 0000000..053d7ba --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/app/views/layouts/application.html.erb @@ -0,0 +1,14 @@ + + + + Integratemodels + <%= csrf_meta_tags %> + + <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %> + <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %> + + + + <%= yield %> + + diff --git a/dylan_eckert/controllersnviews/integratemodels/app/views/layouts/mailer.html.erb b/dylan_eckert/controllersnviews/integratemodels/app/views/layouts/mailer.html.erb new file mode 100644 index 0000000..cbd34d2 --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/app/views/layouts/mailer.html.erb @@ -0,0 +1,13 @@ + + + + + + + + + <%= yield %> + + diff --git a/dylan_eckert/controllersnviews/integratemodels/app/views/layouts/mailer.text.erb b/dylan_eckert/controllersnviews/integratemodels/app/views/layouts/mailer.text.erb new file mode 100644 index 0000000..37f0bdd --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/app/views/layouts/mailer.text.erb @@ -0,0 +1 @@ +<%= yield %> diff --git a/dylan_eckert/controllersnviews/integratemodels/app/views/users/edit.html.erb b/dylan_eckert/controllersnviews/integratemodels/app/views/users/edit.html.erb new file mode 100644 index 0000000..cf07dfc --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/app/views/users/edit.html.erb @@ -0,0 +1,16 @@ + + + + + new user + + + +

Edit <%= @user.name %>

+
+ + + +
+ + diff --git a/dylan_eckert/controllersnviews/integratemodels/app/views/users/index.html.erb b/dylan_eckert/controllersnviews/integratemodels/app/views/users/index.html.erb new file mode 100644 index 0000000..5b8ba09 --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/app/views/users/index.html.erb @@ -0,0 +1,11 @@ + + + + + index + + +

All Users

+ <% for user in User.all %> + + diff --git a/dylan_eckert/controllersnviews/integratemodels/app/views/users/new.html.erb b/dylan_eckert/controllersnviews/integratemodels/app/views/users/new.html.erb new file mode 100644 index 0000000..8bfa32b --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/app/views/users/new.html.erb @@ -0,0 +1,15 @@ + + + + + new user + + +

Add a User

+
+ + + +
+ + diff --git a/Rodolfo_Valdivieso/controllers/dashboard/bin/bundle b/dylan_eckert/controllersnviews/integratemodels/bin/bundle old mode 100644 new mode 100755 similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard/bin/bundle rename to dylan_eckert/controllersnviews/integratemodels/bin/bundle diff --git a/dylan_eckert/controllersnviews/integratemodels/bin/rails b/dylan_eckert/controllersnviews/integratemodels/bin/rails new file mode 100755 index 0000000..5badb2f --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/bin/rails @@ -0,0 +1,9 @@ +#!/usr/bin/env ruby +begin + load File.expand_path('../spring', __FILE__) +rescue LoadError => e + raise unless e.message.include?('spring') +end +APP_PATH = File.expand_path('../config/application', __dir__) +require_relative '../config/boot' +require 'rails/commands' diff --git a/Rodolfo_Valdivieso/controllers/dashboard/bin/rake b/dylan_eckert/controllersnviews/integratemodels/bin/rake old mode 100644 new mode 100755 similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard/bin/rake rename to dylan_eckert/controllersnviews/integratemodels/bin/rake diff --git a/dylan_eckert/controllersnviews/integratemodels/bin/setup b/dylan_eckert/controllersnviews/integratemodels/bin/setup new file mode 100755 index 0000000..e620b4d --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/bin/setup @@ -0,0 +1,34 @@ +#!/usr/bin/env ruby +require 'pathname' +require 'fileutils' +include FileUtils + +# path to your application root. +APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) + +def system!(*args) + system(*args) || abort("\n== Command #{args} failed ==") +end + +chdir APP_ROOT do + # This script is a starting point to setup your application. + # Add necessary setup steps to this file. + + puts '== Installing dependencies ==' + system! 'gem install bundler --conservative' + system('bundle check') || system!('bundle install') + + # puts "\n== Copying sample files ==" + # unless File.exist?('config/database.yml') + # cp 'config/database.yml.sample', 'config/database.yml' + # end + + puts "\n== Preparing database ==" + system! 'bin/rails db:setup' + + puts "\n== Removing old logs and tempfiles ==" + system! 'bin/rails log:clear tmp:clear' + + puts "\n== Restarting application server ==" + system! 'bin/rails restart' +end diff --git a/Rodolfo_Valdivieso/controllers/dashboard/bin/spring b/dylan_eckert/controllersnviews/integratemodels/bin/spring old mode 100644 new mode 100755 similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard/bin/spring rename to dylan_eckert/controllersnviews/integratemodels/bin/spring diff --git a/dylan_eckert/controllersnviews/integratemodels/bin/update b/dylan_eckert/controllersnviews/integratemodels/bin/update new file mode 100755 index 0000000..a8e4462 --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/bin/update @@ -0,0 +1,29 @@ +#!/usr/bin/env ruby +require 'pathname' +require 'fileutils' +include FileUtils + +# path to your application root. +APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) + +def system!(*args) + system(*args) || abort("\n== Command #{args} failed ==") +end + +chdir APP_ROOT do + # This script is a way to update your development environment automatically. + # Add necessary update steps to this file. + + puts '== Installing dependencies ==' + system! 'gem install bundler --conservative' + system('bundle check') || system!('bundle install') + + puts "\n== Updating database ==" + system! 'bin/rails db:migrate' + + puts "\n== Removing old logs and tempfiles ==" + system! 'bin/rails log:clear tmp:clear' + + puts "\n== Restarting application server ==" + system! 'bin/rails restart' +end diff --git a/dylan_eckert/controllersnviews/integratemodels/config.ru b/dylan_eckert/controllersnviews/integratemodels/config.ru new file mode 100644 index 0000000..f7ba0b5 --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/config.ru @@ -0,0 +1,5 @@ +# This file is used by Rack-based servers to start the application. + +require_relative 'config/environment' + +run Rails.application diff --git a/dylan_eckert/controllersnviews/integratemodels/config/application.rb b/dylan_eckert/controllersnviews/integratemodels/config/application.rb new file mode 100644 index 0000000..7e04970 --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/config/application.rb @@ -0,0 +1,15 @@ +require_relative 'boot' + +require 'rails/all' + +# Require the gems listed in Gemfile, including any gems +# you've limited to :test, :development, or :production. +Bundler.require(*Rails.groups) + +module Integratemodels + class Application < Rails::Application + # Settings in config/environments/* take precedence over those specified here. + # Application configuration should go into files in config/initializers + # -- all .rb files in that directory are automatically loaded. + end +end diff --git a/dylan_eckert/controllersnviews/integratemodels/config/boot.rb b/dylan_eckert/controllersnviews/integratemodels/config/boot.rb new file mode 100644 index 0000000..30f5120 --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/config/boot.rb @@ -0,0 +1,3 @@ +ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__) + +require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/dylan_eckert/controllersnviews/integratemodels/config/cable.yml b/dylan_eckert/controllersnviews/integratemodels/config/cable.yml new file mode 100644 index 0000000..0bbde6f --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/config/cable.yml @@ -0,0 +1,9 @@ +development: + adapter: async + +test: + adapter: async + +production: + adapter: redis + url: redis://localhost:6379/1 diff --git a/Rodolfo_Valdivieso/controllers/dashboard/config/database.yml b/dylan_eckert/controllersnviews/integratemodels/config/database.yml similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard/config/database.yml rename to dylan_eckert/controllersnviews/integratemodels/config/database.yml diff --git a/dylan_eckert/controllersnviews/integratemodels/config/environment.rb b/dylan_eckert/controllersnviews/integratemodels/config/environment.rb new file mode 100644 index 0000000..426333b --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/config/environment.rb @@ -0,0 +1,5 @@ +# Load the Rails application. +require_relative 'application' + +# Initialize the Rails application. +Rails.application.initialize! diff --git a/dylan_eckert/controllersnviews/integratemodels/config/environments/development.rb b/dylan_eckert/controllersnviews/integratemodels/config/environments/development.rb new file mode 100644 index 0000000..1795ef5 --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/config/environments/development.rb @@ -0,0 +1,55 @@ +Rails.application.configure do + # Settings specified here will take precedence over those in config/application.rb. + + # In the development environment your application's code is reloaded on + # every request. This slows down response time but is perfect for development + # since you don't have to restart the web server when you make code changes. + config.cache_classes = false + config.reload_classes_only_on_change = false + + # Do not eager load code on boot. + config.eager_load = false + + # Show full error reports. + config.consider_all_requests_local = true + + # Enable/disable caching. By default caching is disabled. + if Rails.root.join('tmp/caching-dev.txt').exist? + config.action_controller.perform_caching = true + + config.cache_store = :memory_store + config.public_file_server.headers = { + 'Cache-Control' => 'public, max-age=172800' + } + else + config.action_controller.perform_caching = false + + config.cache_store = :null_store + end + + # Don't care if the mailer can't send. + config.action_mailer.raise_delivery_errors = false + + config.action_mailer.perform_caching = false + + # Print deprecation notices to the Rails logger. + config.active_support.deprecation = :log + + # Raise an error on page load if there are pending migrations. + config.active_record.migration_error = :page_load + + # Debug mode disables concatenation and preprocessing of assets. + # This option may cause significant delays in view rendering with a large + # number of complex assets. + config.assets.debug = true + + # Suppress logger output for asset requests. + config.assets.quiet = true + + # Raises error for missing translations + # config.action_view.raise_on_missing_translations = true + + # Use an evented file watcher to asynchronously detect changes in source code, + # routes, locales, etc. This feature depends on the listen gem. + config.file_watcher = ActiveSupport::EventedFileUpdateChecker +end diff --git a/dylan_eckert/controllersnviews/integratemodels/config/environments/production.rb b/dylan_eckert/controllersnviews/integratemodels/config/environments/production.rb new file mode 100644 index 0000000..a09ca28 --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/config/environments/production.rb @@ -0,0 +1,86 @@ +Rails.application.configure do + # Settings specified here will take precedence over those in config/application.rb. + + # Code is not reloaded between requests. + config.cache_classes = true + + # Eager load code on boot. This eager loads most of Rails and + # your application in memory, allowing both threaded web servers + # and those relying on copy on write to perform better. + # Rake tasks automatically ignore this option for performance. + config.eager_load = true + + # Full error reports are disabled and caching is turned on. + config.consider_all_requests_local = false + config.action_controller.perform_caching = true + + # Disable serving static files from the `/public` folder by default since + # Apache or NGINX already handles this. + config.public_file_server.enabled = ENV['RAILS_SERVE_STATIC_FILES'].present? + + # Compress JavaScripts and CSS. + config.assets.js_compressor = :uglifier + # config.assets.css_compressor = :sass + + # Do not fallback to assets pipeline if a precompiled asset is missed. + config.assets.compile = false + + # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb + + # Enable serving of images, stylesheets, and JavaScripts from an asset server. + # config.action_controller.asset_host = 'http://assets.example.com' + + # Specifies the header that your server uses for sending files. + # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache + # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX + + # Mount Action Cable outside main process or domain + # config.action_cable.mount_path = nil + # config.action_cable.url = 'wss://example.com/cable' + # config.action_cable.allowed_request_origins = [ 'http://example.com', /http:\/\/example.*/ ] + + # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. + # config.force_ssl = true + + # Use the lowest log level to ensure availability of diagnostic information + # when problems arise. + config.log_level = :debug + + # Prepend all log lines with the following tags. + config.log_tags = [ :request_id ] + + # Use a different cache store in production. + # config.cache_store = :mem_cache_store + + # Use a real queuing backend for Active Job (and separate queues per environment) + # config.active_job.queue_adapter = :resque + # config.active_job.queue_name_prefix = "integratemodels_#{Rails.env}" + config.action_mailer.perform_caching = false + + # Ignore bad email addresses and do not raise email delivery errors. + # Set this to true and configure the email server for immediate delivery to raise delivery errors. + # config.action_mailer.raise_delivery_errors = false + + # Enable locale fallbacks for I18n (makes lookups for any locale fall back to + # the I18n.default_locale when a translation cannot be found). + config.i18n.fallbacks = true + + # Send deprecation notices to registered listeners. + config.active_support.deprecation = :notify + + # Use default logging formatter so that PID and timestamp are not suppressed. + config.log_formatter = ::Logger::Formatter.new + + # Use a different logger for distributed setups. + # require 'syslog/logger' + # config.logger = ActiveSupport::TaggedLogging.new(Syslog::Logger.new 'app-name') + + if ENV["RAILS_LOG_TO_STDOUT"].present? + logger = ActiveSupport::Logger.new(STDOUT) + logger.formatter = config.log_formatter + config.logger = ActiveSupport::TaggedLogging.new(logger) + end + + # Do not dump schema after migrations. + config.active_record.dump_schema_after_migration = false +end diff --git a/dylan_eckert/controllersnviews/integratemodels/config/environments/test.rb b/dylan_eckert/controllersnviews/integratemodels/config/environments/test.rb new file mode 100644 index 0000000..30587ef --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/config/environments/test.rb @@ -0,0 +1,42 @@ +Rails.application.configure do + # Settings specified here will take precedence over those in config/application.rb. + + # The test environment is used exclusively to run your application's + # test suite. You never need to work with it otherwise. Remember that + # your test database is "scratch space" for the test suite and is wiped + # and recreated between test runs. Don't rely on the data there! + config.cache_classes = true + + # Do not eager load code on boot. This avoids loading your whole application + # just for the purpose of running a single test. If you are using a tool that + # preloads Rails for running tests, you may have to set it to true. + config.eager_load = false + + # Configure public file server for tests with Cache-Control for performance. + config.public_file_server.enabled = true + config.public_file_server.headers = { + 'Cache-Control' => 'public, max-age=3600' + } + + # Show full error reports and disable caching. + config.consider_all_requests_local = true + config.action_controller.perform_caching = false + + # Raise exceptions instead of rendering exception templates. + config.action_dispatch.show_exceptions = false + + # Disable request forgery protection in test environment. + config.action_controller.allow_forgery_protection = false + config.action_mailer.perform_caching = false + + # Tell Action Mailer not to deliver emails to the real world. + # The :test delivery method accumulates sent emails in the + # ActionMailer::Base.deliveries array. + config.action_mailer.delivery_method = :test + + # Print deprecation notices to the stderr. + config.active_support.deprecation = :stderr + + # Raises error for missing translations + # config.action_view.raise_on_missing_translations = true +end diff --git a/dylan_eckert/controllersnviews/integratemodels/config/initializers/application_controller_renderer.rb b/dylan_eckert/controllersnviews/integratemodels/config/initializers/application_controller_renderer.rb new file mode 100644 index 0000000..89d2efa --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/config/initializers/application_controller_renderer.rb @@ -0,0 +1,8 @@ +# Be sure to restart your server when you modify this file. + +# ActiveSupport::Reloader.to_prepare do +# ApplicationController.renderer.defaults.merge!( +# http_host: 'example.org', +# https: false +# ) +# end diff --git a/Rodolfo_Valdivieso/controllers/dashboard/config/initializers/assets.rb b/dylan_eckert/controllersnviews/integratemodels/config/initializers/assets.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard/config/initializers/assets.rb rename to dylan_eckert/controllersnviews/integratemodels/config/initializers/assets.rb diff --git a/Rodolfo_Valdivieso/controllers/dashboard/config/initializers/backtrace_silencers.rb b/dylan_eckert/controllersnviews/integratemodels/config/initializers/backtrace_silencers.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard/config/initializers/backtrace_silencers.rb rename to dylan_eckert/controllersnviews/integratemodels/config/initializers/backtrace_silencers.rb diff --git a/dylan_eckert/controllersnviews/integratemodels/config/initializers/cookies_serializer.rb b/dylan_eckert/controllersnviews/integratemodels/config/initializers/cookies_serializer.rb new file mode 100644 index 0000000..5a6a32d --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/config/initializers/cookies_serializer.rb @@ -0,0 +1,5 @@ +# Be sure to restart your server when you modify this file. + +# Specify a serializer for the signed and encrypted cookie jars. +# Valid options are :json, :marshal, and :hybrid. +Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/Rodolfo_Valdivieso/controllers/dashboard/config/initializers/filter_parameter_logging.rb b/dylan_eckert/controllersnviews/integratemodels/config/initializers/filter_parameter_logging.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard/config/initializers/filter_parameter_logging.rb rename to dylan_eckert/controllersnviews/integratemodels/config/initializers/filter_parameter_logging.rb diff --git a/Rodolfo_Valdivieso/controllers/dashboard/config/initializers/inflections.rb b/dylan_eckert/controllersnviews/integratemodels/config/initializers/inflections.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard/config/initializers/inflections.rb rename to dylan_eckert/controllersnviews/integratemodels/config/initializers/inflections.rb diff --git a/Rodolfo_Valdivieso/controllers/dashboard/config/initializers/mime_types.rb b/dylan_eckert/controllersnviews/integratemodels/config/initializers/mime_types.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard/config/initializers/mime_types.rb rename to dylan_eckert/controllersnviews/integratemodels/config/initializers/mime_types.rb diff --git a/dylan_eckert/controllersnviews/integratemodels/config/initializers/new_framework_defaults.rb b/dylan_eckert/controllersnviews/integratemodels/config/initializers/new_framework_defaults.rb new file mode 100644 index 0000000..dd236b5 --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/config/initializers/new_framework_defaults.rb @@ -0,0 +1,26 @@ +# Be sure to restart your server when you modify this file. +# +# This file contains migration options to ease your Rails 5.0 upgrade. +# +# Read the Guide for Upgrading Ruby on Rails for more info on each option. + +Rails.application.config.action_controller.raise_on_unfiltered_parameters = true + +# Enable per-form CSRF tokens. Previous versions had false. +Rails.application.config.action_controller.per_form_csrf_tokens = true + +# Enable origin-checking CSRF mitigation. Previous versions had false. +Rails.application.config.action_controller.forgery_protection_origin_check = true + +# Make Ruby 2.4 preserve the timezone of the receiver when calling `to_time`. +# Previous versions had false. +ActiveSupport.to_time_preserves_timezone = true + +# Require `belongs_to` associations by default. Previous versions had false. +Rails.application.config.active_record.belongs_to_required_by_default = true + +# Do not halt callback chains when a callback returns false. Previous versions had true. +ActiveSupport.halt_callback_chains_on_return_false = false + +# Configure SSL options to enable HSTS with subdomains. Previous versions had false. +Rails.application.config.ssl_options = { hsts: { subdomains: true } } diff --git a/dylan_eckert/controllersnviews/integratemodels/config/initializers/session_store.rb b/dylan_eckert/controllersnviews/integratemodels/config/initializers/session_store.rb new file mode 100644 index 0000000..971317a --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/config/initializers/session_store.rb @@ -0,0 +1,3 @@ +# Be sure to restart your server when you modify this file. + +Rails.application.config.session_store :cookie_store, key: '_integratemodels_session' diff --git a/dylan_eckert/controllersnviews/integratemodels/config/initializers/wrap_parameters.rb b/dylan_eckert/controllersnviews/integratemodels/config/initializers/wrap_parameters.rb new file mode 100644 index 0000000..bbfc396 --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/config/initializers/wrap_parameters.rb @@ -0,0 +1,14 @@ +# Be sure to restart your server when you modify this file. + +# This file contains settings for ActionController::ParamsWrapper which +# is enabled by default. + +# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. +ActiveSupport.on_load(:action_controller) do + wrap_parameters format: [:json] +end + +# To enable root element in JSON for ActiveRecord objects. +# ActiveSupport.on_load(:active_record) do +# self.include_root_in_json = true +# end diff --git a/Rodolfo_Valdivieso/controllers/dashboard/config/locales/en.yml b/dylan_eckert/controllersnviews/integratemodels/config/locales/en.yml similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard/config/locales/en.yml rename to dylan_eckert/controllersnviews/integratemodels/config/locales/en.yml diff --git a/dylan_eckert/controllersnviews/integratemodels/config/puma.rb b/dylan_eckert/controllersnviews/integratemodels/config/puma.rb new file mode 100644 index 0000000..c7f311f --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/config/puma.rb @@ -0,0 +1,47 @@ +# Puma can serve each request in a thread from an internal thread pool. +# The `threads` method setting takes two numbers a minimum and maximum. +# Any libraries that use thread pools should be configured to match +# the maximum value specified for Puma. Default is set to 5 threads for minimum +# and maximum, this matches the default thread size of Active Record. +# +threads_count = ENV.fetch("RAILS_MAX_THREADS") { 5 }.to_i +threads threads_count, threads_count + +# Specifies the `port` that Puma will listen on to receive requests, default is 3000. +# +port ENV.fetch("PORT") { 3000 } + +# Specifies the `environment` that Puma will run in. +# +environment ENV.fetch("RAILS_ENV") { "development" } + +# Specifies the number of `workers` to boot in clustered mode. +# Workers are forked webserver processes. If using threads and workers together +# the concurrency of the application would be max `threads` * `workers`. +# Workers do not work on JRuby or Windows (both of which do not support +# processes). +# +# workers ENV.fetch("WEB_CONCURRENCY") { 2 } + +# Use the `preload_app!` method when specifying a `workers` number. +# This directive tells Puma to first boot the application and load code +# before forking the application. This takes advantage of Copy On Write +# process behavior so workers use less memory. If you use this option +# you need to make sure to reconnect any threads in the `on_worker_boot` +# block. +# +# preload_app! + +# The code in the `on_worker_boot` will be called if you are using +# clustered mode by specifying a number of `workers`. After each worker +# process is booted this block will be run, if you are using `preload_app!` +# option you will want to use this block to reconnect to any threads +# or connections that may have been created at application boot, Ruby +# cannot share connections between processes. +# +# on_worker_boot do +# ActiveRecord::Base.establish_connection if defined?(ActiveRecord) +# end + +# Allow puma to be restarted by `rails restart` command. +plugin :tmp_restart diff --git a/dylan_eckert/controllersnviews/integratemodels/config/routes.rb b/dylan_eckert/controllersnviews/integratemodels/config/routes.rb new file mode 100644 index 0000000..d0dfc2b --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/config/routes.rb @@ -0,0 +1,16 @@ +Rails.application.routes.draw do + get 'users' => "users#index" + + get 'users/new' => "users#new" + + post 'users' => "users#create" + + get 'users/total' => "users#total" + + get 'users/:id' => "users#show" + + get 'users/:id/edit' => "users#edit" + + # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html + +end diff --git a/dylan_eckert/controllersnviews/integratemodels/config/secrets.yml b/dylan_eckert/controllersnviews/integratemodels/config/secrets.yml new file mode 100644 index 0000000..dae5c87 --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/config/secrets.yml @@ -0,0 +1,22 @@ +# Be sure to restart your server when you modify this file. + +# Your secret key is used for verifying the integrity of signed cookies. +# If you change this key, all old signed cookies will become invalid! + +# Make sure the secret is at least 30 characters and all random, +# no regular words or you'll be exposed to dictionary attacks. +# You can use `rails secret` to generate a secure secret key. + +# Make sure the secrets in this file are kept private +# if you're sharing your code publicly. + +development: + secret_key_base: f11bde0dfd249a3b5348fca0002575f53d1ea5a0691531d853bead5bce232c117bf2e544e87daca8d579d035dcedb9a7ee89f663232c3cd0232ff04aafcb307e + +test: + secret_key_base: 6b49f6859769cd4cba1e3b94c2485bafaf48653cb8549885903fb9e42ce1d707a3f9a8c11a382d131ae75b3240ed47aa3d557739a05f1f952edf9a1b0c59dbed + +# Do not keep production secrets in the repository, +# instead read values from the environment. +production: + secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/dylan_eckert/controllersnviews/integratemodels/config/spring.rb b/dylan_eckert/controllersnviews/integratemodels/config/spring.rb new file mode 100644 index 0000000..c9119b4 --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/config/spring.rb @@ -0,0 +1,6 @@ +%w( + .ruby-version + .rbenv-vars + tmp/restart.txt + tmp/caching-dev.txt +).each { |path| Spring.watch(path) } diff --git a/dylan_eckert/controllersnviews/integratemodels/db/migrate/20171204185211_create_users.rb b/dylan_eckert/controllersnviews/integratemodels/db/migrate/20171204185211_create_users.rb new file mode 100644 index 0000000..9b622cd --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/db/migrate/20171204185211_create_users.rb @@ -0,0 +1,9 @@ +class CreateUsers < ActiveRecord::Migration[5.0] + def change + create_table :users do |t| + t.string :name + + t.timestamps + end + end +end diff --git a/dylan_eckert/controllersnviews/integratemodels/db/schema.rb b/dylan_eckert/controllersnviews/integratemodels/db/schema.rb new file mode 100644 index 0000000..943c4a3 --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/db/schema.rb @@ -0,0 +1,21 @@ +# This file is auto-generated from the current state of the database. Instead +# of editing this file, please use the migrations feature of Active Record to +# incrementally modify your database, and then regenerate this schema definition. +# +# Note that this schema.rb definition is the authoritative source for your +# database schema. If you need to create the application database on another +# system, you should be using db:schema:load, not running all the migrations +# from scratch. The latter is a flawed and unsustainable approach (the more migrations +# you'll amass, the slower it'll run and the greater likelihood for issues). +# +# It's strongly recommended that you check this file into your version control system. + +ActiveRecord::Schema.define(version: 20171204185211) do + + create_table "users", force: :cascade do |t| + t.string "name" + t.datetime "created_at", null: false + t.datetime "updated_at", null: false + end + +end diff --git a/dylan_eckert/controllersnviews/integratemodels/db/seeds.rb b/dylan_eckert/controllersnviews/integratemodels/db/seeds.rb new file mode 100644 index 0000000..1beea2a --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/db/seeds.rb @@ -0,0 +1,7 @@ +# This file should contain all the record creation needed to seed the database with its default values. +# The data can then be loaded with the rails db:seed command (or created alongside the database with db:setup). +# +# Examples: +# +# movies = Movie.create([{ name: 'Star Wars' }, { name: 'Lord of the Rings' }]) +# Character.create(name: 'Luke', movie: movies.first) diff --git a/dylan_eckert/controllersnviews/integratemodels/files.zip b/dylan_eckert/controllersnviews/integratemodels/files.zip new file mode 100644 index 0000000000000000000000000000000000000000..7bf8b596db5da89ee813fe682ae4877a86f50324 GIT binary patch literal 1772 zcmWIWW@h1H0D+FY7H=>EO0Y2qFr;PXq!#OkM({8cELV*J;jfG$3;{qrA`BcrSdFGf z7_KKZC9^~?qa-&+FSRHMWI!ZPGYEqW$en1Pe^^1_==Yi~?Vw}VPF-URSZY>my~KHW z$Bb?V(}bDIYxmdgOepsh`}gAB-*+D;@aMl@-@d-z)`F|~-id9D9_`0IEtF%P)Oc^E zrm|+>i$6bfrU_L_1-SodoK!d|c6V|8cBUtqHzV_B-Fy4xUKP{M&<}@n{V%e#tX=o( z?jf7ynhh^cE??nte38zAs)CbRhRb|Tf6)3`sKa8?zoO;ywIq=P4yrzi?GtO>XW9k* zdUon4&(diXX6G&LWv!a{yWmiK)WtpP3Lq>h*PYo5eBb&q!3ufAaS7>5p$8f1RoG=f?dL zWrCikZ(Ui~GjCz$hAKZERU^G}{-nhZ42tA`%r1HqS;l+)|J^)=^A~ky-?{g_|Ja0O z-$P>)s`nqcIa%&OQoy3sVV(ht0-7cyqMs+Rjbi zqdw__f++9Y>8i`XAgVzLq8zj!;)e%OQGRJjYOx+9N!b9y286-kGhrj&Ap;(l?=`Jg z`E*v?)IQiUW5xsSOUF#6ImM{*weDYjHe^-azTL|w*OWWknWo9ues$|`7PjPGcFfJV zF_qO|!2w0}o|g>EjYFQU(Tw;L@=E_Y<8o8u(@s5ezG?mHa4Wd2sB>)n#-yB;)85ST z>{~ADvRE~;xLYrVH@q()aN7Sy<__l_HhBs6HYZ#48%(r_V)FW+((mrk@xbL+*lWef zbHlrK{x0fBb?Ix4JGR)s#4j#RlPByiFk!HB97@wM+X)PXM3hiyK??<5cqo(>rxroO zARXv`5C(;T_c>1;y)X`4Ki!}Wfdx7mCr6|=sp4-d!oW9pXue06{nZWjmA5ZF5 z1=^H-36nzaQr zbB}oCdQWoPyEikmMC72W!q1cSDjN?P9G*3?V(Ov*E=JC@4QDJXvX3nPafzLQ@B4$r zhr6FKw9FEcu{^rXNllIA?FyR;9(SAT7w>Q${?O2JxIBCD-(~MNw76~H3w^Rz&b9cE z*e1o|N50Xk-u`ebns?!ppODGrb#p#BK5^FauF2nhJ=o2ENxA5cXTcjXc4_#`_@6pa zMeWbOvqzTcdELL18vgEWH(%uZy4qE$d7y|`E0U{p2pA}7AoMS3G=b|!D>XUbr6#grpaKLr-w2@?mH~7+#4)JF z2?qnLI6*cGl+%z?A3us&-ApjEkn$Y|11#Sm8w5(M$jOQq#h{7IFoWPpmxBS8bdik# jr9tFKkVG+tkpO4EPidw literal 0 HcmV?d00001 diff --git a/dylan_eckert/controllersnviews/integratemodels/files/edit.html.erb b/dylan_eckert/controllersnviews/integratemodels/files/edit.html.erb new file mode 100644 index 0000000..cf07dfc --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/files/edit.html.erb @@ -0,0 +1,16 @@ + + + + + new user + + + +

Edit <%= @user.name %>

+
+ + + +
+ + diff --git a/dylan_eckert/controllersnviews/integratemodels/files/new.html.erb b/dylan_eckert/controllersnviews/integratemodels/files/new.html.erb new file mode 100644 index 0000000..8bfa32b --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/files/new.html.erb @@ -0,0 +1,15 @@ + + + + + new user + + +

Add a User

+
+ + + +
+ + diff --git a/dylan_eckert/controllersnviews/integratemodels/files/routes.rb b/dylan_eckert/controllersnviews/integratemodels/files/routes.rb new file mode 100644 index 0000000..d0dfc2b --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/files/routes.rb @@ -0,0 +1,16 @@ +Rails.application.routes.draw do + get 'users' => "users#index" + + get 'users/new' => "users#new" + + post 'users' => "users#create" + + get 'users/total' => "users#total" + + get 'users/:id' => "users#show" + + get 'users/:id/edit' => "users#edit" + + # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html + +end diff --git a/dylan_eckert/controllersnviews/integratemodels/files/user.rb b/dylan_eckert/controllersnviews/integratemodels/files/user.rb new file mode 100644 index 0000000..379658a --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/files/user.rb @@ -0,0 +1,2 @@ +class User < ApplicationRecord +end diff --git a/dylan_eckert/controllersnviews/integratemodels/files/users_controller.rb b/dylan_eckert/controllersnviews/integratemodels/files/users_controller.rb new file mode 100644 index 0000000..7a6726f --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/files/users_controller.rb @@ -0,0 +1,35 @@ +class UsersController < ApplicationController + def index + render json: User.all + end + + def new + puts 'here' + render "new" + end + + def create + User.create(name: params[:name]) + redirect_to "/users" + end + + def show + render json: User.find(params[:id]) + end + + def edit + @user = User.find(params[:id]) + end + + def total + render json: User.all.count + end + + def update + + end + + def destroy + + end +end diff --git a/Rodolfo_Valdivieso/controllers/dashboard/lib/tasks/.keep b/dylan_eckert/controllersnviews/integratemodels/lib/assets/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard/lib/tasks/.keep rename to dylan_eckert/controllersnviews/integratemodels/lib/assets/.keep diff --git a/Rodolfo_Valdivieso/controllers/dashboard/log/.keep b/dylan_eckert/controllersnviews/integratemodels/lib/tasks/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard/log/.keep rename to dylan_eckert/controllersnviews/integratemodels/lib/tasks/.keep diff --git a/Rodolfo_Valdivieso/controllers/dashboard/test/controllers/.keep b/dylan_eckert/controllersnviews/integratemodels/log/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard/test/controllers/.keep rename to dylan_eckert/controllersnviews/integratemodels/log/.keep diff --git a/dylan_eckert/controllersnviews/integratemodels/public/404.html b/dylan_eckert/controllersnviews/integratemodels/public/404.html new file mode 100644 index 0000000..2be3af2 --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/public/404.html @@ -0,0 +1,67 @@ + + + + The page you were looking for doesn't exist (404) + + + + + + +
+
+

The page you were looking for doesn't exist.

+

You may have mistyped the address or the page may have moved.

+
+

If you are the application owner check the logs for more information.

+
+ + diff --git a/dylan_eckert/controllersnviews/integratemodels/public/422.html b/dylan_eckert/controllersnviews/integratemodels/public/422.html new file mode 100644 index 0000000..c08eac0 --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/public/422.html @@ -0,0 +1,67 @@ + + + + The change you wanted was rejected (422) + + + + + + +
+
+

The change you wanted was rejected.

+

Maybe you tried to change something you didn't have access to.

+
+

If you are the application owner check the logs for more information.

+
+ + diff --git a/dylan_eckert/controllersnviews/integratemodels/public/500.html b/dylan_eckert/controllersnviews/integratemodels/public/500.html new file mode 100644 index 0000000..78a030a --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/public/500.html @@ -0,0 +1,66 @@ + + + + We're sorry, but something went wrong (500) + + + + + + +
+
+

We're sorry, but something went wrong.

+
+

If you are the application owner check the logs for more information.

+
+ + diff --git a/Rodolfo_Valdivieso/controllers/dashboard/test/fixtures/.keep b/dylan_eckert/controllersnviews/integratemodels/public/apple-touch-icon-precomposed.png similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard/test/fixtures/.keep rename to dylan_eckert/controllersnviews/integratemodels/public/apple-touch-icon-precomposed.png diff --git a/Rodolfo_Valdivieso/controllers/dashboard/test/helpers/.keep b/dylan_eckert/controllersnviews/integratemodels/public/apple-touch-icon.png similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard/test/helpers/.keep rename to dylan_eckert/controllersnviews/integratemodels/public/apple-touch-icon.png diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/public/favicon.ico b/dylan_eckert/controllersnviews/integratemodels/public/favicon.ico similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard2/public/favicon.ico rename to dylan_eckert/controllersnviews/integratemodels/public/favicon.ico diff --git a/Rodolfo_Valdivieso/controllers/dashboard/public/robots.txt b/dylan_eckert/controllersnviews/integratemodels/public/robots.txt similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard/public/robots.txt rename to dylan_eckert/controllersnviews/integratemodels/public/robots.txt diff --git a/Rodolfo_Valdivieso/controllers/dashboard/test/integration/.keep b/dylan_eckert/controllersnviews/integratemodels/test/controllers/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard/test/integration/.keep rename to dylan_eckert/controllersnviews/integratemodels/test/controllers/.keep diff --git a/dylan_eckert/controllersnviews/integratemodels/test/controllers/users_controller_test.rb b/dylan_eckert/controllersnviews/integratemodels/test/controllers/users_controller_test.rb new file mode 100644 index 0000000..6c3da77 --- /dev/null +++ b/dylan_eckert/controllersnviews/integratemodels/test/controllers/users_controller_test.rb @@ -0,0 +1,7 @@ +require 'test_helper' + +class UsersControllerTest < ActionDispatch::IntegrationTest + # test "the truth" do + # assert true + # end +end diff --git a/Rodolfo_Valdivieso/controllers/dashboard/test/mailers/.keep b/dylan_eckert/controllersnviews/integratemodels/test/fixtures/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard/test/mailers/.keep rename to dylan_eckert/controllersnviews/integratemodels/test/fixtures/.keep diff --git a/Rodolfo_Valdivieso/controllers/dashboard/test/models/.keep b/dylan_eckert/controllersnviews/integratemodels/test/fixtures/files/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard/test/models/.keep rename to dylan_eckert/controllersnviews/integratemodels/test/fixtures/files/.keep diff --git a/Rodolfo_Valdivieso/controllers/basic_models/test/fixtures/users.yml b/dylan_eckert/controllersnviews/integratemodels/test/fixtures/users.yml similarity index 100% rename from Rodolfo_Valdivieso/controllers/basic_models/test/fixtures/users.yml rename to dylan_eckert/controllersnviews/integratemodels/test/fixtures/users.yml diff --git a/Rodolfo_Valdivieso/controllers/dashboard/vendor/assets/javascripts/.keep b/dylan_eckert/controllersnviews/integratemodels/test/helpers/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard/vendor/assets/javascripts/.keep rename to dylan_eckert/controllersnviews/integratemodels/test/helpers/.keep diff --git a/Rodolfo_Valdivieso/controllers/dashboard/vendor/assets/stylesheets/.keep b/dylan_eckert/controllersnviews/integratemodels/test/integration/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard/vendor/assets/stylesheets/.keep rename to dylan_eckert/controllersnviews/integratemodels/test/integration/.keep diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/app/assets/images/.keep b/dylan_eckert/controllersnviews/integratemodels/test/mailers/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard2/app/assets/images/.keep rename to dylan_eckert/controllersnviews/integratemodels/test/mailers/.keep diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/app/controllers/concerns/.keep b/dylan_eckert/controllersnviews/integratemodels/test/models/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard2/app/controllers/concerns/.keep rename to dylan_eckert/controllersnviews/integratemodels/test/models/.keep diff --git a/Rodolfo_Valdivieso/controllers/basic_models/test/models/user_test.rb b/dylan_eckert/controllersnviews/integratemodels/test/models/user_test.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/basic_models/test/models/user_test.rb rename to dylan_eckert/controllersnviews/integratemodels/test/models/user_test.rb diff --git a/Rodolfo_Valdivieso/controllers/dashboard/test/test_helper.rb b/dylan_eckert/controllersnviews/integratemodels/test/test_helper.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard/test/test_helper.rb rename to dylan_eckert/controllersnviews/integratemodels/test/test_helper.rb diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/app/mailers/.keep b/dylan_eckert/controllersnviews/integratemodels/tmp/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard2/app/mailers/.keep rename to dylan_eckert/controllersnviews/integratemodels/tmp/.keep diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/app/models/.keep b/dylan_eckert/controllersnviews/integratemodels/vendor/assets/javascripts/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard2/app/models/.keep rename to dylan_eckert/controllersnviews/integratemodels/vendor/assets/javascripts/.keep diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/app/models/concerns/.keep b/dylan_eckert/controllersnviews/integratemodels/vendor/assets/stylesheets/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard2/app/models/concerns/.keep rename to dylan_eckert/controllersnviews/integratemodels/vendor/assets/stylesheets/.keep diff --git a/dylan_eckert/controllersnviews/routesncontrollers/.gitignore b/dylan_eckert/controllersnviews/routesncontrollers/.gitignore new file mode 100644 index 0000000..bab620d --- /dev/null +++ b/dylan_eckert/controllersnviews/routesncontrollers/.gitignore @@ -0,0 +1,21 @@ +# See https://help.github.com/articles/ignoring-files for more about ignoring files. +# +# If you find yourself ignoring temporary files generated by your text editor +# or operating system, you probably want to add a global ignore instead: +# git config --global core.excludesfile '~/.gitignore_global' + +# Ignore bundler config. +/.bundle + +# Ignore the default SQLite database. +/db/*.sqlite3 +/db/*.sqlite3-journal + +# Ignore all logfiles and tempfiles. +/log/* +/tmp/* +!/log/.keep +!/tmp/.keep + +# Ignore Byebug command history file. +.byebug_history diff --git a/dylan_eckert/controllersnviews/routesncontrollers/Gemfile b/dylan_eckert/controllersnviews/routesncontrollers/Gemfile new file mode 100644 index 0000000..59d57f6 --- /dev/null +++ b/dylan_eckert/controllersnviews/routesncontrollers/Gemfile @@ -0,0 +1,53 @@ +source 'https://rubygems.org' + +git_source(:github) do |repo_name| + repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/") + "https://github.com/#{repo_name}.git" +end + + +# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' +gem 'rails', '~> 5.0.6' +# Use sqlite3 as the database for Active Record +gem 'sqlite3' +# Use Puma as the app server +gem 'puma', '~> 3.0' +# Use SCSS for stylesheets +gem 'sass-rails', '~> 5.0' +# Use Uglifier as compressor for JavaScript assets +gem 'uglifier', '>= 1.3.0' +# Use CoffeeScript for .coffee assets and views +gem 'coffee-rails', '~> 4.2' +# See https://github.com/rails/execjs#readme for more supported runtimes +# gem 'therubyracer', platforms: :ruby + +# Use jquery as the JavaScript library +gem 'jquery-rails' +# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks +gem 'turbolinks', '~> 5' +# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder +gem 'jbuilder', '~> 2.5' +# Use Redis adapter to run Action Cable in production +# gem 'redis', '~> 3.0' +# Use ActiveModel has_secure_password +# gem 'bcrypt', '~> 3.1.7' + +# Use Capistrano for deployment +# gem 'capistrano-rails', group: :development + +group :development, :test do + # Call 'byebug' anywhere in the code to stop execution and get a debugger console + gem 'byebug', platform: :mri +end + +group :development do + # Access an IRB console on exception pages or by using <%= console %> anywhere in the code. + gem 'web-console', '>= 3.3.0' + gem 'listen', '~> 3.0.5' + # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring + gem 'spring' + gem 'spring-watcher-listen', '~> 2.0.0' +end + +# Windows does not include zoneinfo files, so bundle the tzinfo-data gem +gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] diff --git a/dylan_eckert/controllersnviews/routesncontrollers/Gemfile.lock b/dylan_eckert/controllersnviews/routesncontrollers/Gemfile.lock new file mode 100644 index 0000000..9101ca7 --- /dev/null +++ b/dylan_eckert/controllersnviews/routesncontrollers/Gemfile.lock @@ -0,0 +1,179 @@ +GEM + remote: https://rubygems.org/ + specs: + actioncable (5.0.6) + actionpack (= 5.0.6) + nio4r (>= 1.2, < 3.0) + websocket-driver (~> 0.6.1) + actionmailer (5.0.6) + actionpack (= 5.0.6) + actionview (= 5.0.6) + activejob (= 5.0.6) + mail (~> 2.5, >= 2.5.4) + rails-dom-testing (~> 2.0) + actionpack (5.0.6) + actionview (= 5.0.6) + activesupport (= 5.0.6) + rack (~> 2.0) + rack-test (~> 0.6.3) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.0.2) + actionview (5.0.6) + activesupport (= 5.0.6) + builder (~> 3.1) + erubis (~> 2.7.0) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.0.3) + activejob (5.0.6) + activesupport (= 5.0.6) + globalid (>= 0.3.6) + activemodel (5.0.6) + activesupport (= 5.0.6) + activerecord (5.0.6) + activemodel (= 5.0.6) + activesupport (= 5.0.6) + arel (~> 7.0) + activesupport (5.0.6) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (~> 0.7) + minitest (~> 5.1) + tzinfo (~> 1.1) + arel (7.1.4) + bindex (0.5.0) + builder (3.2.3) + byebug (9.1.0) + coffee-rails (4.2.2) + coffee-script (>= 2.2.0) + railties (>= 4.0.0) + coffee-script (2.4.1) + coffee-script-source + execjs + coffee-script-source (1.12.2) + concurrent-ruby (1.0.5) + crass (1.0.3) + erubis (2.7.0) + execjs (2.7.0) + ffi (1.9.18) + globalid (0.4.1) + activesupport (>= 4.2.0) + i18n (0.9.1) + concurrent-ruby (~> 1.0) + jbuilder (2.7.0) + activesupport (>= 4.2.0) + multi_json (>= 1.2) + jquery-rails (4.3.1) + rails-dom-testing (>= 1, < 3) + railties (>= 4.2.0) + thor (>= 0.14, < 2.0) + listen (3.0.8) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + loofah (2.1.1) + crass (~> 1.0.2) + nokogiri (>= 1.5.9) + mail (2.7.0) + mini_mime (>= 0.1.1) + method_source (0.9.0) + mini_mime (1.0.0) + mini_portile2 (2.3.0) + minitest (5.10.3) + multi_json (1.12.2) + nio4r (2.1.0) + nokogiri (1.8.1) + mini_portile2 (~> 2.3.0) + puma (3.11.0) + rack (2.0.3) + rack-test (0.6.3) + rack (>= 1.0) + rails (5.0.6) + actioncable (= 5.0.6) + actionmailer (= 5.0.6) + actionpack (= 5.0.6) + actionview (= 5.0.6) + activejob (= 5.0.6) + activemodel (= 5.0.6) + activerecord (= 5.0.6) + activesupport (= 5.0.6) + bundler (>= 1.3.0) + railties (= 5.0.6) + sprockets-rails (>= 2.0.0) + rails-dom-testing (2.0.3) + activesupport (>= 4.2.0) + nokogiri (>= 1.6) + rails-html-sanitizer (1.0.3) + loofah (~> 2.0) + railties (5.0.6) + actionpack (= 5.0.6) + activesupport (= 5.0.6) + method_source + rake (>= 0.8.7) + thor (>= 0.18.1, < 2.0) + rake (12.3.0) + rb-fsevent (0.10.2) + rb-inotify (0.9.10) + ffi (>= 0.5.0, < 2) + sass (3.5.3) + sass-listen (~> 4.0.0) + sass-listen (4.0.0) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + sass-rails (5.0.7) + railties (>= 4.0.0, < 6) + sass (~> 3.1) + sprockets (>= 2.8, < 4.0) + sprockets-rails (>= 2.0, < 4.0) + tilt (>= 1.1, < 3) + spring (2.0.2) + activesupport (>= 4.2) + spring-watcher-listen (2.0.1) + listen (>= 2.7, < 4.0) + spring (>= 1.2, < 3.0) + sprockets (3.7.1) + concurrent-ruby (~> 1.0) + rack (> 1, < 3) + sprockets-rails (3.2.1) + actionpack (>= 4.0) + activesupport (>= 4.0) + sprockets (>= 3.0.0) + sqlite3 (1.3.13) + thor (0.20.0) + thread_safe (0.3.6) + tilt (2.0.8) + turbolinks (5.0.1) + turbolinks-source (~> 5) + turbolinks-source (5.0.3) + tzinfo (1.2.4) + thread_safe (~> 0.1) + uglifier (4.0.1) + execjs (>= 0.3.0, < 3) + web-console (3.5.1) + actionview (>= 5.0) + activemodel (>= 5.0) + bindex (>= 0.4.0) + railties (>= 5.0) + websocket-driver (0.6.5) + websocket-extensions (>= 0.1.0) + websocket-extensions (0.1.3) + +PLATFORMS + ruby + +DEPENDENCIES + byebug + coffee-rails (~> 4.2) + jbuilder (~> 2.5) + jquery-rails + listen (~> 3.0.5) + puma (~> 3.0) + rails (~> 5.0.6) + sass-rails (~> 5.0) + spring + spring-watcher-listen (~> 2.0.0) + sqlite3 + turbolinks (~> 5) + tzinfo-data + uglifier (>= 1.3.0) + web-console (>= 3.3.0) + +BUNDLED WITH + 1.12.5 diff --git a/dylan_eckert/controllersnviews/routesncontrollers/README.md b/dylan_eckert/controllersnviews/routesncontrollers/README.md new file mode 100644 index 0000000..7db80e4 --- /dev/null +++ b/dylan_eckert/controllersnviews/routesncontrollers/README.md @@ -0,0 +1,24 @@ +# README + +This README would normally document whatever steps are necessary to get the +application up and running. + +Things you may want to cover: + +* Ruby version + +* System dependencies + +* Configuration + +* Database creation + +* Database initialization + +* How to run the test suite + +* Services (job queues, cache servers, search engines, etc.) + +* Deployment instructions + +* ... diff --git a/dylan_eckert/controllersnviews/routesncontrollers/Rakefile b/dylan_eckert/controllersnviews/routesncontrollers/Rakefile new file mode 100644 index 0000000..e85f913 --- /dev/null +++ b/dylan_eckert/controllersnviews/routesncontrollers/Rakefile @@ -0,0 +1,6 @@ +# Add your own tasks in files placed in lib/tasks ending in .rake, +# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. + +require_relative 'config/application' + +Rails.application.load_tasks diff --git a/dylan_eckert/controllersnviews/routesncontrollers/app/assets/config/manifest.js b/dylan_eckert/controllersnviews/routesncontrollers/app/assets/config/manifest.js new file mode 100644 index 0000000..b16e53d --- /dev/null +++ b/dylan_eckert/controllersnviews/routesncontrollers/app/assets/config/manifest.js @@ -0,0 +1,3 @@ +//= link_tree ../images +//= link_directory ../javascripts .js +//= link_directory ../stylesheets .css diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/lib/assets/.keep b/dylan_eckert/controllersnviews/routesncontrollers/app/assets/images/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard2/lib/assets/.keep rename to dylan_eckert/controllersnviews/routesncontrollers/app/assets/images/.keep diff --git a/dylan_eckert/controllersnviews/routesncontrollers/app/assets/javascripts/application.js b/dylan_eckert/controllersnviews/routesncontrollers/app/assets/javascripts/application.js new file mode 100644 index 0000000..b12018d --- /dev/null +++ b/dylan_eckert/controllersnviews/routesncontrollers/app/assets/javascripts/application.js @@ -0,0 +1,16 @@ +// This is a manifest file that'll be compiled into application.js, which will include all the files +// listed below. +// +// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, +// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. +// +// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the +// compiled file. JavaScript code in this file should be added after the last require_* statement. +// +// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details +// about supported directives. +// +//= require jquery +//= require jquery_ujs +//= require turbolinks +//= require_tree . diff --git a/dylan_eckert/controllersnviews/routesncontrollers/app/assets/javascripts/cable.js b/dylan_eckert/controllersnviews/routesncontrollers/app/assets/javascripts/cable.js new file mode 100644 index 0000000..71ee1e6 --- /dev/null +++ b/dylan_eckert/controllersnviews/routesncontrollers/app/assets/javascripts/cable.js @@ -0,0 +1,13 @@ +// Action Cable provides the framework to deal with WebSockets in Rails. +// You can generate new channels where WebSocket features live using the rails generate channel command. +// +//= require action_cable +//= require_self +//= require_tree ./channels + +(function() { + this.App || (this.App = {}); + + App.cable = ActionCable.createConsumer(); + +}).call(this); diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/lib/tasks/.keep b/dylan_eckert/controllersnviews/routesncontrollers/app/assets/javascripts/channels/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard2/lib/tasks/.keep rename to dylan_eckert/controllersnviews/routesncontrollers/app/assets/javascripts/channels/.keep diff --git a/justin_quiros/routes/app/assets/javascripts/tests.coffee b/dylan_eckert/controllersnviews/routesncontrollers/app/assets/javascripts/tests.coffee similarity index 100% rename from justin_quiros/routes/app/assets/javascripts/tests.coffee rename to dylan_eckert/controllersnviews/routesncontrollers/app/assets/javascripts/tests.coffee diff --git a/dylan_eckert/controllersnviews/routesncontrollers/app/assets/stylesheets/application.css b/dylan_eckert/controllersnviews/routesncontrollers/app/assets/stylesheets/application.css new file mode 100644 index 0000000..0ebd7fe --- /dev/null +++ b/dylan_eckert/controllersnviews/routesncontrollers/app/assets/stylesheets/application.css @@ -0,0 +1,15 @@ +/* + * This is a manifest file that'll be compiled into application.css, which will include all the files + * listed below. + * + * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, + * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. + * + * You're free to add application-wide styles to this file and they'll appear at the bottom of the + * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS + * files in this directory. Styles in this file should be added after the last require_* statement. + * It is generally better to create a new file per style scope. + * + *= require_tree . + *= require_self + */ diff --git a/justin_quiros/routes/app/assets/stylesheets/tests.scss b/dylan_eckert/controllersnviews/routesncontrollers/app/assets/stylesheets/tests.scss similarity index 100% rename from justin_quiros/routes/app/assets/stylesheets/tests.scss rename to dylan_eckert/controllersnviews/routesncontrollers/app/assets/stylesheets/tests.scss diff --git a/dylan_eckert/controllersnviews/routesncontrollers/app/channels/application_cable/channel.rb b/dylan_eckert/controllersnviews/routesncontrollers/app/channels/application_cable/channel.rb new file mode 100644 index 0000000..d672697 --- /dev/null +++ b/dylan_eckert/controllersnviews/routesncontrollers/app/channels/application_cable/channel.rb @@ -0,0 +1,4 @@ +module ApplicationCable + class Channel < ActionCable::Channel::Base + end +end diff --git a/dylan_eckert/controllersnviews/routesncontrollers/app/channels/application_cable/connection.rb b/dylan_eckert/controllersnviews/routesncontrollers/app/channels/application_cable/connection.rb new file mode 100644 index 0000000..0ff5442 --- /dev/null +++ b/dylan_eckert/controllersnviews/routesncontrollers/app/channels/application_cable/connection.rb @@ -0,0 +1,4 @@ +module ApplicationCable + class Connection < ActionCable::Connection::Base + end +end diff --git a/dylan_eckert/controllersnviews/routesncontrollers/app/controllers/application_controller.rb b/dylan_eckert/controllersnviews/routesncontrollers/app/controllers/application_controller.rb new file mode 100644 index 0000000..1c07694 --- /dev/null +++ b/dylan_eckert/controllersnviews/routesncontrollers/app/controllers/application_controller.rb @@ -0,0 +1,3 @@ +class ApplicationController < ActionController::Base + protect_from_forgery with: :exception +end diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/log/.keep b/dylan_eckert/controllersnviews/routesncontrollers/app/controllers/concerns/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard2/log/.keep rename to dylan_eckert/controllersnviews/routesncontrollers/app/controllers/concerns/.keep diff --git a/dylan_eckert/controllersnviews/routesncontrollers/app/controllers/tests_controller.rb b/dylan_eckert/controllersnviews/routesncontrollers/app/controllers/tests_controller.rb new file mode 100644 index 0000000..7ef12ea --- /dev/null +++ b/dylan_eckert/controllersnviews/routesncontrollers/app/controllers/tests_controller.rb @@ -0,0 +1,33 @@ +class TestsController < ApplicationController + def index + render text: "what do you want me to say" + end + + def hello + render text: "hello codingdojo" + end + + def sayHello + render text: "saying hello" + end + + def joe + render text: "saying hello joe" + end + + def michael + redirect_to "/say/hello/joe" + end + + def amount + session[:times] ||= 1 + render text: "this page #{session[:times]} times" + session[:times] += 1 + end + + def restart + session.clear + redirect_to "/times" + end + +end diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/app/helpers/application_helper.rb b/dylan_eckert/controllersnviews/routesncontrollers/app/helpers/application_helper.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard2/app/helpers/application_helper.rb rename to dylan_eckert/controllersnviews/routesncontrollers/app/helpers/application_helper.rb diff --git a/justin_quiros/routes/app/helpers/tests_helper.rb b/dylan_eckert/controllersnviews/routesncontrollers/app/helpers/tests_helper.rb similarity index 100% rename from justin_quiros/routes/app/helpers/tests_helper.rb rename to dylan_eckert/controllersnviews/routesncontrollers/app/helpers/tests_helper.rb diff --git a/dylan_eckert/controllersnviews/routesncontrollers/app/jobs/application_job.rb b/dylan_eckert/controllersnviews/routesncontrollers/app/jobs/application_job.rb new file mode 100644 index 0000000..a009ace --- /dev/null +++ b/dylan_eckert/controllersnviews/routesncontrollers/app/jobs/application_job.rb @@ -0,0 +1,2 @@ +class ApplicationJob < ActiveJob::Base +end diff --git a/dylan_eckert/controllersnviews/routesncontrollers/app/mailers/application_mailer.rb b/dylan_eckert/controllersnviews/routesncontrollers/app/mailers/application_mailer.rb new file mode 100644 index 0000000..286b223 --- /dev/null +++ b/dylan_eckert/controllersnviews/routesncontrollers/app/mailers/application_mailer.rb @@ -0,0 +1,4 @@ +class ApplicationMailer < ActionMailer::Base + default from: 'from@example.com' + layout 'mailer' +end diff --git a/dylan_eckert/controllersnviews/routesncontrollers/app/models/application_record.rb b/dylan_eckert/controllersnviews/routesncontrollers/app/models/application_record.rb new file mode 100644 index 0000000..10a4cba --- /dev/null +++ b/dylan_eckert/controllersnviews/routesncontrollers/app/models/application_record.rb @@ -0,0 +1,3 @@ +class ApplicationRecord < ActiveRecord::Base + self.abstract_class = true +end diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/test/controllers/.keep b/dylan_eckert/controllersnviews/routesncontrollers/app/models/concerns/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard2/test/controllers/.keep rename to dylan_eckert/controllersnviews/routesncontrollers/app/models/concerns/.keep diff --git a/dylan_eckert/controllersnviews/routesncontrollers/app/views/layouts/application.html.erb b/dylan_eckert/controllersnviews/routesncontrollers/app/views/layouts/application.html.erb new file mode 100644 index 0000000..f417c41 --- /dev/null +++ b/dylan_eckert/controllersnviews/routesncontrollers/app/views/layouts/application.html.erb @@ -0,0 +1,14 @@ + + + + Routesncontrollers + <%= csrf_meta_tags %> + + <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %> + <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %> + + + + <%= yield %> + + diff --git a/dylan_eckert/controllersnviews/routesncontrollers/app/views/layouts/mailer.html.erb b/dylan_eckert/controllersnviews/routesncontrollers/app/views/layouts/mailer.html.erb new file mode 100644 index 0000000..cbd34d2 --- /dev/null +++ b/dylan_eckert/controllersnviews/routesncontrollers/app/views/layouts/mailer.html.erb @@ -0,0 +1,13 @@ + + + + + + + + + <%= yield %> + + diff --git a/dylan_eckert/controllersnviews/routesncontrollers/app/views/layouts/mailer.text.erb b/dylan_eckert/controllersnviews/routesncontrollers/app/views/layouts/mailer.text.erb new file mode 100644 index 0000000..37f0bdd --- /dev/null +++ b/dylan_eckert/controllersnviews/routesncontrollers/app/views/layouts/mailer.text.erb @@ -0,0 +1 @@ +<%= yield %> diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/bin/bundle b/dylan_eckert/controllersnviews/routesncontrollers/bin/bundle old mode 100644 new mode 100755 similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard2/bin/bundle rename to dylan_eckert/controllersnviews/routesncontrollers/bin/bundle diff --git a/dylan_eckert/controllersnviews/routesncontrollers/bin/rails b/dylan_eckert/controllersnviews/routesncontrollers/bin/rails new file mode 100755 index 0000000..5badb2f --- /dev/null +++ b/dylan_eckert/controllersnviews/routesncontrollers/bin/rails @@ -0,0 +1,9 @@ +#!/usr/bin/env ruby +begin + load File.expand_path('../spring', __FILE__) +rescue LoadError => e + raise unless e.message.include?('spring') +end +APP_PATH = File.expand_path('../config/application', __dir__) +require_relative '../config/boot' +require 'rails/commands' diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/bin/rake b/dylan_eckert/controllersnviews/routesncontrollers/bin/rake old mode 100644 new mode 100755 similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard2/bin/rake rename to dylan_eckert/controllersnviews/routesncontrollers/bin/rake diff --git a/dylan_eckert/controllersnviews/routesncontrollers/bin/setup b/dylan_eckert/controllersnviews/routesncontrollers/bin/setup new file mode 100755 index 0000000..e620b4d --- /dev/null +++ b/dylan_eckert/controllersnviews/routesncontrollers/bin/setup @@ -0,0 +1,34 @@ +#!/usr/bin/env ruby +require 'pathname' +require 'fileutils' +include FileUtils + +# path to your application root. +APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) + +def system!(*args) + system(*args) || abort("\n== Command #{args} failed ==") +end + +chdir APP_ROOT do + # This script is a starting point to setup your application. + # Add necessary setup steps to this file. + + puts '== Installing dependencies ==' + system! 'gem install bundler --conservative' + system('bundle check') || system!('bundle install') + + # puts "\n== Copying sample files ==" + # unless File.exist?('config/database.yml') + # cp 'config/database.yml.sample', 'config/database.yml' + # end + + puts "\n== Preparing database ==" + system! 'bin/rails db:setup' + + puts "\n== Removing old logs and tempfiles ==" + system! 'bin/rails log:clear tmp:clear' + + puts "\n== Restarting application server ==" + system! 'bin/rails restart' +end diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/bin/spring b/dylan_eckert/controllersnviews/routesncontrollers/bin/spring old mode 100644 new mode 100755 similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard2/bin/spring rename to dylan_eckert/controllersnviews/routesncontrollers/bin/spring diff --git a/dylan_eckert/controllersnviews/routesncontrollers/bin/update b/dylan_eckert/controllersnviews/routesncontrollers/bin/update new file mode 100755 index 0000000..a8e4462 --- /dev/null +++ b/dylan_eckert/controllersnviews/routesncontrollers/bin/update @@ -0,0 +1,29 @@ +#!/usr/bin/env ruby +require 'pathname' +require 'fileutils' +include FileUtils + +# path to your application root. +APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) + +def system!(*args) + system(*args) || abort("\n== Command #{args} failed ==") +end + +chdir APP_ROOT do + # This script is a way to update your development environment automatically. + # Add necessary update steps to this file. + + puts '== Installing dependencies ==' + system! 'gem install bundler --conservative' + system('bundle check') || system!('bundle install') + + puts "\n== Updating database ==" + system! 'bin/rails db:migrate' + + puts "\n== Removing old logs and tempfiles ==" + system! 'bin/rails log:clear tmp:clear' + + puts "\n== Restarting application server ==" + system! 'bin/rails restart' +end diff --git a/dylan_eckert/controllersnviews/routesncontrollers/config.ru b/dylan_eckert/controllersnviews/routesncontrollers/config.ru new file mode 100644 index 0000000..f7ba0b5 --- /dev/null +++ b/dylan_eckert/controllersnviews/routesncontrollers/config.ru @@ -0,0 +1,5 @@ +# This file is used by Rack-based servers to start the application. + +require_relative 'config/environment' + +run Rails.application diff --git a/dylan_eckert/controllersnviews/routesncontrollers/config/application.rb b/dylan_eckert/controllersnviews/routesncontrollers/config/application.rb new file mode 100644 index 0000000..88e1ef0 --- /dev/null +++ b/dylan_eckert/controllersnviews/routesncontrollers/config/application.rb @@ -0,0 +1,15 @@ +require_relative 'boot' + +require 'rails/all' + +# Require the gems listed in Gemfile, including any gems +# you've limited to :test, :development, or :production. +Bundler.require(*Rails.groups) + +module Routesncontrollers + class Application < Rails::Application + # Settings in config/environments/* take precedence over those specified here. + # Application configuration should go into files in config/initializers + # -- all .rb files in that directory are automatically loaded. + end +end diff --git a/dylan_eckert/controllersnviews/routesncontrollers/config/boot.rb b/dylan_eckert/controllersnviews/routesncontrollers/config/boot.rb new file mode 100644 index 0000000..30f5120 --- /dev/null +++ b/dylan_eckert/controllersnviews/routesncontrollers/config/boot.rb @@ -0,0 +1,3 @@ +ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__) + +require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/dylan_eckert/controllersnviews/routesncontrollers/config/cable.yml b/dylan_eckert/controllersnviews/routesncontrollers/config/cable.yml new file mode 100644 index 0000000..0bbde6f --- /dev/null +++ b/dylan_eckert/controllersnviews/routesncontrollers/config/cable.yml @@ -0,0 +1,9 @@ +development: + adapter: async + +test: + adapter: async + +production: + adapter: redis + url: redis://localhost:6379/1 diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/config/database.yml b/dylan_eckert/controllersnviews/routesncontrollers/config/database.yml similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard2/config/database.yml rename to dylan_eckert/controllersnviews/routesncontrollers/config/database.yml diff --git a/dylan_eckert/controllersnviews/routesncontrollers/config/environment.rb b/dylan_eckert/controllersnviews/routesncontrollers/config/environment.rb new file mode 100644 index 0000000..426333b --- /dev/null +++ b/dylan_eckert/controllersnviews/routesncontrollers/config/environment.rb @@ -0,0 +1,5 @@ +# Load the Rails application. +require_relative 'application' + +# Initialize the Rails application. +Rails.application.initialize! diff --git a/dylan_eckert/controllersnviews/routesncontrollers/config/environments/development.rb b/dylan_eckert/controllersnviews/routesncontrollers/config/environments/development.rb new file mode 100644 index 0000000..1795ef5 --- /dev/null +++ b/dylan_eckert/controllersnviews/routesncontrollers/config/environments/development.rb @@ -0,0 +1,55 @@ +Rails.application.configure do + # Settings specified here will take precedence over those in config/application.rb. + + # In the development environment your application's code is reloaded on + # every request. This slows down response time but is perfect for development + # since you don't have to restart the web server when you make code changes. + config.cache_classes = false + config.reload_classes_only_on_change = false + + # Do not eager load code on boot. + config.eager_load = false + + # Show full error reports. + config.consider_all_requests_local = true + + # Enable/disable caching. By default caching is disabled. + if Rails.root.join('tmp/caching-dev.txt').exist? + config.action_controller.perform_caching = true + + config.cache_store = :memory_store + config.public_file_server.headers = { + 'Cache-Control' => 'public, max-age=172800' + } + else + config.action_controller.perform_caching = false + + config.cache_store = :null_store + end + + # Don't care if the mailer can't send. + config.action_mailer.raise_delivery_errors = false + + config.action_mailer.perform_caching = false + + # Print deprecation notices to the Rails logger. + config.active_support.deprecation = :log + + # Raise an error on page load if there are pending migrations. + config.active_record.migration_error = :page_load + + # Debug mode disables concatenation and preprocessing of assets. + # This option may cause significant delays in view rendering with a large + # number of complex assets. + config.assets.debug = true + + # Suppress logger output for asset requests. + config.assets.quiet = true + + # Raises error for missing translations + # config.action_view.raise_on_missing_translations = true + + # Use an evented file watcher to asynchronously detect changes in source code, + # routes, locales, etc. This feature depends on the listen gem. + config.file_watcher = ActiveSupport::EventedFileUpdateChecker +end diff --git a/dylan_eckert/controllersnviews/routesncontrollers/config/environments/production.rb b/dylan_eckert/controllersnviews/routesncontrollers/config/environments/production.rb new file mode 100644 index 0000000..6116d70 --- /dev/null +++ b/dylan_eckert/controllersnviews/routesncontrollers/config/environments/production.rb @@ -0,0 +1,86 @@ +Rails.application.configure do + # Settings specified here will take precedence over those in config/application.rb. + + # Code is not reloaded between requests. + config.cache_classes = true + + # Eager load code on boot. This eager loads most of Rails and + # your application in memory, allowing both threaded web servers + # and those relying on copy on write to perform better. + # Rake tasks automatically ignore this option for performance. + config.eager_load = true + + # Full error reports are disabled and caching is turned on. + config.consider_all_requests_local = false + config.action_controller.perform_caching = true + + # Disable serving static files from the `/public` folder by default since + # Apache or NGINX already handles this. + config.public_file_server.enabled = ENV['RAILS_SERVE_STATIC_FILES'].present? + + # Compress JavaScripts and CSS. + config.assets.js_compressor = :uglifier + # config.assets.css_compressor = :sass + + # Do not fallback to assets pipeline if a precompiled asset is missed. + config.assets.compile = false + + # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb + + # Enable serving of images, stylesheets, and JavaScripts from an asset server. + # config.action_controller.asset_host = 'http://assets.example.com' + + # Specifies the header that your server uses for sending files. + # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache + # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX + + # Mount Action Cable outside main process or domain + # config.action_cable.mount_path = nil + # config.action_cable.url = 'wss://example.com/cable' + # config.action_cable.allowed_request_origins = [ 'http://example.com', /http:\/\/example.*/ ] + + # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. + # config.force_ssl = true + + # Use the lowest log level to ensure availability of diagnostic information + # when problems arise. + config.log_level = :debug + + # Prepend all log lines with the following tags. + config.log_tags = [ :request_id ] + + # Use a different cache store in production. + # config.cache_store = :mem_cache_store + + # Use a real queuing backend for Active Job (and separate queues per environment) + # config.active_job.queue_adapter = :resque + # config.active_job.queue_name_prefix = "routesncontrollers_#{Rails.env}" + config.action_mailer.perform_caching = false + + # Ignore bad email addresses and do not raise email delivery errors. + # Set this to true and configure the email server for immediate delivery to raise delivery errors. + # config.action_mailer.raise_delivery_errors = false + + # Enable locale fallbacks for I18n (makes lookups for any locale fall back to + # the I18n.default_locale when a translation cannot be found). + config.i18n.fallbacks = true + + # Send deprecation notices to registered listeners. + config.active_support.deprecation = :notify + + # Use default logging formatter so that PID and timestamp are not suppressed. + config.log_formatter = ::Logger::Formatter.new + + # Use a different logger for distributed setups. + # require 'syslog/logger' + # config.logger = ActiveSupport::TaggedLogging.new(Syslog::Logger.new 'app-name') + + if ENV["RAILS_LOG_TO_STDOUT"].present? + logger = ActiveSupport::Logger.new(STDOUT) + logger.formatter = config.log_formatter + config.logger = ActiveSupport::TaggedLogging.new(logger) + end + + # Do not dump schema after migrations. + config.active_record.dump_schema_after_migration = false +end diff --git a/dylan_eckert/controllersnviews/routesncontrollers/config/environments/test.rb b/dylan_eckert/controllersnviews/routesncontrollers/config/environments/test.rb new file mode 100644 index 0000000..30587ef --- /dev/null +++ b/dylan_eckert/controllersnviews/routesncontrollers/config/environments/test.rb @@ -0,0 +1,42 @@ +Rails.application.configure do + # Settings specified here will take precedence over those in config/application.rb. + + # The test environment is used exclusively to run your application's + # test suite. You never need to work with it otherwise. Remember that + # your test database is "scratch space" for the test suite and is wiped + # and recreated between test runs. Don't rely on the data there! + config.cache_classes = true + + # Do not eager load code on boot. This avoids loading your whole application + # just for the purpose of running a single test. If you are using a tool that + # preloads Rails for running tests, you may have to set it to true. + config.eager_load = false + + # Configure public file server for tests with Cache-Control for performance. + config.public_file_server.enabled = true + config.public_file_server.headers = { + 'Cache-Control' => 'public, max-age=3600' + } + + # Show full error reports and disable caching. + config.consider_all_requests_local = true + config.action_controller.perform_caching = false + + # Raise exceptions instead of rendering exception templates. + config.action_dispatch.show_exceptions = false + + # Disable request forgery protection in test environment. + config.action_controller.allow_forgery_protection = false + config.action_mailer.perform_caching = false + + # Tell Action Mailer not to deliver emails to the real world. + # The :test delivery method accumulates sent emails in the + # ActionMailer::Base.deliveries array. + config.action_mailer.delivery_method = :test + + # Print deprecation notices to the stderr. + config.active_support.deprecation = :stderr + + # Raises error for missing translations + # config.action_view.raise_on_missing_translations = true +end diff --git a/dylan_eckert/controllersnviews/routesncontrollers/config/initializers/application_controller_renderer.rb b/dylan_eckert/controllersnviews/routesncontrollers/config/initializers/application_controller_renderer.rb new file mode 100644 index 0000000..89d2efa --- /dev/null +++ b/dylan_eckert/controllersnviews/routesncontrollers/config/initializers/application_controller_renderer.rb @@ -0,0 +1,8 @@ +# Be sure to restart your server when you modify this file. + +# ActiveSupport::Reloader.to_prepare do +# ApplicationController.renderer.defaults.merge!( +# http_host: 'example.org', +# https: false +# ) +# end diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/config/initializers/assets.rb b/dylan_eckert/controllersnviews/routesncontrollers/config/initializers/assets.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard2/config/initializers/assets.rb rename to dylan_eckert/controllersnviews/routesncontrollers/config/initializers/assets.rb diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/config/initializers/backtrace_silencers.rb b/dylan_eckert/controllersnviews/routesncontrollers/config/initializers/backtrace_silencers.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard2/config/initializers/backtrace_silencers.rb rename to dylan_eckert/controllersnviews/routesncontrollers/config/initializers/backtrace_silencers.rb diff --git a/dylan_eckert/controllersnviews/routesncontrollers/config/initializers/cookies_serializer.rb b/dylan_eckert/controllersnviews/routesncontrollers/config/initializers/cookies_serializer.rb new file mode 100644 index 0000000..5a6a32d --- /dev/null +++ b/dylan_eckert/controllersnviews/routesncontrollers/config/initializers/cookies_serializer.rb @@ -0,0 +1,5 @@ +# Be sure to restart your server when you modify this file. + +# Specify a serializer for the signed and encrypted cookie jars. +# Valid options are :json, :marshal, and :hybrid. +Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/config/initializers/filter_parameter_logging.rb b/dylan_eckert/controllersnviews/routesncontrollers/config/initializers/filter_parameter_logging.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard2/config/initializers/filter_parameter_logging.rb rename to dylan_eckert/controllersnviews/routesncontrollers/config/initializers/filter_parameter_logging.rb diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/config/initializers/inflections.rb b/dylan_eckert/controllersnviews/routesncontrollers/config/initializers/inflections.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard2/config/initializers/inflections.rb rename to dylan_eckert/controllersnviews/routesncontrollers/config/initializers/inflections.rb diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/config/initializers/mime_types.rb b/dylan_eckert/controllersnviews/routesncontrollers/config/initializers/mime_types.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard2/config/initializers/mime_types.rb rename to dylan_eckert/controllersnviews/routesncontrollers/config/initializers/mime_types.rb diff --git a/dylan_eckert/controllersnviews/routesncontrollers/config/initializers/new_framework_defaults.rb b/dylan_eckert/controllersnviews/routesncontrollers/config/initializers/new_framework_defaults.rb new file mode 100644 index 0000000..dd236b5 --- /dev/null +++ b/dylan_eckert/controllersnviews/routesncontrollers/config/initializers/new_framework_defaults.rb @@ -0,0 +1,26 @@ +# Be sure to restart your server when you modify this file. +# +# This file contains migration options to ease your Rails 5.0 upgrade. +# +# Read the Guide for Upgrading Ruby on Rails for more info on each option. + +Rails.application.config.action_controller.raise_on_unfiltered_parameters = true + +# Enable per-form CSRF tokens. Previous versions had false. +Rails.application.config.action_controller.per_form_csrf_tokens = true + +# Enable origin-checking CSRF mitigation. Previous versions had false. +Rails.application.config.action_controller.forgery_protection_origin_check = true + +# Make Ruby 2.4 preserve the timezone of the receiver when calling `to_time`. +# Previous versions had false. +ActiveSupport.to_time_preserves_timezone = true + +# Require `belongs_to` associations by default. Previous versions had false. +Rails.application.config.active_record.belongs_to_required_by_default = true + +# Do not halt callback chains when a callback returns false. Previous versions had true. +ActiveSupport.halt_callback_chains_on_return_false = false + +# Configure SSL options to enable HSTS with subdomains. Previous versions had false. +Rails.application.config.ssl_options = { hsts: { subdomains: true } } diff --git a/dylan_eckert/controllersnviews/routesncontrollers/config/initializers/session_store.rb b/dylan_eckert/controllersnviews/routesncontrollers/config/initializers/session_store.rb new file mode 100644 index 0000000..d5ec84e --- /dev/null +++ b/dylan_eckert/controllersnviews/routesncontrollers/config/initializers/session_store.rb @@ -0,0 +1,3 @@ +# Be sure to restart your server when you modify this file. + +Rails.application.config.session_store :cookie_store, key: '_routesncontrollers_session' diff --git a/dylan_eckert/controllersnviews/routesncontrollers/config/initializers/wrap_parameters.rb b/dylan_eckert/controllersnviews/routesncontrollers/config/initializers/wrap_parameters.rb new file mode 100644 index 0000000..bbfc396 --- /dev/null +++ b/dylan_eckert/controllersnviews/routesncontrollers/config/initializers/wrap_parameters.rb @@ -0,0 +1,14 @@ +# Be sure to restart your server when you modify this file. + +# This file contains settings for ActionController::ParamsWrapper which +# is enabled by default. + +# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. +ActiveSupport.on_load(:action_controller) do + wrap_parameters format: [:json] +end + +# To enable root element in JSON for ActiveRecord objects. +# ActiveSupport.on_load(:active_record) do +# self.include_root_in_json = true +# end diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/config/locales/en.yml b/dylan_eckert/controllersnviews/routesncontrollers/config/locales/en.yml similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard2/config/locales/en.yml rename to dylan_eckert/controllersnviews/routesncontrollers/config/locales/en.yml diff --git a/dylan_eckert/controllersnviews/routesncontrollers/config/puma.rb b/dylan_eckert/controllersnviews/routesncontrollers/config/puma.rb new file mode 100644 index 0000000..c7f311f --- /dev/null +++ b/dylan_eckert/controllersnviews/routesncontrollers/config/puma.rb @@ -0,0 +1,47 @@ +# Puma can serve each request in a thread from an internal thread pool. +# The `threads` method setting takes two numbers a minimum and maximum. +# Any libraries that use thread pools should be configured to match +# the maximum value specified for Puma. Default is set to 5 threads for minimum +# and maximum, this matches the default thread size of Active Record. +# +threads_count = ENV.fetch("RAILS_MAX_THREADS") { 5 }.to_i +threads threads_count, threads_count + +# Specifies the `port` that Puma will listen on to receive requests, default is 3000. +# +port ENV.fetch("PORT") { 3000 } + +# Specifies the `environment` that Puma will run in. +# +environment ENV.fetch("RAILS_ENV") { "development" } + +# Specifies the number of `workers` to boot in clustered mode. +# Workers are forked webserver processes. If using threads and workers together +# the concurrency of the application would be max `threads` * `workers`. +# Workers do not work on JRuby or Windows (both of which do not support +# processes). +# +# workers ENV.fetch("WEB_CONCURRENCY") { 2 } + +# Use the `preload_app!` method when specifying a `workers` number. +# This directive tells Puma to first boot the application and load code +# before forking the application. This takes advantage of Copy On Write +# process behavior so workers use less memory. If you use this option +# you need to make sure to reconnect any threads in the `on_worker_boot` +# block. +# +# preload_app! + +# The code in the `on_worker_boot` will be called if you are using +# clustered mode by specifying a number of `workers`. After each worker +# process is booted this block will be run, if you are using `preload_app!` +# option you will want to use this block to reconnect to any threads +# or connections that may have been created at application boot, Ruby +# cannot share connections between processes. +# +# on_worker_boot do +# ActiveRecord::Base.establish_connection if defined?(ActiveRecord) +# end + +# Allow puma to be restarted by `rails restart` command. +plugin :tmp_restart diff --git a/dylan_eckert/controllersnviews/routesncontrollers/config/routes.rb b/dylan_eckert/controllersnviews/routesncontrollers/config/routes.rb new file mode 100644 index 0000000..d9472c5 --- /dev/null +++ b/dylan_eckert/controllersnviews/routesncontrollers/config/routes.rb @@ -0,0 +1,12 @@ +Rails.application.routes.draw do + # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html + # get "relative URL" => "controller#method" + + root "tests#index" + get "hello" => "tests#hello" + get "say/hello" => "tests#sayHello" + get "say/hello/joe" => "tests#joe" + get "say/hello/michael" => "tests#michael" + get "times" => "tests#amount" + get "times/restart" => "tests#restart" +end diff --git a/dylan_eckert/controllersnviews/routesncontrollers/config/secrets.yml b/dylan_eckert/controllersnviews/routesncontrollers/config/secrets.yml new file mode 100644 index 0000000..00dd878 --- /dev/null +++ b/dylan_eckert/controllersnviews/routesncontrollers/config/secrets.yml @@ -0,0 +1,22 @@ +# Be sure to restart your server when you modify this file. + +# Your secret key is used for verifying the integrity of signed cookies. +# If you change this key, all old signed cookies will become invalid! + +# Make sure the secret is at least 30 characters and all random, +# no regular words or you'll be exposed to dictionary attacks. +# You can use `rails secret` to generate a secure secret key. + +# Make sure the secrets in this file are kept private +# if you're sharing your code publicly. + +development: + secret_key_base: ea92ececbbb38968d7e54d7fec861b63f1f58030cb3c03947b734f7469478eafaadabc2f35414164ca0795330f22a9eec03b314e45bffdd4d9cae8f5175a5d07 + +test: + secret_key_base: 5ff7b3b7995b5dd820ead4e2d234b5005785925d5b6b3cb0c288757048e1ae6e787f727452604fee3a3b65b0593a1c9a6a5d3ebbe8a1a821e6ae46db9a822230 + +# Do not keep production secrets in the repository, +# instead read values from the environment. +production: + secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/dylan_eckert/controllersnviews/routesncontrollers/config/spring.rb b/dylan_eckert/controllersnviews/routesncontrollers/config/spring.rb new file mode 100644 index 0000000..c9119b4 --- /dev/null +++ b/dylan_eckert/controllersnviews/routesncontrollers/config/spring.rb @@ -0,0 +1,6 @@ +%w( + .ruby-version + .rbenv-vars + tmp/restart.txt + tmp/caching-dev.txt +).each { |path| Spring.watch(path) } diff --git a/dylan_eckert/controllersnviews/routesncontrollers/db/seeds.rb b/dylan_eckert/controllersnviews/routesncontrollers/db/seeds.rb new file mode 100644 index 0000000..1beea2a --- /dev/null +++ b/dylan_eckert/controllersnviews/routesncontrollers/db/seeds.rb @@ -0,0 +1,7 @@ +# This file should contain all the record creation needed to seed the database with its default values. +# The data can then be loaded with the rails db:seed command (or created alongside the database with db:setup). +# +# Examples: +# +# movies = Movie.create([{ name: 'Star Wars' }, { name: 'Lord of the Rings' }]) +# Character.create(name: 'Luke', movie: movies.first) diff --git a/dylan_eckert/controllersnviews/routesncontrollers/files.zip b/dylan_eckert/controllersnviews/routesncontrollers/files.zip new file mode 100644 index 0000000000000000000000000000000000000000..458d53da5f70a53838e95548782f762004e223e0 GIT binary patch literal 904 zcmWIWW@h1H0D(6tE#6=Tlwe~JU`Wf%NiEh7jo@KOnx+~R1H@k$MHm8rdPEpFfDl~| zKU_~yerZW+v0hOUNHa(yOml9ZVcuZ_9@p~uO&hKsy2Wi099VK<$^!NPooh*s-E6Mv zXWuH{Hh7>U`}3c&z5hIm?R7FUt@2e?hR)G9U%j3$);sga;KcoJxx0lk@XRit=-EQj4I076J@35C(;K>%{YZz(8w%U)?qT zlwfDqYZmq+t?Uol1U3n6PV;)K^=*r9Px2*H+@moe+ak7?Nr0@Hs5mV>v ze8g6MctWs(chJ61+zOwxgF5$omRRv7vGwD*X&KvOB^M>=OXsYVsA}V!@~t<#`sE{? z7Z&L=1$!!4I#;e)v?jG_=ZlB@m-^>ecB)^A`XT=y!l?0=h}EMSw&YbZZ;qyCMzPnYMP2l>GQY;5N#UdL7ia}&YN}?DP4~%VyL$Jmt2LmiV1H4(;K(1y6 N!aG2E8qmKC3;^S|Kd%4) literal 0 HcmV?d00001 diff --git a/dylan_eckert/controllersnviews/routesncontrollers/files/routes.rb b/dylan_eckert/controllersnviews/routesncontrollers/files/routes.rb new file mode 100644 index 0000000..d9472c5 --- /dev/null +++ b/dylan_eckert/controllersnviews/routesncontrollers/files/routes.rb @@ -0,0 +1,12 @@ +Rails.application.routes.draw do + # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html + # get "relative URL" => "controller#method" + + root "tests#index" + get "hello" => "tests#hello" + get "say/hello" => "tests#sayHello" + get "say/hello/joe" => "tests#joe" + get "say/hello/michael" => "tests#michael" + get "times" => "tests#amount" + get "times/restart" => "tests#restart" +end diff --git a/dylan_eckert/controllersnviews/routesncontrollers/files/tests_controller.rb b/dylan_eckert/controllersnviews/routesncontrollers/files/tests_controller.rb new file mode 100644 index 0000000..7ef12ea --- /dev/null +++ b/dylan_eckert/controllersnviews/routesncontrollers/files/tests_controller.rb @@ -0,0 +1,33 @@ +class TestsController < ApplicationController + def index + render text: "what do you want me to say" + end + + def hello + render text: "hello codingdojo" + end + + def sayHello + render text: "saying hello" + end + + def joe + render text: "saying hello joe" + end + + def michael + redirect_to "/say/hello/joe" + end + + def amount + session[:times] ||= 1 + render text: "this page #{session[:times]} times" + session[:times] += 1 + end + + def restart + session.clear + redirect_to "/times" + end + +end diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/test/fixtures/.keep b/dylan_eckert/controllersnviews/routesncontrollers/lib/assets/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard2/test/fixtures/.keep rename to dylan_eckert/controllersnviews/routesncontrollers/lib/assets/.keep diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/test/helpers/.keep b/dylan_eckert/controllersnviews/routesncontrollers/lib/tasks/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard2/test/helpers/.keep rename to dylan_eckert/controllersnviews/routesncontrollers/lib/tasks/.keep diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/test/integration/.keep b/dylan_eckert/controllersnviews/routesncontrollers/log/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard2/test/integration/.keep rename to dylan_eckert/controllersnviews/routesncontrollers/log/.keep diff --git a/dylan_eckert/controllersnviews/routesncontrollers/public/404.html b/dylan_eckert/controllersnviews/routesncontrollers/public/404.html new file mode 100644 index 0000000..2be3af2 --- /dev/null +++ b/dylan_eckert/controllersnviews/routesncontrollers/public/404.html @@ -0,0 +1,67 @@ + + + + The page you were looking for doesn't exist (404) + + + + + + +
+
+

The page you were looking for doesn't exist.

+

You may have mistyped the address or the page may have moved.

+
+

If you are the application owner check the logs for more information.

+
+ + diff --git a/dylan_eckert/controllersnviews/routesncontrollers/public/422.html b/dylan_eckert/controllersnviews/routesncontrollers/public/422.html new file mode 100644 index 0000000..c08eac0 --- /dev/null +++ b/dylan_eckert/controllersnviews/routesncontrollers/public/422.html @@ -0,0 +1,67 @@ + + + + The change you wanted was rejected (422) + + + + + + +
+
+

The change you wanted was rejected.

+

Maybe you tried to change something you didn't have access to.

+
+

If you are the application owner check the logs for more information.

+
+ + diff --git a/dylan_eckert/controllersnviews/routesncontrollers/public/500.html b/dylan_eckert/controllersnviews/routesncontrollers/public/500.html new file mode 100644 index 0000000..78a030a --- /dev/null +++ b/dylan_eckert/controllersnviews/routesncontrollers/public/500.html @@ -0,0 +1,66 @@ + + + + We're sorry, but something went wrong (500) + + + + + + +
+
+

We're sorry, but something went wrong.

+
+

If you are the application owner check the logs for more information.

+
+ + diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/test/mailers/.keep b/dylan_eckert/controllersnviews/routesncontrollers/public/apple-touch-icon-precomposed.png similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard2/test/mailers/.keep rename to dylan_eckert/controllersnviews/routesncontrollers/public/apple-touch-icon-precomposed.png diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/test/models/.keep b/dylan_eckert/controllersnviews/routesncontrollers/public/apple-touch-icon.png similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard2/test/models/.keep rename to dylan_eckert/controllersnviews/routesncontrollers/public/apple-touch-icon.png diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/public/favicon.ico b/dylan_eckert/controllersnviews/routesncontrollers/public/favicon.ico similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard3/public/favicon.ico rename to dylan_eckert/controllersnviews/routesncontrollers/public/favicon.ico diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/public/robots.txt b/dylan_eckert/controllersnviews/routesncontrollers/public/robots.txt similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard2/public/robots.txt rename to dylan_eckert/controllersnviews/routesncontrollers/public/robots.txt diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/vendor/assets/javascripts/.keep b/dylan_eckert/controllersnviews/routesncontrollers/test/controllers/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard2/vendor/assets/javascripts/.keep rename to dylan_eckert/controllersnviews/routesncontrollers/test/controllers/.keep diff --git a/dylan_eckert/controllersnviews/routesncontrollers/test/controllers/tests_controller_test.rb b/dylan_eckert/controllersnviews/routesncontrollers/test/controllers/tests_controller_test.rb new file mode 100644 index 0000000..14b6a42 --- /dev/null +++ b/dylan_eckert/controllersnviews/routesncontrollers/test/controllers/tests_controller_test.rb @@ -0,0 +1,7 @@ +require 'test_helper' + +class TestsControllerTest < ActionDispatch::IntegrationTest + # test "the truth" do + # assert true + # end +end diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/vendor/assets/stylesheets/.keep b/dylan_eckert/controllersnviews/routesncontrollers/test/fixtures/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard2/vendor/assets/stylesheets/.keep rename to dylan_eckert/controllersnviews/routesncontrollers/test/fixtures/.keep diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/app/assets/images/.keep b/dylan_eckert/controllersnviews/routesncontrollers/test/fixtures/files/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard3/app/assets/images/.keep rename to dylan_eckert/controllersnviews/routesncontrollers/test/fixtures/files/.keep diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/app/controllers/concerns/.keep b/dylan_eckert/controllersnviews/routesncontrollers/test/helpers/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard3/app/controllers/concerns/.keep rename to dylan_eckert/controllersnviews/routesncontrollers/test/helpers/.keep diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/app/mailers/.keep b/dylan_eckert/controllersnviews/routesncontrollers/test/integration/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard3/app/mailers/.keep rename to dylan_eckert/controllersnviews/routesncontrollers/test/integration/.keep diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/app/models/.keep b/dylan_eckert/controllersnviews/routesncontrollers/test/mailers/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard3/app/models/.keep rename to dylan_eckert/controllersnviews/routesncontrollers/test/mailers/.keep diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/app/models/concerns/.keep b/dylan_eckert/controllersnviews/routesncontrollers/test/models/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard3/app/models/concerns/.keep rename to dylan_eckert/controllersnviews/routesncontrollers/test/models/.keep diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/test/test_helper.rb b/dylan_eckert/controllersnviews/routesncontrollers/test/test_helper.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard2/test/test_helper.rb rename to dylan_eckert/controllersnviews/routesncontrollers/test/test_helper.rb diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/lib/assets/.keep b/dylan_eckert/controllersnviews/routesncontrollers/tmp/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard3/lib/assets/.keep rename to dylan_eckert/controllersnviews/routesncontrollers/tmp/.keep diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/lib/tasks/.keep b/dylan_eckert/controllersnviews/routesncontrollers/vendor/assets/javascripts/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard3/lib/tasks/.keep rename to dylan_eckert/controllersnviews/routesncontrollers/vendor/assets/javascripts/.keep diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/log/.keep b/dylan_eckert/controllersnviews/routesncontrollers/vendor/assets/stylesheets/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard3/log/.keep rename to dylan_eckert/controllersnviews/routesncontrollers/vendor/assets/stylesheets/.keep diff --git a/dylan_eckert/controllersnviews/suerveyform.zip b/dylan_eckert/controllersnviews/suerveyform.zip new file mode 100644 index 0000000000000000000000000000000000000000..3c64f6b427214be27d71b8bbe5430029eadd911f GIT binary patch literal 415045 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
f@YN>Pva{1gI0 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

Z@Eq7 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 5.0.6' +# Use sqlite3 as the database for Active Record +gem 'sqlite3' +# Use Puma as the app server +gem 'puma', '~> 3.0' +# Use SCSS for stylesheets +gem 'sass-rails', '~> 5.0' +# Use Uglifier as compressor for JavaScript assets +gem 'uglifier', '>= 1.3.0' +# Use CoffeeScript for .coffee assets and views +gem 'coffee-rails', '~> 4.2' +# See https://github.com/rails/execjs#readme for more supported runtimes +# gem 'therubyracer', platforms: :ruby + +# Use jquery as the JavaScript library +gem 'jquery-rails' +# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks +gem 'turbolinks', '~> 5' +# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder +gem 'jbuilder', '~> 2.5' +# Use Redis adapter to run Action Cable in production +# gem 'redis', '~> 3.0' +# Use ActiveModel has_secure_password +# gem 'bcrypt', '~> 3.1.7' + +# Use Capistrano for deployment +# gem 'capistrano-rails', group: :development + +group :development, :test do + # Call 'byebug' anywhere in the code to stop execution and get a debugger console + gem 'byebug', platform: :mri +end + +group :development do + # Access an IRB console on exception pages or by using <%= console %> anywhere in the code. + gem 'web-console', '>= 3.3.0' + gem 'listen', '~> 3.0.5' + # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring + gem 'spring' + gem 'spring-watcher-listen', '~> 2.0.0' +end + +# Windows does not include zoneinfo files, so bundle the tzinfo-data gem +gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] diff --git a/dylan_eckert/controllersnviews/suerveyform/Gemfile.lock b/dylan_eckert/controllersnviews/suerveyform/Gemfile.lock new file mode 100644 index 0000000..fabcef5 --- /dev/null +++ b/dylan_eckert/controllersnviews/suerveyform/Gemfile.lock @@ -0,0 +1,179 @@ +GEM + remote: https://rubygems.org/ + specs: + actioncable (5.0.6) + actionpack (= 5.0.6) + nio4r (>= 1.2, < 3.0) + websocket-driver (~> 0.6.1) + actionmailer (5.0.6) + actionpack (= 5.0.6) + actionview (= 5.0.6) + activejob (= 5.0.6) + mail (~> 2.5, >= 2.5.4) + rails-dom-testing (~> 2.0) + actionpack (5.0.6) + actionview (= 5.0.6) + activesupport (= 5.0.6) + rack (~> 2.0) + rack-test (~> 0.6.3) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.0.2) + actionview (5.0.6) + activesupport (= 5.0.6) + builder (~> 3.1) + erubis (~> 2.7.0) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.0.3) + activejob (5.0.6) + activesupport (= 5.0.6) + globalid (>= 0.3.6) + activemodel (5.0.6) + activesupport (= 5.0.6) + activerecord (5.0.6) + activemodel (= 5.0.6) + activesupport (= 5.0.6) + arel (~> 7.0) + activesupport (5.0.6) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (~> 0.7) + minitest (~> 5.1) + tzinfo (~> 1.1) + arel (7.1.4) + bindex (0.5.0) + builder (3.2.3) + byebug (9.1.0) + coffee-rails (4.2.2) + coffee-script (>= 2.2.0) + railties (>= 4.0.0) + coffee-script (2.4.1) + coffee-script-source + execjs + coffee-script-source (1.12.2) + concurrent-ruby (1.0.5) + crass (1.0.3) + erubis (2.7.0) + execjs (2.7.0) + ffi (1.9.18) + globalid (0.4.1) + activesupport (>= 4.2.0) + i18n (0.9.1) + concurrent-ruby (~> 1.0) + jbuilder (2.7.0) + activesupport (>= 4.2.0) + multi_json (>= 1.2) + jquery-rails (4.3.1) + rails-dom-testing (>= 1, < 3) + railties (>= 4.2.0) + thor (>= 0.14, < 2.0) + listen (3.0.8) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + loofah (2.1.1) + crass (~> 1.0.2) + nokogiri (>= 1.5.9) + mail (2.7.0) + mini_mime (>= 0.1.1) + method_source (0.9.0) + mini_mime (1.0.0) + mini_portile2 (2.3.0) + minitest (5.10.3) + multi_json (1.12.2) + nio4r (2.1.0) + nokogiri (1.8.1) + mini_portile2 (~> 2.3.0) + puma (3.11.0) + rack (2.0.3) + rack-test (0.6.3) + rack (>= 1.0) + rails (5.0.6) + actioncable (= 5.0.6) + actionmailer (= 5.0.6) + actionpack (= 5.0.6) + actionview (= 5.0.6) + activejob (= 5.0.6) + activemodel (= 5.0.6) + activerecord (= 5.0.6) + activesupport (= 5.0.6) + bundler (>= 1.3.0) + railties (= 5.0.6) + sprockets-rails (>= 2.0.0) + rails-dom-testing (2.0.3) + activesupport (>= 4.2.0) + nokogiri (>= 1.6) + rails-html-sanitizer (1.0.3) + loofah (~> 2.0) + railties (5.0.6) + actionpack (= 5.0.6) + activesupport (= 5.0.6) + method_source + rake (>= 0.8.7) + thor (>= 0.18.1, < 2.0) + rake (12.3.0) + rb-fsevent (0.10.2) + rb-inotify (0.9.10) + ffi (>= 0.5.0, < 2) + sass (3.5.3) + sass-listen (~> 4.0.0) + sass-listen (4.0.0) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + sass-rails (5.0.7) + railties (>= 4.0.0, < 6) + sass (~> 3.1) + sprockets (>= 2.8, < 4.0) + sprockets-rails (>= 2.0, < 4.0) + tilt (>= 1.1, < 3) + spring (2.0.2) + activesupport (>= 4.2) + spring-watcher-listen (2.0.1) + listen (>= 2.7, < 4.0) + spring (>= 1.2, < 3.0) + sprockets (3.7.1) + concurrent-ruby (~> 1.0) + rack (> 1, < 3) + sprockets-rails (3.2.1) + actionpack (>= 4.0) + activesupport (>= 4.0) + sprockets (>= 3.0.0) + sqlite3 (1.3.13) + thor (0.20.0) + thread_safe (0.3.6) + tilt (2.0.8) + turbolinks (5.0.1) + turbolinks-source (~> 5) + turbolinks-source (5.0.3) + tzinfo (1.2.4) + thread_safe (~> 0.1) + uglifier (4.0.1) + execjs (>= 0.3.0, < 3) + web-console (3.5.1) + actionview (>= 5.0) + activemodel (>= 5.0) + bindex (>= 0.4.0) + railties (>= 5.0) + websocket-driver (0.6.5) + websocket-extensions (>= 0.1.0) + websocket-extensions (0.1.3) + +PLATFORMS + ruby + +DEPENDENCIES + byebug + coffee-rails (~> 4.2) + jbuilder (~> 2.5) + jquery-rails + listen (~> 3.0.5) + puma (~> 3.0) + rails (~> 5.0.6) + sass-rails (~> 5.0) + spring + spring-watcher-listen (~> 2.0.0) + sqlite3 + turbolinks (~> 5) + tzinfo-data + uglifier (>= 1.3.0) + web-console (>= 3.3.0) + +BUNDLED WITH + 1.16.0 diff --git a/dylan_eckert/controllersnviews/suerveyform/README.md b/dylan_eckert/controllersnviews/suerveyform/README.md new file mode 100644 index 0000000..7db80e4 --- /dev/null +++ b/dylan_eckert/controllersnviews/suerveyform/README.md @@ -0,0 +1,24 @@ +# README + +This README would normally document whatever steps are necessary to get the +application up and running. + +Things you may want to cover: + +* Ruby version + +* System dependencies + +* Configuration + +* Database creation + +* Database initialization + +* How to run the test suite + +* Services (job queues, cache servers, search engines, etc.) + +* Deployment instructions + +* ... diff --git a/dylan_eckert/controllersnviews/suerveyform/Rakefile b/dylan_eckert/controllersnviews/suerveyform/Rakefile new file mode 100644 index 0000000..e85f913 --- /dev/null +++ b/dylan_eckert/controllersnviews/suerveyform/Rakefile @@ -0,0 +1,6 @@ +# Add your own tasks in files placed in lib/tasks ending in .rake, +# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. + +require_relative 'config/application' + +Rails.application.load_tasks diff --git a/dylan_eckert/controllersnviews/suerveyform/app/assets/config/manifest.js b/dylan_eckert/controllersnviews/suerveyform/app/assets/config/manifest.js new file mode 100644 index 0000000..b16e53d --- /dev/null +++ b/dylan_eckert/controllersnviews/suerveyform/app/assets/config/manifest.js @@ -0,0 +1,3 @@ +//= link_tree ../images +//= link_directory ../javascripts .js +//= link_directory ../stylesheets .css diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/test/controllers/.keep b/dylan_eckert/controllersnviews/suerveyform/app/assets/images/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard3/test/controllers/.keep rename to dylan_eckert/controllersnviews/suerveyform/app/assets/images/.keep diff --git a/dylan_eckert/controllersnviews/suerveyform/app/assets/javascripts/application.js b/dylan_eckert/controllersnviews/suerveyform/app/assets/javascripts/application.js new file mode 100644 index 0000000..b12018d --- /dev/null +++ b/dylan_eckert/controllersnviews/suerveyform/app/assets/javascripts/application.js @@ -0,0 +1,16 @@ +// This is a manifest file that'll be compiled into application.js, which will include all the files +// listed below. +// +// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, +// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. +// +// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the +// compiled file. JavaScript code in this file should be added after the last require_* statement. +// +// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details +// about supported directives. +// +//= require jquery +//= require jquery_ujs +//= require turbolinks +//= require_tree . diff --git a/dylan_eckert/controllersnviews/suerveyform/app/assets/javascripts/cable.js b/dylan_eckert/controllersnviews/suerveyform/app/assets/javascripts/cable.js new file mode 100644 index 0000000..71ee1e6 --- /dev/null +++ b/dylan_eckert/controllersnviews/suerveyform/app/assets/javascripts/cable.js @@ -0,0 +1,13 @@ +// Action Cable provides the framework to deal with WebSockets in Rails. +// You can generate new channels where WebSocket features live using the rails generate channel command. +// +//= require action_cable +//= require_self +//= require_tree ./channels + +(function() { + this.App || (this.App = {}); + + App.cable = ActionCable.createConsumer(); + +}).call(this); diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/test/fixtures/.keep b/dylan_eckert/controllersnviews/suerveyform/app/assets/javascripts/channels/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard3/test/fixtures/.keep rename to dylan_eckert/controllersnviews/suerveyform/app/assets/javascripts/channels/.keep diff --git a/Tamisha_Damas/Rails II/dojo_secrets/app/assets/javascripts/users.coffee b/dylan_eckert/controllersnviews/suerveyform/app/assets/javascripts/users.coffee similarity index 100% rename from Tamisha_Damas/Rails II/dojo_secrets/app/assets/javascripts/users.coffee rename to dylan_eckert/controllersnviews/suerveyform/app/assets/javascripts/users.coffee diff --git a/dylan_eckert/controllersnviews/suerveyform/app/assets/stylesheets/application.css b/dylan_eckert/controllersnviews/suerveyform/app/assets/stylesheets/application.css new file mode 100644 index 0000000..0ebd7fe --- /dev/null +++ b/dylan_eckert/controllersnviews/suerveyform/app/assets/stylesheets/application.css @@ -0,0 +1,15 @@ +/* + * This is a manifest file that'll be compiled into application.css, which will include all the files + * listed below. + * + * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, + * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. + * + * You're free to add application-wide styles to this file and they'll appear at the bottom of the + * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS + * files in this directory. Styles in this file should be added after the last require_* statement. + * It is generally better to create a new file per style scope. + * + *= require_tree . + *= require_self + */ diff --git a/Rodolfo_Valdivieso/controllers/basic_models/app/assets/stylesheets/users.scss b/dylan_eckert/controllersnviews/suerveyform/app/assets/stylesheets/users.scss similarity index 100% rename from Rodolfo_Valdivieso/controllers/basic_models/app/assets/stylesheets/users.scss rename to dylan_eckert/controllersnviews/suerveyform/app/assets/stylesheets/users.scss diff --git a/dylan_eckert/controllersnviews/suerveyform/app/channels/application_cable/channel.rb b/dylan_eckert/controllersnviews/suerveyform/app/channels/application_cable/channel.rb new file mode 100644 index 0000000..d672697 --- /dev/null +++ b/dylan_eckert/controllersnviews/suerveyform/app/channels/application_cable/channel.rb @@ -0,0 +1,4 @@ +module ApplicationCable + class Channel < ActionCable::Channel::Base + end +end diff --git a/dylan_eckert/controllersnviews/suerveyform/app/channels/application_cable/connection.rb b/dylan_eckert/controllersnviews/suerveyform/app/channels/application_cable/connection.rb new file mode 100644 index 0000000..0ff5442 --- /dev/null +++ b/dylan_eckert/controllersnviews/suerveyform/app/channels/application_cable/connection.rb @@ -0,0 +1,4 @@ +module ApplicationCable + class Connection < ActionCable::Connection::Base + end +end diff --git a/dylan_eckert/controllersnviews/suerveyform/app/controllers/application_controller.rb b/dylan_eckert/controllersnviews/suerveyform/app/controllers/application_controller.rb new file mode 100644 index 0000000..1c07694 --- /dev/null +++ b/dylan_eckert/controllersnviews/suerveyform/app/controllers/application_controller.rb @@ -0,0 +1,3 @@ +class ApplicationController < ActionController::Base + protect_from_forgery with: :exception +end diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/test/helpers/.keep b/dylan_eckert/controllersnviews/suerveyform/app/controllers/concerns/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard3/test/helpers/.keep rename to dylan_eckert/controllersnviews/suerveyform/app/controllers/concerns/.keep diff --git a/dylan_eckert/controllersnviews/suerveyform/app/controllers/users_controller.rb b/dylan_eckert/controllersnviews/suerveyform/app/controllers/users_controller.rb new file mode 100644 index 0000000..216074a --- /dev/null +++ b/dylan_eckert/controllersnviews/suerveyform/app/controllers/users_controller.rb @@ -0,0 +1,31 @@ +class UsersController < ApplicationController + def index + + end + + def create + @user = User.create(user_params) + + if @user.valid? + session[:count] ||= 0 + session[:count] += 1 + session[:user] = @user + redirect_to '/result' + else + flash[:errors] = @user.errors.full_messages + redirect_to '/' + end + + end + + def result + @user = session[:user] + flash[:success] = "Thanks for submitting this form! You have submitted #{session[:count]} form entries so far." + + end + + private + def user_params + params.require(:user).permit(:name, :location, :language, :comment) + end +end diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/app/helpers/application_helper.rb b/dylan_eckert/controllersnviews/suerveyform/app/helpers/application_helper.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard3/app/helpers/application_helper.rb rename to dylan_eckert/controllersnviews/suerveyform/app/helpers/application_helper.rb diff --git a/Tamisha_Damas/Rails II/dojo_secrets/app/helpers/users_helper.rb b/dylan_eckert/controllersnviews/suerveyform/app/helpers/users_helper.rb similarity index 100% rename from Tamisha_Damas/Rails II/dojo_secrets/app/helpers/users_helper.rb rename to dylan_eckert/controllersnviews/suerveyform/app/helpers/users_helper.rb diff --git a/dylan_eckert/controllersnviews/suerveyform/app/jobs/application_job.rb b/dylan_eckert/controllersnviews/suerveyform/app/jobs/application_job.rb new file mode 100644 index 0000000..a009ace --- /dev/null +++ b/dylan_eckert/controllersnviews/suerveyform/app/jobs/application_job.rb @@ -0,0 +1,2 @@ +class ApplicationJob < ActiveJob::Base +end diff --git a/dylan_eckert/controllersnviews/suerveyform/app/mailers/application_mailer.rb b/dylan_eckert/controllersnviews/suerveyform/app/mailers/application_mailer.rb new file mode 100644 index 0000000..286b223 --- /dev/null +++ b/dylan_eckert/controllersnviews/suerveyform/app/mailers/application_mailer.rb @@ -0,0 +1,4 @@ +class ApplicationMailer < ActionMailer::Base + default from: 'from@example.com' + layout 'mailer' +end diff --git a/dylan_eckert/controllersnviews/suerveyform/app/models/application_record.rb b/dylan_eckert/controllersnviews/suerveyform/app/models/application_record.rb new file mode 100644 index 0000000..10a4cba --- /dev/null +++ b/dylan_eckert/controllersnviews/suerveyform/app/models/application_record.rb @@ -0,0 +1,3 @@ +class ApplicationRecord < ActiveRecord::Base + self.abstract_class = true +end diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/test/integration/.keep b/dylan_eckert/controllersnviews/suerveyform/app/models/concerns/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard3/test/integration/.keep rename to dylan_eckert/controllersnviews/suerveyform/app/models/concerns/.keep diff --git a/dylan_eckert/controllersnviews/suerveyform/app/models/user.rb b/dylan_eckert/controllersnviews/suerveyform/app/models/user.rb new file mode 100644 index 0000000..21b2d4d --- /dev/null +++ b/dylan_eckert/controllersnviews/suerveyform/app/models/user.rb @@ -0,0 +1,3 @@ +class User < ApplicationRecord + validates :name, :location, :language, presence: :true +end diff --git a/dylan_eckert/controllersnviews/suerveyform/app/views/layouts/application.html.erb b/dylan_eckert/controllersnviews/suerveyform/app/views/layouts/application.html.erb new file mode 100644 index 0000000..8b16cdb --- /dev/null +++ b/dylan_eckert/controllersnviews/suerveyform/app/views/layouts/application.html.erb @@ -0,0 +1,14 @@ + + + + Suerveyform + <%= csrf_meta_tags %> + + <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %> + <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %> + + + + <%= yield %> + + diff --git a/dylan_eckert/controllersnviews/suerveyform/app/views/layouts/mailer.html.erb b/dylan_eckert/controllersnviews/suerveyform/app/views/layouts/mailer.html.erb new file mode 100644 index 0000000..cbd34d2 --- /dev/null +++ b/dylan_eckert/controllersnviews/suerveyform/app/views/layouts/mailer.html.erb @@ -0,0 +1,13 @@ + + + + + + + + + <%= yield %> + + diff --git a/dylan_eckert/controllersnviews/suerveyform/app/views/layouts/mailer.text.erb b/dylan_eckert/controllersnviews/suerveyform/app/views/layouts/mailer.text.erb new file mode 100644 index 0000000..37f0bdd --- /dev/null +++ b/dylan_eckert/controllersnviews/suerveyform/app/views/layouts/mailer.text.erb @@ -0,0 +1 @@ +<%= yield %> diff --git a/dylan_eckert/controllersnviews/suerveyform/app/views/users/index.html.erb b/dylan_eckert/controllersnviews/suerveyform/app/views/users/index.html.erb new file mode 100644 index 0000000..0ca38a5 --- /dev/null +++ b/dylan_eckert/controllersnviews/suerveyform/app/views/users/index.html.erb @@ -0,0 +1,36 @@ + + + + + Survey Form + + + <% if flash[:errors] %> +

+ <% flash[:errors].each do |error| %> +

<%= error %>

+ <% end %> +
+ <% end %> +
+ + Your Name: + + Dojo Location: + + Favorite Language: + + Comment (Optional): + + +
+ + diff --git a/dylan_eckert/controllersnviews/suerveyform/app/views/users/result.html.erb b/dylan_eckert/controllersnviews/suerveyform/app/views/users/result.html.erb new file mode 100644 index 0000000..c64b8a9 --- /dev/null +++ b/dylan_eckert/controllersnviews/suerveyform/app/views/users/result.html.erb @@ -0,0 +1,16 @@ + + + + + Results + + + <%= flash[:success] %> +

Submitted Information:

+

Name: <%= @user["name"] %>

+

Dojo Location: <%= @user["location"] %>

+

Favorite Language: <%= @user["language"] %>

+

Comment: <%= @user["comment"] %>

+
Go Back + + diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/bin/bundle b/dylan_eckert/controllersnviews/suerveyform/bin/bundle old mode 100644 new mode 100755 similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard3/bin/bundle rename to dylan_eckert/controllersnviews/suerveyform/bin/bundle diff --git a/dylan_eckert/controllersnviews/suerveyform/bin/rails b/dylan_eckert/controllersnviews/suerveyform/bin/rails new file mode 100755 index 0000000..5badb2f --- /dev/null +++ b/dylan_eckert/controllersnviews/suerveyform/bin/rails @@ -0,0 +1,9 @@ +#!/usr/bin/env ruby +begin + load File.expand_path('../spring', __FILE__) +rescue LoadError => e + raise unless e.message.include?('spring') +end +APP_PATH = File.expand_path('../config/application', __dir__) +require_relative '../config/boot' +require 'rails/commands' diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/bin/rake b/dylan_eckert/controllersnviews/suerveyform/bin/rake old mode 100644 new mode 100755 similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard3/bin/rake rename to dylan_eckert/controllersnviews/suerveyform/bin/rake diff --git a/dylan_eckert/controllersnviews/suerveyform/bin/setup b/dylan_eckert/controllersnviews/suerveyform/bin/setup new file mode 100755 index 0000000..e620b4d --- /dev/null +++ b/dylan_eckert/controllersnviews/suerveyform/bin/setup @@ -0,0 +1,34 @@ +#!/usr/bin/env ruby +require 'pathname' +require 'fileutils' +include FileUtils + +# path to your application root. +APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) + +def system!(*args) + system(*args) || abort("\n== Command #{args} failed ==") +end + +chdir APP_ROOT do + # This script is a starting point to setup your application. + # Add necessary setup steps to this file. + + puts '== Installing dependencies ==' + system! 'gem install bundler --conservative' + system('bundle check') || system!('bundle install') + + # puts "\n== Copying sample files ==" + # unless File.exist?('config/database.yml') + # cp 'config/database.yml.sample', 'config/database.yml' + # end + + puts "\n== Preparing database ==" + system! 'bin/rails db:setup' + + puts "\n== Removing old logs and tempfiles ==" + system! 'bin/rails log:clear tmp:clear' + + puts "\n== Restarting application server ==" + system! 'bin/rails restart' +end diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/bin/spring b/dylan_eckert/controllersnviews/suerveyform/bin/spring old mode 100644 new mode 100755 similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard3/bin/spring rename to dylan_eckert/controllersnviews/suerveyform/bin/spring diff --git a/dylan_eckert/controllersnviews/suerveyform/bin/update b/dylan_eckert/controllersnviews/suerveyform/bin/update new file mode 100755 index 0000000..a8e4462 --- /dev/null +++ b/dylan_eckert/controllersnviews/suerveyform/bin/update @@ -0,0 +1,29 @@ +#!/usr/bin/env ruby +require 'pathname' +require 'fileutils' +include FileUtils + +# path to your application root. +APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) + +def system!(*args) + system(*args) || abort("\n== Command #{args} failed ==") +end + +chdir APP_ROOT do + # This script is a way to update your development environment automatically. + # Add necessary update steps to this file. + + puts '== Installing dependencies ==' + system! 'gem install bundler --conservative' + system('bundle check') || system!('bundle install') + + puts "\n== Updating database ==" + system! 'bin/rails db:migrate' + + puts "\n== Removing old logs and tempfiles ==" + system! 'bin/rails log:clear tmp:clear' + + puts "\n== Restarting application server ==" + system! 'bin/rails restart' +end diff --git a/dylan_eckert/controllersnviews/suerveyform/config.ru b/dylan_eckert/controllersnviews/suerveyform/config.ru new file mode 100644 index 0000000..f7ba0b5 --- /dev/null +++ b/dylan_eckert/controllersnviews/suerveyform/config.ru @@ -0,0 +1,5 @@ +# This file is used by Rack-based servers to start the application. + +require_relative 'config/environment' + +run Rails.application diff --git a/dylan_eckert/controllersnviews/suerveyform/config/application.rb b/dylan_eckert/controllersnviews/suerveyform/config/application.rb new file mode 100644 index 0000000..5edf615 --- /dev/null +++ b/dylan_eckert/controllersnviews/suerveyform/config/application.rb @@ -0,0 +1,15 @@ +require_relative 'boot' + +require 'rails/all' + +# Require the gems listed in Gemfile, including any gems +# you've limited to :test, :development, or :production. +Bundler.require(*Rails.groups) + +module Suerveyform + class Application < Rails::Application + # Settings in config/environments/* take precedence over those specified here. + # Application configuration should go into files in config/initializers + # -- all .rb files in that directory are automatically loaded. + end +end diff --git a/dylan_eckert/controllersnviews/suerveyform/config/boot.rb b/dylan_eckert/controllersnviews/suerveyform/config/boot.rb new file mode 100644 index 0000000..30f5120 --- /dev/null +++ b/dylan_eckert/controllersnviews/suerveyform/config/boot.rb @@ -0,0 +1,3 @@ +ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__) + +require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/dylan_eckert/controllersnviews/suerveyform/config/cable.yml b/dylan_eckert/controllersnviews/suerveyform/config/cable.yml new file mode 100644 index 0000000..0bbde6f --- /dev/null +++ b/dylan_eckert/controllersnviews/suerveyform/config/cable.yml @@ -0,0 +1,9 @@ +development: + adapter: async + +test: + adapter: async + +production: + adapter: redis + url: redis://localhost:6379/1 diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/config/database.yml b/dylan_eckert/controllersnviews/suerveyform/config/database.yml similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard3/config/database.yml rename to dylan_eckert/controllersnviews/suerveyform/config/database.yml diff --git a/dylan_eckert/controllersnviews/suerveyform/config/environment.rb b/dylan_eckert/controllersnviews/suerveyform/config/environment.rb new file mode 100644 index 0000000..426333b --- /dev/null +++ b/dylan_eckert/controllersnviews/suerveyform/config/environment.rb @@ -0,0 +1,5 @@ +# Load the Rails application. +require_relative 'application' + +# Initialize the Rails application. +Rails.application.initialize! diff --git a/dylan_eckert/controllersnviews/suerveyform/config/environments/development.rb b/dylan_eckert/controllersnviews/suerveyform/config/environments/development.rb new file mode 100644 index 0000000..1795ef5 --- /dev/null +++ b/dylan_eckert/controllersnviews/suerveyform/config/environments/development.rb @@ -0,0 +1,55 @@ +Rails.application.configure do + # Settings specified here will take precedence over those in config/application.rb. + + # In the development environment your application's code is reloaded on + # every request. This slows down response time but is perfect for development + # since you don't have to restart the web server when you make code changes. + config.cache_classes = false + config.reload_classes_only_on_change = false + + # Do not eager load code on boot. + config.eager_load = false + + # Show full error reports. + config.consider_all_requests_local = true + + # Enable/disable caching. By default caching is disabled. + if Rails.root.join('tmp/caching-dev.txt').exist? + config.action_controller.perform_caching = true + + config.cache_store = :memory_store + config.public_file_server.headers = { + 'Cache-Control' => 'public, max-age=172800' + } + else + config.action_controller.perform_caching = false + + config.cache_store = :null_store + end + + # Don't care if the mailer can't send. + config.action_mailer.raise_delivery_errors = false + + config.action_mailer.perform_caching = false + + # Print deprecation notices to the Rails logger. + config.active_support.deprecation = :log + + # Raise an error on page load if there are pending migrations. + config.active_record.migration_error = :page_load + + # Debug mode disables concatenation and preprocessing of assets. + # This option may cause significant delays in view rendering with a large + # number of complex assets. + config.assets.debug = true + + # Suppress logger output for asset requests. + config.assets.quiet = true + + # Raises error for missing translations + # config.action_view.raise_on_missing_translations = true + + # Use an evented file watcher to asynchronously detect changes in source code, + # routes, locales, etc. This feature depends on the listen gem. + config.file_watcher = ActiveSupport::EventedFileUpdateChecker +end diff --git a/dylan_eckert/controllersnviews/suerveyform/config/environments/production.rb b/dylan_eckert/controllersnviews/suerveyform/config/environments/production.rb new file mode 100644 index 0000000..9be53a1 --- /dev/null +++ b/dylan_eckert/controllersnviews/suerveyform/config/environments/production.rb @@ -0,0 +1,86 @@ +Rails.application.configure do + # Settings specified here will take precedence over those in config/application.rb. + + # Code is not reloaded between requests. + config.cache_classes = true + + # Eager load code on boot. This eager loads most of Rails and + # your application in memory, allowing both threaded web servers + # and those relying on copy on write to perform better. + # Rake tasks automatically ignore this option for performance. + config.eager_load = true + + # Full error reports are disabled and caching is turned on. + config.consider_all_requests_local = false + config.action_controller.perform_caching = true + + # Disable serving static files from the `/public` folder by default since + # Apache or NGINX already handles this. + config.public_file_server.enabled = ENV['RAILS_SERVE_STATIC_FILES'].present? + + # Compress JavaScripts and CSS. + config.assets.js_compressor = :uglifier + # config.assets.css_compressor = :sass + + # Do not fallback to assets pipeline if a precompiled asset is missed. + config.assets.compile = false + + # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb + + # Enable serving of images, stylesheets, and JavaScripts from an asset server. + # config.action_controller.asset_host = 'http://assets.example.com' + + # Specifies the header that your server uses for sending files. + # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache + # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX + + # Mount Action Cable outside main process or domain + # config.action_cable.mount_path = nil + # config.action_cable.url = 'wss://example.com/cable' + # config.action_cable.allowed_request_origins = [ 'http://example.com', /http:\/\/example.*/ ] + + # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. + # config.force_ssl = true + + # Use the lowest log level to ensure availability of diagnostic information + # when problems arise. + config.log_level = :debug + + # Prepend all log lines with the following tags. + config.log_tags = [ :request_id ] + + # Use a different cache store in production. + # config.cache_store = :mem_cache_store + + # Use a real queuing backend for Active Job (and separate queues per environment) + # config.active_job.queue_adapter = :resque + # config.active_job.queue_name_prefix = "suerveyform_#{Rails.env}" + config.action_mailer.perform_caching = false + + # Ignore bad email addresses and do not raise email delivery errors. + # Set this to true and configure the email server for immediate delivery to raise delivery errors. + # config.action_mailer.raise_delivery_errors = false + + # Enable locale fallbacks for I18n (makes lookups for any locale fall back to + # the I18n.default_locale when a translation cannot be found). + config.i18n.fallbacks = true + + # Send deprecation notices to registered listeners. + config.active_support.deprecation = :notify + + # Use default logging formatter so that PID and timestamp are not suppressed. + config.log_formatter = ::Logger::Formatter.new + + # Use a different logger for distributed setups. + # require 'syslog/logger' + # config.logger = ActiveSupport::TaggedLogging.new(Syslog::Logger.new 'app-name') + + if ENV["RAILS_LOG_TO_STDOUT"].present? + logger = ActiveSupport::Logger.new(STDOUT) + logger.formatter = config.log_formatter + config.logger = ActiveSupport::TaggedLogging.new(logger) + end + + # Do not dump schema after migrations. + config.active_record.dump_schema_after_migration = false +end diff --git a/dylan_eckert/controllersnviews/suerveyform/config/environments/test.rb b/dylan_eckert/controllersnviews/suerveyform/config/environments/test.rb new file mode 100644 index 0000000..30587ef --- /dev/null +++ b/dylan_eckert/controllersnviews/suerveyform/config/environments/test.rb @@ -0,0 +1,42 @@ +Rails.application.configure do + # Settings specified here will take precedence over those in config/application.rb. + + # The test environment is used exclusively to run your application's + # test suite. You never need to work with it otherwise. Remember that + # your test database is "scratch space" for the test suite and is wiped + # and recreated between test runs. Don't rely on the data there! + config.cache_classes = true + + # Do not eager load code on boot. This avoids loading your whole application + # just for the purpose of running a single test. If you are using a tool that + # preloads Rails for running tests, you may have to set it to true. + config.eager_load = false + + # Configure public file server for tests with Cache-Control for performance. + config.public_file_server.enabled = true + config.public_file_server.headers = { + 'Cache-Control' => 'public, max-age=3600' + } + + # Show full error reports and disable caching. + config.consider_all_requests_local = true + config.action_controller.perform_caching = false + + # Raise exceptions instead of rendering exception templates. + config.action_dispatch.show_exceptions = false + + # Disable request forgery protection in test environment. + config.action_controller.allow_forgery_protection = false + config.action_mailer.perform_caching = false + + # Tell Action Mailer not to deliver emails to the real world. + # The :test delivery method accumulates sent emails in the + # ActionMailer::Base.deliveries array. + config.action_mailer.delivery_method = :test + + # Print deprecation notices to the stderr. + config.active_support.deprecation = :stderr + + # Raises error for missing translations + # config.action_view.raise_on_missing_translations = true +end diff --git a/dylan_eckert/controllersnviews/suerveyform/config/initializers/application_controller_renderer.rb b/dylan_eckert/controllersnviews/suerveyform/config/initializers/application_controller_renderer.rb new file mode 100644 index 0000000..89d2efa --- /dev/null +++ b/dylan_eckert/controllersnviews/suerveyform/config/initializers/application_controller_renderer.rb @@ -0,0 +1,8 @@ +# Be sure to restart your server when you modify this file. + +# ActiveSupport::Reloader.to_prepare do +# ApplicationController.renderer.defaults.merge!( +# http_host: 'example.org', +# https: false +# ) +# end diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/config/initializers/assets.rb b/dylan_eckert/controllersnviews/suerveyform/config/initializers/assets.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard3/config/initializers/assets.rb rename to dylan_eckert/controllersnviews/suerveyform/config/initializers/assets.rb diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/config/initializers/backtrace_silencers.rb b/dylan_eckert/controllersnviews/suerveyform/config/initializers/backtrace_silencers.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard3/config/initializers/backtrace_silencers.rb rename to dylan_eckert/controllersnviews/suerveyform/config/initializers/backtrace_silencers.rb diff --git a/dylan_eckert/controllersnviews/suerveyform/config/initializers/cookies_serializer.rb b/dylan_eckert/controllersnviews/suerveyform/config/initializers/cookies_serializer.rb new file mode 100644 index 0000000..5a6a32d --- /dev/null +++ b/dylan_eckert/controllersnviews/suerveyform/config/initializers/cookies_serializer.rb @@ -0,0 +1,5 @@ +# Be sure to restart your server when you modify this file. + +# Specify a serializer for the signed and encrypted cookie jars. +# Valid options are :json, :marshal, and :hybrid. +Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/config/initializers/filter_parameter_logging.rb b/dylan_eckert/controllersnviews/suerveyform/config/initializers/filter_parameter_logging.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard3/config/initializers/filter_parameter_logging.rb rename to dylan_eckert/controllersnviews/suerveyform/config/initializers/filter_parameter_logging.rb diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/config/initializers/inflections.rb b/dylan_eckert/controllersnviews/suerveyform/config/initializers/inflections.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard3/config/initializers/inflections.rb rename to dylan_eckert/controllersnviews/suerveyform/config/initializers/inflections.rb diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/config/initializers/mime_types.rb b/dylan_eckert/controllersnviews/suerveyform/config/initializers/mime_types.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard3/config/initializers/mime_types.rb rename to dylan_eckert/controllersnviews/suerveyform/config/initializers/mime_types.rb diff --git a/dylan_eckert/controllersnviews/suerveyform/config/initializers/new_framework_defaults.rb b/dylan_eckert/controllersnviews/suerveyform/config/initializers/new_framework_defaults.rb new file mode 100644 index 0000000..dd236b5 --- /dev/null +++ b/dylan_eckert/controllersnviews/suerveyform/config/initializers/new_framework_defaults.rb @@ -0,0 +1,26 @@ +# Be sure to restart your server when you modify this file. +# +# This file contains migration options to ease your Rails 5.0 upgrade. +# +# Read the Guide for Upgrading Ruby on Rails for more info on each option. + +Rails.application.config.action_controller.raise_on_unfiltered_parameters = true + +# Enable per-form CSRF tokens. Previous versions had false. +Rails.application.config.action_controller.per_form_csrf_tokens = true + +# Enable origin-checking CSRF mitigation. Previous versions had false. +Rails.application.config.action_controller.forgery_protection_origin_check = true + +# Make Ruby 2.4 preserve the timezone of the receiver when calling `to_time`. +# Previous versions had false. +ActiveSupport.to_time_preserves_timezone = true + +# Require `belongs_to` associations by default. Previous versions had false. +Rails.application.config.active_record.belongs_to_required_by_default = true + +# Do not halt callback chains when a callback returns false. Previous versions had true. +ActiveSupport.halt_callback_chains_on_return_false = false + +# Configure SSL options to enable HSTS with subdomains. Previous versions had false. +Rails.application.config.ssl_options = { hsts: { subdomains: true } } diff --git a/dylan_eckert/controllersnviews/suerveyform/config/initializers/session_store.rb b/dylan_eckert/controllersnviews/suerveyform/config/initializers/session_store.rb new file mode 100644 index 0000000..a506b38 --- /dev/null +++ b/dylan_eckert/controllersnviews/suerveyform/config/initializers/session_store.rb @@ -0,0 +1,3 @@ +# Be sure to restart your server when you modify this file. + +Rails.application.config.session_store :cookie_store, key: '_suerveyform_session' diff --git a/dylan_eckert/controllersnviews/suerveyform/config/initializers/wrap_parameters.rb b/dylan_eckert/controllersnviews/suerveyform/config/initializers/wrap_parameters.rb new file mode 100644 index 0000000..bbfc396 --- /dev/null +++ b/dylan_eckert/controllersnviews/suerveyform/config/initializers/wrap_parameters.rb @@ -0,0 +1,14 @@ +# Be sure to restart your server when you modify this file. + +# This file contains settings for ActionController::ParamsWrapper which +# is enabled by default. + +# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. +ActiveSupport.on_load(:action_controller) do + wrap_parameters format: [:json] +end + +# To enable root element in JSON for ActiveRecord objects. +# ActiveSupport.on_load(:active_record) do +# self.include_root_in_json = true +# end diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/config/locales/en.yml b/dylan_eckert/controllersnviews/suerveyform/config/locales/en.yml similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard3/config/locales/en.yml rename to dylan_eckert/controllersnviews/suerveyform/config/locales/en.yml diff --git a/dylan_eckert/controllersnviews/suerveyform/config/puma.rb b/dylan_eckert/controllersnviews/suerveyform/config/puma.rb new file mode 100644 index 0000000..c7f311f --- /dev/null +++ b/dylan_eckert/controllersnviews/suerveyform/config/puma.rb @@ -0,0 +1,47 @@ +# Puma can serve each request in a thread from an internal thread pool. +# The `threads` method setting takes two numbers a minimum and maximum. +# Any libraries that use thread pools should be configured to match +# the maximum value specified for Puma. Default is set to 5 threads for minimum +# and maximum, this matches the default thread size of Active Record. +# +threads_count = ENV.fetch("RAILS_MAX_THREADS") { 5 }.to_i +threads threads_count, threads_count + +# Specifies the `port` that Puma will listen on to receive requests, default is 3000. +# +port ENV.fetch("PORT") { 3000 } + +# Specifies the `environment` that Puma will run in. +# +environment ENV.fetch("RAILS_ENV") { "development" } + +# Specifies the number of `workers` to boot in clustered mode. +# Workers are forked webserver processes. If using threads and workers together +# the concurrency of the application would be max `threads` * `workers`. +# Workers do not work on JRuby or Windows (both of which do not support +# processes). +# +# workers ENV.fetch("WEB_CONCURRENCY") { 2 } + +# Use the `preload_app!` method when specifying a `workers` number. +# This directive tells Puma to first boot the application and load code +# before forking the application. This takes advantage of Copy On Write +# process behavior so workers use less memory. If you use this option +# you need to make sure to reconnect any threads in the `on_worker_boot` +# block. +# +# preload_app! + +# The code in the `on_worker_boot` will be called if you are using +# clustered mode by specifying a number of `workers`. After each worker +# process is booted this block will be run, if you are using `preload_app!` +# option you will want to use this block to reconnect to any threads +# or connections that may have been created at application boot, Ruby +# cannot share connections between processes. +# +# on_worker_boot do +# ActiveRecord::Base.establish_connection if defined?(ActiveRecord) +# end + +# Allow puma to be restarted by `rails restart` command. +plugin :tmp_restart diff --git a/dylan_eckert/controllersnviews/suerveyform/config/routes.rb b/dylan_eckert/controllersnviews/suerveyform/config/routes.rb new file mode 100644 index 0000000..1e9bb8c --- /dev/null +++ b/dylan_eckert/controllersnviews/suerveyform/config/routes.rb @@ -0,0 +1,8 @@ +Rails.application.routes.draw do + # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html + + root "users#index" + get "/result" => "users#result" + post "/result" => "users#create" + +end diff --git a/dylan_eckert/controllersnviews/suerveyform/config/secrets.yml b/dylan_eckert/controllersnviews/suerveyform/config/secrets.yml new file mode 100644 index 0000000..5fdb6d5 --- /dev/null +++ b/dylan_eckert/controllersnviews/suerveyform/config/secrets.yml @@ -0,0 +1,22 @@ +# Be sure to restart your server when you modify this file. + +# Your secret key is used for verifying the integrity of signed cookies. +# If you change this key, all old signed cookies will become invalid! + +# Make sure the secret is at least 30 characters and all random, +# no regular words or you'll be exposed to dictionary attacks. +# You can use `rails secret` to generate a secure secret key. + +# Make sure the secrets in this file are kept private +# if you're sharing your code publicly. + +development: + secret_key_base: 14fae96785964afc30b9245946b90a61282327ab10a4596b4a9d5f58405d71f41cdd043f83e89a85ba73475df1d3eb3e1ecd6265f579a804a9dbff9dda2e1d77 + +test: + secret_key_base: c47434466053fcb50a6f59383dcb19fe671ea152f9e7b940f1dfd3611a8ae82da1fc1472fc7447d39482bc8efb4678cd6137d11096e4c6a1556afc972e4c9be6 + +# Do not keep production secrets in the repository, +# instead read values from the environment. +production: + secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/dylan_eckert/controllersnviews/suerveyform/config/spring.rb b/dylan_eckert/controllersnviews/suerveyform/config/spring.rb new file mode 100644 index 0000000..c9119b4 --- /dev/null +++ b/dylan_eckert/controllersnviews/suerveyform/config/spring.rb @@ -0,0 +1,6 @@ +%w( + .ruby-version + .rbenv-vars + tmp/restart.txt + tmp/caching-dev.txt +).each { |path| Spring.watch(path) } diff --git a/dylan_eckert/controllersnviews/suerveyform/db/migrate/20171205161536_create_users.rb b/dylan_eckert/controllersnviews/suerveyform/db/migrate/20171205161536_create_users.rb new file mode 100644 index 0000000..64fe20b --- /dev/null +++ b/dylan_eckert/controllersnviews/suerveyform/db/migrate/20171205161536_create_users.rb @@ -0,0 +1,12 @@ +class CreateUsers < ActiveRecord::Migration[5.0] + def change + create_table :users do |t| + t.string :name + t.string :location + t.string :language + t.text :comment + + t.timestamps + end + end +end diff --git a/dylan_eckert/controllersnviews/suerveyform/db/schema.rb b/dylan_eckert/controllersnviews/suerveyform/db/schema.rb new file mode 100644 index 0000000..346dd3a --- /dev/null +++ b/dylan_eckert/controllersnviews/suerveyform/db/schema.rb @@ -0,0 +1,24 @@ +# This file is auto-generated from the current state of the database. Instead +# of editing this file, please use the migrations feature of Active Record to +# incrementally modify your database, and then regenerate this schema definition. +# +# Note that this schema.rb definition is the authoritative source for your +# database schema. If you need to create the application database on another +# system, you should be using db:schema:load, not running all the migrations +# from scratch. The latter is a flawed and unsustainable approach (the more migrations +# you'll amass, the slower it'll run and the greater likelihood for issues). +# +# It's strongly recommended that you check this file into your version control system. + +ActiveRecord::Schema.define(version: 20171205161536) do + + create_table "users", force: :cascade do |t| + t.string "name" + t.string "location" + t.string "language" + t.text "comment" + t.datetime "created_at", null: false + t.datetime "updated_at", null: false + end + +end diff --git a/dylan_eckert/controllersnviews/suerveyform/db/seeds.rb b/dylan_eckert/controllersnviews/suerveyform/db/seeds.rb new file mode 100644 index 0000000..1beea2a --- /dev/null +++ b/dylan_eckert/controllersnviews/suerveyform/db/seeds.rb @@ -0,0 +1,7 @@ +# This file should contain all the record creation needed to seed the database with its default values. +# The data can then be loaded with the rails db:seed command (or created alongside the database with db:setup). +# +# Examples: +# +# movies = Movie.create([{ name: 'Star Wars' }, { name: 'Lord of the Rings' }]) +# Character.create(name: 'Luke', movie: movies.first) diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/test/mailers/.keep b/dylan_eckert/controllersnviews/suerveyform/lib/assets/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard3/test/mailers/.keep rename to dylan_eckert/controllersnviews/suerveyform/lib/assets/.keep diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/test/models/.keep b/dylan_eckert/controllersnviews/suerveyform/lib/tasks/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard3/test/models/.keep rename to dylan_eckert/controllersnviews/suerveyform/lib/tasks/.keep diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/vendor/assets/javascripts/.keep b/dylan_eckert/controllersnviews/suerveyform/log/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard3/vendor/assets/javascripts/.keep rename to dylan_eckert/controllersnviews/suerveyform/log/.keep diff --git a/dylan_eckert/controllersnviews/suerveyform/public/404.html b/dylan_eckert/controllersnviews/suerveyform/public/404.html new file mode 100644 index 0000000..2be3af2 --- /dev/null +++ b/dylan_eckert/controllersnviews/suerveyform/public/404.html @@ -0,0 +1,67 @@ + + + + The page you were looking for doesn't exist (404) + + + + + + +
+
+

The page you were looking for doesn't exist.

+

You may have mistyped the address or the page may have moved.

+
+

If you are the application owner check the logs for more information.

+
+ + diff --git a/dylan_eckert/controllersnviews/suerveyform/public/422.html b/dylan_eckert/controllersnviews/suerveyform/public/422.html new file mode 100644 index 0000000..c08eac0 --- /dev/null +++ b/dylan_eckert/controllersnviews/suerveyform/public/422.html @@ -0,0 +1,67 @@ + + + + The change you wanted was rejected (422) + + + + + + +
+
+

The change you wanted was rejected.

+

Maybe you tried to change something you didn't have access to.

+
+

If you are the application owner check the logs for more information.

+
+ + diff --git a/dylan_eckert/controllersnviews/suerveyform/public/500.html b/dylan_eckert/controllersnviews/suerveyform/public/500.html new file mode 100644 index 0000000..78a030a --- /dev/null +++ b/dylan_eckert/controllersnviews/suerveyform/public/500.html @@ -0,0 +1,66 @@ + + + + We're sorry, but something went wrong (500) + + + + + + +
+
+

We're sorry, but something went wrong.

+
+

If you are the application owner check the logs for more information.

+
+ + diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/vendor/assets/stylesheets/.keep b/dylan_eckert/controllersnviews/suerveyform/public/apple-touch-icon-precomposed.png similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard3/vendor/assets/stylesheets/.keep rename to dylan_eckert/controllersnviews/suerveyform/public/apple-touch-icon-precomposed.png diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/app/assets/images/.keep b/dylan_eckert/controllersnviews/suerveyform/public/apple-touch-icon.png similarity index 100% rename from Rodolfo_Valdivieso/controllers/ninjaGold/app/assets/images/.keep rename to dylan_eckert/controllersnviews/suerveyform/public/apple-touch-icon.png diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/public/favicon.ico b/dylan_eckert/controllersnviews/suerveyform/public/favicon.ico similarity index 100% rename from Rodolfo_Valdivieso/controllers/ninjaGold/public/favicon.ico rename to dylan_eckert/controllersnviews/suerveyform/public/favicon.ico diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/public/robots.txt b/dylan_eckert/controllersnviews/suerveyform/public/robots.txt similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard3/public/robots.txt rename to dylan_eckert/controllersnviews/suerveyform/public/robots.txt diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/app/controllers/concerns/.keep b/dylan_eckert/controllersnviews/suerveyform/test/controllers/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/ninjaGold/app/controllers/concerns/.keep rename to dylan_eckert/controllersnviews/suerveyform/test/controllers/.keep diff --git a/dylan_eckert/controllersnviews/suerveyform/test/controllers/users_controller_test.rb b/dylan_eckert/controllersnviews/suerveyform/test/controllers/users_controller_test.rb new file mode 100644 index 0000000..6c3da77 --- /dev/null +++ b/dylan_eckert/controllersnviews/suerveyform/test/controllers/users_controller_test.rb @@ -0,0 +1,7 @@ +require 'test_helper' + +class UsersControllerTest < ActionDispatch::IntegrationTest + # test "the truth" do + # assert true + # end +end diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/app/mailers/.keep b/dylan_eckert/controllersnviews/suerveyform/test/fixtures/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/ninjaGold/app/mailers/.keep rename to dylan_eckert/controllersnviews/suerveyform/test/fixtures/.keep diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/app/models/.keep b/dylan_eckert/controllersnviews/suerveyform/test/fixtures/files/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/ninjaGold/app/models/.keep rename to dylan_eckert/controllersnviews/suerveyform/test/fixtures/files/.keep diff --git a/dylan_eckert/controllersnviews/suerveyform/test/fixtures/users.yml b/dylan_eckert/controllersnviews/suerveyform/test/fixtures/users.yml new file mode 100644 index 0000000..0ed3e41 --- /dev/null +++ b/dylan_eckert/controllersnviews/suerveyform/test/fixtures/users.yml @@ -0,0 +1,13 @@ +# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html + +one: + name: MyString + location: MyString + language: MyString + comment: MyText + +two: + name: MyString + location: MyString + language: MyString + comment: MyText diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/app/models/concerns/.keep b/dylan_eckert/controllersnviews/suerveyform/test/helpers/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/ninjaGold/app/models/concerns/.keep rename to dylan_eckert/controllersnviews/suerveyform/test/helpers/.keep diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/lib/assets/.keep b/dylan_eckert/controllersnviews/suerveyform/test/integration/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/ninjaGold/lib/assets/.keep rename to dylan_eckert/controllersnviews/suerveyform/test/integration/.keep diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/lib/tasks/.keep b/dylan_eckert/controllersnviews/suerveyform/test/mailers/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/ninjaGold/lib/tasks/.keep rename to dylan_eckert/controllersnviews/suerveyform/test/mailers/.keep diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/log/.keep b/dylan_eckert/controllersnviews/suerveyform/test/models/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/ninjaGold/log/.keep rename to dylan_eckert/controllersnviews/suerveyform/test/models/.keep diff --git a/Rodolfo_Valdivieso/models/blogs2/test/models/user_test.rb b/dylan_eckert/controllersnviews/suerveyform/test/models/user_test.rb similarity index 100% rename from Rodolfo_Valdivieso/models/blogs2/test/models/user_test.rb rename to dylan_eckert/controllersnviews/suerveyform/test/models/user_test.rb diff --git a/Rodolfo_Valdivieso/controllers/dashboard3/test/test_helper.rb b/dylan_eckert/controllersnviews/suerveyform/test/test_helper.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard3/test/test_helper.rb rename to dylan_eckert/controllersnviews/suerveyform/test/test_helper.rb diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/test/controllers/.keep b/dylan_eckert/controllersnviews/suerveyform/tmp/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/ninjaGold/test/controllers/.keep rename to dylan_eckert/controllersnviews/suerveyform/tmp/.keep diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/test/fixtures/.keep b/dylan_eckert/controllersnviews/suerveyform/vendor/assets/javascripts/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/ninjaGold/test/fixtures/.keep rename to dylan_eckert/controllersnviews/suerveyform/vendor/assets/javascripts/.keep diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/test/helpers/.keep b/dylan_eckert/controllersnviews/suerveyform/vendor/assets/stylesheets/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/ninjaGold/test/helpers/.keep rename to dylan_eckert/controllersnviews/suerveyform/vendor/assets/stylesheets/.keep diff --git a/dylan_eckert/controllersnviews/timedisp/.gitignore b/dylan_eckert/controllersnviews/timedisp/.gitignore new file mode 100644 index 0000000..bab620d --- /dev/null +++ b/dylan_eckert/controllersnviews/timedisp/.gitignore @@ -0,0 +1,21 @@ +# See https://help.github.com/articles/ignoring-files for more about ignoring files. +# +# If you find yourself ignoring temporary files generated by your text editor +# or operating system, you probably want to add a global ignore instead: +# git config --global core.excludesfile '~/.gitignore_global' + +# Ignore bundler config. +/.bundle + +# Ignore the default SQLite database. +/db/*.sqlite3 +/db/*.sqlite3-journal + +# Ignore all logfiles and tempfiles. +/log/* +/tmp/* +!/log/.keep +!/tmp/.keep + +# Ignore Byebug command history file. +.byebug_history diff --git a/dylan_eckert/controllersnviews/timedisp/Gemfile b/dylan_eckert/controllersnviews/timedisp/Gemfile new file mode 100644 index 0000000..59d57f6 --- /dev/null +++ b/dylan_eckert/controllersnviews/timedisp/Gemfile @@ -0,0 +1,53 @@ +source 'https://rubygems.org' + +git_source(:github) do |repo_name| + repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/") + "https://github.com/#{repo_name}.git" +end + + +# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' +gem 'rails', '~> 5.0.6' +# Use sqlite3 as the database for Active Record +gem 'sqlite3' +# Use Puma as the app server +gem 'puma', '~> 3.0' +# Use SCSS for stylesheets +gem 'sass-rails', '~> 5.0' +# Use Uglifier as compressor for JavaScript assets +gem 'uglifier', '>= 1.3.0' +# Use CoffeeScript for .coffee assets and views +gem 'coffee-rails', '~> 4.2' +# See https://github.com/rails/execjs#readme for more supported runtimes +# gem 'therubyracer', platforms: :ruby + +# Use jquery as the JavaScript library +gem 'jquery-rails' +# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks +gem 'turbolinks', '~> 5' +# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder +gem 'jbuilder', '~> 2.5' +# Use Redis adapter to run Action Cable in production +# gem 'redis', '~> 3.0' +# Use ActiveModel has_secure_password +# gem 'bcrypt', '~> 3.1.7' + +# Use Capistrano for deployment +# gem 'capistrano-rails', group: :development + +group :development, :test do + # Call 'byebug' anywhere in the code to stop execution and get a debugger console + gem 'byebug', platform: :mri +end + +group :development do + # Access an IRB console on exception pages or by using <%= console %> anywhere in the code. + gem 'web-console', '>= 3.3.0' + gem 'listen', '~> 3.0.5' + # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring + gem 'spring' + gem 'spring-watcher-listen', '~> 2.0.0' +end + +# Windows does not include zoneinfo files, so bundle the tzinfo-data gem +gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] diff --git a/dylan_eckert/controllersnviews/timedisp/Gemfile.lock b/dylan_eckert/controllersnviews/timedisp/Gemfile.lock new file mode 100644 index 0000000..fabcef5 --- /dev/null +++ b/dylan_eckert/controllersnviews/timedisp/Gemfile.lock @@ -0,0 +1,179 @@ +GEM + remote: https://rubygems.org/ + specs: + actioncable (5.0.6) + actionpack (= 5.0.6) + nio4r (>= 1.2, < 3.0) + websocket-driver (~> 0.6.1) + actionmailer (5.0.6) + actionpack (= 5.0.6) + actionview (= 5.0.6) + activejob (= 5.0.6) + mail (~> 2.5, >= 2.5.4) + rails-dom-testing (~> 2.0) + actionpack (5.0.6) + actionview (= 5.0.6) + activesupport (= 5.0.6) + rack (~> 2.0) + rack-test (~> 0.6.3) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.0.2) + actionview (5.0.6) + activesupport (= 5.0.6) + builder (~> 3.1) + erubis (~> 2.7.0) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.0.3) + activejob (5.0.6) + activesupport (= 5.0.6) + globalid (>= 0.3.6) + activemodel (5.0.6) + activesupport (= 5.0.6) + activerecord (5.0.6) + activemodel (= 5.0.6) + activesupport (= 5.0.6) + arel (~> 7.0) + activesupport (5.0.6) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (~> 0.7) + minitest (~> 5.1) + tzinfo (~> 1.1) + arel (7.1.4) + bindex (0.5.0) + builder (3.2.3) + byebug (9.1.0) + coffee-rails (4.2.2) + coffee-script (>= 2.2.0) + railties (>= 4.0.0) + coffee-script (2.4.1) + coffee-script-source + execjs + coffee-script-source (1.12.2) + concurrent-ruby (1.0.5) + crass (1.0.3) + erubis (2.7.0) + execjs (2.7.0) + ffi (1.9.18) + globalid (0.4.1) + activesupport (>= 4.2.0) + i18n (0.9.1) + concurrent-ruby (~> 1.0) + jbuilder (2.7.0) + activesupport (>= 4.2.0) + multi_json (>= 1.2) + jquery-rails (4.3.1) + rails-dom-testing (>= 1, < 3) + railties (>= 4.2.0) + thor (>= 0.14, < 2.0) + listen (3.0.8) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + loofah (2.1.1) + crass (~> 1.0.2) + nokogiri (>= 1.5.9) + mail (2.7.0) + mini_mime (>= 0.1.1) + method_source (0.9.0) + mini_mime (1.0.0) + mini_portile2 (2.3.0) + minitest (5.10.3) + multi_json (1.12.2) + nio4r (2.1.0) + nokogiri (1.8.1) + mini_portile2 (~> 2.3.0) + puma (3.11.0) + rack (2.0.3) + rack-test (0.6.3) + rack (>= 1.0) + rails (5.0.6) + actioncable (= 5.0.6) + actionmailer (= 5.0.6) + actionpack (= 5.0.6) + actionview (= 5.0.6) + activejob (= 5.0.6) + activemodel (= 5.0.6) + activerecord (= 5.0.6) + activesupport (= 5.0.6) + bundler (>= 1.3.0) + railties (= 5.0.6) + sprockets-rails (>= 2.0.0) + rails-dom-testing (2.0.3) + activesupport (>= 4.2.0) + nokogiri (>= 1.6) + rails-html-sanitizer (1.0.3) + loofah (~> 2.0) + railties (5.0.6) + actionpack (= 5.0.6) + activesupport (= 5.0.6) + method_source + rake (>= 0.8.7) + thor (>= 0.18.1, < 2.0) + rake (12.3.0) + rb-fsevent (0.10.2) + rb-inotify (0.9.10) + ffi (>= 0.5.0, < 2) + sass (3.5.3) + sass-listen (~> 4.0.0) + sass-listen (4.0.0) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + sass-rails (5.0.7) + railties (>= 4.0.0, < 6) + sass (~> 3.1) + sprockets (>= 2.8, < 4.0) + sprockets-rails (>= 2.0, < 4.0) + tilt (>= 1.1, < 3) + spring (2.0.2) + activesupport (>= 4.2) + spring-watcher-listen (2.0.1) + listen (>= 2.7, < 4.0) + spring (>= 1.2, < 3.0) + sprockets (3.7.1) + concurrent-ruby (~> 1.0) + rack (> 1, < 3) + sprockets-rails (3.2.1) + actionpack (>= 4.0) + activesupport (>= 4.0) + sprockets (>= 3.0.0) + sqlite3 (1.3.13) + thor (0.20.0) + thread_safe (0.3.6) + tilt (2.0.8) + turbolinks (5.0.1) + turbolinks-source (~> 5) + turbolinks-source (5.0.3) + tzinfo (1.2.4) + thread_safe (~> 0.1) + uglifier (4.0.1) + execjs (>= 0.3.0, < 3) + web-console (3.5.1) + actionview (>= 5.0) + activemodel (>= 5.0) + bindex (>= 0.4.0) + railties (>= 5.0) + websocket-driver (0.6.5) + websocket-extensions (>= 0.1.0) + websocket-extensions (0.1.3) + +PLATFORMS + ruby + +DEPENDENCIES + byebug + coffee-rails (~> 4.2) + jbuilder (~> 2.5) + jquery-rails + listen (~> 3.0.5) + puma (~> 3.0) + rails (~> 5.0.6) + sass-rails (~> 5.0) + spring + spring-watcher-listen (~> 2.0.0) + sqlite3 + turbolinks (~> 5) + tzinfo-data + uglifier (>= 1.3.0) + web-console (>= 3.3.0) + +BUNDLED WITH + 1.16.0 diff --git a/dylan_eckert/controllersnviews/timedisp/README.md b/dylan_eckert/controllersnviews/timedisp/README.md new file mode 100644 index 0000000..7db80e4 --- /dev/null +++ b/dylan_eckert/controllersnviews/timedisp/README.md @@ -0,0 +1,24 @@ +# README + +This README would normally document whatever steps are necessary to get the +application up and running. + +Things you may want to cover: + +* Ruby version + +* System dependencies + +* Configuration + +* Database creation + +* Database initialization + +* How to run the test suite + +* Services (job queues, cache servers, search engines, etc.) + +* Deployment instructions + +* ... diff --git a/dylan_eckert/controllersnviews/timedisp/Rakefile b/dylan_eckert/controllersnviews/timedisp/Rakefile new file mode 100644 index 0000000..e85f913 --- /dev/null +++ b/dylan_eckert/controllersnviews/timedisp/Rakefile @@ -0,0 +1,6 @@ +# Add your own tasks in files placed in lib/tasks ending in .rake, +# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. + +require_relative 'config/application' + +Rails.application.load_tasks diff --git a/dylan_eckert/controllersnviews/timedisp/app/assets/config/manifest.js b/dylan_eckert/controllersnviews/timedisp/app/assets/config/manifest.js new file mode 100644 index 0000000..b16e53d --- /dev/null +++ b/dylan_eckert/controllersnviews/timedisp/app/assets/config/manifest.js @@ -0,0 +1,3 @@ +//= link_tree ../images +//= link_directory ../javascripts .js +//= link_directory ../stylesheets .css diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/test/integration/.keep b/dylan_eckert/controllersnviews/timedisp/app/assets/images/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/ninjaGold/test/integration/.keep rename to dylan_eckert/controllersnviews/timedisp/app/assets/images/.keep diff --git a/dylan_eckert/controllersnviews/timedisp/app/assets/javascripts/application.js b/dylan_eckert/controllersnviews/timedisp/app/assets/javascripts/application.js new file mode 100644 index 0000000..b12018d --- /dev/null +++ b/dylan_eckert/controllersnviews/timedisp/app/assets/javascripts/application.js @@ -0,0 +1,16 @@ +// This is a manifest file that'll be compiled into application.js, which will include all the files +// listed below. +// +// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, +// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. +// +// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the +// compiled file. JavaScript code in this file should be added after the last require_* statement. +// +// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details +// about supported directives. +// +//= require jquery +//= require jquery_ujs +//= require turbolinks +//= require_tree . diff --git a/dylan_eckert/controllersnviews/timedisp/app/assets/javascripts/cable.js b/dylan_eckert/controllersnviews/timedisp/app/assets/javascripts/cable.js new file mode 100644 index 0000000..71ee1e6 --- /dev/null +++ b/dylan_eckert/controllersnviews/timedisp/app/assets/javascripts/cable.js @@ -0,0 +1,13 @@ +// Action Cable provides the framework to deal with WebSockets in Rails. +// You can generate new channels where WebSocket features live using the rails generate channel command. +// +//= require action_cable +//= require_self +//= require_tree ./channels + +(function() { + this.App || (this.App = {}); + + App.cable = ActionCable.createConsumer(); + +}).call(this); diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/test/mailers/.keep b/dylan_eckert/controllersnviews/timedisp/app/assets/javascripts/channels/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/ninjaGold/test/mailers/.keep rename to dylan_eckert/controllersnviews/timedisp/app/assets/javascripts/channels/.keep diff --git a/Rodolfo_Valdivieso/controllers/time_display/app/assets/javascripts/times.coffee b/dylan_eckert/controllersnviews/timedisp/app/assets/javascripts/times.coffee similarity index 100% rename from Rodolfo_Valdivieso/controllers/time_display/app/assets/javascripts/times.coffee rename to dylan_eckert/controllersnviews/timedisp/app/assets/javascripts/times.coffee diff --git a/dylan_eckert/controllersnviews/timedisp/app/assets/stylesheets/application.css b/dylan_eckert/controllersnviews/timedisp/app/assets/stylesheets/application.css new file mode 100644 index 0000000..0ebd7fe --- /dev/null +++ b/dylan_eckert/controllersnviews/timedisp/app/assets/stylesheets/application.css @@ -0,0 +1,15 @@ +/* + * This is a manifest file that'll be compiled into application.css, which will include all the files + * listed below. + * + * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, + * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. + * + * You're free to add application-wide styles to this file and they'll appear at the bottom of the + * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS + * files in this directory. Styles in this file should be added after the last require_* statement. + * It is generally better to create a new file per style scope. + * + *= require_tree . + *= require_self + */ diff --git a/Rodolfo_Valdivieso/controllers/time_display/app/assets/stylesheets/times.scss b/dylan_eckert/controllersnviews/timedisp/app/assets/stylesheets/times.scss similarity index 100% rename from Rodolfo_Valdivieso/controllers/time_display/app/assets/stylesheets/times.scss rename to dylan_eckert/controllersnviews/timedisp/app/assets/stylesheets/times.scss diff --git a/dylan_eckert/controllersnviews/timedisp/app/channels/application_cable/channel.rb b/dylan_eckert/controllersnviews/timedisp/app/channels/application_cable/channel.rb new file mode 100644 index 0000000..d672697 --- /dev/null +++ b/dylan_eckert/controllersnviews/timedisp/app/channels/application_cable/channel.rb @@ -0,0 +1,4 @@ +module ApplicationCable + class Channel < ActionCable::Channel::Base + end +end diff --git a/dylan_eckert/controllersnviews/timedisp/app/channels/application_cable/connection.rb b/dylan_eckert/controllersnviews/timedisp/app/channels/application_cable/connection.rb new file mode 100644 index 0000000..0ff5442 --- /dev/null +++ b/dylan_eckert/controllersnviews/timedisp/app/channels/application_cable/connection.rb @@ -0,0 +1,4 @@ +module ApplicationCable + class Connection < ActionCable::Connection::Base + end +end diff --git a/dylan_eckert/controllersnviews/timedisp/app/controllers/application_controller.rb b/dylan_eckert/controllersnviews/timedisp/app/controllers/application_controller.rb new file mode 100644 index 0000000..1c07694 --- /dev/null +++ b/dylan_eckert/controllersnviews/timedisp/app/controllers/application_controller.rb @@ -0,0 +1,3 @@ +class ApplicationController < ActionController::Base + protect_from_forgery with: :exception +end diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/test/models/.keep b/dylan_eckert/controllersnviews/timedisp/app/controllers/concerns/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/ninjaGold/test/models/.keep rename to dylan_eckert/controllersnviews/timedisp/app/controllers/concerns/.keep diff --git a/dylan_eckert/controllersnviews/timedisp/app/controllers/times_controller.rb b/dylan_eckert/controllersnviews/timedisp/app/controllers/times_controller.rb new file mode 100644 index 0000000..1cc2a09 --- /dev/null +++ b/dylan_eckert/controllersnviews/timedisp/app/controllers/times_controller.rb @@ -0,0 +1,5 @@ +class TimesController < ApplicationController + def main + @curTime = Time.new + end +end diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/app/helpers/application_helper.rb b/dylan_eckert/controllersnviews/timedisp/app/helpers/application_helper.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/ninjaGold/app/helpers/application_helper.rb rename to dylan_eckert/controllersnviews/timedisp/app/helpers/application_helper.rb diff --git a/Rodolfo_Valdivieso/controllers/time_display/app/helpers/times_helper.rb b/dylan_eckert/controllersnviews/timedisp/app/helpers/times_helper.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/time_display/app/helpers/times_helper.rb rename to dylan_eckert/controllersnviews/timedisp/app/helpers/times_helper.rb diff --git a/dylan_eckert/controllersnviews/timedisp/app/jobs/application_job.rb b/dylan_eckert/controllersnviews/timedisp/app/jobs/application_job.rb new file mode 100644 index 0000000..a009ace --- /dev/null +++ b/dylan_eckert/controllersnviews/timedisp/app/jobs/application_job.rb @@ -0,0 +1,2 @@ +class ApplicationJob < ActiveJob::Base +end diff --git a/dylan_eckert/controllersnviews/timedisp/app/mailers/application_mailer.rb b/dylan_eckert/controllersnviews/timedisp/app/mailers/application_mailer.rb new file mode 100644 index 0000000..286b223 --- /dev/null +++ b/dylan_eckert/controllersnviews/timedisp/app/mailers/application_mailer.rb @@ -0,0 +1,4 @@ +class ApplicationMailer < ActionMailer::Base + default from: 'from@example.com' + layout 'mailer' +end diff --git a/dylan_eckert/controllersnviews/timedisp/app/models/application_record.rb b/dylan_eckert/controllersnviews/timedisp/app/models/application_record.rb new file mode 100644 index 0000000..10a4cba --- /dev/null +++ b/dylan_eckert/controllersnviews/timedisp/app/models/application_record.rb @@ -0,0 +1,3 @@ +class ApplicationRecord < ActiveRecord::Base + self.abstract_class = true +end diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/vendor/assets/javascripts/.keep b/dylan_eckert/controllersnviews/timedisp/app/models/concerns/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/ninjaGold/vendor/assets/javascripts/.keep rename to dylan_eckert/controllersnviews/timedisp/app/models/concerns/.keep diff --git a/dylan_eckert/controllersnviews/timedisp/app/views/layouts/application.html.erb b/dylan_eckert/controllersnviews/timedisp/app/views/layouts/application.html.erb new file mode 100644 index 0000000..59ba73f --- /dev/null +++ b/dylan_eckert/controllersnviews/timedisp/app/views/layouts/application.html.erb @@ -0,0 +1,14 @@ + + + + Timedisp + <%= csrf_meta_tags %> + + <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %> + <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %> + + + + <%= yield %> + + diff --git a/dylan_eckert/controllersnviews/timedisp/app/views/layouts/mailer.html.erb b/dylan_eckert/controllersnviews/timedisp/app/views/layouts/mailer.html.erb new file mode 100644 index 0000000..cbd34d2 --- /dev/null +++ b/dylan_eckert/controllersnviews/timedisp/app/views/layouts/mailer.html.erb @@ -0,0 +1,13 @@ + + + + + + + + + <%= yield %> + + diff --git a/dylan_eckert/controllersnviews/timedisp/app/views/layouts/mailer.text.erb b/dylan_eckert/controllersnviews/timedisp/app/views/layouts/mailer.text.erb new file mode 100644 index 0000000..37f0bdd --- /dev/null +++ b/dylan_eckert/controllersnviews/timedisp/app/views/layouts/mailer.text.erb @@ -0,0 +1 @@ +<%= yield %> diff --git a/dylan_eckert/controllersnviews/timedisp/app/views/times/main.html.erb b/dylan_eckert/controllersnviews/timedisp/app/views/times/main.html.erb new file mode 100644 index 0000000..0da5bd9 --- /dev/null +++ b/dylan_eckert/controllersnviews/timedisp/app/views/times/main.html.erb @@ -0,0 +1,11 @@ + + + + + Time Display + + +

The Current Time

+

<%= @curTime %>

+ + diff --git a/dylan_eckert/controllersnviews/timedisp/assignment.zip b/dylan_eckert/controllersnviews/timedisp/assignment.zip new file mode 100644 index 0000000000000000000000000000000000000000..e4c69fb3f62fc0e2c6e901ca2a0ded5f528a9b9b GIT binary patch literal 993 zcmWIWW@h1H00E!27H=>EN^mm>FeDZiXQt=nrskFCheq%)7+h410^zTWA`AgQjUo&j zK@s<|QOCSvL zmh4%uw^%ON#usLVPkDEyqmy&r0o7$2ryQI5c-y1*nUU}PzRy!x>KZjoDZl8VlyCTR zvB?+vmN33340lelUw(n>e9!IIjJNt)jvcyjbn~26lbR(TSbHUJ*6!pxyv56kFIRSd z)Z6zfeGk9%n49!%r%cyME34@aoYW$y=a6IG`<$naUKq#8GrqcI=gw + + + + Time Display + + +

The Current Time

+

<%= @curTime %>

+ + diff --git a/dylan_eckert/controllersnviews/timedisp/assignment/routes.rb b/dylan_eckert/controllersnviews/timedisp/assignment/routes.rb new file mode 100644 index 0000000..a2bd921 --- /dev/null +++ b/dylan_eckert/controllersnviews/timedisp/assignment/routes.rb @@ -0,0 +1,5 @@ +Rails.application.routes.draw do + # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html + root "times#main" + +end diff --git a/dylan_eckert/controllersnviews/timedisp/assignment/times_controller.rb b/dylan_eckert/controllersnviews/timedisp/assignment/times_controller.rb new file mode 100644 index 0000000..1cc2a09 --- /dev/null +++ b/dylan_eckert/controllersnviews/timedisp/assignment/times_controller.rb @@ -0,0 +1,5 @@ +class TimesController < ApplicationController + def main + @curTime = Time.new + end +end diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/bin/bundle b/dylan_eckert/controllersnviews/timedisp/bin/bundle old mode 100644 new mode 100755 similarity index 100% rename from Rodolfo_Valdivieso/controllers/ninjaGold/bin/bundle rename to dylan_eckert/controllersnviews/timedisp/bin/bundle diff --git a/dylan_eckert/controllersnviews/timedisp/bin/rails b/dylan_eckert/controllersnviews/timedisp/bin/rails new file mode 100755 index 0000000..5badb2f --- /dev/null +++ b/dylan_eckert/controllersnviews/timedisp/bin/rails @@ -0,0 +1,9 @@ +#!/usr/bin/env ruby +begin + load File.expand_path('../spring', __FILE__) +rescue LoadError => e + raise unless e.message.include?('spring') +end +APP_PATH = File.expand_path('../config/application', __dir__) +require_relative '../config/boot' +require 'rails/commands' diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/bin/rake b/dylan_eckert/controllersnviews/timedisp/bin/rake old mode 100644 new mode 100755 similarity index 100% rename from Rodolfo_Valdivieso/controllers/ninjaGold/bin/rake rename to dylan_eckert/controllersnviews/timedisp/bin/rake diff --git a/dylan_eckert/controllersnviews/timedisp/bin/setup b/dylan_eckert/controllersnviews/timedisp/bin/setup new file mode 100755 index 0000000..e620b4d --- /dev/null +++ b/dylan_eckert/controllersnviews/timedisp/bin/setup @@ -0,0 +1,34 @@ +#!/usr/bin/env ruby +require 'pathname' +require 'fileutils' +include FileUtils + +# path to your application root. +APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) + +def system!(*args) + system(*args) || abort("\n== Command #{args} failed ==") +end + +chdir APP_ROOT do + # This script is a starting point to setup your application. + # Add necessary setup steps to this file. + + puts '== Installing dependencies ==' + system! 'gem install bundler --conservative' + system('bundle check') || system!('bundle install') + + # puts "\n== Copying sample files ==" + # unless File.exist?('config/database.yml') + # cp 'config/database.yml.sample', 'config/database.yml' + # end + + puts "\n== Preparing database ==" + system! 'bin/rails db:setup' + + puts "\n== Removing old logs and tempfiles ==" + system! 'bin/rails log:clear tmp:clear' + + puts "\n== Restarting application server ==" + system! 'bin/rails restart' +end diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/bin/spring b/dylan_eckert/controllersnviews/timedisp/bin/spring old mode 100644 new mode 100755 similarity index 100% rename from Rodolfo_Valdivieso/controllers/ninjaGold/bin/spring rename to dylan_eckert/controllersnviews/timedisp/bin/spring diff --git a/dylan_eckert/controllersnviews/timedisp/bin/update b/dylan_eckert/controllersnviews/timedisp/bin/update new file mode 100755 index 0000000..a8e4462 --- /dev/null +++ b/dylan_eckert/controllersnviews/timedisp/bin/update @@ -0,0 +1,29 @@ +#!/usr/bin/env ruby +require 'pathname' +require 'fileutils' +include FileUtils + +# path to your application root. +APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) + +def system!(*args) + system(*args) || abort("\n== Command #{args} failed ==") +end + +chdir APP_ROOT do + # This script is a way to update your development environment automatically. + # Add necessary update steps to this file. + + puts '== Installing dependencies ==' + system! 'gem install bundler --conservative' + system('bundle check') || system!('bundle install') + + puts "\n== Updating database ==" + system! 'bin/rails db:migrate' + + puts "\n== Removing old logs and tempfiles ==" + system! 'bin/rails log:clear tmp:clear' + + puts "\n== Restarting application server ==" + system! 'bin/rails restart' +end diff --git a/dylan_eckert/controllersnviews/timedisp/config.ru b/dylan_eckert/controllersnviews/timedisp/config.ru new file mode 100644 index 0000000..f7ba0b5 --- /dev/null +++ b/dylan_eckert/controllersnviews/timedisp/config.ru @@ -0,0 +1,5 @@ +# This file is used by Rack-based servers to start the application. + +require_relative 'config/environment' + +run Rails.application diff --git a/dylan_eckert/controllersnviews/timedisp/config/application.rb b/dylan_eckert/controllersnviews/timedisp/config/application.rb new file mode 100644 index 0000000..09bb816 --- /dev/null +++ b/dylan_eckert/controllersnviews/timedisp/config/application.rb @@ -0,0 +1,15 @@ +require_relative 'boot' + +require 'rails/all' + +# Require the gems listed in Gemfile, including any gems +# you've limited to :test, :development, or :production. +Bundler.require(*Rails.groups) + +module Timedisp + class Application < Rails::Application + # Settings in config/environments/* take precedence over those specified here. + # Application configuration should go into files in config/initializers + # -- all .rb files in that directory are automatically loaded. + end +end diff --git a/dylan_eckert/controllersnviews/timedisp/config/boot.rb b/dylan_eckert/controllersnviews/timedisp/config/boot.rb new file mode 100644 index 0000000..30f5120 --- /dev/null +++ b/dylan_eckert/controllersnviews/timedisp/config/boot.rb @@ -0,0 +1,3 @@ +ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__) + +require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/dylan_eckert/controllersnviews/timedisp/config/cable.yml b/dylan_eckert/controllersnviews/timedisp/config/cable.yml new file mode 100644 index 0000000..0bbde6f --- /dev/null +++ b/dylan_eckert/controllersnviews/timedisp/config/cable.yml @@ -0,0 +1,9 @@ +development: + adapter: async + +test: + adapter: async + +production: + adapter: redis + url: redis://localhost:6379/1 diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/config/database.yml b/dylan_eckert/controllersnviews/timedisp/config/database.yml similarity index 100% rename from Rodolfo_Valdivieso/controllers/ninjaGold/config/database.yml rename to dylan_eckert/controllersnviews/timedisp/config/database.yml diff --git a/dylan_eckert/controllersnviews/timedisp/config/environment.rb b/dylan_eckert/controllersnviews/timedisp/config/environment.rb new file mode 100644 index 0000000..426333b --- /dev/null +++ b/dylan_eckert/controllersnviews/timedisp/config/environment.rb @@ -0,0 +1,5 @@ +# Load the Rails application. +require_relative 'application' + +# Initialize the Rails application. +Rails.application.initialize! diff --git a/dylan_eckert/controllersnviews/timedisp/config/environments/development.rb b/dylan_eckert/controllersnviews/timedisp/config/environments/development.rb new file mode 100644 index 0000000..6f71970 --- /dev/null +++ b/dylan_eckert/controllersnviews/timedisp/config/environments/development.rb @@ -0,0 +1,54 @@ +Rails.application.configure do + # Settings specified here will take precedence over those in config/application.rb. + + # In the development environment your application's code is reloaded on + # every request. This slows down response time but is perfect for development + # since you don't have to restart the web server when you make code changes. + config.cache_classes = false + + # Do not eager load code on boot. + config.eager_load = false + + # Show full error reports. + config.consider_all_requests_local = true + + # Enable/disable caching. By default caching is disabled. + if Rails.root.join('tmp/caching-dev.txt').exist? + config.action_controller.perform_caching = true + + config.cache_store = :memory_store + config.public_file_server.headers = { + 'Cache-Control' => 'public, max-age=172800' + } + else + config.action_controller.perform_caching = false + + config.cache_store = :null_store + end + + # Don't care if the mailer can't send. + config.action_mailer.raise_delivery_errors = false + + config.action_mailer.perform_caching = false + + # Print deprecation notices to the Rails logger. + config.active_support.deprecation = :log + + # Raise an error on page load if there are pending migrations. + config.active_record.migration_error = :page_load + + # Debug mode disables concatenation and preprocessing of assets. + # This option may cause significant delays in view rendering with a large + # number of complex assets. + config.assets.debug = true + + # Suppress logger output for asset requests. + config.assets.quiet = true + + # Raises error for missing translations + # config.action_view.raise_on_missing_translations = true + + # Use an evented file watcher to asynchronously detect changes in source code, + # routes, locales, etc. This feature depends on the listen gem. + config.file_watcher = ActiveSupport::EventedFileUpdateChecker +end diff --git a/dylan_eckert/controllersnviews/timedisp/config/environments/production.rb b/dylan_eckert/controllersnviews/timedisp/config/environments/production.rb new file mode 100644 index 0000000..9c0ab4d --- /dev/null +++ b/dylan_eckert/controllersnviews/timedisp/config/environments/production.rb @@ -0,0 +1,86 @@ +Rails.application.configure do + # Settings specified here will take precedence over those in config/application.rb. + + # Code is not reloaded between requests. + config.cache_classes = true + + # Eager load code on boot. This eager loads most of Rails and + # your application in memory, allowing both threaded web servers + # and those relying on copy on write to perform better. + # Rake tasks automatically ignore this option for performance. + config.eager_load = true + + # Full error reports are disabled and caching is turned on. + config.consider_all_requests_local = false + config.action_controller.perform_caching = true + + # Disable serving static files from the `/public` folder by default since + # Apache or NGINX already handles this. + config.public_file_server.enabled = ENV['RAILS_SERVE_STATIC_FILES'].present? + + # Compress JavaScripts and CSS. + config.assets.js_compressor = :uglifier + # config.assets.css_compressor = :sass + + # Do not fallback to assets pipeline if a precompiled asset is missed. + config.assets.compile = false + + # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb + + # Enable serving of images, stylesheets, and JavaScripts from an asset server. + # config.action_controller.asset_host = 'http://assets.example.com' + + # Specifies the header that your server uses for sending files. + # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache + # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX + + # Mount Action Cable outside main process or domain + # config.action_cable.mount_path = nil + # config.action_cable.url = 'wss://example.com/cable' + # config.action_cable.allowed_request_origins = [ 'http://example.com', /http:\/\/example.*/ ] + + # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. + # config.force_ssl = true + + # Use the lowest log level to ensure availability of diagnostic information + # when problems arise. + config.log_level = :debug + + # Prepend all log lines with the following tags. + config.log_tags = [ :request_id ] + + # Use a different cache store in production. + # config.cache_store = :mem_cache_store + + # Use a real queuing backend for Active Job (and separate queues per environment) + # config.active_job.queue_adapter = :resque + # config.active_job.queue_name_prefix = "timedisp_#{Rails.env}" + config.action_mailer.perform_caching = false + + # Ignore bad email addresses and do not raise email delivery errors. + # Set this to true and configure the email server for immediate delivery to raise delivery errors. + # config.action_mailer.raise_delivery_errors = false + + # Enable locale fallbacks for I18n (makes lookups for any locale fall back to + # the I18n.default_locale when a translation cannot be found). + config.i18n.fallbacks = true + + # Send deprecation notices to registered listeners. + config.active_support.deprecation = :notify + + # Use default logging formatter so that PID and timestamp are not suppressed. + config.log_formatter = ::Logger::Formatter.new + + # Use a different logger for distributed setups. + # require 'syslog/logger' + # config.logger = ActiveSupport::TaggedLogging.new(Syslog::Logger.new 'app-name') + + if ENV["RAILS_LOG_TO_STDOUT"].present? + logger = ActiveSupport::Logger.new(STDOUT) + logger.formatter = config.log_formatter + config.logger = ActiveSupport::TaggedLogging.new(logger) + end + + # Do not dump schema after migrations. + config.active_record.dump_schema_after_migration = false +end diff --git a/dylan_eckert/controllersnviews/timedisp/config/environments/test.rb b/dylan_eckert/controllersnviews/timedisp/config/environments/test.rb new file mode 100644 index 0000000..30587ef --- /dev/null +++ b/dylan_eckert/controllersnviews/timedisp/config/environments/test.rb @@ -0,0 +1,42 @@ +Rails.application.configure do + # Settings specified here will take precedence over those in config/application.rb. + + # The test environment is used exclusively to run your application's + # test suite. You never need to work with it otherwise. Remember that + # your test database is "scratch space" for the test suite and is wiped + # and recreated between test runs. Don't rely on the data there! + config.cache_classes = true + + # Do not eager load code on boot. This avoids loading your whole application + # just for the purpose of running a single test. If you are using a tool that + # preloads Rails for running tests, you may have to set it to true. + config.eager_load = false + + # Configure public file server for tests with Cache-Control for performance. + config.public_file_server.enabled = true + config.public_file_server.headers = { + 'Cache-Control' => 'public, max-age=3600' + } + + # Show full error reports and disable caching. + config.consider_all_requests_local = true + config.action_controller.perform_caching = false + + # Raise exceptions instead of rendering exception templates. + config.action_dispatch.show_exceptions = false + + # Disable request forgery protection in test environment. + config.action_controller.allow_forgery_protection = false + config.action_mailer.perform_caching = false + + # Tell Action Mailer not to deliver emails to the real world. + # The :test delivery method accumulates sent emails in the + # ActionMailer::Base.deliveries array. + config.action_mailer.delivery_method = :test + + # Print deprecation notices to the stderr. + config.active_support.deprecation = :stderr + + # Raises error for missing translations + # config.action_view.raise_on_missing_translations = true +end diff --git a/dylan_eckert/controllersnviews/timedisp/config/initializers/application_controller_renderer.rb b/dylan_eckert/controllersnviews/timedisp/config/initializers/application_controller_renderer.rb new file mode 100644 index 0000000..89d2efa --- /dev/null +++ b/dylan_eckert/controllersnviews/timedisp/config/initializers/application_controller_renderer.rb @@ -0,0 +1,8 @@ +# Be sure to restart your server when you modify this file. + +# ActiveSupport::Reloader.to_prepare do +# ApplicationController.renderer.defaults.merge!( +# http_host: 'example.org', +# https: false +# ) +# end diff --git a/Rodolfo_Valdivieso/controllers/routes/config/initializers/assets.rb b/dylan_eckert/controllersnviews/timedisp/config/initializers/assets.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/routes/config/initializers/assets.rb rename to dylan_eckert/controllersnviews/timedisp/config/initializers/assets.rb diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/config/initializers/backtrace_silencers.rb b/dylan_eckert/controllersnviews/timedisp/config/initializers/backtrace_silencers.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/ninjaGold/config/initializers/backtrace_silencers.rb rename to dylan_eckert/controllersnviews/timedisp/config/initializers/backtrace_silencers.rb diff --git a/dylan_eckert/controllersnviews/timedisp/config/initializers/cookies_serializer.rb b/dylan_eckert/controllersnviews/timedisp/config/initializers/cookies_serializer.rb new file mode 100644 index 0000000..5a6a32d --- /dev/null +++ b/dylan_eckert/controllersnviews/timedisp/config/initializers/cookies_serializer.rb @@ -0,0 +1,5 @@ +# Be sure to restart your server when you modify this file. + +# Specify a serializer for the signed and encrypted cookie jars. +# Valid options are :json, :marshal, and :hybrid. +Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/config/initializers/filter_parameter_logging.rb b/dylan_eckert/controllersnviews/timedisp/config/initializers/filter_parameter_logging.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/ninjaGold/config/initializers/filter_parameter_logging.rb rename to dylan_eckert/controllersnviews/timedisp/config/initializers/filter_parameter_logging.rb diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/config/initializers/inflections.rb b/dylan_eckert/controllersnviews/timedisp/config/initializers/inflections.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/ninjaGold/config/initializers/inflections.rb rename to dylan_eckert/controllersnviews/timedisp/config/initializers/inflections.rb diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/config/initializers/mime_types.rb b/dylan_eckert/controllersnviews/timedisp/config/initializers/mime_types.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/ninjaGold/config/initializers/mime_types.rb rename to dylan_eckert/controllersnviews/timedisp/config/initializers/mime_types.rb diff --git a/dylan_eckert/controllersnviews/timedisp/config/initializers/new_framework_defaults.rb b/dylan_eckert/controllersnviews/timedisp/config/initializers/new_framework_defaults.rb new file mode 100644 index 0000000..dd236b5 --- /dev/null +++ b/dylan_eckert/controllersnviews/timedisp/config/initializers/new_framework_defaults.rb @@ -0,0 +1,26 @@ +# Be sure to restart your server when you modify this file. +# +# This file contains migration options to ease your Rails 5.0 upgrade. +# +# Read the Guide for Upgrading Ruby on Rails for more info on each option. + +Rails.application.config.action_controller.raise_on_unfiltered_parameters = true + +# Enable per-form CSRF tokens. Previous versions had false. +Rails.application.config.action_controller.per_form_csrf_tokens = true + +# Enable origin-checking CSRF mitigation. Previous versions had false. +Rails.application.config.action_controller.forgery_protection_origin_check = true + +# Make Ruby 2.4 preserve the timezone of the receiver when calling `to_time`. +# Previous versions had false. +ActiveSupport.to_time_preserves_timezone = true + +# Require `belongs_to` associations by default. Previous versions had false. +Rails.application.config.active_record.belongs_to_required_by_default = true + +# Do not halt callback chains when a callback returns false. Previous versions had true. +ActiveSupport.halt_callback_chains_on_return_false = false + +# Configure SSL options to enable HSTS with subdomains. Previous versions had false. +Rails.application.config.ssl_options = { hsts: { subdomains: true } } diff --git a/dylan_eckert/controllersnviews/timedisp/config/initializers/session_store.rb b/dylan_eckert/controllersnviews/timedisp/config/initializers/session_store.rb new file mode 100644 index 0000000..f92192e --- /dev/null +++ b/dylan_eckert/controllersnviews/timedisp/config/initializers/session_store.rb @@ -0,0 +1,3 @@ +# Be sure to restart your server when you modify this file. + +Rails.application.config.session_store :cookie_store, key: '_timedisp_session' diff --git a/dylan_eckert/controllersnviews/timedisp/config/initializers/wrap_parameters.rb b/dylan_eckert/controllersnviews/timedisp/config/initializers/wrap_parameters.rb new file mode 100644 index 0000000..bbfc396 --- /dev/null +++ b/dylan_eckert/controllersnviews/timedisp/config/initializers/wrap_parameters.rb @@ -0,0 +1,14 @@ +# Be sure to restart your server when you modify this file. + +# This file contains settings for ActionController::ParamsWrapper which +# is enabled by default. + +# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. +ActiveSupport.on_load(:action_controller) do + wrap_parameters format: [:json] +end + +# To enable root element in JSON for ActiveRecord objects. +# ActiveSupport.on_load(:active_record) do +# self.include_root_in_json = true +# end diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/config/locales/en.yml b/dylan_eckert/controllersnviews/timedisp/config/locales/en.yml similarity index 100% rename from Rodolfo_Valdivieso/controllers/ninjaGold/config/locales/en.yml rename to dylan_eckert/controllersnviews/timedisp/config/locales/en.yml diff --git a/dylan_eckert/controllersnviews/timedisp/config/puma.rb b/dylan_eckert/controllersnviews/timedisp/config/puma.rb new file mode 100644 index 0000000..c7f311f --- /dev/null +++ b/dylan_eckert/controllersnviews/timedisp/config/puma.rb @@ -0,0 +1,47 @@ +# Puma can serve each request in a thread from an internal thread pool. +# The `threads` method setting takes two numbers a minimum and maximum. +# Any libraries that use thread pools should be configured to match +# the maximum value specified for Puma. Default is set to 5 threads for minimum +# and maximum, this matches the default thread size of Active Record. +# +threads_count = ENV.fetch("RAILS_MAX_THREADS") { 5 }.to_i +threads threads_count, threads_count + +# Specifies the `port` that Puma will listen on to receive requests, default is 3000. +# +port ENV.fetch("PORT") { 3000 } + +# Specifies the `environment` that Puma will run in. +# +environment ENV.fetch("RAILS_ENV") { "development" } + +# Specifies the number of `workers` to boot in clustered mode. +# Workers are forked webserver processes. If using threads and workers together +# the concurrency of the application would be max `threads` * `workers`. +# Workers do not work on JRuby or Windows (both of which do not support +# processes). +# +# workers ENV.fetch("WEB_CONCURRENCY") { 2 } + +# Use the `preload_app!` method when specifying a `workers` number. +# This directive tells Puma to first boot the application and load code +# before forking the application. This takes advantage of Copy On Write +# process behavior so workers use less memory. If you use this option +# you need to make sure to reconnect any threads in the `on_worker_boot` +# block. +# +# preload_app! + +# The code in the `on_worker_boot` will be called if you are using +# clustered mode by specifying a number of `workers`. After each worker +# process is booted this block will be run, if you are using `preload_app!` +# option you will want to use this block to reconnect to any threads +# or connections that may have been created at application boot, Ruby +# cannot share connections between processes. +# +# on_worker_boot do +# ActiveRecord::Base.establish_connection if defined?(ActiveRecord) +# end + +# Allow puma to be restarted by `rails restart` command. +plugin :tmp_restart diff --git a/dylan_eckert/controllersnviews/timedisp/config/routes.rb b/dylan_eckert/controllersnviews/timedisp/config/routes.rb new file mode 100644 index 0000000..a2bd921 --- /dev/null +++ b/dylan_eckert/controllersnviews/timedisp/config/routes.rb @@ -0,0 +1,5 @@ +Rails.application.routes.draw do + # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html + root "times#main" + +end diff --git a/dylan_eckert/controllersnviews/timedisp/config/secrets.yml b/dylan_eckert/controllersnviews/timedisp/config/secrets.yml new file mode 100644 index 0000000..254899a --- /dev/null +++ b/dylan_eckert/controllersnviews/timedisp/config/secrets.yml @@ -0,0 +1,22 @@ +# Be sure to restart your server when you modify this file. + +# Your secret key is used for verifying the integrity of signed cookies. +# If you change this key, all old signed cookies will become invalid! + +# Make sure the secret is at least 30 characters and all random, +# no regular words or you'll be exposed to dictionary attacks. +# You can use `rails secret` to generate a secure secret key. + +# Make sure the secrets in this file are kept private +# if you're sharing your code publicly. + +development: + secret_key_base: 0be5ad77dedd86425334e249a66518242b2d502322aa29dfc3c9865e6648763de7ee553609ff148f5b7213b817edcce11f51ff8c8fb64fa91137c744a4ede7ad + +test: + secret_key_base: be252691576099f34fb48deb381a34a62850de758fff3efb53ed580bb027fa430e6b15f7ecb8393ef0f2f0e58def618887526e5bf847a5f7ec526b05dcc082bc + +# Do not keep production secrets in the repository, +# instead read values from the environment. +production: + secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/dylan_eckert/controllersnviews/timedisp/config/spring.rb b/dylan_eckert/controllersnviews/timedisp/config/spring.rb new file mode 100644 index 0000000..c9119b4 --- /dev/null +++ b/dylan_eckert/controllersnviews/timedisp/config/spring.rb @@ -0,0 +1,6 @@ +%w( + .ruby-version + .rbenv-vars + tmp/restart.txt + tmp/caching-dev.txt +).each { |path| Spring.watch(path) } diff --git a/dylan_eckert/controllersnviews/timedisp/db/seeds.rb b/dylan_eckert/controllersnviews/timedisp/db/seeds.rb new file mode 100644 index 0000000..1beea2a --- /dev/null +++ b/dylan_eckert/controllersnviews/timedisp/db/seeds.rb @@ -0,0 +1,7 @@ +# This file should contain all the record creation needed to seed the database with its default values. +# The data can then be loaded with the rails db:seed command (or created alongside the database with db:setup). +# +# Examples: +# +# movies = Movie.create([{ name: 'Star Wars' }, { name: 'Lord of the Rings' }]) +# Character.create(name: 'Luke', movie: movies.first) diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/vendor/assets/stylesheets/.keep b/dylan_eckert/controllersnviews/timedisp/lib/assets/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/ninjaGold/vendor/assets/stylesheets/.keep rename to dylan_eckert/controllersnviews/timedisp/lib/assets/.keep diff --git a/Rodolfo_Valdivieso/controllers/routes/app/assets/images/.keep b/dylan_eckert/controllersnviews/timedisp/lib/tasks/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/routes/app/assets/images/.keep rename to dylan_eckert/controllersnviews/timedisp/lib/tasks/.keep diff --git a/Rodolfo_Valdivieso/controllers/routes/app/controllers/concerns/.keep b/dylan_eckert/controllersnviews/timedisp/log/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/routes/app/controllers/concerns/.keep rename to dylan_eckert/controllersnviews/timedisp/log/.keep diff --git a/dylan_eckert/controllersnviews/timedisp/public/404.html b/dylan_eckert/controllersnviews/timedisp/public/404.html new file mode 100644 index 0000000..2be3af2 --- /dev/null +++ b/dylan_eckert/controllersnviews/timedisp/public/404.html @@ -0,0 +1,67 @@ + + + + The page you were looking for doesn't exist (404) + + + + + + +
+
+

The page you were looking for doesn't exist.

+

You may have mistyped the address or the page may have moved.

+
+

If you are the application owner check the logs for more information.

+
+ + diff --git a/dylan_eckert/controllersnviews/timedisp/public/422.html b/dylan_eckert/controllersnviews/timedisp/public/422.html new file mode 100644 index 0000000..c08eac0 --- /dev/null +++ b/dylan_eckert/controllersnviews/timedisp/public/422.html @@ -0,0 +1,67 @@ + + + + The change you wanted was rejected (422) + + + + + + +
+
+

The change you wanted was rejected.

+

Maybe you tried to change something you didn't have access to.

+
+

If you are the application owner check the logs for more information.

+
+ + diff --git a/dylan_eckert/controllersnviews/timedisp/public/500.html b/dylan_eckert/controllersnviews/timedisp/public/500.html new file mode 100644 index 0000000..78a030a --- /dev/null +++ b/dylan_eckert/controllersnviews/timedisp/public/500.html @@ -0,0 +1,66 @@ + + + + We're sorry, but something went wrong (500) + + + + + + +
+
+

We're sorry, but something went wrong.

+
+

If you are the application owner check the logs for more information.

+
+ + diff --git a/Rodolfo_Valdivieso/controllers/routes/app/mailers/.keep b/dylan_eckert/controllersnviews/timedisp/public/apple-touch-icon-precomposed.png similarity index 100% rename from Rodolfo_Valdivieso/controllers/routes/app/mailers/.keep rename to dylan_eckert/controllersnviews/timedisp/public/apple-touch-icon-precomposed.png diff --git a/Rodolfo_Valdivieso/controllers/routes/app/models/.keep b/dylan_eckert/controllersnviews/timedisp/public/apple-touch-icon.png similarity index 100% rename from Rodolfo_Valdivieso/controllers/routes/app/models/.keep rename to dylan_eckert/controllersnviews/timedisp/public/apple-touch-icon.png diff --git a/Rodolfo_Valdivieso/controllers/routes/public/favicon.ico b/dylan_eckert/controllersnviews/timedisp/public/favicon.ico similarity index 100% rename from Rodolfo_Valdivieso/controllers/routes/public/favicon.ico rename to dylan_eckert/controllersnviews/timedisp/public/favicon.ico diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/public/robots.txt b/dylan_eckert/controllersnviews/timedisp/public/robots.txt similarity index 100% rename from Rodolfo_Valdivieso/controllers/ninjaGold/public/robots.txt rename to dylan_eckert/controllersnviews/timedisp/public/robots.txt diff --git a/Rodolfo_Valdivieso/controllers/routes/app/models/concerns/.keep b/dylan_eckert/controllersnviews/timedisp/test/controllers/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/routes/app/models/concerns/.keep rename to dylan_eckert/controllersnviews/timedisp/test/controllers/.keep diff --git a/dylan_eckert/controllersnviews/timedisp/test/controllers/times_controller_test.rb b/dylan_eckert/controllersnviews/timedisp/test/controllers/times_controller_test.rb new file mode 100644 index 0000000..0975994 --- /dev/null +++ b/dylan_eckert/controllersnviews/timedisp/test/controllers/times_controller_test.rb @@ -0,0 +1,7 @@ +require 'test_helper' + +class TimesControllerTest < ActionDispatch::IntegrationTest + # test "the truth" do + # assert true + # end +end diff --git a/Rodolfo_Valdivieso/controllers/routes/lib/assets/.keep b/dylan_eckert/controllersnviews/timedisp/test/fixtures/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/routes/lib/assets/.keep rename to dylan_eckert/controllersnviews/timedisp/test/fixtures/.keep diff --git a/Rodolfo_Valdivieso/controllers/routes/lib/tasks/.keep b/dylan_eckert/controllersnviews/timedisp/test/fixtures/files/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/routes/lib/tasks/.keep rename to dylan_eckert/controllersnviews/timedisp/test/fixtures/files/.keep diff --git a/Rodolfo_Valdivieso/controllers/routes/log/.keep b/dylan_eckert/controllersnviews/timedisp/test/helpers/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/routes/log/.keep rename to dylan_eckert/controllersnviews/timedisp/test/helpers/.keep diff --git a/Rodolfo_Valdivieso/controllers/routes/test/controllers/.keep b/dylan_eckert/controllersnviews/timedisp/test/integration/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/routes/test/controllers/.keep rename to dylan_eckert/controllersnviews/timedisp/test/integration/.keep diff --git a/Rodolfo_Valdivieso/controllers/routes/test/fixtures/.keep b/dylan_eckert/controllersnviews/timedisp/test/mailers/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/routes/test/fixtures/.keep rename to dylan_eckert/controllersnviews/timedisp/test/mailers/.keep diff --git a/Rodolfo_Valdivieso/controllers/routes/test/helpers/.keep b/dylan_eckert/controllersnviews/timedisp/test/models/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/routes/test/helpers/.keep rename to dylan_eckert/controllersnviews/timedisp/test/models/.keep diff --git a/Rodolfo_Valdivieso/controllers/ninjaGold/test/test_helper.rb b/dylan_eckert/controllersnviews/timedisp/test/test_helper.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/ninjaGold/test/test_helper.rb rename to dylan_eckert/controllersnviews/timedisp/test/test_helper.rb diff --git a/Rodolfo_Valdivieso/controllers/routes/test/integration/.keep b/dylan_eckert/controllersnviews/timedisp/tmp/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/routes/test/integration/.keep rename to dylan_eckert/controllersnviews/timedisp/tmp/.keep diff --git a/Rodolfo_Valdivieso/controllers/routes/test/mailers/.keep b/dylan_eckert/controllersnviews/timedisp/vendor/assets/javascripts/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/routes/test/mailers/.keep rename to dylan_eckert/controllersnviews/timedisp/vendor/assets/javascripts/.keep diff --git a/Rodolfo_Valdivieso/controllers/routes/test/models/.keep b/dylan_eckert/controllersnviews/timedisp/vendor/assets/stylesheets/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/routes/test/models/.keep rename to dylan_eckert/controllersnviews/timedisp/vendor/assets/stylesheets/.keep diff --git a/dylan_eckert/fundamentals/arrays.rb b/dylan_eckert/fundamentals/arrays.rb new file mode 100644 index 0000000..e3f2629 --- /dev/null +++ b/dylan_eckert/fundamentals/arrays.rb @@ -0,0 +1,27 @@ +puts "array .at through .delete" +array = [1,2,3,4,5,6] +puts array +puts array.at(2) +puts array.fetch(3) +puts array.delete(4) +puts array + +puts "array2 .reverse through .sort" +array2 = [3,4,8,1,5,2] +puts array2 +puts array2.reverse +puts array2.length +puts array2.sort + +puts "array3 .slice through .insert" +array3 = [1,2,3,4,5,6] +puts array3 +puts array3.slice(0..2) +puts array3.shuffle +puts array3.insert(6, 20) + +puts "array4 .join .values_at" +array4 = ["super","cali","fraga","listic","expi","ala","dotious"] +puts array4 +puts array4.join +puts array4.values_at(1, 3, 5) diff --git a/dylan_eckert/fundamentals/basic13.rb b/dylan_eckert/fundamentals/basic13.rb new file mode 100644 index 0000000..3885303 --- /dev/null +++ b/dylan_eckert/fundamentals/basic13.rb @@ -0,0 +1,92 @@ +puts "--- print 1-255" +for i in 1..255 + puts "#{i}" +end + +puts "--- print ODD 1-255" +for i in 1..255 + if i.odd? + puts "#{i}" + end +end + +puts "--- print 1-255 and sum of all existing nums" +sum = 0 +for i in 0..255 + sum += i + puts "number is #{i}" + puts "sum is #{sum}" +end + +puts "--- iterating through an array" +x = [1,3,5,7,9,13] +def iterating arr + arr.each{|i| puts i} +end +iterating x + +puts "--- find max" +y = [1,2,3,4,5] +z = [-1,0,9,-45,2] +zz = [-1,-3,-6,-7,-8] +def find_max arr + arr.max +end + +puts find_max y +puts find_max z +puts find_max zz + +puts "--- average" +def get_avg arr + arr.inject{ |sum, x| sum += x } / arr.size.to_f +end + +puts get_avg y +puts get_avg z + +puts "--- array ODD 1-255" +p (1..255).select { |i| i if i.odd? } +# def odd_arr +# newarr = [] +# for i in 1..255 +# if i.odd? +# newarr.push(i) +# end +# end +# return newarr +# end + +puts "--- greater than y" +gtyarr = [1, 3, 5, 7] +y = 3 +puts gtyarr.count { |i| i > y } + +puts "--- square numbers" +sqarr = [2,6,8,13] +puts sqarr.map! { |i| i*i} +# to create a new array use map + +puts "--- eliminate negatives" +elimarr = [-24, 2, -3, 5] +puts elimarr.each_index { |i| elimarr[i] = 0 if elimarr[i] < 0 } + +puts "--- min max avg" +mmaarr = [1, 5, 10, -2] +puts "max" +puts mmaarr.max +puts "min" +puts mmaarr.min +puts "avg" +puts mmaarr.inject{ |sum, x| sum += x } / mmaarr.size.to_f + +puts "--- shifting values" +shiftarr = [1, 5, 10, 7, -2] +shiftarr = [1, 5, 10, 7, -2] +shiftarr.rotate!(1)[shiftarr.length-1] = 0 +puts shiftarr + +puts "--- num to str" + +wordarr = [-1, -3, 2] +puts wordarr.each_index { |i| wordarr[i] = "Dojo" if wordarr[i] < 0 } diff --git a/dylan_eckert/fundamentals/guessnum.rb b/dylan_eckert/fundamentals/guessnum.rb new file mode 100644 index 0000000..f65c208 --- /dev/null +++ b/dylan_eckert/fundamentals/guessnum.rb @@ -0,0 +1,14 @@ +def guess_number guess + number = 25 + if guess == number + puts "You got it!" + elsif guess < number + puts "#{guess} was too low!" + else + puts "#{guess} was too high!" + end +end + +guess_number 12 +guess_number 50 +guess_number 25 diff --git a/dylan_eckert/fundamentals/hashes.rb b/dylan_eckert/fundamentals/hashes.rb new file mode 100644 index 0000000..f07c1d8 --- /dev/null +++ b/dylan_eckert/fundamentals/hashes.rb @@ -0,0 +1,11 @@ +def new_user greeting= "welcome", fname: "first", lname: "last" + puts "#{greeting}, #{fname} #{lname}" +end +me = {fname: "Dylan", lname: "Eckert"} +new_user "Hello", me + +me.delete(:fname) +p me +p me.empty? +p me.has_key?(:fname) +p me.has_value?("Eckert") diff --git a/dylan_eckert/fundamentals/myenumerable.rb b/dylan_eckert/fundamentals/myenumerable.rb new file mode 100644 index 0000000..cfe2e8d --- /dev/null +++ b/dylan_eckert/fundamentals/myenumerable.rb @@ -0,0 +1,12 @@ +module MyEnumerable + def my_each + for i in 0...self.length + yield self[i] + end + end +end +class Array + include MyEnumerable +end +[1,2,3,4].my_each { |i| puts i } # => 1 2 3 4 +[1,2,3,4].my_each { |i| puts i * 10 } # => 10 20 30 40 diff --git a/dylan_eckert/fundamentals/names.rb b/dylan_eckert/fundamentals/names.rb new file mode 100644 index 0000000..70c33d7 --- /dev/null +++ b/dylan_eckert/fundamentals/names.rb @@ -0,0 +1,19 @@ +a = {first_name: "Michael", last_name: "Choi"} +b = {first_name: "John", last_name: "Doe"} +c = {first_name: "Jane", last_name: "Doe"} +d = {first_name: "James", last_name: "Smith"} +e = {first_name: "Jennifer", last_name: "Smith"} +names = [a, b, c, d, e] + +namec = names.count +p "You have #{namec} names in the 'names' array" + +def names greeting= "Name:", first_name: "first", last_name: "last" + puts "#{greeting} '#{first_name} #{last_name}'" +end + +puts names a +puts names b +puts names c +puts names d +puts names e diff --git a/dylan_eckert/fundamentals/range.rb b/dylan_eckert/fundamentals/range.rb new file mode 100644 index 0000000..cde507e --- /dev/null +++ b/dylan_eckert/fundamentals/range.rb @@ -0,0 +1,6 @@ +animals = ["cat", "dog", "bird", "lion"] +numbers = [1,2,3,4,5] +puts animals.include?("cat") +puts animals.last +puts numbers.max +puts numbers.min diff --git a/dylan_eckert/fundamentals/rubypuzzles.rb b/dylan_eckert/fundamentals/rubypuzzles.rb new file mode 100644 index 0000000..fbe7627 --- /dev/null +++ b/dylan_eckert/fundamentals/rubypuzzles.rb @@ -0,0 +1,57 @@ +puts "----- puzzle 1" +sum = 0 +puts "sum" +[3,5,1,2,7,9,8,13,25,32].each { |i| sum += i} +p sum +puts "greater than 10" +p [3,5,1,2,7,9,8,13,25,32].select { |i| i if i>10 } + +puts "----- puzzle 2" +puts "suffle" +p ["John","KB","Oliver","Corey","Matthew","Christopher"].shuffle +puts "longer than 5" +p ["John","KB","Oliver","Corey","Matthew","Christopher"].select { |i| i if i.length>5 } +puts "----- puzzle 3" +alphabet = ["a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z"] +vowels = ["a","e","i","o","u"] +puts "suffle show last and first if vowel show message" +alphabet.shuffle! +p "last" +p alphabet.last +first = alphabet.first +p "first" +if vowels.detect { |i| i == first } + puts first + puts "VOWEL" +else + puts first +end + +puts "----- puzzle 4" +randarr = [] +10.times{randarr.push(rand(55..100))} +p randarr + +puts "----- puzzle 5" +randarr2 = [] +10.times{randarr2.push(rand(55..100))} +p "sorted" +p randarr2.sort +p "max" +p randarr2.max +p "min" +p randarr2.min + +puts "----- puzzle 6" +randstr = "" +5.times{randstr.concat((65+rand(26)).chr)} +p randstr + +puts "----- puzzle 7" +randarr3 = [] +10.times do + randstr2 = "" + 5.times{randstr2.concat((65+rand(26)).chr)} + randarr3.push(randstr2) +end +p randarr3 diff --git a/dylan_eckert/fundamentals/test.rb b/dylan_eckert/fundamentals/test.rb new file mode 100644 index 0000000..e175990 --- /dev/null +++ b/dylan_eckert/fundamentals/test.rb @@ -0,0 +1,59 @@ +puts "--- Testing Fundamentals ---" +puts "-- Loop testing" + +puts "- while loop testing" +# declare runner and endpoint before running while loop +runner = 0 +endpoint = 5 +while runner < endpoint do + puts "run #{runner}" + runner += 1 + #can break out of the loop early with a break condition + # break must be after what you want to puts/print + break if runner == 3 + # run 0 run 1 run 2 +end + +puts "- for loop .. testing" +# .. includes both 0 and 5 +# 0 1 2 3 4 5 +for i in 0..5 + puts "#{i}" + #can break out of the loop early with a break condition + # break must be after what you want to puts/print + break if i == 3 + # 0 1 2 3 +end + +puts "- for loop ... testing" +# ... EXCLUDES 5 +# 0 1 2 3 4 +for i in 0...5 + # can skip an index in the loop using next condition + # next must be before what you want to puts/print + next if i == 3 + # 0 1 2 4 + puts "#{i}" +end + +puts "-- Methods Testing" +# define the method name with def, end the method with end +def hello_world + puts "hello world" +end +# call upon the method by typing the name of the method +hello_world + +puts "- input method testing" +# declare parameters after naming the method, separated by commas +def say_hello name1, name2 + puts "hello, #{name1} and #{name2}" +end +say_hello "dylan", "liam" # => "hello, dylan and liam" +puts "- default params" +# declare default parameters like this +def say_hellos name1="dylan", name2="liam" + puts "hello, #{name1} and #{name2}" +end +say_hellos # => "hello, dylan and liam" +say_hellos "bob" # => "hello, bob and liam" diff --git a/dylan_eckert/models/bpm/.gitignore b/dylan_eckert/models/bpm/.gitignore new file mode 100644 index 0000000..bab620d --- /dev/null +++ b/dylan_eckert/models/bpm/.gitignore @@ -0,0 +1,21 @@ +# See https://help.github.com/articles/ignoring-files for more about ignoring files. +# +# If you find yourself ignoring temporary files generated by your text editor +# or operating system, you probably want to add a global ignore instead: +# git config --global core.excludesfile '~/.gitignore_global' + +# Ignore bundler config. +/.bundle + +# Ignore the default SQLite database. +/db/*.sqlite3 +/db/*.sqlite3-journal + +# Ignore all logfiles and tempfiles. +/log/* +/tmp/* +!/log/.keep +!/tmp/.keep + +# Ignore Byebug command history file. +.byebug_history diff --git a/dylan_eckert/models/bpm/Gemfile b/dylan_eckert/models/bpm/Gemfile new file mode 100644 index 0000000..cef91e9 --- /dev/null +++ b/dylan_eckert/models/bpm/Gemfile @@ -0,0 +1,53 @@ +source 'https://rubygems.org' + +git_source(:github) do |repo_name| + repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/") + "https://github.com/#{repo_name}.git" +end + +gem 'hirb' +# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' +gem 'rails', '~> 5.0.6' +# Use sqlite3 as the database for Active Record +gem 'sqlite3' +# Use Puma as the app server +gem 'puma', '~> 3.0' +# Use SCSS for stylesheets +gem 'sass-rails', '~> 5.0' +# Use Uglifier as compressor for JavaScript assets +gem 'uglifier', '>= 1.3.0' +# Use CoffeeScript for .coffee assets and views +gem 'coffee-rails', '~> 4.2' +# See https://github.com/rails/execjs#readme for more supported runtimes +# gem 'therubyracer', platforms: :ruby + +# Use jquery as the JavaScript library +gem 'jquery-rails' +# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks +gem 'turbolinks', '~> 5' +# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder +gem 'jbuilder', '~> 2.5' +# Use Redis adapter to run Action Cable in production +# gem 'redis', '~> 3.0' +# Use ActiveModel has_secure_password +# gem 'bcrypt', '~> 3.1.7' + +# Use Capistrano for deployment +# gem 'capistrano-rails', group: :development + +group :development, :test do + # Call 'byebug' anywhere in the code to stop execution and get a debugger console + gem 'byebug', platform: :mri +end + +group :development do + # Access an IRB console on exception pages or by using <%= console %> anywhere in the code. + gem 'web-console', '>= 3.3.0' + gem 'listen', '~> 3.0.5' + # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring + gem 'spring' + gem 'spring-watcher-listen', '~> 2.0.0' +end + +# Windows does not include zoneinfo files, so bundle the tzinfo-data gem +gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] diff --git a/dylan_eckert/models/bpm/Gemfile.lock b/dylan_eckert/models/bpm/Gemfile.lock new file mode 100644 index 0000000..666314f --- /dev/null +++ b/dylan_eckert/models/bpm/Gemfile.lock @@ -0,0 +1,181 @@ +GEM + remote: https://rubygems.org/ + specs: + actioncable (5.0.6) + actionpack (= 5.0.6) + nio4r (>= 1.2, < 3.0) + websocket-driver (~> 0.6.1) + actionmailer (5.0.6) + actionpack (= 5.0.6) + actionview (= 5.0.6) + activejob (= 5.0.6) + mail (~> 2.5, >= 2.5.4) + rails-dom-testing (~> 2.0) + actionpack (5.0.6) + actionview (= 5.0.6) + activesupport (= 5.0.6) + rack (~> 2.0) + rack-test (~> 0.6.3) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.0.2) + actionview (5.0.6) + activesupport (= 5.0.6) + builder (~> 3.1) + erubis (~> 2.7.0) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.0.3) + activejob (5.0.6) + activesupport (= 5.0.6) + globalid (>= 0.3.6) + activemodel (5.0.6) + activesupport (= 5.0.6) + activerecord (5.0.6) + activemodel (= 5.0.6) + activesupport (= 5.0.6) + arel (~> 7.0) + activesupport (5.0.6) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (~> 0.7) + minitest (~> 5.1) + tzinfo (~> 1.1) + arel (7.1.4) + bindex (0.5.0) + builder (3.2.3) + byebug (9.1.0) + coffee-rails (4.2.2) + coffee-script (>= 2.2.0) + railties (>= 4.0.0) + coffee-script (2.4.1) + coffee-script-source + execjs + coffee-script-source (1.12.2) + concurrent-ruby (1.0.5) + crass (1.0.3) + erubis (2.7.0) + execjs (2.7.0) + ffi (1.9.18) + globalid (0.4.1) + activesupport (>= 4.2.0) + hirb (0.7.3) + i18n (0.9.1) + concurrent-ruby (~> 1.0) + jbuilder (2.7.0) + activesupport (>= 4.2.0) + multi_json (>= 1.2) + jquery-rails (4.3.1) + rails-dom-testing (>= 1, < 3) + railties (>= 4.2.0) + thor (>= 0.14, < 2.0) + listen (3.0.8) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + loofah (2.1.1) + crass (~> 1.0.2) + nokogiri (>= 1.5.9) + mail (2.7.0) + mini_mime (>= 0.1.1) + method_source (0.9.0) + mini_mime (1.0.0) + mini_portile2 (2.3.0) + minitest (5.10.3) + multi_json (1.12.2) + nio4r (2.1.0) + nokogiri (1.8.1) + mini_portile2 (~> 2.3.0) + puma (3.11.0) + rack (2.0.3) + rack-test (0.6.3) + rack (>= 1.0) + rails (5.0.6) + actioncable (= 5.0.6) + actionmailer (= 5.0.6) + actionpack (= 5.0.6) + actionview (= 5.0.6) + activejob (= 5.0.6) + activemodel (= 5.0.6) + activerecord (= 5.0.6) + activesupport (= 5.0.6) + bundler (>= 1.3.0) + railties (= 5.0.6) + sprockets-rails (>= 2.0.0) + rails-dom-testing (2.0.3) + activesupport (>= 4.2.0) + nokogiri (>= 1.6) + rails-html-sanitizer (1.0.3) + loofah (~> 2.0) + railties (5.0.6) + actionpack (= 5.0.6) + activesupport (= 5.0.6) + method_source + rake (>= 0.8.7) + thor (>= 0.18.1, < 2.0) + rake (12.3.0) + rb-fsevent (0.10.2) + rb-inotify (0.9.10) + ffi (>= 0.5.0, < 2) + sass (3.5.3) + sass-listen (~> 4.0.0) + sass-listen (4.0.0) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + sass-rails (5.0.7) + railties (>= 4.0.0, < 6) + sass (~> 3.1) + sprockets (>= 2.8, < 4.0) + sprockets-rails (>= 2.0, < 4.0) + tilt (>= 1.1, < 3) + spring (2.0.2) + activesupport (>= 4.2) + spring-watcher-listen (2.0.1) + listen (>= 2.7, < 4.0) + spring (>= 1.2, < 3.0) + sprockets (3.7.1) + concurrent-ruby (~> 1.0) + rack (> 1, < 3) + sprockets-rails (3.2.1) + actionpack (>= 4.0) + activesupport (>= 4.0) + sprockets (>= 3.0.0) + sqlite3 (1.3.13) + thor (0.20.0) + thread_safe (0.3.6) + tilt (2.0.8) + turbolinks (5.0.1) + turbolinks-source (~> 5) + turbolinks-source (5.0.3) + tzinfo (1.2.4) + thread_safe (~> 0.1) + uglifier (3.2.0) + execjs (>= 0.3.0, < 3) + web-console (3.5.1) + actionview (>= 5.0) + activemodel (>= 5.0) + bindex (>= 0.4.0) + railties (>= 5.0) + websocket-driver (0.6.5) + websocket-extensions (>= 0.1.0) + websocket-extensions (0.1.3) + +PLATFORMS + ruby + +DEPENDENCIES + byebug + coffee-rails (~> 4.2) + hirb + jbuilder (~> 2.5) + jquery-rails + listen (~> 3.0.5) + puma (~> 3.0) + rails (~> 5.0.6) + sass-rails (~> 5.0) + spring + spring-watcher-listen (~> 2.0.0) + sqlite3 + turbolinks (~> 5) + tzinfo-data + uglifier (>= 1.3.0) + web-console (>= 3.3.0) + +BUNDLED WITH + 1.12.5 diff --git a/dylan_eckert/models/bpm/README.md b/dylan_eckert/models/bpm/README.md new file mode 100644 index 0000000..7db80e4 --- /dev/null +++ b/dylan_eckert/models/bpm/README.md @@ -0,0 +1,24 @@ +# README + +This README would normally document whatever steps are necessary to get the +application up and running. + +Things you may want to cover: + +* Ruby version + +* System dependencies + +* Configuration + +* Database creation + +* Database initialization + +* How to run the test suite + +* Services (job queues, cache servers, search engines, etc.) + +* Deployment instructions + +* ... diff --git a/dylan_eckert/models/bpm/Rakefile b/dylan_eckert/models/bpm/Rakefile new file mode 100644 index 0000000..e85f913 --- /dev/null +++ b/dylan_eckert/models/bpm/Rakefile @@ -0,0 +1,6 @@ +# Add your own tasks in files placed in lib/tasks ending in .rake, +# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. + +require_relative 'config/application' + +Rails.application.load_tasks diff --git a/dylan_eckert/models/bpm/app/assets/config/manifest.js b/dylan_eckert/models/bpm/app/assets/config/manifest.js new file mode 100644 index 0000000..b16e53d --- /dev/null +++ b/dylan_eckert/models/bpm/app/assets/config/manifest.js @@ -0,0 +1,3 @@ +//= link_tree ../images +//= link_directory ../javascripts .js +//= link_directory ../stylesheets .css diff --git a/Rodolfo_Valdivieso/controllers/routes/vendor/assets/javascripts/.keep b/dylan_eckert/models/bpm/app/assets/images/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/routes/vendor/assets/javascripts/.keep rename to dylan_eckert/models/bpm/app/assets/images/.keep diff --git a/dylan_eckert/models/bpm/app/assets/javascripts/application.js b/dylan_eckert/models/bpm/app/assets/javascripts/application.js new file mode 100644 index 0000000..b12018d --- /dev/null +++ b/dylan_eckert/models/bpm/app/assets/javascripts/application.js @@ -0,0 +1,16 @@ +// This is a manifest file that'll be compiled into application.js, which will include all the files +// listed below. +// +// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, +// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. +// +// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the +// compiled file. JavaScript code in this file should be added after the last require_* statement. +// +// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details +// about supported directives. +// +//= require jquery +//= require jquery_ujs +//= require turbolinks +//= require_tree . diff --git a/dylan_eckert/models/bpm/app/assets/javascripts/cable.js b/dylan_eckert/models/bpm/app/assets/javascripts/cable.js new file mode 100644 index 0000000..71ee1e6 --- /dev/null +++ b/dylan_eckert/models/bpm/app/assets/javascripts/cable.js @@ -0,0 +1,13 @@ +// Action Cable provides the framework to deal with WebSockets in Rails. +// You can generate new channels where WebSocket features live using the rails generate channel command. +// +//= require action_cable +//= require_self +//= require_tree ./channels + +(function() { + this.App || (this.App = {}); + + App.cable = ActionCable.createConsumer(); + +}).call(this); diff --git a/Rodolfo_Valdivieso/controllers/routes/vendor/assets/stylesheets/.keep b/dylan_eckert/models/bpm/app/assets/javascripts/channels/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/routes/vendor/assets/stylesheets/.keep rename to dylan_eckert/models/bpm/app/assets/javascripts/channels/.keep diff --git a/dylan_eckert/models/bpm/app/assets/stylesheets/application.css b/dylan_eckert/models/bpm/app/assets/stylesheets/application.css new file mode 100644 index 0000000..0ebd7fe --- /dev/null +++ b/dylan_eckert/models/bpm/app/assets/stylesheets/application.css @@ -0,0 +1,15 @@ +/* + * This is a manifest file that'll be compiled into application.css, which will include all the files + * listed below. + * + * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, + * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. + * + * You're free to add application-wide styles to this file and they'll appear at the bottom of the + * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS + * files in this directory. Styles in this file should be added after the last require_* statement. + * It is generally better to create a new file per style scope. + * + *= require_tree . + *= require_self + */ diff --git a/dylan_eckert/models/bpm/app/channels/application_cable/channel.rb b/dylan_eckert/models/bpm/app/channels/application_cable/channel.rb new file mode 100644 index 0000000..d672697 --- /dev/null +++ b/dylan_eckert/models/bpm/app/channels/application_cable/channel.rb @@ -0,0 +1,4 @@ +module ApplicationCable + class Channel < ActionCable::Channel::Base + end +end diff --git a/dylan_eckert/models/bpm/app/channels/application_cable/connection.rb b/dylan_eckert/models/bpm/app/channels/application_cable/connection.rb new file mode 100644 index 0000000..0ff5442 --- /dev/null +++ b/dylan_eckert/models/bpm/app/channels/application_cable/connection.rb @@ -0,0 +1,4 @@ +module ApplicationCable + class Connection < ActionCable::Connection::Base + end +end diff --git a/dylan_eckert/models/bpm/app/controllers/application_controller.rb b/dylan_eckert/models/bpm/app/controllers/application_controller.rb new file mode 100644 index 0000000..1c07694 --- /dev/null +++ b/dylan_eckert/models/bpm/app/controllers/application_controller.rb @@ -0,0 +1,3 @@ +class ApplicationController < ActionController::Base + protect_from_forgery with: :exception +end diff --git a/Rodolfo_Valdivieso/controllers/survey_form/app/assets/images/.keep b/dylan_eckert/models/bpm/app/controllers/concerns/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/survey_form/app/assets/images/.keep rename to dylan_eckert/models/bpm/app/controllers/concerns/.keep diff --git a/Rodolfo_Valdivieso/controllers/routes/app/helpers/application_helper.rb b/dylan_eckert/models/bpm/app/helpers/application_helper.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/routes/app/helpers/application_helper.rb rename to dylan_eckert/models/bpm/app/helpers/application_helper.rb diff --git a/dylan_eckert/models/bpm/app/jobs/application_job.rb b/dylan_eckert/models/bpm/app/jobs/application_job.rb new file mode 100644 index 0000000..a009ace --- /dev/null +++ b/dylan_eckert/models/bpm/app/jobs/application_job.rb @@ -0,0 +1,2 @@ +class ApplicationJob < ActiveJob::Base +end diff --git a/dylan_eckert/models/bpm/app/mailers/application_mailer.rb b/dylan_eckert/models/bpm/app/mailers/application_mailer.rb new file mode 100644 index 0000000..286b223 --- /dev/null +++ b/dylan_eckert/models/bpm/app/mailers/application_mailer.rb @@ -0,0 +1,4 @@ +class ApplicationMailer < ActionMailer::Base + default from: 'from@example.com' + layout 'mailer' +end diff --git a/dylan_eckert/models/bpm/app/models/application_record.rb b/dylan_eckert/models/bpm/app/models/application_record.rb new file mode 100644 index 0000000..10a4cba --- /dev/null +++ b/dylan_eckert/models/bpm/app/models/application_record.rb @@ -0,0 +1,3 @@ +class ApplicationRecord < ActiveRecord::Base + self.abstract_class = true +end diff --git a/dylan_eckert/models/bpm/app/models/blog.rb b/dylan_eckert/models/bpm/app/models/blog.rb new file mode 100644 index 0000000..2b3751d --- /dev/null +++ b/dylan_eckert/models/bpm/app/models/blog.rb @@ -0,0 +1,5 @@ +class Blog < ApplicationRecord + has_many :posts, dependent: :destroy + + validates :name, :description, presence: true +end diff --git a/Rodolfo_Valdivieso/controllers/survey_form/app/controllers/concerns/.keep b/dylan_eckert/models/bpm/app/models/concerns/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/survey_form/app/controllers/concerns/.keep rename to dylan_eckert/models/bpm/app/models/concerns/.keep diff --git a/dylan_eckert/models/bpm/app/models/message.rb b/dylan_eckert/models/bpm/app/models/message.rb new file mode 100644 index 0000000..b45b564 --- /dev/null +++ b/dylan_eckert/models/bpm/app/models/message.rb @@ -0,0 +1,6 @@ +class Message < ApplicationRecord + belongs_to :post + + validates :author, :message, presence: true + validates :message, length:{minimum:15} +end diff --git a/dylan_eckert/models/bpm/app/models/post.rb b/dylan_eckert/models/bpm/app/models/post.rb new file mode 100644 index 0000000..5d339b8 --- /dev/null +++ b/dylan_eckert/models/bpm/app/models/post.rb @@ -0,0 +1,7 @@ +class Post < ApplicationRecord + belongs_to :blog + has_many :messages, dependent: :destroy + + validates :title, :content, presence: true + validates :title, length:{minimum: 7} +end diff --git a/dylan_eckert/models/bpm/app/views/layouts/application.html.erb b/dylan_eckert/models/bpm/app/views/layouts/application.html.erb new file mode 100644 index 0000000..421a115 --- /dev/null +++ b/dylan_eckert/models/bpm/app/views/layouts/application.html.erb @@ -0,0 +1,14 @@ + + + + Bpm + <%= csrf_meta_tags %> + + <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %> + <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %> + + + + <%= yield %> + + diff --git a/dylan_eckert/models/bpm/app/views/layouts/mailer.html.erb b/dylan_eckert/models/bpm/app/views/layouts/mailer.html.erb new file mode 100644 index 0000000..cbd34d2 --- /dev/null +++ b/dylan_eckert/models/bpm/app/views/layouts/mailer.html.erb @@ -0,0 +1,13 @@ + + + + + + + + + <%= yield %> + + diff --git a/dylan_eckert/models/bpm/app/views/layouts/mailer.text.erb b/dylan_eckert/models/bpm/app/views/layouts/mailer.text.erb new file mode 100644 index 0000000..37f0bdd --- /dev/null +++ b/dylan_eckert/models/bpm/app/views/layouts/mailer.text.erb @@ -0,0 +1 @@ +<%= yield %> diff --git a/Rodolfo_Valdivieso/controllers/routes/bin/bundle b/dylan_eckert/models/bpm/bin/bundle old mode 100644 new mode 100755 similarity index 100% rename from Rodolfo_Valdivieso/controllers/routes/bin/bundle rename to dylan_eckert/models/bpm/bin/bundle diff --git a/dylan_eckert/models/bpm/bin/rails b/dylan_eckert/models/bpm/bin/rails new file mode 100755 index 0000000..5badb2f --- /dev/null +++ b/dylan_eckert/models/bpm/bin/rails @@ -0,0 +1,9 @@ +#!/usr/bin/env ruby +begin + load File.expand_path('../spring', __FILE__) +rescue LoadError => e + raise unless e.message.include?('spring') +end +APP_PATH = File.expand_path('../config/application', __dir__) +require_relative '../config/boot' +require 'rails/commands' diff --git a/Rodolfo_Valdivieso/controllers/routes/bin/rake b/dylan_eckert/models/bpm/bin/rake old mode 100644 new mode 100755 similarity index 100% rename from Rodolfo_Valdivieso/controllers/routes/bin/rake rename to dylan_eckert/models/bpm/bin/rake diff --git a/dylan_eckert/models/bpm/bin/setup b/dylan_eckert/models/bpm/bin/setup new file mode 100755 index 0000000..e620b4d --- /dev/null +++ b/dylan_eckert/models/bpm/bin/setup @@ -0,0 +1,34 @@ +#!/usr/bin/env ruby +require 'pathname' +require 'fileutils' +include FileUtils + +# path to your application root. +APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) + +def system!(*args) + system(*args) || abort("\n== Command #{args} failed ==") +end + +chdir APP_ROOT do + # This script is a starting point to setup your application. + # Add necessary setup steps to this file. + + puts '== Installing dependencies ==' + system! 'gem install bundler --conservative' + system('bundle check') || system!('bundle install') + + # puts "\n== Copying sample files ==" + # unless File.exist?('config/database.yml') + # cp 'config/database.yml.sample', 'config/database.yml' + # end + + puts "\n== Preparing database ==" + system! 'bin/rails db:setup' + + puts "\n== Removing old logs and tempfiles ==" + system! 'bin/rails log:clear tmp:clear' + + puts "\n== Restarting application server ==" + system! 'bin/rails restart' +end diff --git a/Rodolfo_Valdivieso/controllers/routes/bin/spring b/dylan_eckert/models/bpm/bin/spring old mode 100644 new mode 100755 similarity index 100% rename from Rodolfo_Valdivieso/controllers/routes/bin/spring rename to dylan_eckert/models/bpm/bin/spring diff --git a/dylan_eckert/models/bpm/bin/update b/dylan_eckert/models/bpm/bin/update new file mode 100755 index 0000000..a8e4462 --- /dev/null +++ b/dylan_eckert/models/bpm/bin/update @@ -0,0 +1,29 @@ +#!/usr/bin/env ruby +require 'pathname' +require 'fileutils' +include FileUtils + +# path to your application root. +APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) + +def system!(*args) + system(*args) || abort("\n== Command #{args} failed ==") +end + +chdir APP_ROOT do + # This script is a way to update your development environment automatically. + # Add necessary update steps to this file. + + puts '== Installing dependencies ==' + system! 'gem install bundler --conservative' + system('bundle check') || system!('bundle install') + + puts "\n== Updating database ==" + system! 'bin/rails db:migrate' + + puts "\n== Removing old logs and tempfiles ==" + system! 'bin/rails log:clear tmp:clear' + + puts "\n== Restarting application server ==" + system! 'bin/rails restart' +end diff --git a/dylan_eckert/models/bpm/commands.txt b/dylan_eckert/models/bpm/commands.txt new file mode 100644 index 0000000..93b7ea2 --- /dev/null +++ b/dylan_eckert/models/bpm/commands.txt @@ -0,0 +1,45 @@ +rails g model Blog name:string description:text + +rails g model Post title:string content:text blog:references + +rails g model Message author:string message:text post:references + +class Blog < ActiveRecord::Base + has_many :posts + + validates :name, :description, presence: true +end + +class Post < ActiveRecord::Base + has_many :messages + belongs_to :blog + + validates :content, presence: true + validates :title, length: { minimum: 7 } +end + +class Message < ActiveRecord::Base + belongs_to :post + + validates :author, :message, presence: true +end + +# create one blog at a time +Blog.create(name:"blog1",description:"blog 1 desc") +# create all 5 blogs using a block with one line +1.upto(5) { |i| Blog.create(name: "Blog #{i}", description: "This is the description for Blog #{i}") } + +# one post at a a time +Post.create(title:"ptitle1", content:"content 1", blog:Blog.find(1)) + +Message.create(author:"bob", message: "this is a message 1", post:Post.find(1)) + + +Blog.first.posts + +Blog.last.posts.order('title DESC') + +Post.first.update(title: "new title 1") + +Blog.all +Blog.where("id < ?", 5) diff --git a/dylan_eckert/models/bpm/config.ru b/dylan_eckert/models/bpm/config.ru new file mode 100644 index 0000000..f7ba0b5 --- /dev/null +++ b/dylan_eckert/models/bpm/config.ru @@ -0,0 +1,5 @@ +# This file is used by Rack-based servers to start the application. + +require_relative 'config/environment' + +run Rails.application diff --git a/dylan_eckert/models/bpm/config/application.rb b/dylan_eckert/models/bpm/config/application.rb new file mode 100644 index 0000000..ae0b038 --- /dev/null +++ b/dylan_eckert/models/bpm/config/application.rb @@ -0,0 +1,15 @@ +require_relative 'boot' + +require 'rails/all' + +# Require the gems listed in Gemfile, including any gems +# you've limited to :test, :development, or :production. +Bundler.require(*Rails.groups) + +module Bpm + class Application < Rails::Application + # Settings in config/environments/* take precedence over those specified here. + # Application configuration should go into files in config/initializers + # -- all .rb files in that directory are automatically loaded. + end +end diff --git a/dylan_eckert/models/bpm/config/boot.rb b/dylan_eckert/models/bpm/config/boot.rb new file mode 100644 index 0000000..30f5120 --- /dev/null +++ b/dylan_eckert/models/bpm/config/boot.rb @@ -0,0 +1,3 @@ +ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__) + +require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/dylan_eckert/models/bpm/config/cable.yml b/dylan_eckert/models/bpm/config/cable.yml new file mode 100644 index 0000000..0bbde6f --- /dev/null +++ b/dylan_eckert/models/bpm/config/cable.yml @@ -0,0 +1,9 @@ +development: + adapter: async + +test: + adapter: async + +production: + adapter: redis + url: redis://localhost:6379/1 diff --git a/Rodolfo_Valdivieso/controllers/routes/config/database.yml b/dylan_eckert/models/bpm/config/database.yml similarity index 100% rename from Rodolfo_Valdivieso/controllers/routes/config/database.yml rename to dylan_eckert/models/bpm/config/database.yml diff --git a/dylan_eckert/models/bpm/config/environment.rb b/dylan_eckert/models/bpm/config/environment.rb new file mode 100644 index 0000000..426333b --- /dev/null +++ b/dylan_eckert/models/bpm/config/environment.rb @@ -0,0 +1,5 @@ +# Load the Rails application. +require_relative 'application' + +# Initialize the Rails application. +Rails.application.initialize! diff --git a/dylan_eckert/models/bpm/config/environments/development.rb b/dylan_eckert/models/bpm/config/environments/development.rb new file mode 100644 index 0000000..6f71970 --- /dev/null +++ b/dylan_eckert/models/bpm/config/environments/development.rb @@ -0,0 +1,54 @@ +Rails.application.configure do + # Settings specified here will take precedence over those in config/application.rb. + + # In the development environment your application's code is reloaded on + # every request. This slows down response time but is perfect for development + # since you don't have to restart the web server when you make code changes. + config.cache_classes = false + + # Do not eager load code on boot. + config.eager_load = false + + # Show full error reports. + config.consider_all_requests_local = true + + # Enable/disable caching. By default caching is disabled. + if Rails.root.join('tmp/caching-dev.txt').exist? + config.action_controller.perform_caching = true + + config.cache_store = :memory_store + config.public_file_server.headers = { + 'Cache-Control' => 'public, max-age=172800' + } + else + config.action_controller.perform_caching = false + + config.cache_store = :null_store + end + + # Don't care if the mailer can't send. + config.action_mailer.raise_delivery_errors = false + + config.action_mailer.perform_caching = false + + # Print deprecation notices to the Rails logger. + config.active_support.deprecation = :log + + # Raise an error on page load if there are pending migrations. + config.active_record.migration_error = :page_load + + # Debug mode disables concatenation and preprocessing of assets. + # This option may cause significant delays in view rendering with a large + # number of complex assets. + config.assets.debug = true + + # Suppress logger output for asset requests. + config.assets.quiet = true + + # Raises error for missing translations + # config.action_view.raise_on_missing_translations = true + + # Use an evented file watcher to asynchronously detect changes in source code, + # routes, locales, etc. This feature depends on the listen gem. + config.file_watcher = ActiveSupport::EventedFileUpdateChecker +end diff --git a/dylan_eckert/models/bpm/config/environments/production.rb b/dylan_eckert/models/bpm/config/environments/production.rb new file mode 100644 index 0000000..e327f97 --- /dev/null +++ b/dylan_eckert/models/bpm/config/environments/production.rb @@ -0,0 +1,86 @@ +Rails.application.configure do + # Settings specified here will take precedence over those in config/application.rb. + + # Code is not reloaded between requests. + config.cache_classes = true + + # Eager load code on boot. This eager loads most of Rails and + # your application in memory, allowing both threaded web servers + # and those relying on copy on write to perform better. + # Rake tasks automatically ignore this option for performance. + config.eager_load = true + + # Full error reports are disabled and caching is turned on. + config.consider_all_requests_local = false + config.action_controller.perform_caching = true + + # Disable serving static files from the `/public` folder by default since + # Apache or NGINX already handles this. + config.public_file_server.enabled = ENV['RAILS_SERVE_STATIC_FILES'].present? + + # Compress JavaScripts and CSS. + config.assets.js_compressor = :uglifier + # config.assets.css_compressor = :sass + + # Do not fallback to assets pipeline if a precompiled asset is missed. + config.assets.compile = false + + # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb + + # Enable serving of images, stylesheets, and JavaScripts from an asset server. + # config.action_controller.asset_host = 'http://assets.example.com' + + # Specifies the header that your server uses for sending files. + # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache + # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX + + # Mount Action Cable outside main process or domain + # config.action_cable.mount_path = nil + # config.action_cable.url = 'wss://example.com/cable' + # config.action_cable.allowed_request_origins = [ 'http://example.com', /http:\/\/example.*/ ] + + # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. + # config.force_ssl = true + + # Use the lowest log level to ensure availability of diagnostic information + # when problems arise. + config.log_level = :debug + + # Prepend all log lines with the following tags. + config.log_tags = [ :request_id ] + + # Use a different cache store in production. + # config.cache_store = :mem_cache_store + + # Use a real queuing backend for Active Job (and separate queues per environment) + # config.active_job.queue_adapter = :resque + # config.active_job.queue_name_prefix = "bpm_#{Rails.env}" + config.action_mailer.perform_caching = false + + # Ignore bad email addresses and do not raise email delivery errors. + # Set this to true and configure the email server for immediate delivery to raise delivery errors. + # config.action_mailer.raise_delivery_errors = false + + # Enable locale fallbacks for I18n (makes lookups for any locale fall back to + # the I18n.default_locale when a translation cannot be found). + config.i18n.fallbacks = true + + # Send deprecation notices to registered listeners. + config.active_support.deprecation = :notify + + # Use default logging formatter so that PID and timestamp are not suppressed. + config.log_formatter = ::Logger::Formatter.new + + # Use a different logger for distributed setups. + # require 'syslog/logger' + # config.logger = ActiveSupport::TaggedLogging.new(Syslog::Logger.new 'app-name') + + if ENV["RAILS_LOG_TO_STDOUT"].present? + logger = ActiveSupport::Logger.new(STDOUT) + logger.formatter = config.log_formatter + config.logger = ActiveSupport::TaggedLogging.new(logger) + end + + # Do not dump schema after migrations. + config.active_record.dump_schema_after_migration = false +end diff --git a/dylan_eckert/models/bpm/config/environments/test.rb b/dylan_eckert/models/bpm/config/environments/test.rb new file mode 100644 index 0000000..30587ef --- /dev/null +++ b/dylan_eckert/models/bpm/config/environments/test.rb @@ -0,0 +1,42 @@ +Rails.application.configure do + # Settings specified here will take precedence over those in config/application.rb. + + # The test environment is used exclusively to run your application's + # test suite. You never need to work with it otherwise. Remember that + # your test database is "scratch space" for the test suite and is wiped + # and recreated between test runs. Don't rely on the data there! + config.cache_classes = true + + # Do not eager load code on boot. This avoids loading your whole application + # just for the purpose of running a single test. If you are using a tool that + # preloads Rails for running tests, you may have to set it to true. + config.eager_load = false + + # Configure public file server for tests with Cache-Control for performance. + config.public_file_server.enabled = true + config.public_file_server.headers = { + 'Cache-Control' => 'public, max-age=3600' + } + + # Show full error reports and disable caching. + config.consider_all_requests_local = true + config.action_controller.perform_caching = false + + # Raise exceptions instead of rendering exception templates. + config.action_dispatch.show_exceptions = false + + # Disable request forgery protection in test environment. + config.action_controller.allow_forgery_protection = false + config.action_mailer.perform_caching = false + + # Tell Action Mailer not to deliver emails to the real world. + # The :test delivery method accumulates sent emails in the + # ActionMailer::Base.deliveries array. + config.action_mailer.delivery_method = :test + + # Print deprecation notices to the stderr. + config.active_support.deprecation = :stderr + + # Raises error for missing translations + # config.action_view.raise_on_missing_translations = true +end diff --git a/dylan_eckert/models/bpm/config/initializers/application_controller_renderer.rb b/dylan_eckert/models/bpm/config/initializers/application_controller_renderer.rb new file mode 100644 index 0000000..89d2efa --- /dev/null +++ b/dylan_eckert/models/bpm/config/initializers/application_controller_renderer.rb @@ -0,0 +1,8 @@ +# Be sure to restart your server when you modify this file. + +# ActiveSupport::Reloader.to_prepare do +# ApplicationController.renderer.defaults.merge!( +# http_host: 'example.org', +# https: false +# ) +# end diff --git a/Rodolfo_Valdivieso/controllers/survey_form/config/initializers/assets.rb b/dylan_eckert/models/bpm/config/initializers/assets.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/survey_form/config/initializers/assets.rb rename to dylan_eckert/models/bpm/config/initializers/assets.rb diff --git a/Rodolfo_Valdivieso/controllers/routes/config/initializers/backtrace_silencers.rb b/dylan_eckert/models/bpm/config/initializers/backtrace_silencers.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/routes/config/initializers/backtrace_silencers.rb rename to dylan_eckert/models/bpm/config/initializers/backtrace_silencers.rb diff --git a/dylan_eckert/models/bpm/config/initializers/cookies_serializer.rb b/dylan_eckert/models/bpm/config/initializers/cookies_serializer.rb new file mode 100644 index 0000000..5a6a32d --- /dev/null +++ b/dylan_eckert/models/bpm/config/initializers/cookies_serializer.rb @@ -0,0 +1,5 @@ +# Be sure to restart your server when you modify this file. + +# Specify a serializer for the signed and encrypted cookie jars. +# Valid options are :json, :marshal, and :hybrid. +Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/Rodolfo_Valdivieso/controllers/routes/config/initializers/filter_parameter_logging.rb b/dylan_eckert/models/bpm/config/initializers/filter_parameter_logging.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/routes/config/initializers/filter_parameter_logging.rb rename to dylan_eckert/models/bpm/config/initializers/filter_parameter_logging.rb diff --git a/Rodolfo_Valdivieso/controllers/routes/config/initializers/inflections.rb b/dylan_eckert/models/bpm/config/initializers/inflections.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/routes/config/initializers/inflections.rb rename to dylan_eckert/models/bpm/config/initializers/inflections.rb diff --git a/Rodolfo_Valdivieso/controllers/routes/config/initializers/mime_types.rb b/dylan_eckert/models/bpm/config/initializers/mime_types.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/routes/config/initializers/mime_types.rb rename to dylan_eckert/models/bpm/config/initializers/mime_types.rb diff --git a/dylan_eckert/models/bpm/config/initializers/new_framework_defaults.rb b/dylan_eckert/models/bpm/config/initializers/new_framework_defaults.rb new file mode 100644 index 0000000..dd236b5 --- /dev/null +++ b/dylan_eckert/models/bpm/config/initializers/new_framework_defaults.rb @@ -0,0 +1,26 @@ +# Be sure to restart your server when you modify this file. +# +# This file contains migration options to ease your Rails 5.0 upgrade. +# +# Read the Guide for Upgrading Ruby on Rails for more info on each option. + +Rails.application.config.action_controller.raise_on_unfiltered_parameters = true + +# Enable per-form CSRF tokens. Previous versions had false. +Rails.application.config.action_controller.per_form_csrf_tokens = true + +# Enable origin-checking CSRF mitigation. Previous versions had false. +Rails.application.config.action_controller.forgery_protection_origin_check = true + +# Make Ruby 2.4 preserve the timezone of the receiver when calling `to_time`. +# Previous versions had false. +ActiveSupport.to_time_preserves_timezone = true + +# Require `belongs_to` associations by default. Previous versions had false. +Rails.application.config.active_record.belongs_to_required_by_default = true + +# Do not halt callback chains when a callback returns false. Previous versions had true. +ActiveSupport.halt_callback_chains_on_return_false = false + +# Configure SSL options to enable HSTS with subdomains. Previous versions had false. +Rails.application.config.ssl_options = { hsts: { subdomains: true } } diff --git a/brittney_jackson/rails/bpm/config/initializers/session_store.rb b/dylan_eckert/models/bpm/config/initializers/session_store.rb similarity index 100% rename from brittney_jackson/rails/bpm/config/initializers/session_store.rb rename to dylan_eckert/models/bpm/config/initializers/session_store.rb diff --git a/dylan_eckert/models/bpm/config/initializers/wrap_parameters.rb b/dylan_eckert/models/bpm/config/initializers/wrap_parameters.rb new file mode 100644 index 0000000..bbfc396 --- /dev/null +++ b/dylan_eckert/models/bpm/config/initializers/wrap_parameters.rb @@ -0,0 +1,14 @@ +# Be sure to restart your server when you modify this file. + +# This file contains settings for ActionController::ParamsWrapper which +# is enabled by default. + +# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. +ActiveSupport.on_load(:action_controller) do + wrap_parameters format: [:json] +end + +# To enable root element in JSON for ActiveRecord objects. +# ActiveSupport.on_load(:active_record) do +# self.include_root_in_json = true +# end diff --git a/Rodolfo_Valdivieso/controllers/routes/config/locales/en.yml b/dylan_eckert/models/bpm/config/locales/en.yml similarity index 100% rename from Rodolfo_Valdivieso/controllers/routes/config/locales/en.yml rename to dylan_eckert/models/bpm/config/locales/en.yml diff --git a/dylan_eckert/models/bpm/config/puma.rb b/dylan_eckert/models/bpm/config/puma.rb new file mode 100644 index 0000000..c7f311f --- /dev/null +++ b/dylan_eckert/models/bpm/config/puma.rb @@ -0,0 +1,47 @@ +# Puma can serve each request in a thread from an internal thread pool. +# The `threads` method setting takes two numbers a minimum and maximum. +# Any libraries that use thread pools should be configured to match +# the maximum value specified for Puma. Default is set to 5 threads for minimum +# and maximum, this matches the default thread size of Active Record. +# +threads_count = ENV.fetch("RAILS_MAX_THREADS") { 5 }.to_i +threads threads_count, threads_count + +# Specifies the `port` that Puma will listen on to receive requests, default is 3000. +# +port ENV.fetch("PORT") { 3000 } + +# Specifies the `environment` that Puma will run in. +# +environment ENV.fetch("RAILS_ENV") { "development" } + +# Specifies the number of `workers` to boot in clustered mode. +# Workers are forked webserver processes. If using threads and workers together +# the concurrency of the application would be max `threads` * `workers`. +# Workers do not work on JRuby or Windows (both of which do not support +# processes). +# +# workers ENV.fetch("WEB_CONCURRENCY") { 2 } + +# Use the `preload_app!` method when specifying a `workers` number. +# This directive tells Puma to first boot the application and load code +# before forking the application. This takes advantage of Copy On Write +# process behavior so workers use less memory. If you use this option +# you need to make sure to reconnect any threads in the `on_worker_boot` +# block. +# +# preload_app! + +# The code in the `on_worker_boot` will be called if you are using +# clustered mode by specifying a number of `workers`. After each worker +# process is booted this block will be run, if you are using `preload_app!` +# option you will want to use this block to reconnect to any threads +# or connections that may have been created at application boot, Ruby +# cannot share connections between processes. +# +# on_worker_boot do +# ActiveRecord::Base.establish_connection if defined?(ActiveRecord) +# end + +# Allow puma to be restarted by `rails restart` command. +plugin :tmp_restart diff --git a/Tamisha_Damas/Rails/Models /Friends(self_join)/config/routes.rb b/dylan_eckert/models/bpm/config/routes.rb similarity index 100% rename from Tamisha_Damas/Rails/Models /Friends(self_join)/config/routes.rb rename to dylan_eckert/models/bpm/config/routes.rb diff --git a/dylan_eckert/models/bpm/config/secrets.yml b/dylan_eckert/models/bpm/config/secrets.yml new file mode 100644 index 0000000..ae8320a --- /dev/null +++ b/dylan_eckert/models/bpm/config/secrets.yml @@ -0,0 +1,22 @@ +# Be sure to restart your server when you modify this file. + +# Your secret key is used for verifying the integrity of signed cookies. +# If you change this key, all old signed cookies will become invalid! + +# Make sure the secret is at least 30 characters and all random, +# no regular words or you'll be exposed to dictionary attacks. +# You can use `rails secret` to generate a secure secret key. + +# Make sure the secrets in this file are kept private +# if you're sharing your code publicly. + +development: + secret_key_base: 87997cbb260216d6fc56449c64d253ea42daeb384a23de0d0fce8e356b46e1e4286a69ce13f079f403f6e546c8afa368b4652ae48d61d4719fd7ed7e58495732 + +test: + secret_key_base: 43bac4dc9097e8bc32ed4c5cbc26e75c92c3c25982ada528c20b1898b7dad4653191ca41fff30c9f63b2f784b40bc9f5af3d14b1ad4ebe35a2dfe096d601d604 + +# Do not keep production secrets in the repository, +# instead read values from the environment. +production: + secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/dylan_eckert/models/bpm/config/spring.rb b/dylan_eckert/models/bpm/config/spring.rb new file mode 100644 index 0000000..c9119b4 --- /dev/null +++ b/dylan_eckert/models/bpm/config/spring.rb @@ -0,0 +1,6 @@ +%w( + .ruby-version + .rbenv-vars + tmp/restart.txt + tmp/caching-dev.txt +).each { |path| Spring.watch(path) } diff --git a/dylan_eckert/models/bpm/db/migrate/20171130173044_create_blogs.rb b/dylan_eckert/models/bpm/db/migrate/20171130173044_create_blogs.rb new file mode 100644 index 0000000..8c4166f --- /dev/null +++ b/dylan_eckert/models/bpm/db/migrate/20171130173044_create_blogs.rb @@ -0,0 +1,10 @@ +class CreateBlogs < ActiveRecord::Migration[5.0] + def change + create_table :blogs do |t| + t.string :name + t.text :description + + t.timestamps + end + end +end diff --git a/dylan_eckert/models/bpm/db/migrate/20171130173057_create_posts.rb b/dylan_eckert/models/bpm/db/migrate/20171130173057_create_posts.rb new file mode 100644 index 0000000..8268f5a --- /dev/null +++ b/dylan_eckert/models/bpm/db/migrate/20171130173057_create_posts.rb @@ -0,0 +1,11 @@ +class CreatePosts < ActiveRecord::Migration[5.0] + def change + create_table :posts do |t| + t.string :title + t.text :content + t.references :blog, foreign_key: true + + t.timestamps + end + end +end diff --git a/dylan_eckert/models/bpm/db/migrate/20171130173105_create_messages.rb b/dylan_eckert/models/bpm/db/migrate/20171130173105_create_messages.rb new file mode 100644 index 0000000..433835f --- /dev/null +++ b/dylan_eckert/models/bpm/db/migrate/20171130173105_create_messages.rb @@ -0,0 +1,11 @@ +class CreateMessages < ActiveRecord::Migration[5.0] + def change + create_table :messages do |t| + t.string :author + t.text :message + t.references :post, foreign_key: true + + t.timestamps + end + end +end diff --git a/dylan_eckert/models/bpm/db/schema.rb b/dylan_eckert/models/bpm/db/schema.rb new file mode 100644 index 0000000..0b7d86c --- /dev/null +++ b/dylan_eckert/models/bpm/db/schema.rb @@ -0,0 +1,40 @@ +# This file is auto-generated from the current state of the database. Instead +# of editing this file, please use the migrations feature of Active Record to +# incrementally modify your database, and then regenerate this schema definition. +# +# Note that this schema.rb definition is the authoritative source for your +# database schema. If you need to create the application database on another +# system, you should be using db:schema:load, not running all the migrations +# from scratch. The latter is a flawed and unsustainable approach (the more migrations +# you'll amass, the slower it'll run and the greater likelihood for issues). +# +# It's strongly recommended that you check this file into your version control system. + +ActiveRecord::Schema.define(version: 20171130173105) do + + create_table "blogs", force: :cascade do |t| + t.string "name" + t.text "description" + t.datetime "created_at", null: false + t.datetime "updated_at", null: false + end + + create_table "messages", force: :cascade do |t| + t.string "author" + t.text "message" + t.integer "post_id" + t.datetime "created_at", null: false + t.datetime "updated_at", null: false + t.index ["post_id"], name: "index_messages_on_post_id" + end + + create_table "posts", force: :cascade do |t| + t.string "title" + t.text "content" + t.integer "blog_id" + t.datetime "created_at", null: false + t.datetime "updated_at", null: false + t.index ["blog_id"], name: "index_posts_on_blog_id" + end + +end diff --git a/dylan_eckert/models/bpm/db/seeds.rb b/dylan_eckert/models/bpm/db/seeds.rb new file mode 100644 index 0000000..1beea2a --- /dev/null +++ b/dylan_eckert/models/bpm/db/seeds.rb @@ -0,0 +1,7 @@ +# This file should contain all the record creation needed to seed the database with its default values. +# The data can then be loaded with the rails db:seed command (or created alongside the database with db:setup). +# +# Examples: +# +# movies = Movie.create([{ name: 'Star Wars' }, { name: 'Lord of the Rings' }]) +# Character.create(name: 'Luke', movie: movies.first) diff --git a/Rodolfo_Valdivieso/controllers/survey_form/app/mailers/.keep b/dylan_eckert/models/bpm/lib/assets/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/survey_form/app/mailers/.keep rename to dylan_eckert/models/bpm/lib/assets/.keep diff --git a/Rodolfo_Valdivieso/controllers/survey_form/app/models/.keep b/dylan_eckert/models/bpm/lib/tasks/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/survey_form/app/models/.keep rename to dylan_eckert/models/bpm/lib/tasks/.keep diff --git a/Rodolfo_Valdivieso/controllers/survey_form/app/models/concerns/.keep b/dylan_eckert/models/bpm/log/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/survey_form/app/models/concerns/.keep rename to dylan_eckert/models/bpm/log/.keep diff --git a/dylan_eckert/models/bpm/public/404.html b/dylan_eckert/models/bpm/public/404.html new file mode 100644 index 0000000..2be3af2 --- /dev/null +++ b/dylan_eckert/models/bpm/public/404.html @@ -0,0 +1,67 @@ + + + + The page you were looking for doesn't exist (404) + + + + + + +
+
+

The page you were looking for doesn't exist.

+

You may have mistyped the address or the page may have moved.

+
+

If you are the application owner check the logs for more information.

+
+ + diff --git a/dylan_eckert/models/bpm/public/422.html b/dylan_eckert/models/bpm/public/422.html new file mode 100644 index 0000000..c08eac0 --- /dev/null +++ b/dylan_eckert/models/bpm/public/422.html @@ -0,0 +1,67 @@ + + + + The change you wanted was rejected (422) + + + + + + +
+
+

The change you wanted was rejected.

+

Maybe you tried to change something you didn't have access to.

+
+

If you are the application owner check the logs for more information.

+
+ + diff --git a/dylan_eckert/models/bpm/public/500.html b/dylan_eckert/models/bpm/public/500.html new file mode 100644 index 0000000..78a030a --- /dev/null +++ b/dylan_eckert/models/bpm/public/500.html @@ -0,0 +1,66 @@ + + + + We're sorry, but something went wrong (500) + + + + + + +
+
+

We're sorry, but something went wrong.

+
+

If you are the application owner check the logs for more information.

+
+ + diff --git a/Rodolfo_Valdivieso/controllers/survey_form/lib/assets/.keep b/dylan_eckert/models/bpm/public/apple-touch-icon-precomposed.png similarity index 100% rename from Rodolfo_Valdivieso/controllers/survey_form/lib/assets/.keep rename to dylan_eckert/models/bpm/public/apple-touch-icon-precomposed.png diff --git a/Rodolfo_Valdivieso/controllers/survey_form/lib/tasks/.keep b/dylan_eckert/models/bpm/public/apple-touch-icon.png similarity index 100% rename from Rodolfo_Valdivieso/controllers/survey_form/lib/tasks/.keep rename to dylan_eckert/models/bpm/public/apple-touch-icon.png diff --git a/Rodolfo_Valdivieso/controllers/survey_form/public/favicon.ico b/dylan_eckert/models/bpm/public/favicon.ico similarity index 100% rename from Rodolfo_Valdivieso/controllers/survey_form/public/favicon.ico rename to dylan_eckert/models/bpm/public/favicon.ico diff --git a/Rodolfo_Valdivieso/controllers/routes/public/robots.txt b/dylan_eckert/models/bpm/public/robots.txt similarity index 100% rename from Rodolfo_Valdivieso/controllers/routes/public/robots.txt rename to dylan_eckert/models/bpm/public/robots.txt diff --git a/Rodolfo_Valdivieso/controllers/survey_form/log/.keep b/dylan_eckert/models/bpm/test/controllers/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/survey_form/log/.keep rename to dylan_eckert/models/bpm/test/controllers/.keep diff --git a/Rodolfo_Valdivieso/controllers/survey_form/test/controllers/.keep b/dylan_eckert/models/bpm/test/fixtures/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/survey_form/test/controllers/.keep rename to dylan_eckert/models/bpm/test/fixtures/.keep diff --git a/Rodolfo_Valdivieso/models/blogs/test/fixtures/blogs.yml b/dylan_eckert/models/bpm/test/fixtures/blogs.yml similarity index 100% rename from Rodolfo_Valdivieso/models/blogs/test/fixtures/blogs.yml rename to dylan_eckert/models/bpm/test/fixtures/blogs.yml diff --git a/Rodolfo_Valdivieso/controllers/survey_form/test/fixtures/.keep b/dylan_eckert/models/bpm/test/fixtures/files/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/survey_form/test/fixtures/.keep rename to dylan_eckert/models/bpm/test/fixtures/files/.keep diff --git a/dylan_eckert/models/bpm/test/fixtures/messages.yml b/dylan_eckert/models/bpm/test/fixtures/messages.yml new file mode 100644 index 0000000..797ba19 --- /dev/null +++ b/dylan_eckert/models/bpm/test/fixtures/messages.yml @@ -0,0 +1,11 @@ +# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html + +one: + author: MyString + message: MyText + post: one + +two: + author: MyString + message: MyText + post: two diff --git a/dylan_eckert/models/bpm/test/fixtures/posts.yml b/dylan_eckert/models/bpm/test/fixtures/posts.yml new file mode 100644 index 0000000..1fbe384 --- /dev/null +++ b/dylan_eckert/models/bpm/test/fixtures/posts.yml @@ -0,0 +1,11 @@ +# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html + +one: + title: MyString + content: MyText + blog: one + +two: + title: MyString + content: MyText + blog: two diff --git a/Rodolfo_Valdivieso/controllers/survey_form/test/helpers/.keep b/dylan_eckert/models/bpm/test/helpers/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/survey_form/test/helpers/.keep rename to dylan_eckert/models/bpm/test/helpers/.keep diff --git a/Rodolfo_Valdivieso/controllers/survey_form/test/integration/.keep b/dylan_eckert/models/bpm/test/integration/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/survey_form/test/integration/.keep rename to dylan_eckert/models/bpm/test/integration/.keep diff --git a/Rodolfo_Valdivieso/controllers/survey_form/test/mailers/.keep b/dylan_eckert/models/bpm/test/mailers/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/survey_form/test/mailers/.keep rename to dylan_eckert/models/bpm/test/mailers/.keep diff --git a/Rodolfo_Valdivieso/controllers/survey_form/test/models/.keep b/dylan_eckert/models/bpm/test/models/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/survey_form/test/models/.keep rename to dylan_eckert/models/bpm/test/models/.keep diff --git a/Rodolfo_Valdivieso/models/blogs/test/models/blog_test.rb b/dylan_eckert/models/bpm/test/models/blog_test.rb similarity index 100% rename from Rodolfo_Valdivieso/models/blogs/test/models/blog_test.rb rename to dylan_eckert/models/bpm/test/models/blog_test.rb diff --git a/Rodolfo_Valdivieso/models/blogs/test/models/message_test.rb b/dylan_eckert/models/bpm/test/models/message_test.rb similarity index 100% rename from Rodolfo_Valdivieso/models/blogs/test/models/message_test.rb rename to dylan_eckert/models/bpm/test/models/message_test.rb diff --git a/Rodolfo_Valdivieso/models/blogs/test/models/post_test.rb b/dylan_eckert/models/bpm/test/models/post_test.rb similarity index 100% rename from Rodolfo_Valdivieso/models/blogs/test/models/post_test.rb rename to dylan_eckert/models/bpm/test/models/post_test.rb diff --git a/Rodolfo_Valdivieso/controllers/routes/test/test_helper.rb b/dylan_eckert/models/bpm/test/test_helper.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/routes/test/test_helper.rb rename to dylan_eckert/models/bpm/test/test_helper.rb diff --git a/Rodolfo_Valdivieso/controllers/survey_form/vendor/assets/javascripts/.keep b/dylan_eckert/models/bpm/tmp/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/survey_form/vendor/assets/javascripts/.keep rename to dylan_eckert/models/bpm/tmp/.keep diff --git a/Rodolfo_Valdivieso/controllers/survey_form/vendor/assets/stylesheets/.keep b/dylan_eckert/models/bpm/vendor/assets/javascripts/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/survey_form/vendor/assets/stylesheets/.keep rename to dylan_eckert/models/bpm/vendor/assets/javascripts/.keep diff --git a/Rodolfo_Valdivieso/controllers/time_display/app/assets/images/.keep b/dylan_eckert/models/bpm/vendor/assets/stylesheets/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/time_display/app/assets/images/.keep rename to dylan_eckert/models/bpm/vendor/assets/stylesheets/.keep diff --git a/dylan_eckert/models/bpm2/.gitignore b/dylan_eckert/models/bpm2/.gitignore new file mode 100644 index 0000000..bab620d --- /dev/null +++ b/dylan_eckert/models/bpm2/.gitignore @@ -0,0 +1,21 @@ +# See https://help.github.com/articles/ignoring-files for more about ignoring files. +# +# If you find yourself ignoring temporary files generated by your text editor +# or operating system, you probably want to add a global ignore instead: +# git config --global core.excludesfile '~/.gitignore_global' + +# Ignore bundler config. +/.bundle + +# Ignore the default SQLite database. +/db/*.sqlite3 +/db/*.sqlite3-journal + +# Ignore all logfiles and tempfiles. +/log/* +/tmp/* +!/log/.keep +!/tmp/.keep + +# Ignore Byebug command history file. +.byebug_history diff --git a/dylan_eckert/models/bpm2/Gemfile b/dylan_eckert/models/bpm2/Gemfile new file mode 100644 index 0000000..cef91e9 --- /dev/null +++ b/dylan_eckert/models/bpm2/Gemfile @@ -0,0 +1,53 @@ +source 'https://rubygems.org' + +git_source(:github) do |repo_name| + repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/") + "https://github.com/#{repo_name}.git" +end + +gem 'hirb' +# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' +gem 'rails', '~> 5.0.6' +# Use sqlite3 as the database for Active Record +gem 'sqlite3' +# Use Puma as the app server +gem 'puma', '~> 3.0' +# Use SCSS for stylesheets +gem 'sass-rails', '~> 5.0' +# Use Uglifier as compressor for JavaScript assets +gem 'uglifier', '>= 1.3.0' +# Use CoffeeScript for .coffee assets and views +gem 'coffee-rails', '~> 4.2' +# See https://github.com/rails/execjs#readme for more supported runtimes +# gem 'therubyracer', platforms: :ruby + +# Use jquery as the JavaScript library +gem 'jquery-rails' +# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks +gem 'turbolinks', '~> 5' +# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder +gem 'jbuilder', '~> 2.5' +# Use Redis adapter to run Action Cable in production +# gem 'redis', '~> 3.0' +# Use ActiveModel has_secure_password +# gem 'bcrypt', '~> 3.1.7' + +# Use Capistrano for deployment +# gem 'capistrano-rails', group: :development + +group :development, :test do + # Call 'byebug' anywhere in the code to stop execution and get a debugger console + gem 'byebug', platform: :mri +end + +group :development do + # Access an IRB console on exception pages or by using <%= console %> anywhere in the code. + gem 'web-console', '>= 3.3.0' + gem 'listen', '~> 3.0.5' + # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring + gem 'spring' + gem 'spring-watcher-listen', '~> 2.0.0' +end + +# Windows does not include zoneinfo files, so bundle the tzinfo-data gem +gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] diff --git a/dylan_eckert/models/bpm2/Gemfile.lock b/dylan_eckert/models/bpm2/Gemfile.lock new file mode 100644 index 0000000..666314f --- /dev/null +++ b/dylan_eckert/models/bpm2/Gemfile.lock @@ -0,0 +1,181 @@ +GEM + remote: https://rubygems.org/ + specs: + actioncable (5.0.6) + actionpack (= 5.0.6) + nio4r (>= 1.2, < 3.0) + websocket-driver (~> 0.6.1) + actionmailer (5.0.6) + actionpack (= 5.0.6) + actionview (= 5.0.6) + activejob (= 5.0.6) + mail (~> 2.5, >= 2.5.4) + rails-dom-testing (~> 2.0) + actionpack (5.0.6) + actionview (= 5.0.6) + activesupport (= 5.0.6) + rack (~> 2.0) + rack-test (~> 0.6.3) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.0.2) + actionview (5.0.6) + activesupport (= 5.0.6) + builder (~> 3.1) + erubis (~> 2.7.0) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.0.3) + activejob (5.0.6) + activesupport (= 5.0.6) + globalid (>= 0.3.6) + activemodel (5.0.6) + activesupport (= 5.0.6) + activerecord (5.0.6) + activemodel (= 5.0.6) + activesupport (= 5.0.6) + arel (~> 7.0) + activesupport (5.0.6) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (~> 0.7) + minitest (~> 5.1) + tzinfo (~> 1.1) + arel (7.1.4) + bindex (0.5.0) + builder (3.2.3) + byebug (9.1.0) + coffee-rails (4.2.2) + coffee-script (>= 2.2.0) + railties (>= 4.0.0) + coffee-script (2.4.1) + coffee-script-source + execjs + coffee-script-source (1.12.2) + concurrent-ruby (1.0.5) + crass (1.0.3) + erubis (2.7.0) + execjs (2.7.0) + ffi (1.9.18) + globalid (0.4.1) + activesupport (>= 4.2.0) + hirb (0.7.3) + i18n (0.9.1) + concurrent-ruby (~> 1.0) + jbuilder (2.7.0) + activesupport (>= 4.2.0) + multi_json (>= 1.2) + jquery-rails (4.3.1) + rails-dom-testing (>= 1, < 3) + railties (>= 4.2.0) + thor (>= 0.14, < 2.0) + listen (3.0.8) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + loofah (2.1.1) + crass (~> 1.0.2) + nokogiri (>= 1.5.9) + mail (2.7.0) + mini_mime (>= 0.1.1) + method_source (0.9.0) + mini_mime (1.0.0) + mini_portile2 (2.3.0) + minitest (5.10.3) + multi_json (1.12.2) + nio4r (2.1.0) + nokogiri (1.8.1) + mini_portile2 (~> 2.3.0) + puma (3.11.0) + rack (2.0.3) + rack-test (0.6.3) + rack (>= 1.0) + rails (5.0.6) + actioncable (= 5.0.6) + actionmailer (= 5.0.6) + actionpack (= 5.0.6) + actionview (= 5.0.6) + activejob (= 5.0.6) + activemodel (= 5.0.6) + activerecord (= 5.0.6) + activesupport (= 5.0.6) + bundler (>= 1.3.0) + railties (= 5.0.6) + sprockets-rails (>= 2.0.0) + rails-dom-testing (2.0.3) + activesupport (>= 4.2.0) + nokogiri (>= 1.6) + rails-html-sanitizer (1.0.3) + loofah (~> 2.0) + railties (5.0.6) + actionpack (= 5.0.6) + activesupport (= 5.0.6) + method_source + rake (>= 0.8.7) + thor (>= 0.18.1, < 2.0) + rake (12.3.0) + rb-fsevent (0.10.2) + rb-inotify (0.9.10) + ffi (>= 0.5.0, < 2) + sass (3.5.3) + sass-listen (~> 4.0.0) + sass-listen (4.0.0) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + sass-rails (5.0.7) + railties (>= 4.0.0, < 6) + sass (~> 3.1) + sprockets (>= 2.8, < 4.0) + sprockets-rails (>= 2.0, < 4.0) + tilt (>= 1.1, < 3) + spring (2.0.2) + activesupport (>= 4.2) + spring-watcher-listen (2.0.1) + listen (>= 2.7, < 4.0) + spring (>= 1.2, < 3.0) + sprockets (3.7.1) + concurrent-ruby (~> 1.0) + rack (> 1, < 3) + sprockets-rails (3.2.1) + actionpack (>= 4.0) + activesupport (>= 4.0) + sprockets (>= 3.0.0) + sqlite3 (1.3.13) + thor (0.20.0) + thread_safe (0.3.6) + tilt (2.0.8) + turbolinks (5.0.1) + turbolinks-source (~> 5) + turbolinks-source (5.0.3) + tzinfo (1.2.4) + thread_safe (~> 0.1) + uglifier (3.2.0) + execjs (>= 0.3.0, < 3) + web-console (3.5.1) + actionview (>= 5.0) + activemodel (>= 5.0) + bindex (>= 0.4.0) + railties (>= 5.0) + websocket-driver (0.6.5) + websocket-extensions (>= 0.1.0) + websocket-extensions (0.1.3) + +PLATFORMS + ruby + +DEPENDENCIES + byebug + coffee-rails (~> 4.2) + hirb + jbuilder (~> 2.5) + jquery-rails + listen (~> 3.0.5) + puma (~> 3.0) + rails (~> 5.0.6) + sass-rails (~> 5.0) + spring + spring-watcher-listen (~> 2.0.0) + sqlite3 + turbolinks (~> 5) + tzinfo-data + uglifier (>= 1.3.0) + web-console (>= 3.3.0) + +BUNDLED WITH + 1.12.5 diff --git a/dylan_eckert/models/bpm2/README.md b/dylan_eckert/models/bpm2/README.md new file mode 100644 index 0000000..7db80e4 --- /dev/null +++ b/dylan_eckert/models/bpm2/README.md @@ -0,0 +1,24 @@ +# README + +This README would normally document whatever steps are necessary to get the +application up and running. + +Things you may want to cover: + +* Ruby version + +* System dependencies + +* Configuration + +* Database creation + +* Database initialization + +* How to run the test suite + +* Services (job queues, cache servers, search engines, etc.) + +* Deployment instructions + +* ... diff --git a/dylan_eckert/models/bpm2/Rakefile b/dylan_eckert/models/bpm2/Rakefile new file mode 100644 index 0000000..e85f913 --- /dev/null +++ b/dylan_eckert/models/bpm2/Rakefile @@ -0,0 +1,6 @@ +# Add your own tasks in files placed in lib/tasks ending in .rake, +# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. + +require_relative 'config/application' + +Rails.application.load_tasks diff --git a/dylan_eckert/models/bpm2/app/assets/config/manifest.js b/dylan_eckert/models/bpm2/app/assets/config/manifest.js new file mode 100644 index 0000000..b16e53d --- /dev/null +++ b/dylan_eckert/models/bpm2/app/assets/config/manifest.js @@ -0,0 +1,3 @@ +//= link_tree ../images +//= link_directory ../javascripts .js +//= link_directory ../stylesheets .css diff --git a/Rodolfo_Valdivieso/controllers/time_display/app/controllers/concerns/.keep b/dylan_eckert/models/bpm2/app/assets/images/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/time_display/app/controllers/concerns/.keep rename to dylan_eckert/models/bpm2/app/assets/images/.keep diff --git a/dylan_eckert/models/bpm2/app/assets/javascripts/application.js b/dylan_eckert/models/bpm2/app/assets/javascripts/application.js new file mode 100644 index 0000000..b12018d --- /dev/null +++ b/dylan_eckert/models/bpm2/app/assets/javascripts/application.js @@ -0,0 +1,16 @@ +// This is a manifest file that'll be compiled into application.js, which will include all the files +// listed below. +// +// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, +// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. +// +// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the +// compiled file. JavaScript code in this file should be added after the last require_* statement. +// +// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details +// about supported directives. +// +//= require jquery +//= require jquery_ujs +//= require turbolinks +//= require_tree . diff --git a/dylan_eckert/models/bpm2/app/assets/javascripts/cable.js b/dylan_eckert/models/bpm2/app/assets/javascripts/cable.js new file mode 100644 index 0000000..71ee1e6 --- /dev/null +++ b/dylan_eckert/models/bpm2/app/assets/javascripts/cable.js @@ -0,0 +1,13 @@ +// Action Cable provides the framework to deal with WebSockets in Rails. +// You can generate new channels where WebSocket features live using the rails generate channel command. +// +//= require action_cable +//= require_self +//= require_tree ./channels + +(function() { + this.App || (this.App = {}); + + App.cable = ActionCable.createConsumer(); + +}).call(this); diff --git a/Rodolfo_Valdivieso/controllers/time_display/app/mailers/.keep b/dylan_eckert/models/bpm2/app/assets/javascripts/channels/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/time_display/app/mailers/.keep rename to dylan_eckert/models/bpm2/app/assets/javascripts/channels/.keep diff --git a/dylan_eckert/models/bpm2/app/assets/stylesheets/application.css b/dylan_eckert/models/bpm2/app/assets/stylesheets/application.css new file mode 100644 index 0000000..0ebd7fe --- /dev/null +++ b/dylan_eckert/models/bpm2/app/assets/stylesheets/application.css @@ -0,0 +1,15 @@ +/* + * This is a manifest file that'll be compiled into application.css, which will include all the files + * listed below. + * + * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, + * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. + * + * You're free to add application-wide styles to this file and they'll appear at the bottom of the + * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS + * files in this directory. Styles in this file should be added after the last require_* statement. + * It is generally better to create a new file per style scope. + * + *= require_tree . + *= require_self + */ diff --git a/dylan_eckert/models/bpm2/app/channels/application_cable/channel.rb b/dylan_eckert/models/bpm2/app/channels/application_cable/channel.rb new file mode 100644 index 0000000..d672697 --- /dev/null +++ b/dylan_eckert/models/bpm2/app/channels/application_cable/channel.rb @@ -0,0 +1,4 @@ +module ApplicationCable + class Channel < ActionCable::Channel::Base + end +end diff --git a/dylan_eckert/models/bpm2/app/channels/application_cable/connection.rb b/dylan_eckert/models/bpm2/app/channels/application_cable/connection.rb new file mode 100644 index 0000000..0ff5442 --- /dev/null +++ b/dylan_eckert/models/bpm2/app/channels/application_cable/connection.rb @@ -0,0 +1,4 @@ +module ApplicationCable + class Connection < ActionCable::Connection::Base + end +end diff --git a/dylan_eckert/models/bpm2/app/controllers/application_controller.rb b/dylan_eckert/models/bpm2/app/controllers/application_controller.rb new file mode 100644 index 0000000..1c07694 --- /dev/null +++ b/dylan_eckert/models/bpm2/app/controllers/application_controller.rb @@ -0,0 +1,3 @@ +class ApplicationController < ActionController::Base + protect_from_forgery with: :exception +end diff --git a/Rodolfo_Valdivieso/controllers/time_display/app/models/.keep b/dylan_eckert/models/bpm2/app/controllers/concerns/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/time_display/app/models/.keep rename to dylan_eckert/models/bpm2/app/controllers/concerns/.keep diff --git a/Rodolfo_Valdivieso/controllers/survey_form/app/helpers/application_helper.rb b/dylan_eckert/models/bpm2/app/helpers/application_helper.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/survey_form/app/helpers/application_helper.rb rename to dylan_eckert/models/bpm2/app/helpers/application_helper.rb diff --git a/dylan_eckert/models/bpm2/app/jobs/application_job.rb b/dylan_eckert/models/bpm2/app/jobs/application_job.rb new file mode 100644 index 0000000..a009ace --- /dev/null +++ b/dylan_eckert/models/bpm2/app/jobs/application_job.rb @@ -0,0 +1,2 @@ +class ApplicationJob < ActiveJob::Base +end diff --git a/dylan_eckert/models/bpm2/app/mailers/application_mailer.rb b/dylan_eckert/models/bpm2/app/mailers/application_mailer.rb new file mode 100644 index 0000000..286b223 --- /dev/null +++ b/dylan_eckert/models/bpm2/app/mailers/application_mailer.rb @@ -0,0 +1,4 @@ +class ApplicationMailer < ActionMailer::Base + default from: 'from@example.com' + layout 'mailer' +end diff --git a/dylan_eckert/models/bpm2/app/models/application_record.rb b/dylan_eckert/models/bpm2/app/models/application_record.rb new file mode 100644 index 0000000..10a4cba --- /dev/null +++ b/dylan_eckert/models/bpm2/app/models/application_record.rb @@ -0,0 +1,3 @@ +class ApplicationRecord < ActiveRecord::Base + self.abstract_class = true +end diff --git a/dylan_eckert/models/bpm2/app/models/blog.rb b/dylan_eckert/models/bpm2/app/models/blog.rb new file mode 100644 index 0000000..897bbf7 --- /dev/null +++ b/dylan_eckert/models/bpm2/app/models/blog.rb @@ -0,0 +1,8 @@ +class Blog < ApplicationRecord + has_many :owners + has_many :users, through: :owners + has_many :posts + has_many :comments, as: :commentable + + validates :name, :desc, presence: true +end diff --git a/dylan_eckert/models/bpm2/app/models/comment.rb b/dylan_eckert/models/bpm2/app/models/comment.rb new file mode 100644 index 0000000..cee06ca --- /dev/null +++ b/dylan_eckert/models/bpm2/app/models/comment.rb @@ -0,0 +1,3 @@ +class Comment < ApplicationRecord + belongs_to :commentable, polymorphic: true +end diff --git a/Rodolfo_Valdivieso/controllers/time_display/app/models/concerns/.keep b/dylan_eckert/models/bpm2/app/models/concerns/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/time_display/app/models/concerns/.keep rename to dylan_eckert/models/bpm2/app/models/concerns/.keep diff --git a/dylan_eckert/models/bpm2/app/models/message.rb b/dylan_eckert/models/bpm2/app/models/message.rb new file mode 100644 index 0000000..a96ef8b --- /dev/null +++ b/dylan_eckert/models/bpm2/app/models/message.rb @@ -0,0 +1,7 @@ +class Message < ApplicationRecord + belongs_to :post, dependent: :destroy + belongs_to :user, dependent: :destroy + has_many :comments, as: :commentable + + validates :author, :msg, presence: true +end diff --git a/dylan_eckert/models/bpm2/app/models/owner.rb b/dylan_eckert/models/bpm2/app/models/owner.rb new file mode 100644 index 0000000..4c437c3 --- /dev/null +++ b/dylan_eckert/models/bpm2/app/models/owner.rb @@ -0,0 +1,4 @@ +class Owner < ApplicationRecord + belongs_to :user, dependent: :destroy + belongs_to :blog, dependent: :destroy +end diff --git a/dylan_eckert/models/bpm2/app/models/post.rb b/dylan_eckert/models/bpm2/app/models/post.rb new file mode 100644 index 0000000..77ef26c --- /dev/null +++ b/dylan_eckert/models/bpm2/app/models/post.rb @@ -0,0 +1,8 @@ +class Post < ApplicationRecord + belongs_to :user, dependent: :destroy + belongs_to :blog, dependent: :destroy + has_many :messages + has_many :comments, as: :commentable + + validates :title, :content, presence: true +end diff --git a/dylan_eckert/models/bpm2/app/models/user.rb b/dylan_eckert/models/bpm2/app/models/user.rb new file mode 100644 index 0000000..cf2093c --- /dev/null +++ b/dylan_eckert/models/bpm2/app/models/user.rb @@ -0,0 +1,10 @@ +class User < ApplicationRecord + has_many :owners + has_many :blogs, through: :owners + has_many :posts + has_many :messages + has_many :comments, as: :commentable + + + validates :fname, :lname, :email, presence: true +end diff --git a/dylan_eckert/models/bpm2/app/views/layouts/application.html.erb b/dylan_eckert/models/bpm2/app/views/layouts/application.html.erb new file mode 100644 index 0000000..ebc17d2 --- /dev/null +++ b/dylan_eckert/models/bpm2/app/views/layouts/application.html.erb @@ -0,0 +1,14 @@ + + + + Bpm2 + <%= csrf_meta_tags %> + + <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %> + <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %> + + + + <%= yield %> + + diff --git a/dylan_eckert/models/bpm2/app/views/layouts/mailer.html.erb b/dylan_eckert/models/bpm2/app/views/layouts/mailer.html.erb new file mode 100644 index 0000000..cbd34d2 --- /dev/null +++ b/dylan_eckert/models/bpm2/app/views/layouts/mailer.html.erb @@ -0,0 +1,13 @@ + + + + + + + + + <%= yield %> + + diff --git a/dylan_eckert/models/bpm2/app/views/layouts/mailer.text.erb b/dylan_eckert/models/bpm2/app/views/layouts/mailer.text.erb new file mode 100644 index 0000000..37f0bdd --- /dev/null +++ b/dylan_eckert/models/bpm2/app/views/layouts/mailer.text.erb @@ -0,0 +1 @@ +<%= yield %> diff --git a/Rodolfo_Valdivieso/controllers/survey_form/bin/bundle b/dylan_eckert/models/bpm2/bin/bundle old mode 100644 new mode 100755 similarity index 100% rename from Rodolfo_Valdivieso/controllers/survey_form/bin/bundle rename to dylan_eckert/models/bpm2/bin/bundle diff --git a/dylan_eckert/models/bpm2/bin/rails b/dylan_eckert/models/bpm2/bin/rails new file mode 100755 index 0000000..5badb2f --- /dev/null +++ b/dylan_eckert/models/bpm2/bin/rails @@ -0,0 +1,9 @@ +#!/usr/bin/env ruby +begin + load File.expand_path('../spring', __FILE__) +rescue LoadError => e + raise unless e.message.include?('spring') +end +APP_PATH = File.expand_path('../config/application', __dir__) +require_relative '../config/boot' +require 'rails/commands' diff --git a/Rodolfo_Valdivieso/controllers/survey_form/bin/rake b/dylan_eckert/models/bpm2/bin/rake old mode 100644 new mode 100755 similarity index 100% rename from Rodolfo_Valdivieso/controllers/survey_form/bin/rake rename to dylan_eckert/models/bpm2/bin/rake diff --git a/dylan_eckert/models/bpm2/bin/setup b/dylan_eckert/models/bpm2/bin/setup new file mode 100755 index 0000000..e620b4d --- /dev/null +++ b/dylan_eckert/models/bpm2/bin/setup @@ -0,0 +1,34 @@ +#!/usr/bin/env ruby +require 'pathname' +require 'fileutils' +include FileUtils + +# path to your application root. +APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) + +def system!(*args) + system(*args) || abort("\n== Command #{args} failed ==") +end + +chdir APP_ROOT do + # This script is a starting point to setup your application. + # Add necessary setup steps to this file. + + puts '== Installing dependencies ==' + system! 'gem install bundler --conservative' + system('bundle check') || system!('bundle install') + + # puts "\n== Copying sample files ==" + # unless File.exist?('config/database.yml') + # cp 'config/database.yml.sample', 'config/database.yml' + # end + + puts "\n== Preparing database ==" + system! 'bin/rails db:setup' + + puts "\n== Removing old logs and tempfiles ==" + system! 'bin/rails log:clear tmp:clear' + + puts "\n== Restarting application server ==" + system! 'bin/rails restart' +end diff --git a/Rodolfo_Valdivieso/controllers/survey_form/bin/spring b/dylan_eckert/models/bpm2/bin/spring old mode 100644 new mode 100755 similarity index 100% rename from Rodolfo_Valdivieso/controllers/survey_form/bin/spring rename to dylan_eckert/models/bpm2/bin/spring diff --git a/dylan_eckert/models/bpm2/bin/update b/dylan_eckert/models/bpm2/bin/update new file mode 100755 index 0000000..a8e4462 --- /dev/null +++ b/dylan_eckert/models/bpm2/bin/update @@ -0,0 +1,29 @@ +#!/usr/bin/env ruby +require 'pathname' +require 'fileutils' +include FileUtils + +# path to your application root. +APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) + +def system!(*args) + system(*args) || abort("\n== Command #{args} failed ==") +end + +chdir APP_ROOT do + # This script is a way to update your development environment automatically. + # Add necessary update steps to this file. + + puts '== Installing dependencies ==' + system! 'gem install bundler --conservative' + system('bundle check') || system!('bundle install') + + puts "\n== Updating database ==" + system! 'bin/rails db:migrate' + + puts "\n== Removing old logs and tempfiles ==" + system! 'bin/rails log:clear tmp:clear' + + puts "\n== Restarting application server ==" + system! 'bin/rails restart' +end diff --git a/dylan_eckert/models/bpm2/commands.txt b/dylan_eckert/models/bpm2/commands.txt new file mode 100644 index 0000000..6212f92 --- /dev/null +++ b/dylan_eckert/models/bpm2/commands.txt @@ -0,0 +1,53 @@ +5 users +User.create(fname:"bob", lname:"bobbers", email:"email") + +5 blogs +Blog.create(name:"blog1", desc:"blog desc 1") + +Creating the blog owners by linking user id and blog id to owners table +Owner.create(blog:Blog.find(2), user:User.find(1)) + +first user create 3 posts for 2nd blog +Post.create(user:User.first, blog:Blog.find(2), title:"b1 p1 title", content:"b1 p1 content") + +2nd user create 5 posts for last blog +Post.create(user:User.find(2), blog:Blog.last, title:"b5 p1 title", content:"b5 p1 content") + +3rd user several posts for different blogs +Post.create(user:User.find(3), blog:Blog.find(3), title:"b3 p1 title", content:"b3 p1 content") +Post.create(user:User.find(3), blog:Blog.find(2), title:"b2 p4 title", content:"b2 p4 content") +Post.create(user:User.find(3), blog:Blog.find(4), title:"b4 p1 title", content:"b4 p1 content") + +3rd user 2 msg 1st post created and 3 msg 2nd post created +Message.create(user:User.find(3), post:Post.first, author:"p1 m1 author", msg:"p1 m1 msg") +Message.create(user:User.find(3), post:Post.find(2), author:"p2 m1 author", msg:"p2 m1 msg") + +4th user 3 msg last post created +Message.create(user:User.find(4), post:Post.last, author:"plast m1 author", msg:"plast m1 msg") + +change owner of 2nd post to last user +Post.find(2).update(user:User.last) + +change 2nd post content to something else +Post.find(2).update(content:"new content") + +get all blogs owned by 3rd user +User.find(3).blogs + +get all posts owned by 3rd user +User.find(3).posts + +get all messages owned by 3rd user +User.find(3).messages + +get all posts belonging to blog 5 and display their authors (user who wrote the post) +Post.joins(:user, :blog).where("blogs.id = ?", 5).select("*") + +get all messages belonging to blog 5 and display their authors (user who wrote the message) +Message.joins(:user).where(post: Blog.find(5).posts).select("*") + +get all user info who own blog 1 +Blog.first.users + +remove first user as an owner to blog 1 +Owner.where("id = ? AND user_id = ?", 1,1).update_all("user_id = null") diff --git a/dylan_eckert/models/bpm2/config.ru b/dylan_eckert/models/bpm2/config.ru new file mode 100644 index 0000000..f7ba0b5 --- /dev/null +++ b/dylan_eckert/models/bpm2/config.ru @@ -0,0 +1,5 @@ +# This file is used by Rack-based servers to start the application. + +require_relative 'config/environment' + +run Rails.application diff --git a/dylan_eckert/models/bpm2/config/application.rb b/dylan_eckert/models/bpm2/config/application.rb new file mode 100644 index 0000000..ecb4ffb --- /dev/null +++ b/dylan_eckert/models/bpm2/config/application.rb @@ -0,0 +1,15 @@ +require_relative 'boot' + +require 'rails/all' + +# Require the gems listed in Gemfile, including any gems +# you've limited to :test, :development, or :production. +Bundler.require(*Rails.groups) + +module Bpm2 + class Application < Rails::Application + # Settings in config/environments/* take precedence over those specified here. + # Application configuration should go into files in config/initializers + # -- all .rb files in that directory are automatically loaded. + end +end diff --git a/dylan_eckert/models/bpm2/config/boot.rb b/dylan_eckert/models/bpm2/config/boot.rb new file mode 100644 index 0000000..30f5120 --- /dev/null +++ b/dylan_eckert/models/bpm2/config/boot.rb @@ -0,0 +1,3 @@ +ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__) + +require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/dylan_eckert/models/bpm2/config/cable.yml b/dylan_eckert/models/bpm2/config/cable.yml new file mode 100644 index 0000000..0bbde6f --- /dev/null +++ b/dylan_eckert/models/bpm2/config/cable.yml @@ -0,0 +1,9 @@ +development: + adapter: async + +test: + adapter: async + +production: + adapter: redis + url: redis://localhost:6379/1 diff --git a/Rodolfo_Valdivieso/controllers/survey_form/config/database.yml b/dylan_eckert/models/bpm2/config/database.yml similarity index 100% rename from Rodolfo_Valdivieso/controllers/survey_form/config/database.yml rename to dylan_eckert/models/bpm2/config/database.yml diff --git a/dylan_eckert/models/bpm2/config/environment.rb b/dylan_eckert/models/bpm2/config/environment.rb new file mode 100644 index 0000000..426333b --- /dev/null +++ b/dylan_eckert/models/bpm2/config/environment.rb @@ -0,0 +1,5 @@ +# Load the Rails application. +require_relative 'application' + +# Initialize the Rails application. +Rails.application.initialize! diff --git a/dylan_eckert/models/bpm2/config/environments/development.rb b/dylan_eckert/models/bpm2/config/environments/development.rb new file mode 100644 index 0000000..6f71970 --- /dev/null +++ b/dylan_eckert/models/bpm2/config/environments/development.rb @@ -0,0 +1,54 @@ +Rails.application.configure do + # Settings specified here will take precedence over those in config/application.rb. + + # In the development environment your application's code is reloaded on + # every request. This slows down response time but is perfect for development + # since you don't have to restart the web server when you make code changes. + config.cache_classes = false + + # Do not eager load code on boot. + config.eager_load = false + + # Show full error reports. + config.consider_all_requests_local = true + + # Enable/disable caching. By default caching is disabled. + if Rails.root.join('tmp/caching-dev.txt').exist? + config.action_controller.perform_caching = true + + config.cache_store = :memory_store + config.public_file_server.headers = { + 'Cache-Control' => 'public, max-age=172800' + } + else + config.action_controller.perform_caching = false + + config.cache_store = :null_store + end + + # Don't care if the mailer can't send. + config.action_mailer.raise_delivery_errors = false + + config.action_mailer.perform_caching = false + + # Print deprecation notices to the Rails logger. + config.active_support.deprecation = :log + + # Raise an error on page load if there are pending migrations. + config.active_record.migration_error = :page_load + + # Debug mode disables concatenation and preprocessing of assets. + # This option may cause significant delays in view rendering with a large + # number of complex assets. + config.assets.debug = true + + # Suppress logger output for asset requests. + config.assets.quiet = true + + # Raises error for missing translations + # config.action_view.raise_on_missing_translations = true + + # Use an evented file watcher to asynchronously detect changes in source code, + # routes, locales, etc. This feature depends on the listen gem. + config.file_watcher = ActiveSupport::EventedFileUpdateChecker +end diff --git a/dylan_eckert/models/bpm2/config/environments/production.rb b/dylan_eckert/models/bpm2/config/environments/production.rb new file mode 100644 index 0000000..6e8e9f3 --- /dev/null +++ b/dylan_eckert/models/bpm2/config/environments/production.rb @@ -0,0 +1,86 @@ +Rails.application.configure do + # Settings specified here will take precedence over those in config/application.rb. + + # Code is not reloaded between requests. + config.cache_classes = true + + # Eager load code on boot. This eager loads most of Rails and + # your application in memory, allowing both threaded web servers + # and those relying on copy on write to perform better. + # Rake tasks automatically ignore this option for performance. + config.eager_load = true + + # Full error reports are disabled and caching is turned on. + config.consider_all_requests_local = false + config.action_controller.perform_caching = true + + # Disable serving static files from the `/public` folder by default since + # Apache or NGINX already handles this. + config.public_file_server.enabled = ENV['RAILS_SERVE_STATIC_FILES'].present? + + # Compress JavaScripts and CSS. + config.assets.js_compressor = :uglifier + # config.assets.css_compressor = :sass + + # Do not fallback to assets pipeline if a precompiled asset is missed. + config.assets.compile = false + + # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb + + # Enable serving of images, stylesheets, and JavaScripts from an asset server. + # config.action_controller.asset_host = 'http://assets.example.com' + + # Specifies the header that your server uses for sending files. + # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache + # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX + + # Mount Action Cable outside main process or domain + # config.action_cable.mount_path = nil + # config.action_cable.url = 'wss://example.com/cable' + # config.action_cable.allowed_request_origins = [ 'http://example.com', /http:\/\/example.*/ ] + + # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. + # config.force_ssl = true + + # Use the lowest log level to ensure availability of diagnostic information + # when problems arise. + config.log_level = :debug + + # Prepend all log lines with the following tags. + config.log_tags = [ :request_id ] + + # Use a different cache store in production. + # config.cache_store = :mem_cache_store + + # Use a real queuing backend for Active Job (and separate queues per environment) + # config.active_job.queue_adapter = :resque + # config.active_job.queue_name_prefix = "bpm2_#{Rails.env}" + config.action_mailer.perform_caching = false + + # Ignore bad email addresses and do not raise email delivery errors. + # Set this to true and configure the email server for immediate delivery to raise delivery errors. + # config.action_mailer.raise_delivery_errors = false + + # Enable locale fallbacks for I18n (makes lookups for any locale fall back to + # the I18n.default_locale when a translation cannot be found). + config.i18n.fallbacks = true + + # Send deprecation notices to registered listeners. + config.active_support.deprecation = :notify + + # Use default logging formatter so that PID and timestamp are not suppressed. + config.log_formatter = ::Logger::Formatter.new + + # Use a different logger for distributed setups. + # require 'syslog/logger' + # config.logger = ActiveSupport::TaggedLogging.new(Syslog::Logger.new 'app-name') + + if ENV["RAILS_LOG_TO_STDOUT"].present? + logger = ActiveSupport::Logger.new(STDOUT) + logger.formatter = config.log_formatter + config.logger = ActiveSupport::TaggedLogging.new(logger) + end + + # Do not dump schema after migrations. + config.active_record.dump_schema_after_migration = false +end diff --git a/dylan_eckert/models/bpm2/config/environments/test.rb b/dylan_eckert/models/bpm2/config/environments/test.rb new file mode 100644 index 0000000..30587ef --- /dev/null +++ b/dylan_eckert/models/bpm2/config/environments/test.rb @@ -0,0 +1,42 @@ +Rails.application.configure do + # Settings specified here will take precedence over those in config/application.rb. + + # The test environment is used exclusively to run your application's + # test suite. You never need to work with it otherwise. Remember that + # your test database is "scratch space" for the test suite and is wiped + # and recreated between test runs. Don't rely on the data there! + config.cache_classes = true + + # Do not eager load code on boot. This avoids loading your whole application + # just for the purpose of running a single test. If you are using a tool that + # preloads Rails for running tests, you may have to set it to true. + config.eager_load = false + + # Configure public file server for tests with Cache-Control for performance. + config.public_file_server.enabled = true + config.public_file_server.headers = { + 'Cache-Control' => 'public, max-age=3600' + } + + # Show full error reports and disable caching. + config.consider_all_requests_local = true + config.action_controller.perform_caching = false + + # Raise exceptions instead of rendering exception templates. + config.action_dispatch.show_exceptions = false + + # Disable request forgery protection in test environment. + config.action_controller.allow_forgery_protection = false + config.action_mailer.perform_caching = false + + # Tell Action Mailer not to deliver emails to the real world. + # The :test delivery method accumulates sent emails in the + # ActionMailer::Base.deliveries array. + config.action_mailer.delivery_method = :test + + # Print deprecation notices to the stderr. + config.active_support.deprecation = :stderr + + # Raises error for missing translations + # config.action_view.raise_on_missing_translations = true +end diff --git a/dylan_eckert/models/bpm2/config/initializers/application_controller_renderer.rb b/dylan_eckert/models/bpm2/config/initializers/application_controller_renderer.rb new file mode 100644 index 0000000..89d2efa --- /dev/null +++ b/dylan_eckert/models/bpm2/config/initializers/application_controller_renderer.rb @@ -0,0 +1,8 @@ +# Be sure to restart your server when you modify this file. + +# ActiveSupport::Reloader.to_prepare do +# ApplicationController.renderer.defaults.merge!( +# http_host: 'example.org', +# https: false +# ) +# end diff --git a/Rodolfo_Valdivieso/controllers/time_display/config/initializers/assets.rb b/dylan_eckert/models/bpm2/config/initializers/assets.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/time_display/config/initializers/assets.rb rename to dylan_eckert/models/bpm2/config/initializers/assets.rb diff --git a/Rodolfo_Valdivieso/controllers/survey_form/config/initializers/backtrace_silencers.rb b/dylan_eckert/models/bpm2/config/initializers/backtrace_silencers.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/survey_form/config/initializers/backtrace_silencers.rb rename to dylan_eckert/models/bpm2/config/initializers/backtrace_silencers.rb diff --git a/dylan_eckert/models/bpm2/config/initializers/cookies_serializer.rb b/dylan_eckert/models/bpm2/config/initializers/cookies_serializer.rb new file mode 100644 index 0000000..5a6a32d --- /dev/null +++ b/dylan_eckert/models/bpm2/config/initializers/cookies_serializer.rb @@ -0,0 +1,5 @@ +# Be sure to restart your server when you modify this file. + +# Specify a serializer for the signed and encrypted cookie jars. +# Valid options are :json, :marshal, and :hybrid. +Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/Rodolfo_Valdivieso/controllers/survey_form/config/initializers/filter_parameter_logging.rb b/dylan_eckert/models/bpm2/config/initializers/filter_parameter_logging.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/survey_form/config/initializers/filter_parameter_logging.rb rename to dylan_eckert/models/bpm2/config/initializers/filter_parameter_logging.rb diff --git a/Rodolfo_Valdivieso/controllers/survey_form/config/initializers/inflections.rb b/dylan_eckert/models/bpm2/config/initializers/inflections.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/survey_form/config/initializers/inflections.rb rename to dylan_eckert/models/bpm2/config/initializers/inflections.rb diff --git a/Rodolfo_Valdivieso/controllers/survey_form/config/initializers/mime_types.rb b/dylan_eckert/models/bpm2/config/initializers/mime_types.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/survey_form/config/initializers/mime_types.rb rename to dylan_eckert/models/bpm2/config/initializers/mime_types.rb diff --git a/dylan_eckert/models/bpm2/config/initializers/new_framework_defaults.rb b/dylan_eckert/models/bpm2/config/initializers/new_framework_defaults.rb new file mode 100644 index 0000000..dd236b5 --- /dev/null +++ b/dylan_eckert/models/bpm2/config/initializers/new_framework_defaults.rb @@ -0,0 +1,26 @@ +# Be sure to restart your server when you modify this file. +# +# This file contains migration options to ease your Rails 5.0 upgrade. +# +# Read the Guide for Upgrading Ruby on Rails for more info on each option. + +Rails.application.config.action_controller.raise_on_unfiltered_parameters = true + +# Enable per-form CSRF tokens. Previous versions had false. +Rails.application.config.action_controller.per_form_csrf_tokens = true + +# Enable origin-checking CSRF mitigation. Previous versions had false. +Rails.application.config.action_controller.forgery_protection_origin_check = true + +# Make Ruby 2.4 preserve the timezone of the receiver when calling `to_time`. +# Previous versions had false. +ActiveSupport.to_time_preserves_timezone = true + +# Require `belongs_to` associations by default. Previous versions had false. +Rails.application.config.active_record.belongs_to_required_by_default = true + +# Do not halt callback chains when a callback returns false. Previous versions had true. +ActiveSupport.halt_callback_chains_on_return_false = false + +# Configure SSL options to enable HSTS with subdomains. Previous versions had false. +Rails.application.config.ssl_options = { hsts: { subdomains: true } } diff --git a/dylan_eckert/models/bpm2/config/initializers/session_store.rb b/dylan_eckert/models/bpm2/config/initializers/session_store.rb new file mode 100644 index 0000000..64baa16 --- /dev/null +++ b/dylan_eckert/models/bpm2/config/initializers/session_store.rb @@ -0,0 +1,3 @@ +# Be sure to restart your server when you modify this file. + +Rails.application.config.session_store :cookie_store, key: '_bpm2_session' diff --git a/dylan_eckert/models/bpm2/config/initializers/wrap_parameters.rb b/dylan_eckert/models/bpm2/config/initializers/wrap_parameters.rb new file mode 100644 index 0000000..bbfc396 --- /dev/null +++ b/dylan_eckert/models/bpm2/config/initializers/wrap_parameters.rb @@ -0,0 +1,14 @@ +# Be sure to restart your server when you modify this file. + +# This file contains settings for ActionController::ParamsWrapper which +# is enabled by default. + +# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. +ActiveSupport.on_load(:action_controller) do + wrap_parameters format: [:json] +end + +# To enable root element in JSON for ActiveRecord objects. +# ActiveSupport.on_load(:active_record) do +# self.include_root_in_json = true +# end diff --git a/Rodolfo_Valdivieso/controllers/survey_form/config/locales/en.yml b/dylan_eckert/models/bpm2/config/locales/en.yml similarity index 100% rename from Rodolfo_Valdivieso/controllers/survey_form/config/locales/en.yml rename to dylan_eckert/models/bpm2/config/locales/en.yml diff --git a/dylan_eckert/models/bpm2/config/puma.rb b/dylan_eckert/models/bpm2/config/puma.rb new file mode 100644 index 0000000..c7f311f --- /dev/null +++ b/dylan_eckert/models/bpm2/config/puma.rb @@ -0,0 +1,47 @@ +# Puma can serve each request in a thread from an internal thread pool. +# The `threads` method setting takes two numbers a minimum and maximum. +# Any libraries that use thread pools should be configured to match +# the maximum value specified for Puma. Default is set to 5 threads for minimum +# and maximum, this matches the default thread size of Active Record. +# +threads_count = ENV.fetch("RAILS_MAX_THREADS") { 5 }.to_i +threads threads_count, threads_count + +# Specifies the `port` that Puma will listen on to receive requests, default is 3000. +# +port ENV.fetch("PORT") { 3000 } + +# Specifies the `environment` that Puma will run in. +# +environment ENV.fetch("RAILS_ENV") { "development" } + +# Specifies the number of `workers` to boot in clustered mode. +# Workers are forked webserver processes. If using threads and workers together +# the concurrency of the application would be max `threads` * `workers`. +# Workers do not work on JRuby or Windows (both of which do not support +# processes). +# +# workers ENV.fetch("WEB_CONCURRENCY") { 2 } + +# Use the `preload_app!` method when specifying a `workers` number. +# This directive tells Puma to first boot the application and load code +# before forking the application. This takes advantage of Copy On Write +# process behavior so workers use less memory. If you use this option +# you need to make sure to reconnect any threads in the `on_worker_boot` +# block. +# +# preload_app! + +# The code in the `on_worker_boot` will be called if you are using +# clustered mode by specifying a number of `workers`. After each worker +# process is booted this block will be run, if you are using `preload_app!` +# option you will want to use this block to reconnect to any threads +# or connections that may have been created at application boot, Ruby +# cannot share connections between processes. +# +# on_worker_boot do +# ActiveRecord::Base.establish_connection if defined?(ActiveRecord) +# end + +# Allow puma to be restarted by `rails restart` command. +plugin :tmp_restart diff --git a/dylan_eckert/models/bpm2/config/routes.rb b/dylan_eckert/models/bpm2/config/routes.rb new file mode 100644 index 0000000..787824f --- /dev/null +++ b/dylan_eckert/models/bpm2/config/routes.rb @@ -0,0 +1,3 @@ +Rails.application.routes.draw do + # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html +end diff --git a/dylan_eckert/models/bpm2/config/secrets.yml b/dylan_eckert/models/bpm2/config/secrets.yml new file mode 100644 index 0000000..0604c2e --- /dev/null +++ b/dylan_eckert/models/bpm2/config/secrets.yml @@ -0,0 +1,22 @@ +# Be sure to restart your server when you modify this file. + +# Your secret key is used for verifying the integrity of signed cookies. +# If you change this key, all old signed cookies will become invalid! + +# Make sure the secret is at least 30 characters and all random, +# no regular words or you'll be exposed to dictionary attacks. +# You can use `rails secret` to generate a secure secret key. + +# Make sure the secrets in this file are kept private +# if you're sharing your code publicly. + +development: + secret_key_base: 7def0be2405e568e66717be8e95220b7c66e30bbdfaa41dfc37a5d18c9ceb772c7ba1acc6c115985c0a7c8543561c69a70a0a721b588c7237a50f604c7c23f1f + +test: + secret_key_base: 5505af9ae96d031cc6d093d8b9e311c170bc5d1f4f3e25156b0e3204bc91c36b78a35cfe82291dab0d7d147751a9ed628fca6fc1775c5e0e1d6b3d84019336e3 + +# Do not keep production secrets in the repository, +# instead read values from the environment. +production: + secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/dylan_eckert/models/bpm2/config/spring.rb b/dylan_eckert/models/bpm2/config/spring.rb new file mode 100644 index 0000000..c9119b4 --- /dev/null +++ b/dylan_eckert/models/bpm2/config/spring.rb @@ -0,0 +1,6 @@ +%w( + .ruby-version + .rbenv-vars + tmp/restart.txt + tmp/caching-dev.txt +).each { |path| Spring.watch(path) } diff --git a/dylan_eckert/models/bpm2/db/migrate/20171201201729_create_users.rb b/dylan_eckert/models/bpm2/db/migrate/20171201201729_create_users.rb new file mode 100644 index 0000000..190878e --- /dev/null +++ b/dylan_eckert/models/bpm2/db/migrate/20171201201729_create_users.rb @@ -0,0 +1,11 @@ +class CreateUsers < ActiveRecord::Migration[5.0] + def change + create_table :users do |t| + t.string :fname + t.string :lname + t.string :email + + t.timestamps + end + end +end diff --git a/dylan_eckert/models/bpm2/db/migrate/20171201201821_create_blogs.rb b/dylan_eckert/models/bpm2/db/migrate/20171201201821_create_blogs.rb new file mode 100644 index 0000000..f554c29 --- /dev/null +++ b/dylan_eckert/models/bpm2/db/migrate/20171201201821_create_blogs.rb @@ -0,0 +1,10 @@ +class CreateBlogs < ActiveRecord::Migration[5.0] + def change + create_table :blogs do |t| + t.string :name + t.text :desc + + t.timestamps + end + end +end diff --git a/dylan_eckert/models/bpm2/db/migrate/20171201202102_create_owners.rb b/dylan_eckert/models/bpm2/db/migrate/20171201202102_create_owners.rb new file mode 100644 index 0000000..447c1fd --- /dev/null +++ b/dylan_eckert/models/bpm2/db/migrate/20171201202102_create_owners.rb @@ -0,0 +1,10 @@ +class CreateOwners < ActiveRecord::Migration[5.0] + def change + create_table :owners do |t| + t.references :user, foreign_key: true + t.references :blog, foreign_key: true + + t.timestamps + end + end +end diff --git a/dylan_eckert/models/bpm2/db/migrate/20171201202247_create_posts.rb b/dylan_eckert/models/bpm2/db/migrate/20171201202247_create_posts.rb new file mode 100644 index 0000000..f75ebc8 --- /dev/null +++ b/dylan_eckert/models/bpm2/db/migrate/20171201202247_create_posts.rb @@ -0,0 +1,12 @@ +class CreatePosts < ActiveRecord::Migration[5.0] + def change + create_table :posts do |t| + t.references :user, foreign_key: true + t.references :blog, foreign_key: true + t.string :title + t.text :content + + t.timestamps + end + end +end diff --git a/dylan_eckert/models/bpm2/db/migrate/20171201202452_create_messages.rb b/dylan_eckert/models/bpm2/db/migrate/20171201202452_create_messages.rb new file mode 100644 index 0000000..2f57903 --- /dev/null +++ b/dylan_eckert/models/bpm2/db/migrate/20171201202452_create_messages.rb @@ -0,0 +1,12 @@ +class CreateMessages < ActiveRecord::Migration[5.0] + def change + create_table :messages do |t| + t.references :post, foreign_key: true + t.references :user, foreign_key: true + t.string :author + t.text :msg + + t.timestamps + end + end +end diff --git a/dylan_eckert/models/bpm2/db/migrate/20171204145319_create_comments.rb b/dylan_eckert/models/bpm2/db/migrate/20171204145319_create_comments.rb new file mode 100644 index 0000000..a9e90e6 --- /dev/null +++ b/dylan_eckert/models/bpm2/db/migrate/20171204145319_create_comments.rb @@ -0,0 +1,9 @@ +class CreateComments < ActiveRecord::Migration[5.0] + def change + create_table :comments do |t| + t.references :commentable, polymorphic: true + + t.timestamps + end + end +end diff --git a/dylan_eckert/models/bpm2/db/schema.rb b/dylan_eckert/models/bpm2/db/schema.rb new file mode 100644 index 0000000..e153830 --- /dev/null +++ b/dylan_eckert/models/bpm2/db/schema.rb @@ -0,0 +1,69 @@ +# This file is auto-generated from the current state of the database. Instead +# of editing this file, please use the migrations feature of Active Record to +# incrementally modify your database, and then regenerate this schema definition. +# +# Note that this schema.rb definition is the authoritative source for your +# database schema. If you need to create the application database on another +# system, you should be using db:schema:load, not running all the migrations +# from scratch. The latter is a flawed and unsustainable approach (the more migrations +# you'll amass, the slower it'll run and the greater likelihood for issues). +# +# It's strongly recommended that you check this file into your version control system. + +ActiveRecord::Schema.define(version: 20171204145319) do + + create_table "blogs", force: :cascade do |t| + t.string "name" + t.text "desc" + t.datetime "created_at", null: false + t.datetime "updated_at", null: false + end + + create_table "comments", force: :cascade do |t| + t.string "commentable_type" + t.integer "commentable_id" + t.datetime "created_at", null: false + t.datetime "updated_at", null: false + t.index ["commentable_type", "commentable_id"], name: "index_comments_on_commentable_type_and_commentable_id" + end + + create_table "messages", force: :cascade do |t| + t.integer "post_id" + t.integer "user_id" + t.string "author" + t.text "msg" + t.datetime "created_at", null: false + t.datetime "updated_at", null: false + t.index ["post_id"], name: "index_messages_on_post_id" + t.index ["user_id"], name: "index_messages_on_user_id" + end + + create_table "owners", force: :cascade do |t| + t.integer "user_id" + t.integer "blog_id" + t.datetime "created_at", null: false + t.datetime "updated_at", null: false + t.index ["blog_id"], name: "index_owners_on_blog_id" + t.index ["user_id"], name: "index_owners_on_user_id" + end + + create_table "posts", force: :cascade do |t| + t.integer "user_id" + t.integer "blog_id" + t.string "title" + t.text "content" + t.datetime "created_at", null: false + t.datetime "updated_at", null: false + t.index ["blog_id"], name: "index_posts_on_blog_id" + t.index ["user_id"], name: "index_posts_on_user_id" + end + + create_table "users", force: :cascade do |t| + t.string "fname" + t.string "lname" + t.string "email" + t.datetime "created_at", null: false + t.datetime "updated_at", null: false + end + +end diff --git a/dylan_eckert/models/bpm2/db/seeds.rb b/dylan_eckert/models/bpm2/db/seeds.rb new file mode 100644 index 0000000..1beea2a --- /dev/null +++ b/dylan_eckert/models/bpm2/db/seeds.rb @@ -0,0 +1,7 @@ +# This file should contain all the record creation needed to seed the database with its default values. +# The data can then be loaded with the rails db:seed command (or created alongside the database with db:setup). +# +# Examples: +# +# movies = Movie.create([{ name: 'Star Wars' }, { name: 'Lord of the Rings' }]) +# Character.create(name: 'Luke', movie: movies.first) diff --git a/Rodolfo_Valdivieso/controllers/time_display/lib/assets/.keep b/dylan_eckert/models/bpm2/lib/assets/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/time_display/lib/assets/.keep rename to dylan_eckert/models/bpm2/lib/assets/.keep diff --git a/Rodolfo_Valdivieso/controllers/time_display/lib/tasks/.keep b/dylan_eckert/models/bpm2/lib/tasks/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/time_display/lib/tasks/.keep rename to dylan_eckert/models/bpm2/lib/tasks/.keep diff --git a/Rodolfo_Valdivieso/controllers/time_display/log/.keep b/dylan_eckert/models/bpm2/log/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/time_display/log/.keep rename to dylan_eckert/models/bpm2/log/.keep diff --git a/dylan_eckert/models/bpm2/public/404.html b/dylan_eckert/models/bpm2/public/404.html new file mode 100644 index 0000000..2be3af2 --- /dev/null +++ b/dylan_eckert/models/bpm2/public/404.html @@ -0,0 +1,67 @@ + + + + The page you were looking for doesn't exist (404) + + + + + + +
+
+

The page you were looking for doesn't exist.

+

You may have mistyped the address or the page may have moved.

+
+

If you are the application owner check the logs for more information.

+
+ + diff --git a/dylan_eckert/models/bpm2/public/422.html b/dylan_eckert/models/bpm2/public/422.html new file mode 100644 index 0000000..c08eac0 --- /dev/null +++ b/dylan_eckert/models/bpm2/public/422.html @@ -0,0 +1,67 @@ + + + + The change you wanted was rejected (422) + + + + + + +
+
+

The change you wanted was rejected.

+

Maybe you tried to change something you didn't have access to.

+
+

If you are the application owner check the logs for more information.

+
+ + diff --git a/dylan_eckert/models/bpm2/public/500.html b/dylan_eckert/models/bpm2/public/500.html new file mode 100644 index 0000000..78a030a --- /dev/null +++ b/dylan_eckert/models/bpm2/public/500.html @@ -0,0 +1,66 @@ + + + + We're sorry, but something went wrong (500) + + + + + + +
+
+

We're sorry, but something went wrong.

+
+

If you are the application owner check the logs for more information.

+
+ + diff --git a/Rodolfo_Valdivieso/controllers/time_display/public/favicon.ico b/dylan_eckert/models/bpm2/public/apple-touch-icon-precomposed.png similarity index 100% rename from Rodolfo_Valdivieso/controllers/time_display/public/favicon.ico rename to dylan_eckert/models/bpm2/public/apple-touch-icon-precomposed.png diff --git a/Rodolfo_Valdivieso/controllers/time_display/test/controllers/.keep b/dylan_eckert/models/bpm2/public/apple-touch-icon.png similarity index 100% rename from Rodolfo_Valdivieso/controllers/time_display/test/controllers/.keep rename to dylan_eckert/models/bpm2/public/apple-touch-icon.png diff --git a/Rodolfo_Valdivieso/models/blogs/public/favicon.ico b/dylan_eckert/models/bpm2/public/favicon.ico similarity index 100% rename from Rodolfo_Valdivieso/models/blogs/public/favicon.ico rename to dylan_eckert/models/bpm2/public/favicon.ico diff --git a/Rodolfo_Valdivieso/controllers/survey_form/public/robots.txt b/dylan_eckert/models/bpm2/public/robots.txt similarity index 100% rename from Rodolfo_Valdivieso/controllers/survey_form/public/robots.txt rename to dylan_eckert/models/bpm2/public/robots.txt diff --git a/Rodolfo_Valdivieso/controllers/time_display/test/fixtures/.keep b/dylan_eckert/models/bpm2/test/controllers/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/time_display/test/fixtures/.keep rename to dylan_eckert/models/bpm2/test/controllers/.keep diff --git a/Rodolfo_Valdivieso/controllers/time_display/test/helpers/.keep b/dylan_eckert/models/bpm2/test/fixtures/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/time_display/test/helpers/.keep rename to dylan_eckert/models/bpm2/test/fixtures/.keep diff --git a/dylan_eckert/models/bpm2/test/fixtures/blogs.yml b/dylan_eckert/models/bpm2/test/fixtures/blogs.yml new file mode 100644 index 0000000..1c7a0ed --- /dev/null +++ b/dylan_eckert/models/bpm2/test/fixtures/blogs.yml @@ -0,0 +1,9 @@ +# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html + +one: + name: MyString + desc: MyText + +two: + name: MyString + desc: MyText diff --git a/dylan_eckert/models/bpm2/test/fixtures/comments.yml b/dylan_eckert/models/bpm2/test/fixtures/comments.yml new file mode 100644 index 0000000..1da90bc --- /dev/null +++ b/dylan_eckert/models/bpm2/test/fixtures/comments.yml @@ -0,0 +1,9 @@ +# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html + +one: + commentable: one + commentable_type: Commentable + +two: + commentable: two + commentable_type: Commentable diff --git a/Rodolfo_Valdivieso/controllers/time_display/test/integration/.keep b/dylan_eckert/models/bpm2/test/fixtures/files/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/time_display/test/integration/.keep rename to dylan_eckert/models/bpm2/test/fixtures/files/.keep diff --git a/dylan_eckert/models/bpm2/test/fixtures/messages.yml b/dylan_eckert/models/bpm2/test/fixtures/messages.yml new file mode 100644 index 0000000..faf7db2 --- /dev/null +++ b/dylan_eckert/models/bpm2/test/fixtures/messages.yml @@ -0,0 +1,13 @@ +# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html + +one: + post: one + user: one + author: MyString + msg: MyText + +two: + post: two + user: two + author: MyString + msg: MyText diff --git a/dylan_eckert/models/bpm2/test/fixtures/owners.yml b/dylan_eckert/models/bpm2/test/fixtures/owners.yml new file mode 100644 index 0000000..9dd8d08 --- /dev/null +++ b/dylan_eckert/models/bpm2/test/fixtures/owners.yml @@ -0,0 +1,9 @@ +# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html + +one: + user: one + blog: one + +two: + user: two + blog: two diff --git a/dylan_eckert/models/bpm2/test/fixtures/posts.yml b/dylan_eckert/models/bpm2/test/fixtures/posts.yml new file mode 100644 index 0000000..28be038 --- /dev/null +++ b/dylan_eckert/models/bpm2/test/fixtures/posts.yml @@ -0,0 +1,13 @@ +# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html + +one: + user: one + blog: one + title: MyString + content: MyText + +two: + user: two + blog: two + title: MyString + content: MyText diff --git a/dylan_eckert/models/bpm2/test/fixtures/users.yml b/dylan_eckert/models/bpm2/test/fixtures/users.yml new file mode 100644 index 0000000..1c3b45d --- /dev/null +++ b/dylan_eckert/models/bpm2/test/fixtures/users.yml @@ -0,0 +1,11 @@ +# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html + +one: + fname: MyString + lname: MyString + email: MyString + +two: + fname: MyString + lname: MyString + email: MyString diff --git a/Rodolfo_Valdivieso/controllers/time_display/test/mailers/.keep b/dylan_eckert/models/bpm2/test/helpers/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/time_display/test/mailers/.keep rename to dylan_eckert/models/bpm2/test/helpers/.keep diff --git a/Rodolfo_Valdivieso/controllers/time_display/test/models/.keep b/dylan_eckert/models/bpm2/test/integration/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/time_display/test/models/.keep rename to dylan_eckert/models/bpm2/test/integration/.keep diff --git a/Rodolfo_Valdivieso/controllers/time_display/vendor/assets/javascripts/.keep b/dylan_eckert/models/bpm2/test/mailers/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/time_display/vendor/assets/javascripts/.keep rename to dylan_eckert/models/bpm2/test/mailers/.keep diff --git a/Rodolfo_Valdivieso/controllers/time_display/vendor/assets/stylesheets/.keep b/dylan_eckert/models/bpm2/test/models/.keep similarity index 100% rename from Rodolfo_Valdivieso/controllers/time_display/vendor/assets/stylesheets/.keep rename to dylan_eckert/models/bpm2/test/models/.keep diff --git a/Rodolfo_Valdivieso/models/blogs2/test/models/blog_test.rb b/dylan_eckert/models/bpm2/test/models/blog_test.rb similarity index 100% rename from Rodolfo_Valdivieso/models/blogs2/test/models/blog_test.rb rename to dylan_eckert/models/bpm2/test/models/blog_test.rb diff --git a/Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/models/comment_test.rb b/dylan_eckert/models/bpm2/test/models/comment_test.rb similarity index 100% rename from Tamisha_Damas/Rails/Models /blog_posts_messages_2_poly/test/models/comment_test.rb rename to dylan_eckert/models/bpm2/test/models/comment_test.rb diff --git a/Rodolfo_Valdivieso/models/blogs2/test/models/message_test.rb b/dylan_eckert/models/bpm2/test/models/message_test.rb similarity index 100% rename from Rodolfo_Valdivieso/models/blogs2/test/models/message_test.rb rename to dylan_eckert/models/bpm2/test/models/message_test.rb diff --git a/Rodolfo_Valdivieso/models/blogs2/test/models/owner_test.rb b/dylan_eckert/models/bpm2/test/models/owner_test.rb similarity index 100% rename from Rodolfo_Valdivieso/models/blogs2/test/models/owner_test.rb rename to dylan_eckert/models/bpm2/test/models/owner_test.rb diff --git a/Rodolfo_Valdivieso/models/blogs2/test/models/post_test.rb b/dylan_eckert/models/bpm2/test/models/post_test.rb similarity index 100% rename from Rodolfo_Valdivieso/models/blogs2/test/models/post_test.rb rename to dylan_eckert/models/bpm2/test/models/post_test.rb diff --git a/Rodolfo_Valdivieso/models/self_join/test/models/user_test.rb b/dylan_eckert/models/bpm2/test/models/user_test.rb similarity index 100% rename from Rodolfo_Valdivieso/models/self_join/test/models/user_test.rb rename to dylan_eckert/models/bpm2/test/models/user_test.rb diff --git a/Rodolfo_Valdivieso/controllers/survey_form/test/test_helper.rb b/dylan_eckert/models/bpm2/test/test_helper.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/survey_form/test/test_helper.rb rename to dylan_eckert/models/bpm2/test/test_helper.rb diff --git a/Rodolfo_Valdivieso/models/blogs/app/assets/images/.keep b/dylan_eckert/models/bpm2/tmp/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/blogs/app/assets/images/.keep rename to dylan_eckert/models/bpm2/tmp/.keep diff --git a/Rodolfo_Valdivieso/models/blogs/app/controllers/concerns/.keep b/dylan_eckert/models/bpm2/vendor/assets/javascripts/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/blogs/app/controllers/concerns/.keep rename to dylan_eckert/models/bpm2/vendor/assets/javascripts/.keep diff --git a/Rodolfo_Valdivieso/models/blogs/app/mailers/.keep b/dylan_eckert/models/bpm2/vendor/assets/stylesheets/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/blogs/app/mailers/.keep rename to dylan_eckert/models/bpm2/vendor/assets/stylesheets/.keep diff --git a/dylan_eckert/models/dojo_ninjas/.gitignore b/dylan_eckert/models/dojo_ninjas/.gitignore new file mode 100644 index 0000000..bab620d --- /dev/null +++ b/dylan_eckert/models/dojo_ninjas/.gitignore @@ -0,0 +1,21 @@ +# See https://help.github.com/articles/ignoring-files for more about ignoring files. +# +# If you find yourself ignoring temporary files generated by your text editor +# or operating system, you probably want to add a global ignore instead: +# git config --global core.excludesfile '~/.gitignore_global' + +# Ignore bundler config. +/.bundle + +# Ignore the default SQLite database. +/db/*.sqlite3 +/db/*.sqlite3-journal + +# Ignore all logfiles and tempfiles. +/log/* +/tmp/* +!/log/.keep +!/tmp/.keep + +# Ignore Byebug command history file. +.byebug_history diff --git a/dylan_eckert/models/dojo_ninjas/Gemfile b/dylan_eckert/models/dojo_ninjas/Gemfile new file mode 100644 index 0000000..cef91e9 --- /dev/null +++ b/dylan_eckert/models/dojo_ninjas/Gemfile @@ -0,0 +1,53 @@ +source 'https://rubygems.org' + +git_source(:github) do |repo_name| + repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/") + "https://github.com/#{repo_name}.git" +end + +gem 'hirb' +# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' +gem 'rails', '~> 5.0.6' +# Use sqlite3 as the database for Active Record +gem 'sqlite3' +# Use Puma as the app server +gem 'puma', '~> 3.0' +# Use SCSS for stylesheets +gem 'sass-rails', '~> 5.0' +# Use Uglifier as compressor for JavaScript assets +gem 'uglifier', '>= 1.3.0' +# Use CoffeeScript for .coffee assets and views +gem 'coffee-rails', '~> 4.2' +# See https://github.com/rails/execjs#readme for more supported runtimes +# gem 'therubyracer', platforms: :ruby + +# Use jquery as the JavaScript library +gem 'jquery-rails' +# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks +gem 'turbolinks', '~> 5' +# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder +gem 'jbuilder', '~> 2.5' +# Use Redis adapter to run Action Cable in production +# gem 'redis', '~> 3.0' +# Use ActiveModel has_secure_password +# gem 'bcrypt', '~> 3.1.7' + +# Use Capistrano for deployment +# gem 'capistrano-rails', group: :development + +group :development, :test do + # Call 'byebug' anywhere in the code to stop execution and get a debugger console + gem 'byebug', platform: :mri +end + +group :development do + # Access an IRB console on exception pages or by using <%= console %> anywhere in the code. + gem 'web-console', '>= 3.3.0' + gem 'listen', '~> 3.0.5' + # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring + gem 'spring' + gem 'spring-watcher-listen', '~> 2.0.0' +end + +# Windows does not include zoneinfo files, so bundle the tzinfo-data gem +gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] diff --git a/dylan_eckert/models/dojo_ninjas/Gemfile.lock b/dylan_eckert/models/dojo_ninjas/Gemfile.lock new file mode 100644 index 0000000..666314f --- /dev/null +++ b/dylan_eckert/models/dojo_ninjas/Gemfile.lock @@ -0,0 +1,181 @@ +GEM + remote: https://rubygems.org/ + specs: + actioncable (5.0.6) + actionpack (= 5.0.6) + nio4r (>= 1.2, < 3.0) + websocket-driver (~> 0.6.1) + actionmailer (5.0.6) + actionpack (= 5.0.6) + actionview (= 5.0.6) + activejob (= 5.0.6) + mail (~> 2.5, >= 2.5.4) + rails-dom-testing (~> 2.0) + actionpack (5.0.6) + actionview (= 5.0.6) + activesupport (= 5.0.6) + rack (~> 2.0) + rack-test (~> 0.6.3) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.0.2) + actionview (5.0.6) + activesupport (= 5.0.6) + builder (~> 3.1) + erubis (~> 2.7.0) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.0.3) + activejob (5.0.6) + activesupport (= 5.0.6) + globalid (>= 0.3.6) + activemodel (5.0.6) + activesupport (= 5.0.6) + activerecord (5.0.6) + activemodel (= 5.0.6) + activesupport (= 5.0.6) + arel (~> 7.0) + activesupport (5.0.6) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (~> 0.7) + minitest (~> 5.1) + tzinfo (~> 1.1) + arel (7.1.4) + bindex (0.5.0) + builder (3.2.3) + byebug (9.1.0) + coffee-rails (4.2.2) + coffee-script (>= 2.2.0) + railties (>= 4.0.0) + coffee-script (2.4.1) + coffee-script-source + execjs + coffee-script-source (1.12.2) + concurrent-ruby (1.0.5) + crass (1.0.3) + erubis (2.7.0) + execjs (2.7.0) + ffi (1.9.18) + globalid (0.4.1) + activesupport (>= 4.2.0) + hirb (0.7.3) + i18n (0.9.1) + concurrent-ruby (~> 1.0) + jbuilder (2.7.0) + activesupport (>= 4.2.0) + multi_json (>= 1.2) + jquery-rails (4.3.1) + rails-dom-testing (>= 1, < 3) + railties (>= 4.2.0) + thor (>= 0.14, < 2.0) + listen (3.0.8) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + loofah (2.1.1) + crass (~> 1.0.2) + nokogiri (>= 1.5.9) + mail (2.7.0) + mini_mime (>= 0.1.1) + method_source (0.9.0) + mini_mime (1.0.0) + mini_portile2 (2.3.0) + minitest (5.10.3) + multi_json (1.12.2) + nio4r (2.1.0) + nokogiri (1.8.1) + mini_portile2 (~> 2.3.0) + puma (3.11.0) + rack (2.0.3) + rack-test (0.6.3) + rack (>= 1.0) + rails (5.0.6) + actioncable (= 5.0.6) + actionmailer (= 5.0.6) + actionpack (= 5.0.6) + actionview (= 5.0.6) + activejob (= 5.0.6) + activemodel (= 5.0.6) + activerecord (= 5.0.6) + activesupport (= 5.0.6) + bundler (>= 1.3.0) + railties (= 5.0.6) + sprockets-rails (>= 2.0.0) + rails-dom-testing (2.0.3) + activesupport (>= 4.2.0) + nokogiri (>= 1.6) + rails-html-sanitizer (1.0.3) + loofah (~> 2.0) + railties (5.0.6) + actionpack (= 5.0.6) + activesupport (= 5.0.6) + method_source + rake (>= 0.8.7) + thor (>= 0.18.1, < 2.0) + rake (12.3.0) + rb-fsevent (0.10.2) + rb-inotify (0.9.10) + ffi (>= 0.5.0, < 2) + sass (3.5.3) + sass-listen (~> 4.0.0) + sass-listen (4.0.0) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + sass-rails (5.0.7) + railties (>= 4.0.0, < 6) + sass (~> 3.1) + sprockets (>= 2.8, < 4.0) + sprockets-rails (>= 2.0, < 4.0) + tilt (>= 1.1, < 3) + spring (2.0.2) + activesupport (>= 4.2) + spring-watcher-listen (2.0.1) + listen (>= 2.7, < 4.0) + spring (>= 1.2, < 3.0) + sprockets (3.7.1) + concurrent-ruby (~> 1.0) + rack (> 1, < 3) + sprockets-rails (3.2.1) + actionpack (>= 4.0) + activesupport (>= 4.0) + sprockets (>= 3.0.0) + sqlite3 (1.3.13) + thor (0.20.0) + thread_safe (0.3.6) + tilt (2.0.8) + turbolinks (5.0.1) + turbolinks-source (~> 5) + turbolinks-source (5.0.3) + tzinfo (1.2.4) + thread_safe (~> 0.1) + uglifier (3.2.0) + execjs (>= 0.3.0, < 3) + web-console (3.5.1) + actionview (>= 5.0) + activemodel (>= 5.0) + bindex (>= 0.4.0) + railties (>= 5.0) + websocket-driver (0.6.5) + websocket-extensions (>= 0.1.0) + websocket-extensions (0.1.3) + +PLATFORMS + ruby + +DEPENDENCIES + byebug + coffee-rails (~> 4.2) + hirb + jbuilder (~> 2.5) + jquery-rails + listen (~> 3.0.5) + puma (~> 3.0) + rails (~> 5.0.6) + sass-rails (~> 5.0) + spring + spring-watcher-listen (~> 2.0.0) + sqlite3 + turbolinks (~> 5) + tzinfo-data + uglifier (>= 1.3.0) + web-console (>= 3.3.0) + +BUNDLED WITH + 1.12.5 diff --git a/dylan_eckert/models/dojo_ninjas/README.md b/dylan_eckert/models/dojo_ninjas/README.md new file mode 100644 index 0000000..7db80e4 --- /dev/null +++ b/dylan_eckert/models/dojo_ninjas/README.md @@ -0,0 +1,24 @@ +# README + +This README would normally document whatever steps are necessary to get the +application up and running. + +Things you may want to cover: + +* Ruby version + +* System dependencies + +* Configuration + +* Database creation + +* Database initialization + +* How to run the test suite + +* Services (job queues, cache servers, search engines, etc.) + +* Deployment instructions + +* ... diff --git a/dylan_eckert/models/dojo_ninjas/Rakefile b/dylan_eckert/models/dojo_ninjas/Rakefile new file mode 100644 index 0000000..e85f913 --- /dev/null +++ b/dylan_eckert/models/dojo_ninjas/Rakefile @@ -0,0 +1,6 @@ +# Add your own tasks in files placed in lib/tasks ending in .rake, +# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. + +require_relative 'config/application' + +Rails.application.load_tasks diff --git a/dylan_eckert/models/dojo_ninjas/app/assets/config/manifest.js b/dylan_eckert/models/dojo_ninjas/app/assets/config/manifest.js new file mode 100644 index 0000000..b16e53d --- /dev/null +++ b/dylan_eckert/models/dojo_ninjas/app/assets/config/manifest.js @@ -0,0 +1,3 @@ +//= link_tree ../images +//= link_directory ../javascripts .js +//= link_directory ../stylesheets .css diff --git a/Rodolfo_Valdivieso/models/blogs/app/models/.keep b/dylan_eckert/models/dojo_ninjas/app/assets/images/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/blogs/app/models/.keep rename to dylan_eckert/models/dojo_ninjas/app/assets/images/.keep diff --git a/dylan_eckert/models/dojo_ninjas/app/assets/javascripts/application.js b/dylan_eckert/models/dojo_ninjas/app/assets/javascripts/application.js new file mode 100644 index 0000000..b12018d --- /dev/null +++ b/dylan_eckert/models/dojo_ninjas/app/assets/javascripts/application.js @@ -0,0 +1,16 @@ +// This is a manifest file that'll be compiled into application.js, which will include all the files +// listed below. +// +// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, +// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. +// +// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the +// compiled file. JavaScript code in this file should be added after the last require_* statement. +// +// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details +// about supported directives. +// +//= require jquery +//= require jquery_ujs +//= require turbolinks +//= require_tree . diff --git a/dylan_eckert/models/dojo_ninjas/app/assets/javascripts/cable.js b/dylan_eckert/models/dojo_ninjas/app/assets/javascripts/cable.js new file mode 100644 index 0000000..71ee1e6 --- /dev/null +++ b/dylan_eckert/models/dojo_ninjas/app/assets/javascripts/cable.js @@ -0,0 +1,13 @@ +// Action Cable provides the framework to deal with WebSockets in Rails. +// You can generate new channels where WebSocket features live using the rails generate channel command. +// +//= require action_cable +//= require_self +//= require_tree ./channels + +(function() { + this.App || (this.App = {}); + + App.cable = ActionCable.createConsumer(); + +}).call(this); diff --git a/Rodolfo_Valdivieso/models/blogs/app/models/concerns/.keep b/dylan_eckert/models/dojo_ninjas/app/assets/javascripts/channels/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/blogs/app/models/concerns/.keep rename to dylan_eckert/models/dojo_ninjas/app/assets/javascripts/channels/.keep diff --git a/dylan_eckert/models/dojo_ninjas/app/assets/stylesheets/application.css b/dylan_eckert/models/dojo_ninjas/app/assets/stylesheets/application.css new file mode 100644 index 0000000..0ebd7fe --- /dev/null +++ b/dylan_eckert/models/dojo_ninjas/app/assets/stylesheets/application.css @@ -0,0 +1,15 @@ +/* + * This is a manifest file that'll be compiled into application.css, which will include all the files + * listed below. + * + * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, + * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. + * + * You're free to add application-wide styles to this file and they'll appear at the bottom of the + * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS + * files in this directory. Styles in this file should be added after the last require_* statement. + * It is generally better to create a new file per style scope. + * + *= require_tree . + *= require_self + */ diff --git a/dylan_eckert/models/dojo_ninjas/app/channels/application_cable/channel.rb b/dylan_eckert/models/dojo_ninjas/app/channels/application_cable/channel.rb new file mode 100644 index 0000000..d672697 --- /dev/null +++ b/dylan_eckert/models/dojo_ninjas/app/channels/application_cable/channel.rb @@ -0,0 +1,4 @@ +module ApplicationCable + class Channel < ActionCable::Channel::Base + end +end diff --git a/dylan_eckert/models/dojo_ninjas/app/channels/application_cable/connection.rb b/dylan_eckert/models/dojo_ninjas/app/channels/application_cable/connection.rb new file mode 100644 index 0000000..0ff5442 --- /dev/null +++ b/dylan_eckert/models/dojo_ninjas/app/channels/application_cable/connection.rb @@ -0,0 +1,4 @@ +module ApplicationCable + class Connection < ActionCable::Connection::Base + end +end diff --git a/dylan_eckert/models/dojo_ninjas/app/controllers/application_controller.rb b/dylan_eckert/models/dojo_ninjas/app/controllers/application_controller.rb new file mode 100644 index 0000000..1c07694 --- /dev/null +++ b/dylan_eckert/models/dojo_ninjas/app/controllers/application_controller.rb @@ -0,0 +1,3 @@ +class ApplicationController < ActionController::Base + protect_from_forgery with: :exception +end diff --git a/Rodolfo_Valdivieso/models/blogs/lib/assets/.keep b/dylan_eckert/models/dojo_ninjas/app/controllers/concerns/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/blogs/lib/assets/.keep rename to dylan_eckert/models/dojo_ninjas/app/controllers/concerns/.keep diff --git a/Rodolfo_Valdivieso/controllers/time_display/app/helpers/application_helper.rb b/dylan_eckert/models/dojo_ninjas/app/helpers/application_helper.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/time_display/app/helpers/application_helper.rb rename to dylan_eckert/models/dojo_ninjas/app/helpers/application_helper.rb diff --git a/dylan_eckert/models/dojo_ninjas/app/jobs/application_job.rb b/dylan_eckert/models/dojo_ninjas/app/jobs/application_job.rb new file mode 100644 index 0000000..a009ace --- /dev/null +++ b/dylan_eckert/models/dojo_ninjas/app/jobs/application_job.rb @@ -0,0 +1,2 @@ +class ApplicationJob < ActiveJob::Base +end diff --git a/dylan_eckert/models/dojo_ninjas/app/mailers/application_mailer.rb b/dylan_eckert/models/dojo_ninjas/app/mailers/application_mailer.rb new file mode 100644 index 0000000..286b223 --- /dev/null +++ b/dylan_eckert/models/dojo_ninjas/app/mailers/application_mailer.rb @@ -0,0 +1,4 @@ +class ApplicationMailer < ActionMailer::Base + default from: 'from@example.com' + layout 'mailer' +end diff --git a/dylan_eckert/models/dojo_ninjas/app/models/application_record.rb b/dylan_eckert/models/dojo_ninjas/app/models/application_record.rb new file mode 100644 index 0000000..10a4cba --- /dev/null +++ b/dylan_eckert/models/dojo_ninjas/app/models/application_record.rb @@ -0,0 +1,3 @@ +class ApplicationRecord < ActiveRecord::Base + self.abstract_class = true +end diff --git a/Rodolfo_Valdivieso/models/blogs/lib/tasks/.keep b/dylan_eckert/models/dojo_ninjas/app/models/concerns/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/blogs/lib/tasks/.keep rename to dylan_eckert/models/dojo_ninjas/app/models/concerns/.keep diff --git a/dylan_eckert/models/dojo_ninjas/app/models/dojo.rb b/dylan_eckert/models/dojo_ninjas/app/models/dojo.rb new file mode 100644 index 0000000..eee620c --- /dev/null +++ b/dylan_eckert/models/dojo_ninjas/app/models/dojo.rb @@ -0,0 +1,5 @@ +class Dojo < ApplicationRecord + has_many :ninjas + validates :name, :city, :state , presence: true + validates :state, length:{is:2} +end diff --git a/dylan_eckert/models/dojo_ninjas/app/models/ninja.rb b/dylan_eckert/models/dojo_ninjas/app/models/ninja.rb new file mode 100644 index 0000000..c0342b8 --- /dev/null +++ b/dylan_eckert/models/dojo_ninjas/app/models/ninja.rb @@ -0,0 +1,4 @@ +class Ninja < ApplicationRecord + belongs_to :dojo + validates :fname, :lname, presence: true +end diff --git a/dylan_eckert/models/dojo_ninjas/app/views/layouts/application.html.erb b/dylan_eckert/models/dojo_ninjas/app/views/layouts/application.html.erb new file mode 100644 index 0000000..f660c1e --- /dev/null +++ b/dylan_eckert/models/dojo_ninjas/app/views/layouts/application.html.erb @@ -0,0 +1,14 @@ + + + + DojoNinjas + <%= csrf_meta_tags %> + + <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %> + <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %> + + + + <%= yield %> + + diff --git a/dylan_eckert/models/dojo_ninjas/app/views/layouts/mailer.html.erb b/dylan_eckert/models/dojo_ninjas/app/views/layouts/mailer.html.erb new file mode 100644 index 0000000..cbd34d2 --- /dev/null +++ b/dylan_eckert/models/dojo_ninjas/app/views/layouts/mailer.html.erb @@ -0,0 +1,13 @@ + + + + + + + + + <%= yield %> + + diff --git a/dylan_eckert/models/dojo_ninjas/app/views/layouts/mailer.text.erb b/dylan_eckert/models/dojo_ninjas/app/views/layouts/mailer.text.erb new file mode 100644 index 0000000..37f0bdd --- /dev/null +++ b/dylan_eckert/models/dojo_ninjas/app/views/layouts/mailer.text.erb @@ -0,0 +1 @@ +<%= yield %> diff --git a/Rodolfo_Valdivieso/controllers/time_display/bin/bundle b/dylan_eckert/models/dojo_ninjas/bin/bundle old mode 100644 new mode 100755 similarity index 100% rename from Rodolfo_Valdivieso/controllers/time_display/bin/bundle rename to dylan_eckert/models/dojo_ninjas/bin/bundle diff --git a/dylan_eckert/models/dojo_ninjas/bin/rails b/dylan_eckert/models/dojo_ninjas/bin/rails new file mode 100755 index 0000000..5badb2f --- /dev/null +++ b/dylan_eckert/models/dojo_ninjas/bin/rails @@ -0,0 +1,9 @@ +#!/usr/bin/env ruby +begin + load File.expand_path('../spring', __FILE__) +rescue LoadError => e + raise unless e.message.include?('spring') +end +APP_PATH = File.expand_path('../config/application', __dir__) +require_relative '../config/boot' +require 'rails/commands' diff --git a/Rodolfo_Valdivieso/controllers/time_display/bin/rake b/dylan_eckert/models/dojo_ninjas/bin/rake old mode 100644 new mode 100755 similarity index 100% rename from Rodolfo_Valdivieso/controllers/time_display/bin/rake rename to dylan_eckert/models/dojo_ninjas/bin/rake diff --git a/dylan_eckert/models/dojo_ninjas/bin/setup b/dylan_eckert/models/dojo_ninjas/bin/setup new file mode 100755 index 0000000..e620b4d --- /dev/null +++ b/dylan_eckert/models/dojo_ninjas/bin/setup @@ -0,0 +1,34 @@ +#!/usr/bin/env ruby +require 'pathname' +require 'fileutils' +include FileUtils + +# path to your application root. +APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) + +def system!(*args) + system(*args) || abort("\n== Command #{args} failed ==") +end + +chdir APP_ROOT do + # This script is a starting point to setup your application. + # Add necessary setup steps to this file. + + puts '== Installing dependencies ==' + system! 'gem install bundler --conservative' + system('bundle check') || system!('bundle install') + + # puts "\n== Copying sample files ==" + # unless File.exist?('config/database.yml') + # cp 'config/database.yml.sample', 'config/database.yml' + # end + + puts "\n== Preparing database ==" + system! 'bin/rails db:setup' + + puts "\n== Removing old logs and tempfiles ==" + system! 'bin/rails log:clear tmp:clear' + + puts "\n== Restarting application server ==" + system! 'bin/rails restart' +end diff --git a/Rodolfo_Valdivieso/controllers/time_display/bin/spring b/dylan_eckert/models/dojo_ninjas/bin/spring old mode 100644 new mode 100755 similarity index 100% rename from Rodolfo_Valdivieso/controllers/time_display/bin/spring rename to dylan_eckert/models/dojo_ninjas/bin/spring diff --git a/dylan_eckert/models/dojo_ninjas/bin/update b/dylan_eckert/models/dojo_ninjas/bin/update new file mode 100755 index 0000000..a8e4462 --- /dev/null +++ b/dylan_eckert/models/dojo_ninjas/bin/update @@ -0,0 +1,29 @@ +#!/usr/bin/env ruby +require 'pathname' +require 'fileutils' +include FileUtils + +# path to your application root. +APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) + +def system!(*args) + system(*args) || abort("\n== Command #{args} failed ==") +end + +chdir APP_ROOT do + # This script is a way to update your development environment automatically. + # Add necessary update steps to this file. + + puts '== Installing dependencies ==' + system! 'gem install bundler --conservative' + system('bundle check') || system!('bundle install') + + puts "\n== Updating database ==" + system! 'bin/rails db:migrate' + + puts "\n== Removing old logs and tempfiles ==" + system! 'bin/rails log:clear tmp:clear' + + puts "\n== Restarting application server ==" + system! 'bin/rails restart' +end diff --git a/dylan_eckert/models/dojo_ninjas/commands.txt b/dylan_eckert/models/dojo_ninjas/commands.txt new file mode 100644 index 0000000..51438ae --- /dev/null +++ b/dylan_eckert/models/dojo_ninjas/commands.txt @@ -0,0 +1,35 @@ +rails new dojo_ninjas + +rails g model Dojo name:string city:string state:string + +rails g model Ninja fname:string lname:string dojo:references + +class Ninja < ApplicationRecord + belongs_to :dojo + validates :fname, :lname, presence: true +end + +class Dojo < ApplicationRecord + has_many :ninjas, dependent: :destroy + validates :name, :city, :state , presence: true + validates :state, length:{is:2} +end + +Dojo.create(name:"bro") + (0.1ms) begin transaction + (0.1ms) rollback transaction +=> # + +Dojo.create(name:"CD Silicon", city:"Mtn View", state:"CA") + +Dojo.destroy_all + +Ninja.create(fname:"cob", lname:"cobbers", dojo: Dojo.first) + +Ninja.create(fname:"bill", lname:"billers", dojo: Dojo.find(2)) + +Ninja.create(fname:"bude", lname:"budely", dojo: Dojo.last) + +Dojo.first.ninjas.all + +Dojo.find(2).ninjas.select(:fname).order('created_at DESC') diff --git a/dylan_eckert/models/dojo_ninjas/config.ru b/dylan_eckert/models/dojo_ninjas/config.ru new file mode 100644 index 0000000..f7ba0b5 --- /dev/null +++ b/dylan_eckert/models/dojo_ninjas/config.ru @@ -0,0 +1,5 @@ +# This file is used by Rack-based servers to start the application. + +require_relative 'config/environment' + +run Rails.application diff --git a/dylan_eckert/models/dojo_ninjas/config/application.rb b/dylan_eckert/models/dojo_ninjas/config/application.rb new file mode 100644 index 0000000..cbe4837 --- /dev/null +++ b/dylan_eckert/models/dojo_ninjas/config/application.rb @@ -0,0 +1,15 @@ +require_relative 'boot' + +require 'rails/all' + +# Require the gems listed in Gemfile, including any gems +# you've limited to :test, :development, or :production. +Bundler.require(*Rails.groups) + +module DojoNinjas + class Application < Rails::Application + # Settings in config/environments/* take precedence over those specified here. + # Application configuration should go into files in config/initializers + # -- all .rb files in that directory are automatically loaded. + end +end diff --git a/dylan_eckert/models/dojo_ninjas/config/boot.rb b/dylan_eckert/models/dojo_ninjas/config/boot.rb new file mode 100644 index 0000000..30f5120 --- /dev/null +++ b/dylan_eckert/models/dojo_ninjas/config/boot.rb @@ -0,0 +1,3 @@ +ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__) + +require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/dylan_eckert/models/dojo_ninjas/config/cable.yml b/dylan_eckert/models/dojo_ninjas/config/cable.yml new file mode 100644 index 0000000..0bbde6f --- /dev/null +++ b/dylan_eckert/models/dojo_ninjas/config/cable.yml @@ -0,0 +1,9 @@ +development: + adapter: async + +test: + adapter: async + +production: + adapter: redis + url: redis://localhost:6379/1 diff --git a/Rodolfo_Valdivieso/controllers/time_display/config/database.yml b/dylan_eckert/models/dojo_ninjas/config/database.yml similarity index 100% rename from Rodolfo_Valdivieso/controllers/time_display/config/database.yml rename to dylan_eckert/models/dojo_ninjas/config/database.yml diff --git a/dylan_eckert/models/dojo_ninjas/config/environment.rb b/dylan_eckert/models/dojo_ninjas/config/environment.rb new file mode 100644 index 0000000..426333b --- /dev/null +++ b/dylan_eckert/models/dojo_ninjas/config/environment.rb @@ -0,0 +1,5 @@ +# Load the Rails application. +require_relative 'application' + +# Initialize the Rails application. +Rails.application.initialize! diff --git a/dylan_eckert/models/dojo_ninjas/config/environments/development.rb b/dylan_eckert/models/dojo_ninjas/config/environments/development.rb new file mode 100644 index 0000000..6f71970 --- /dev/null +++ b/dylan_eckert/models/dojo_ninjas/config/environments/development.rb @@ -0,0 +1,54 @@ +Rails.application.configure do + # Settings specified here will take precedence over those in config/application.rb. + + # In the development environment your application's code is reloaded on + # every request. This slows down response time but is perfect for development + # since you don't have to restart the web server when you make code changes. + config.cache_classes = false + + # Do not eager load code on boot. + config.eager_load = false + + # Show full error reports. + config.consider_all_requests_local = true + + # Enable/disable caching. By default caching is disabled. + if Rails.root.join('tmp/caching-dev.txt').exist? + config.action_controller.perform_caching = true + + config.cache_store = :memory_store + config.public_file_server.headers = { + 'Cache-Control' => 'public, max-age=172800' + } + else + config.action_controller.perform_caching = false + + config.cache_store = :null_store + end + + # Don't care if the mailer can't send. + config.action_mailer.raise_delivery_errors = false + + config.action_mailer.perform_caching = false + + # Print deprecation notices to the Rails logger. + config.active_support.deprecation = :log + + # Raise an error on page load if there are pending migrations. + config.active_record.migration_error = :page_load + + # Debug mode disables concatenation and preprocessing of assets. + # This option may cause significant delays in view rendering with a large + # number of complex assets. + config.assets.debug = true + + # Suppress logger output for asset requests. + config.assets.quiet = true + + # Raises error for missing translations + # config.action_view.raise_on_missing_translations = true + + # Use an evented file watcher to asynchronously detect changes in source code, + # routes, locales, etc. This feature depends on the listen gem. + config.file_watcher = ActiveSupport::EventedFileUpdateChecker +end diff --git a/dylan_eckert/models/dojo_ninjas/config/environments/production.rb b/dylan_eckert/models/dojo_ninjas/config/environments/production.rb new file mode 100644 index 0000000..de2ccd0 --- /dev/null +++ b/dylan_eckert/models/dojo_ninjas/config/environments/production.rb @@ -0,0 +1,86 @@ +Rails.application.configure do + # Settings specified here will take precedence over those in config/application.rb. + + # Code is not reloaded between requests. + config.cache_classes = true + + # Eager load code on boot. This eager loads most of Rails and + # your application in memory, allowing both threaded web servers + # and those relying on copy on write to perform better. + # Rake tasks automatically ignore this option for performance. + config.eager_load = true + + # Full error reports are disabled and caching is turned on. + config.consider_all_requests_local = false + config.action_controller.perform_caching = true + + # Disable serving static files from the `/public` folder by default since + # Apache or NGINX already handles this. + config.public_file_server.enabled = ENV['RAILS_SERVE_STATIC_FILES'].present? + + # Compress JavaScripts and CSS. + config.assets.js_compressor = :uglifier + # config.assets.css_compressor = :sass + + # Do not fallback to assets pipeline if a precompiled asset is missed. + config.assets.compile = false + + # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb + + # Enable serving of images, stylesheets, and JavaScripts from an asset server. + # config.action_controller.asset_host = 'http://assets.example.com' + + # Specifies the header that your server uses for sending files. + # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache + # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX + + # Mount Action Cable outside main process or domain + # config.action_cable.mount_path = nil + # config.action_cable.url = 'wss://example.com/cable' + # config.action_cable.allowed_request_origins = [ 'http://example.com', /http:\/\/example.*/ ] + + # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. + # config.force_ssl = true + + # Use the lowest log level to ensure availability of diagnostic information + # when problems arise. + config.log_level = :debug + + # Prepend all log lines with the following tags. + config.log_tags = [ :request_id ] + + # Use a different cache store in production. + # config.cache_store = :mem_cache_store + + # Use a real queuing backend for Active Job (and separate queues per environment) + # config.active_job.queue_adapter = :resque + # config.active_job.queue_name_prefix = "dojo_ninjas_#{Rails.env}" + config.action_mailer.perform_caching = false + + # Ignore bad email addresses and do not raise email delivery errors. + # Set this to true and configure the email server for immediate delivery to raise delivery errors. + # config.action_mailer.raise_delivery_errors = false + + # Enable locale fallbacks for I18n (makes lookups for any locale fall back to + # the I18n.default_locale when a translation cannot be found). + config.i18n.fallbacks = true + + # Send deprecation notices to registered listeners. + config.active_support.deprecation = :notify + + # Use default logging formatter so that PID and timestamp are not suppressed. + config.log_formatter = ::Logger::Formatter.new + + # Use a different logger for distributed setups. + # require 'syslog/logger' + # config.logger = ActiveSupport::TaggedLogging.new(Syslog::Logger.new 'app-name') + + if ENV["RAILS_LOG_TO_STDOUT"].present? + logger = ActiveSupport::Logger.new(STDOUT) + logger.formatter = config.log_formatter + config.logger = ActiveSupport::TaggedLogging.new(logger) + end + + # Do not dump schema after migrations. + config.active_record.dump_schema_after_migration = false +end diff --git a/dylan_eckert/models/dojo_ninjas/config/environments/test.rb b/dylan_eckert/models/dojo_ninjas/config/environments/test.rb new file mode 100644 index 0000000..30587ef --- /dev/null +++ b/dylan_eckert/models/dojo_ninjas/config/environments/test.rb @@ -0,0 +1,42 @@ +Rails.application.configure do + # Settings specified here will take precedence over those in config/application.rb. + + # The test environment is used exclusively to run your application's + # test suite. You never need to work with it otherwise. Remember that + # your test database is "scratch space" for the test suite and is wiped + # and recreated between test runs. Don't rely on the data there! + config.cache_classes = true + + # Do not eager load code on boot. This avoids loading your whole application + # just for the purpose of running a single test. If you are using a tool that + # preloads Rails for running tests, you may have to set it to true. + config.eager_load = false + + # Configure public file server for tests with Cache-Control for performance. + config.public_file_server.enabled = true + config.public_file_server.headers = { + 'Cache-Control' => 'public, max-age=3600' + } + + # Show full error reports and disable caching. + config.consider_all_requests_local = true + config.action_controller.perform_caching = false + + # Raise exceptions instead of rendering exception templates. + config.action_dispatch.show_exceptions = false + + # Disable request forgery protection in test environment. + config.action_controller.allow_forgery_protection = false + config.action_mailer.perform_caching = false + + # Tell Action Mailer not to deliver emails to the real world. + # The :test delivery method accumulates sent emails in the + # ActionMailer::Base.deliveries array. + config.action_mailer.delivery_method = :test + + # Print deprecation notices to the stderr. + config.active_support.deprecation = :stderr + + # Raises error for missing translations + # config.action_view.raise_on_missing_translations = true +end diff --git a/dylan_eckert/models/dojo_ninjas/config/initializers/application_controller_renderer.rb b/dylan_eckert/models/dojo_ninjas/config/initializers/application_controller_renderer.rb new file mode 100644 index 0000000..89d2efa --- /dev/null +++ b/dylan_eckert/models/dojo_ninjas/config/initializers/application_controller_renderer.rb @@ -0,0 +1,8 @@ +# Be sure to restart your server when you modify this file. + +# ActiveSupport::Reloader.to_prepare do +# ApplicationController.renderer.defaults.merge!( +# http_host: 'example.org', +# https: false +# ) +# end diff --git a/Rodolfo_Valdivieso/models/blogs/config/initializers/assets.rb b/dylan_eckert/models/dojo_ninjas/config/initializers/assets.rb similarity index 100% rename from Rodolfo_Valdivieso/models/blogs/config/initializers/assets.rb rename to dylan_eckert/models/dojo_ninjas/config/initializers/assets.rb diff --git a/Rodolfo_Valdivieso/controllers/time_display/config/initializers/backtrace_silencers.rb b/dylan_eckert/models/dojo_ninjas/config/initializers/backtrace_silencers.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/time_display/config/initializers/backtrace_silencers.rb rename to dylan_eckert/models/dojo_ninjas/config/initializers/backtrace_silencers.rb diff --git a/dylan_eckert/models/dojo_ninjas/config/initializers/cookies_serializer.rb b/dylan_eckert/models/dojo_ninjas/config/initializers/cookies_serializer.rb new file mode 100644 index 0000000..5a6a32d --- /dev/null +++ b/dylan_eckert/models/dojo_ninjas/config/initializers/cookies_serializer.rb @@ -0,0 +1,5 @@ +# Be sure to restart your server when you modify this file. + +# Specify a serializer for the signed and encrypted cookie jars. +# Valid options are :json, :marshal, and :hybrid. +Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/Rodolfo_Valdivieso/controllers/time_display/config/initializers/filter_parameter_logging.rb b/dylan_eckert/models/dojo_ninjas/config/initializers/filter_parameter_logging.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/time_display/config/initializers/filter_parameter_logging.rb rename to dylan_eckert/models/dojo_ninjas/config/initializers/filter_parameter_logging.rb diff --git a/Rodolfo_Valdivieso/controllers/time_display/config/initializers/inflections.rb b/dylan_eckert/models/dojo_ninjas/config/initializers/inflections.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/time_display/config/initializers/inflections.rb rename to dylan_eckert/models/dojo_ninjas/config/initializers/inflections.rb diff --git a/Rodolfo_Valdivieso/controllers/time_display/config/initializers/mime_types.rb b/dylan_eckert/models/dojo_ninjas/config/initializers/mime_types.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/time_display/config/initializers/mime_types.rb rename to dylan_eckert/models/dojo_ninjas/config/initializers/mime_types.rb diff --git a/dylan_eckert/models/dojo_ninjas/config/initializers/new_framework_defaults.rb b/dylan_eckert/models/dojo_ninjas/config/initializers/new_framework_defaults.rb new file mode 100644 index 0000000..dd236b5 --- /dev/null +++ b/dylan_eckert/models/dojo_ninjas/config/initializers/new_framework_defaults.rb @@ -0,0 +1,26 @@ +# Be sure to restart your server when you modify this file. +# +# This file contains migration options to ease your Rails 5.0 upgrade. +# +# Read the Guide for Upgrading Ruby on Rails for more info on each option. + +Rails.application.config.action_controller.raise_on_unfiltered_parameters = true + +# Enable per-form CSRF tokens. Previous versions had false. +Rails.application.config.action_controller.per_form_csrf_tokens = true + +# Enable origin-checking CSRF mitigation. Previous versions had false. +Rails.application.config.action_controller.forgery_protection_origin_check = true + +# Make Ruby 2.4 preserve the timezone of the receiver when calling `to_time`. +# Previous versions had false. +ActiveSupport.to_time_preserves_timezone = true + +# Require `belongs_to` associations by default. Previous versions had false. +Rails.application.config.active_record.belongs_to_required_by_default = true + +# Do not halt callback chains when a callback returns false. Previous versions had true. +ActiveSupport.halt_callback_chains_on_return_false = false + +# Configure SSL options to enable HSTS with subdomains. Previous versions had false. +Rails.application.config.ssl_options = { hsts: { subdomains: true } } diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/config/initializers/session_store.rb b/dylan_eckert/models/dojo_ninjas/config/initializers/session_store.rb similarity index 100% rename from Rodolfo_Valdivieso/models/dojo_ninjas/config/initializers/session_store.rb rename to dylan_eckert/models/dojo_ninjas/config/initializers/session_store.rb diff --git a/dylan_eckert/models/dojo_ninjas/config/initializers/wrap_parameters.rb b/dylan_eckert/models/dojo_ninjas/config/initializers/wrap_parameters.rb new file mode 100644 index 0000000..bbfc396 --- /dev/null +++ b/dylan_eckert/models/dojo_ninjas/config/initializers/wrap_parameters.rb @@ -0,0 +1,14 @@ +# Be sure to restart your server when you modify this file. + +# This file contains settings for ActionController::ParamsWrapper which +# is enabled by default. + +# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. +ActiveSupport.on_load(:action_controller) do + wrap_parameters format: [:json] +end + +# To enable root element in JSON for ActiveRecord objects. +# ActiveSupport.on_load(:active_record) do +# self.include_root_in_json = true +# end diff --git a/Rodolfo_Valdivieso/controllers/time_display/config/locales/en.yml b/dylan_eckert/models/dojo_ninjas/config/locales/en.yml similarity index 100% rename from Rodolfo_Valdivieso/controllers/time_display/config/locales/en.yml rename to dylan_eckert/models/dojo_ninjas/config/locales/en.yml diff --git a/dylan_eckert/models/dojo_ninjas/config/puma.rb b/dylan_eckert/models/dojo_ninjas/config/puma.rb new file mode 100644 index 0000000..c7f311f --- /dev/null +++ b/dylan_eckert/models/dojo_ninjas/config/puma.rb @@ -0,0 +1,47 @@ +# Puma can serve each request in a thread from an internal thread pool. +# The `threads` method setting takes two numbers a minimum and maximum. +# Any libraries that use thread pools should be configured to match +# the maximum value specified for Puma. Default is set to 5 threads for minimum +# and maximum, this matches the default thread size of Active Record. +# +threads_count = ENV.fetch("RAILS_MAX_THREADS") { 5 }.to_i +threads threads_count, threads_count + +# Specifies the `port` that Puma will listen on to receive requests, default is 3000. +# +port ENV.fetch("PORT") { 3000 } + +# Specifies the `environment` that Puma will run in. +# +environment ENV.fetch("RAILS_ENV") { "development" } + +# Specifies the number of `workers` to boot in clustered mode. +# Workers are forked webserver processes. If using threads and workers together +# the concurrency of the application would be max `threads` * `workers`. +# Workers do not work on JRuby or Windows (both of which do not support +# processes). +# +# workers ENV.fetch("WEB_CONCURRENCY") { 2 } + +# Use the `preload_app!` method when specifying a `workers` number. +# This directive tells Puma to first boot the application and load code +# before forking the application. This takes advantage of Copy On Write +# process behavior so workers use less memory. If you use this option +# you need to make sure to reconnect any threads in the `on_worker_boot` +# block. +# +# preload_app! + +# The code in the `on_worker_boot` will be called if you are using +# clustered mode by specifying a number of `workers`. After each worker +# process is booted this block will be run, if you are using `preload_app!` +# option you will want to use this block to reconnect to any threads +# or connections that may have been created at application boot, Ruby +# cannot share connections between processes. +# +# on_worker_boot do +# ActiveRecord::Base.establish_connection if defined?(ActiveRecord) +# end + +# Allow puma to be restarted by `rails restart` command. +plugin :tmp_restart diff --git a/dylan_eckert/models/dojo_ninjas/config/routes.rb b/dylan_eckert/models/dojo_ninjas/config/routes.rb new file mode 100644 index 0000000..787824f --- /dev/null +++ b/dylan_eckert/models/dojo_ninjas/config/routes.rb @@ -0,0 +1,3 @@ +Rails.application.routes.draw do + # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html +end diff --git a/dylan_eckert/models/dojo_ninjas/config/secrets.yml b/dylan_eckert/models/dojo_ninjas/config/secrets.yml new file mode 100644 index 0000000..6239b91 --- /dev/null +++ b/dylan_eckert/models/dojo_ninjas/config/secrets.yml @@ -0,0 +1,22 @@ +# Be sure to restart your server when you modify this file. + +# Your secret key is used for verifying the integrity of signed cookies. +# If you change this key, all old signed cookies will become invalid! + +# Make sure the secret is at least 30 characters and all random, +# no regular words or you'll be exposed to dictionary attacks. +# You can use `rails secret` to generate a secure secret key. + +# Make sure the secrets in this file are kept private +# if you're sharing your code publicly. + +development: + secret_key_base: fc6107f3b2a2ae9b90264d6a031a46aba21a010a6d674a017610b9f5026d99046a3c6a7629eb85ec747629f2363e4bd475d23b5b486d1534b5badc5e2563a3f8 + +test: + secret_key_base: 8ca1bddf8b600e35cfe340b8dd81f17eed595330999db725d4b8b6c376a37547c244cff2c7119a8527b8b34bcd789b2d77ce66dc4537d02f2505702f7ad57340 + +# Do not keep production secrets in the repository, +# instead read values from the environment. +production: + secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/dylan_eckert/models/dojo_ninjas/config/spring.rb b/dylan_eckert/models/dojo_ninjas/config/spring.rb new file mode 100644 index 0000000..c9119b4 --- /dev/null +++ b/dylan_eckert/models/dojo_ninjas/config/spring.rb @@ -0,0 +1,6 @@ +%w( + .ruby-version + .rbenv-vars + tmp/restart.txt + tmp/caching-dev.txt +).each { |path| Spring.watch(path) } diff --git a/dylan_eckert/models/dojo_ninjas/db/migrate/20171129223838_create_dojos.rb b/dylan_eckert/models/dojo_ninjas/db/migrate/20171129223838_create_dojos.rb new file mode 100644 index 0000000..cae2a83 --- /dev/null +++ b/dylan_eckert/models/dojo_ninjas/db/migrate/20171129223838_create_dojos.rb @@ -0,0 +1,11 @@ +class CreateDojos < ActiveRecord::Migration[5.0] + def change + create_table :dojos do |t| + t.string :name + t.string :city + t.string :state + + t.timestamps + end + end +end diff --git a/dylan_eckert/models/dojo_ninjas/db/migrate/20171129224118_create_ninjas.rb b/dylan_eckert/models/dojo_ninjas/db/migrate/20171129224118_create_ninjas.rb new file mode 100644 index 0000000..3f65e5e --- /dev/null +++ b/dylan_eckert/models/dojo_ninjas/db/migrate/20171129224118_create_ninjas.rb @@ -0,0 +1,11 @@ +class CreateNinjas < ActiveRecord::Migration[5.0] + def change + create_table :ninjas do |t| + t.string :fname + t.string :lname + t.references :dojo, foreign_key: true + + t.timestamps + end + end +end diff --git a/dylan_eckert/models/dojo_ninjas/db/schema.rb b/dylan_eckert/models/dojo_ninjas/db/schema.rb new file mode 100644 index 0000000..74094dd --- /dev/null +++ b/dylan_eckert/models/dojo_ninjas/db/schema.rb @@ -0,0 +1,32 @@ +# This file is auto-generated from the current state of the database. Instead +# of editing this file, please use the migrations feature of Active Record to +# incrementally modify your database, and then regenerate this schema definition. +# +# Note that this schema.rb definition is the authoritative source for your +# database schema. If you need to create the application database on another +# system, you should be using db:schema:load, not running all the migrations +# from scratch. The latter is a flawed and unsustainable approach (the more migrations +# you'll amass, the slower it'll run and the greater likelihood for issues). +# +# It's strongly recommended that you check this file into your version control system. + +ActiveRecord::Schema.define(version: 20171129224118) do + + create_table "dojos", force: :cascade do |t| + t.string "name" + t.string "city" + t.string "state" + t.datetime "created_at", null: false + t.datetime "updated_at", null: false + end + + create_table "ninjas", force: :cascade do |t| + t.string "fname" + t.string "lname" + t.integer "dojo_id" + t.datetime "created_at", null: false + t.datetime "updated_at", null: false + t.index ["dojo_id"], name: "index_ninjas_on_dojo_id" + end + +end diff --git a/dylan_eckert/models/dojo_ninjas/db/seeds.rb b/dylan_eckert/models/dojo_ninjas/db/seeds.rb new file mode 100644 index 0000000..1beea2a --- /dev/null +++ b/dylan_eckert/models/dojo_ninjas/db/seeds.rb @@ -0,0 +1,7 @@ +# This file should contain all the record creation needed to seed the database with its default values. +# The data can then be loaded with the rails db:seed command (or created alongside the database with db:setup). +# +# Examples: +# +# movies = Movie.create([{ name: 'Star Wars' }, { name: 'Lord of the Rings' }]) +# Character.create(name: 'Luke', movie: movies.first) diff --git a/Rodolfo_Valdivieso/models/blogs/log/.keep b/dylan_eckert/models/dojo_ninjas/lib/assets/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/blogs/log/.keep rename to dylan_eckert/models/dojo_ninjas/lib/assets/.keep diff --git a/Rodolfo_Valdivieso/models/blogs/test/controllers/.keep b/dylan_eckert/models/dojo_ninjas/lib/tasks/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/blogs/test/controllers/.keep rename to dylan_eckert/models/dojo_ninjas/lib/tasks/.keep diff --git a/Rodolfo_Valdivieso/models/blogs/test/fixtures/.keep b/dylan_eckert/models/dojo_ninjas/log/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/blogs/test/fixtures/.keep rename to dylan_eckert/models/dojo_ninjas/log/.keep diff --git a/dylan_eckert/models/dojo_ninjas/public/404.html b/dylan_eckert/models/dojo_ninjas/public/404.html new file mode 100644 index 0000000..2be3af2 --- /dev/null +++ b/dylan_eckert/models/dojo_ninjas/public/404.html @@ -0,0 +1,67 @@ + + + + The page you were looking for doesn't exist (404) + + + + + + +
+
+

The page you were looking for doesn't exist.

+

You may have mistyped the address or the page may have moved.

+
+

If you are the application owner check the logs for more information.

+
+ + diff --git a/dylan_eckert/models/dojo_ninjas/public/422.html b/dylan_eckert/models/dojo_ninjas/public/422.html new file mode 100644 index 0000000..c08eac0 --- /dev/null +++ b/dylan_eckert/models/dojo_ninjas/public/422.html @@ -0,0 +1,67 @@ + + + + The change you wanted was rejected (422) + + + + + + +
+
+

The change you wanted was rejected.

+

Maybe you tried to change something you didn't have access to.

+
+

If you are the application owner check the logs for more information.

+
+ + diff --git a/dylan_eckert/models/dojo_ninjas/public/500.html b/dylan_eckert/models/dojo_ninjas/public/500.html new file mode 100644 index 0000000..78a030a --- /dev/null +++ b/dylan_eckert/models/dojo_ninjas/public/500.html @@ -0,0 +1,66 @@ + + + + We're sorry, but something went wrong (500) + + + + + + +
+
+

We're sorry, but something went wrong.

+
+

If you are the application owner check the logs for more information.

+
+ + diff --git a/Rodolfo_Valdivieso/models/blogs/test/helpers/.keep b/dylan_eckert/models/dojo_ninjas/public/apple-touch-icon-precomposed.png similarity index 100% rename from Rodolfo_Valdivieso/models/blogs/test/helpers/.keep rename to dylan_eckert/models/dojo_ninjas/public/apple-touch-icon-precomposed.png diff --git a/Rodolfo_Valdivieso/models/blogs/test/integration/.keep b/dylan_eckert/models/dojo_ninjas/public/apple-touch-icon.png similarity index 100% rename from Rodolfo_Valdivieso/models/blogs/test/integration/.keep rename to dylan_eckert/models/dojo_ninjas/public/apple-touch-icon.png diff --git a/Rodolfo_Valdivieso/models/blogs2/public/favicon.ico b/dylan_eckert/models/dojo_ninjas/public/favicon.ico similarity index 100% rename from Rodolfo_Valdivieso/models/blogs2/public/favicon.ico rename to dylan_eckert/models/dojo_ninjas/public/favicon.ico diff --git a/Rodolfo_Valdivieso/controllers/time_display/public/robots.txt b/dylan_eckert/models/dojo_ninjas/public/robots.txt similarity index 100% rename from Rodolfo_Valdivieso/controllers/time_display/public/robots.txt rename to dylan_eckert/models/dojo_ninjas/public/robots.txt diff --git a/Rodolfo_Valdivieso/models/blogs/test/mailers/.keep b/dylan_eckert/models/dojo_ninjas/test/controllers/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/blogs/test/mailers/.keep rename to dylan_eckert/models/dojo_ninjas/test/controllers/.keep diff --git a/Rodolfo_Valdivieso/models/blogs/test/models/.keep b/dylan_eckert/models/dojo_ninjas/test/fixtures/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/blogs/test/models/.keep rename to dylan_eckert/models/dojo_ninjas/test/fixtures/.keep diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/test/fixtures/dojos.yml b/dylan_eckert/models/dojo_ninjas/test/fixtures/dojos.yml similarity index 100% rename from Rodolfo_Valdivieso/models/dojo_ninjas/test/fixtures/dojos.yml rename to dylan_eckert/models/dojo_ninjas/test/fixtures/dojos.yml diff --git a/Rodolfo_Valdivieso/models/blogs/vendor/assets/javascripts/.keep b/dylan_eckert/models/dojo_ninjas/test/fixtures/files/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/blogs/vendor/assets/javascripts/.keep rename to dylan_eckert/models/dojo_ninjas/test/fixtures/files/.keep diff --git a/dylan_eckert/models/dojo_ninjas/test/fixtures/ninjas.yml b/dylan_eckert/models/dojo_ninjas/test/fixtures/ninjas.yml new file mode 100644 index 0000000..a4ca7c4 --- /dev/null +++ b/dylan_eckert/models/dojo_ninjas/test/fixtures/ninjas.yml @@ -0,0 +1,11 @@ +# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html + +one: + fname: MyString + lname: MyString + dojo: one + +two: + fname: MyString + lname: MyString + dojo: two diff --git a/Rodolfo_Valdivieso/models/blogs/vendor/assets/stylesheets/.keep b/dylan_eckert/models/dojo_ninjas/test/helpers/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/blogs/vendor/assets/stylesheets/.keep rename to dylan_eckert/models/dojo_ninjas/test/helpers/.keep diff --git a/Rodolfo_Valdivieso/models/blogs2/app/assets/images/.keep b/dylan_eckert/models/dojo_ninjas/test/integration/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/blogs2/app/assets/images/.keep rename to dylan_eckert/models/dojo_ninjas/test/integration/.keep diff --git a/Rodolfo_Valdivieso/models/blogs2/app/controllers/concerns/.keep b/dylan_eckert/models/dojo_ninjas/test/mailers/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/blogs2/app/controllers/concerns/.keep rename to dylan_eckert/models/dojo_ninjas/test/mailers/.keep diff --git a/Rodolfo_Valdivieso/models/blogs2/app/mailers/.keep b/dylan_eckert/models/dojo_ninjas/test/models/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/blogs2/app/mailers/.keep rename to dylan_eckert/models/dojo_ninjas/test/models/.keep diff --git a/Rodolfo_Valdivieso/controllers/dashboard2/test/models/dojo_test.rb b/dylan_eckert/models/dojo_ninjas/test/models/dojo_test.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/dashboard2/test/models/dojo_test.rb rename to dylan_eckert/models/dojo_ninjas/test/models/dojo_test.rb diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/test/models/ninja_test.rb b/dylan_eckert/models/dojo_ninjas/test/models/ninja_test.rb similarity index 100% rename from Rodolfo_Valdivieso/models/dojo_ninjas/test/models/ninja_test.rb rename to dylan_eckert/models/dojo_ninjas/test/models/ninja_test.rb diff --git a/Rodolfo_Valdivieso/controllers/time_display/test/test_helper.rb b/dylan_eckert/models/dojo_ninjas/test/test_helper.rb similarity index 100% rename from Rodolfo_Valdivieso/controllers/time_display/test/test_helper.rb rename to dylan_eckert/models/dojo_ninjas/test/test_helper.rb diff --git a/Rodolfo_Valdivieso/models/blogs2/app/models/.keep b/dylan_eckert/models/dojo_ninjas/tmp/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/blogs2/app/models/.keep rename to dylan_eckert/models/dojo_ninjas/tmp/.keep diff --git a/Rodolfo_Valdivieso/models/blogs2/app/models/concerns/.keep b/dylan_eckert/models/dojo_ninjas/vendor/assets/javascripts/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/blogs2/app/models/concerns/.keep rename to dylan_eckert/models/dojo_ninjas/vendor/assets/javascripts/.keep diff --git a/Rodolfo_Valdivieso/models/blogs2/lib/assets/.keep b/dylan_eckert/models/dojo_ninjas/vendor/assets/stylesheets/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/blogs2/lib/assets/.keep rename to dylan_eckert/models/dojo_ninjas/vendor/assets/stylesheets/.keep diff --git a/dylan_eckert/models/optimize/.gitignore b/dylan_eckert/models/optimize/.gitignore new file mode 100644 index 0000000..bab620d --- /dev/null +++ b/dylan_eckert/models/optimize/.gitignore @@ -0,0 +1,21 @@ +# See https://help.github.com/articles/ignoring-files for more about ignoring files. +# +# If you find yourself ignoring temporary files generated by your text editor +# or operating system, you probably want to add a global ignore instead: +# git config --global core.excludesfile '~/.gitignore_global' + +# Ignore bundler config. +/.bundle + +# Ignore the default SQLite database. +/db/*.sqlite3 +/db/*.sqlite3-journal + +# Ignore all logfiles and tempfiles. +/log/* +/tmp/* +!/log/.keep +!/tmp/.keep + +# Ignore Byebug command history file. +.byebug_history diff --git a/dylan_eckert/models/optimize/Gemfile b/dylan_eckert/models/optimize/Gemfile new file mode 100644 index 0000000..cef91e9 --- /dev/null +++ b/dylan_eckert/models/optimize/Gemfile @@ -0,0 +1,53 @@ +source 'https://rubygems.org' + +git_source(:github) do |repo_name| + repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/") + "https://github.com/#{repo_name}.git" +end + +gem 'hirb' +# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' +gem 'rails', '~> 5.0.6' +# Use sqlite3 as the database for Active Record +gem 'sqlite3' +# Use Puma as the app server +gem 'puma', '~> 3.0' +# Use SCSS for stylesheets +gem 'sass-rails', '~> 5.0' +# Use Uglifier as compressor for JavaScript assets +gem 'uglifier', '>= 1.3.0' +# Use CoffeeScript for .coffee assets and views +gem 'coffee-rails', '~> 4.2' +# See https://github.com/rails/execjs#readme for more supported runtimes +# gem 'therubyracer', platforms: :ruby + +# Use jquery as the JavaScript library +gem 'jquery-rails' +# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks +gem 'turbolinks', '~> 5' +# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder +gem 'jbuilder', '~> 2.5' +# Use Redis adapter to run Action Cable in production +# gem 'redis', '~> 3.0' +# Use ActiveModel has_secure_password +# gem 'bcrypt', '~> 3.1.7' + +# Use Capistrano for deployment +# gem 'capistrano-rails', group: :development + +group :development, :test do + # Call 'byebug' anywhere in the code to stop execution and get a debugger console + gem 'byebug', platform: :mri +end + +group :development do + # Access an IRB console on exception pages or by using <%= console %> anywhere in the code. + gem 'web-console', '>= 3.3.0' + gem 'listen', '~> 3.0.5' + # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring + gem 'spring' + gem 'spring-watcher-listen', '~> 2.0.0' +end + +# Windows does not include zoneinfo files, so bundle the tzinfo-data gem +gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] diff --git a/dylan_eckert/models/optimize/Gemfile.lock b/dylan_eckert/models/optimize/Gemfile.lock new file mode 100644 index 0000000..666314f --- /dev/null +++ b/dylan_eckert/models/optimize/Gemfile.lock @@ -0,0 +1,181 @@ +GEM + remote: https://rubygems.org/ + specs: + actioncable (5.0.6) + actionpack (= 5.0.6) + nio4r (>= 1.2, < 3.0) + websocket-driver (~> 0.6.1) + actionmailer (5.0.6) + actionpack (= 5.0.6) + actionview (= 5.0.6) + activejob (= 5.0.6) + mail (~> 2.5, >= 2.5.4) + rails-dom-testing (~> 2.0) + actionpack (5.0.6) + actionview (= 5.0.6) + activesupport (= 5.0.6) + rack (~> 2.0) + rack-test (~> 0.6.3) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.0.2) + actionview (5.0.6) + activesupport (= 5.0.6) + builder (~> 3.1) + erubis (~> 2.7.0) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.0.3) + activejob (5.0.6) + activesupport (= 5.0.6) + globalid (>= 0.3.6) + activemodel (5.0.6) + activesupport (= 5.0.6) + activerecord (5.0.6) + activemodel (= 5.0.6) + activesupport (= 5.0.6) + arel (~> 7.0) + activesupport (5.0.6) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (~> 0.7) + minitest (~> 5.1) + tzinfo (~> 1.1) + arel (7.1.4) + bindex (0.5.0) + builder (3.2.3) + byebug (9.1.0) + coffee-rails (4.2.2) + coffee-script (>= 2.2.0) + railties (>= 4.0.0) + coffee-script (2.4.1) + coffee-script-source + execjs + coffee-script-source (1.12.2) + concurrent-ruby (1.0.5) + crass (1.0.3) + erubis (2.7.0) + execjs (2.7.0) + ffi (1.9.18) + globalid (0.4.1) + activesupport (>= 4.2.0) + hirb (0.7.3) + i18n (0.9.1) + concurrent-ruby (~> 1.0) + jbuilder (2.7.0) + activesupport (>= 4.2.0) + multi_json (>= 1.2) + jquery-rails (4.3.1) + rails-dom-testing (>= 1, < 3) + railties (>= 4.2.0) + thor (>= 0.14, < 2.0) + listen (3.0.8) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + loofah (2.1.1) + crass (~> 1.0.2) + nokogiri (>= 1.5.9) + mail (2.7.0) + mini_mime (>= 0.1.1) + method_source (0.9.0) + mini_mime (1.0.0) + mini_portile2 (2.3.0) + minitest (5.10.3) + multi_json (1.12.2) + nio4r (2.1.0) + nokogiri (1.8.1) + mini_portile2 (~> 2.3.0) + puma (3.11.0) + rack (2.0.3) + rack-test (0.6.3) + rack (>= 1.0) + rails (5.0.6) + actioncable (= 5.0.6) + actionmailer (= 5.0.6) + actionpack (= 5.0.6) + actionview (= 5.0.6) + activejob (= 5.0.6) + activemodel (= 5.0.6) + activerecord (= 5.0.6) + activesupport (= 5.0.6) + bundler (>= 1.3.0) + railties (= 5.0.6) + sprockets-rails (>= 2.0.0) + rails-dom-testing (2.0.3) + activesupport (>= 4.2.0) + nokogiri (>= 1.6) + rails-html-sanitizer (1.0.3) + loofah (~> 2.0) + railties (5.0.6) + actionpack (= 5.0.6) + activesupport (= 5.0.6) + method_source + rake (>= 0.8.7) + thor (>= 0.18.1, < 2.0) + rake (12.3.0) + rb-fsevent (0.10.2) + rb-inotify (0.9.10) + ffi (>= 0.5.0, < 2) + sass (3.5.3) + sass-listen (~> 4.0.0) + sass-listen (4.0.0) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + sass-rails (5.0.7) + railties (>= 4.0.0, < 6) + sass (~> 3.1) + sprockets (>= 2.8, < 4.0) + sprockets-rails (>= 2.0, < 4.0) + tilt (>= 1.1, < 3) + spring (2.0.2) + activesupport (>= 4.2) + spring-watcher-listen (2.0.1) + listen (>= 2.7, < 4.0) + spring (>= 1.2, < 3.0) + sprockets (3.7.1) + concurrent-ruby (~> 1.0) + rack (> 1, < 3) + sprockets-rails (3.2.1) + actionpack (>= 4.0) + activesupport (>= 4.0) + sprockets (>= 3.0.0) + sqlite3 (1.3.13) + thor (0.20.0) + thread_safe (0.3.6) + tilt (2.0.8) + turbolinks (5.0.1) + turbolinks-source (~> 5) + turbolinks-source (5.0.3) + tzinfo (1.2.4) + thread_safe (~> 0.1) + uglifier (3.2.0) + execjs (>= 0.3.0, < 3) + web-console (3.5.1) + actionview (>= 5.0) + activemodel (>= 5.0) + bindex (>= 0.4.0) + railties (>= 5.0) + websocket-driver (0.6.5) + websocket-extensions (>= 0.1.0) + websocket-extensions (0.1.3) + +PLATFORMS + ruby + +DEPENDENCIES + byebug + coffee-rails (~> 4.2) + hirb + jbuilder (~> 2.5) + jquery-rails + listen (~> 3.0.5) + puma (~> 3.0) + rails (~> 5.0.6) + sass-rails (~> 5.0) + spring + spring-watcher-listen (~> 2.0.0) + sqlite3 + turbolinks (~> 5) + tzinfo-data + uglifier (>= 1.3.0) + web-console (>= 3.3.0) + +BUNDLED WITH + 1.12.5 diff --git a/dylan_eckert/models/optimize/README.md b/dylan_eckert/models/optimize/README.md new file mode 100644 index 0000000..7db80e4 --- /dev/null +++ b/dylan_eckert/models/optimize/README.md @@ -0,0 +1,24 @@ +# README + +This README would normally document whatever steps are necessary to get the +application up and running. + +Things you may want to cover: + +* Ruby version + +* System dependencies + +* Configuration + +* Database creation + +* Database initialization + +* How to run the test suite + +* Services (job queues, cache servers, search engines, etc.) + +* Deployment instructions + +* ... diff --git a/dylan_eckert/models/optimize/Rakefile b/dylan_eckert/models/optimize/Rakefile new file mode 100644 index 0000000..e85f913 --- /dev/null +++ b/dylan_eckert/models/optimize/Rakefile @@ -0,0 +1,6 @@ +# Add your own tasks in files placed in lib/tasks ending in .rake, +# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. + +require_relative 'config/application' + +Rails.application.load_tasks diff --git a/dylan_eckert/models/optimize/app/assets/config/manifest.js b/dylan_eckert/models/optimize/app/assets/config/manifest.js new file mode 100644 index 0000000..b16e53d --- /dev/null +++ b/dylan_eckert/models/optimize/app/assets/config/manifest.js @@ -0,0 +1,3 @@ +//= link_tree ../images +//= link_directory ../javascripts .js +//= link_directory ../stylesheets .css diff --git a/Rodolfo_Valdivieso/models/blogs2/lib/tasks/.keep b/dylan_eckert/models/optimize/app/assets/images/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/blogs2/lib/tasks/.keep rename to dylan_eckert/models/optimize/app/assets/images/.keep diff --git a/dylan_eckert/models/optimize/app/assets/javascripts/application.js b/dylan_eckert/models/optimize/app/assets/javascripts/application.js new file mode 100644 index 0000000..b12018d --- /dev/null +++ b/dylan_eckert/models/optimize/app/assets/javascripts/application.js @@ -0,0 +1,16 @@ +// This is a manifest file that'll be compiled into application.js, which will include all the files +// listed below. +// +// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, +// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. +// +// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the +// compiled file. JavaScript code in this file should be added after the last require_* statement. +// +// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details +// about supported directives. +// +//= require jquery +//= require jquery_ujs +//= require turbolinks +//= require_tree . diff --git a/dylan_eckert/models/optimize/app/assets/javascripts/cable.js b/dylan_eckert/models/optimize/app/assets/javascripts/cable.js new file mode 100644 index 0000000..71ee1e6 --- /dev/null +++ b/dylan_eckert/models/optimize/app/assets/javascripts/cable.js @@ -0,0 +1,13 @@ +// Action Cable provides the framework to deal with WebSockets in Rails. +// You can generate new channels where WebSocket features live using the rails generate channel command. +// +//= require action_cable +//= require_self +//= require_tree ./channels + +(function() { + this.App || (this.App = {}); + + App.cable = ActionCable.createConsumer(); + +}).call(this); diff --git a/Rodolfo_Valdivieso/models/blogs2/log/.keep b/dylan_eckert/models/optimize/app/assets/javascripts/channels/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/blogs2/log/.keep rename to dylan_eckert/models/optimize/app/assets/javascripts/channels/.keep diff --git a/dylan_eckert/models/optimize/app/assets/stylesheets/application.css b/dylan_eckert/models/optimize/app/assets/stylesheets/application.css new file mode 100644 index 0000000..0ebd7fe --- /dev/null +++ b/dylan_eckert/models/optimize/app/assets/stylesheets/application.css @@ -0,0 +1,15 @@ +/* + * This is a manifest file that'll be compiled into application.css, which will include all the files + * listed below. + * + * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, + * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. + * + * You're free to add application-wide styles to this file and they'll appear at the bottom of the + * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS + * files in this directory. Styles in this file should be added after the last require_* statement. + * It is generally better to create a new file per style scope. + * + *= require_tree . + *= require_self + */ diff --git a/dylan_eckert/models/optimize/app/channels/application_cable/channel.rb b/dylan_eckert/models/optimize/app/channels/application_cable/channel.rb new file mode 100644 index 0000000..d672697 --- /dev/null +++ b/dylan_eckert/models/optimize/app/channels/application_cable/channel.rb @@ -0,0 +1,4 @@ +module ApplicationCable + class Channel < ActionCable::Channel::Base + end +end diff --git a/dylan_eckert/models/optimize/app/channels/application_cable/connection.rb b/dylan_eckert/models/optimize/app/channels/application_cable/connection.rb new file mode 100644 index 0000000..0ff5442 --- /dev/null +++ b/dylan_eckert/models/optimize/app/channels/application_cable/connection.rb @@ -0,0 +1,4 @@ +module ApplicationCable + class Connection < ActionCable::Connection::Base + end +end diff --git a/dylan_eckert/models/optimize/app/controllers/application_controller.rb b/dylan_eckert/models/optimize/app/controllers/application_controller.rb new file mode 100644 index 0000000..1c07694 --- /dev/null +++ b/dylan_eckert/models/optimize/app/controllers/application_controller.rb @@ -0,0 +1,3 @@ +class ApplicationController < ActionController::Base + protect_from_forgery with: :exception +end diff --git a/Rodolfo_Valdivieso/models/blogs2/test/controllers/.keep b/dylan_eckert/models/optimize/app/controllers/concerns/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/blogs2/test/controllers/.keep rename to dylan_eckert/models/optimize/app/controllers/concerns/.keep diff --git a/Rodolfo_Valdivieso/models/blogs/app/helpers/application_helper.rb b/dylan_eckert/models/optimize/app/helpers/application_helper.rb similarity index 100% rename from Rodolfo_Valdivieso/models/blogs/app/helpers/application_helper.rb rename to dylan_eckert/models/optimize/app/helpers/application_helper.rb diff --git a/dylan_eckert/models/optimize/app/jobs/application_job.rb b/dylan_eckert/models/optimize/app/jobs/application_job.rb new file mode 100644 index 0000000..a009ace --- /dev/null +++ b/dylan_eckert/models/optimize/app/jobs/application_job.rb @@ -0,0 +1,2 @@ +class ApplicationJob < ActiveJob::Base +end diff --git a/dylan_eckert/models/optimize/app/mailers/application_mailer.rb b/dylan_eckert/models/optimize/app/mailers/application_mailer.rb new file mode 100644 index 0000000..286b223 --- /dev/null +++ b/dylan_eckert/models/optimize/app/mailers/application_mailer.rb @@ -0,0 +1,4 @@ +class ApplicationMailer < ActionMailer::Base + default from: 'from@example.com' + layout 'mailer' +end diff --git a/dylan_eckert/models/optimize/app/models/application_record.rb b/dylan_eckert/models/optimize/app/models/application_record.rb new file mode 100644 index 0000000..10a4cba --- /dev/null +++ b/dylan_eckert/models/optimize/app/models/application_record.rb @@ -0,0 +1,3 @@ +class ApplicationRecord < ActiveRecord::Base + self.abstract_class = true +end diff --git a/Rodolfo_Valdivieso/models/blogs2/test/fixtures/.keep b/dylan_eckert/models/optimize/app/models/concerns/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/blogs2/test/fixtures/.keep rename to dylan_eckert/models/optimize/app/models/concerns/.keep diff --git a/dylan_eckert/models/optimize/app/models/player.rb b/dylan_eckert/models/optimize/app/models/player.rb new file mode 100644 index 0000000..8a74cc6 --- /dev/null +++ b/dylan_eckert/models/optimize/app/models/player.rb @@ -0,0 +1,3 @@ +class Player < ApplicationRecord + belongs_to :team +end diff --git a/dylan_eckert/models/optimize/app/models/team.rb b/dylan_eckert/models/optimize/app/models/team.rb new file mode 100644 index 0000000..1145d1a --- /dev/null +++ b/dylan_eckert/models/optimize/app/models/team.rb @@ -0,0 +1,3 @@ +class Team < ApplicationRecord + has_many :players +end diff --git a/dylan_eckert/models/optimize/app/views/layouts/application.html.erb b/dylan_eckert/models/optimize/app/views/layouts/application.html.erb new file mode 100644 index 0000000..7d4c9ad --- /dev/null +++ b/dylan_eckert/models/optimize/app/views/layouts/application.html.erb @@ -0,0 +1,14 @@ + + + + Optimize + <%= csrf_meta_tags %> + + <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %> + <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %> + + + + <%= yield %> + + diff --git a/dylan_eckert/models/optimize/app/views/layouts/mailer.html.erb b/dylan_eckert/models/optimize/app/views/layouts/mailer.html.erb new file mode 100644 index 0000000..cbd34d2 --- /dev/null +++ b/dylan_eckert/models/optimize/app/views/layouts/mailer.html.erb @@ -0,0 +1,13 @@ + + + + + + + + + <%= yield %> + + diff --git a/dylan_eckert/models/optimize/app/views/layouts/mailer.text.erb b/dylan_eckert/models/optimize/app/views/layouts/mailer.text.erb new file mode 100644 index 0000000..37f0bdd --- /dev/null +++ b/dylan_eckert/models/optimize/app/views/layouts/mailer.text.erb @@ -0,0 +1 @@ +<%= yield %> diff --git a/Rodolfo_Valdivieso/models/blogs/bin/bundle b/dylan_eckert/models/optimize/bin/bundle old mode 100644 new mode 100755 similarity index 100% rename from Rodolfo_Valdivieso/models/blogs/bin/bundle rename to dylan_eckert/models/optimize/bin/bundle diff --git a/dylan_eckert/models/optimize/bin/rails b/dylan_eckert/models/optimize/bin/rails new file mode 100755 index 0000000..5badb2f --- /dev/null +++ b/dylan_eckert/models/optimize/bin/rails @@ -0,0 +1,9 @@ +#!/usr/bin/env ruby +begin + load File.expand_path('../spring', __FILE__) +rescue LoadError => e + raise unless e.message.include?('spring') +end +APP_PATH = File.expand_path('../config/application', __dir__) +require_relative '../config/boot' +require 'rails/commands' diff --git a/Rodolfo_Valdivieso/models/blogs/bin/rake b/dylan_eckert/models/optimize/bin/rake old mode 100644 new mode 100755 similarity index 100% rename from Rodolfo_Valdivieso/models/blogs/bin/rake rename to dylan_eckert/models/optimize/bin/rake diff --git a/dylan_eckert/models/optimize/bin/setup b/dylan_eckert/models/optimize/bin/setup new file mode 100755 index 0000000..e620b4d --- /dev/null +++ b/dylan_eckert/models/optimize/bin/setup @@ -0,0 +1,34 @@ +#!/usr/bin/env ruby +require 'pathname' +require 'fileutils' +include FileUtils + +# path to your application root. +APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) + +def system!(*args) + system(*args) || abort("\n== Command #{args} failed ==") +end + +chdir APP_ROOT do + # This script is a starting point to setup your application. + # Add necessary setup steps to this file. + + puts '== Installing dependencies ==' + system! 'gem install bundler --conservative' + system('bundle check') || system!('bundle install') + + # puts "\n== Copying sample files ==" + # unless File.exist?('config/database.yml') + # cp 'config/database.yml.sample', 'config/database.yml' + # end + + puts "\n== Preparing database ==" + system! 'bin/rails db:setup' + + puts "\n== Removing old logs and tempfiles ==" + system! 'bin/rails log:clear tmp:clear' + + puts "\n== Restarting application server ==" + system! 'bin/rails restart' +end diff --git a/Rodolfo_Valdivieso/models/blogs/bin/spring b/dylan_eckert/models/optimize/bin/spring old mode 100644 new mode 100755 similarity index 100% rename from Rodolfo_Valdivieso/models/blogs/bin/spring rename to dylan_eckert/models/optimize/bin/spring diff --git a/dylan_eckert/models/optimize/bin/update b/dylan_eckert/models/optimize/bin/update new file mode 100755 index 0000000..a8e4462 --- /dev/null +++ b/dylan_eckert/models/optimize/bin/update @@ -0,0 +1,29 @@ +#!/usr/bin/env ruby +require 'pathname' +require 'fileutils' +include FileUtils + +# path to your application root. +APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) + +def system!(*args) + system(*args) || abort("\n== Command #{args} failed ==") +end + +chdir APP_ROOT do + # This script is a way to update your development environment automatically. + # Add necessary update steps to this file. + + puts '== Installing dependencies ==' + system! 'gem install bundler --conservative' + system('bundle check') || system!('bundle install') + + puts "\n== Updating database ==" + system! 'bin/rails db:migrate' + + puts "\n== Removing old logs and tempfiles ==" + system! 'bin/rails log:clear tmp:clear' + + puts "\n== Restarting application server ==" + system! 'bin/rails restart' +end diff --git a/dylan_eckert/models/optimize/commands.txt b/dylan_eckert/models/optimize/commands.txt new file mode 100644 index 0000000..31228ab --- /dev/null +++ b/dylan_eckert/models/optimize/commands.txt @@ -0,0 +1,36 @@ +1) Retrieve all players, then write a program that will loop through each player and display their team name, mascot and stadium. How many queries have we done? + +allplayers = Player.all + +allplayers.each do |player| + puts player.team.name + puts player.team.mascot + puts player.team.stadium +end + +TOTAL QUERIES = 499 (1 to get all players and 498 to get all players info so 498+1) + +2) Retrieve all players and write a program to loop through each player and their team name, mascot and stadium using .includes. How many queries have we done now? + +allplayers2 = Player.includes(:team).all + +allplayers2.each do |player| + puts player.team.name + puts player.team.mascot + puts player.team.stadium +end + +TOTAL QUERIES = 2 (1 to get all players and 1 to get all players info so 1+1) + +3) Retrieve all players from the 'Chicago Bulls' by using .includes + +allplayers3 = Player.includes(:team).where("team.name = 'Chicago Bulls'").references(:team) + +4) Retrieve all players along with the team name that play at the 'Staples Center' + +allplayers4 = Player.joins(:team).select('players.*', 'teams.name as franchise', 'teams.stadium as stadium').where("teams.stadium = 'Staples Center'") + +5) Retrieve all teams that have any player that start their name with the letter 'Z' by using .includes and .joins + +allteam = Team.includes(:players).where("players.name LIKE 'Z%'").references(:players) +allteam2 = Team.joins(:players).where("players.name LIKE 'Z%'") diff --git a/dylan_eckert/models/optimize/config.ru b/dylan_eckert/models/optimize/config.ru new file mode 100644 index 0000000..f7ba0b5 --- /dev/null +++ b/dylan_eckert/models/optimize/config.ru @@ -0,0 +1,5 @@ +# This file is used by Rack-based servers to start the application. + +require_relative 'config/environment' + +run Rails.application diff --git a/dylan_eckert/models/optimize/config/application.rb b/dylan_eckert/models/optimize/config/application.rb new file mode 100644 index 0000000..82e2005 --- /dev/null +++ b/dylan_eckert/models/optimize/config/application.rb @@ -0,0 +1,15 @@ +require_relative 'boot' + +require 'rails/all' + +# Require the gems listed in Gemfile, including any gems +# you've limited to :test, :development, or :production. +Bundler.require(*Rails.groups) + +module Optimize + class Application < Rails::Application + # Settings in config/environments/* take precedence over those specified here. + # Application configuration should go into files in config/initializers + # -- all .rb files in that directory are automatically loaded. + end +end diff --git a/dylan_eckert/models/optimize/config/boot.rb b/dylan_eckert/models/optimize/config/boot.rb new file mode 100644 index 0000000..30f5120 --- /dev/null +++ b/dylan_eckert/models/optimize/config/boot.rb @@ -0,0 +1,3 @@ +ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__) + +require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/dylan_eckert/models/optimize/config/cable.yml b/dylan_eckert/models/optimize/config/cable.yml new file mode 100644 index 0000000..0bbde6f --- /dev/null +++ b/dylan_eckert/models/optimize/config/cable.yml @@ -0,0 +1,9 @@ +development: + adapter: async + +test: + adapter: async + +production: + adapter: redis + url: redis://localhost:6379/1 diff --git a/Rodolfo_Valdivieso/models/blogs/config/database.yml b/dylan_eckert/models/optimize/config/database.yml similarity index 100% rename from Rodolfo_Valdivieso/models/blogs/config/database.yml rename to dylan_eckert/models/optimize/config/database.yml diff --git a/dylan_eckert/models/optimize/config/environment.rb b/dylan_eckert/models/optimize/config/environment.rb new file mode 100644 index 0000000..426333b --- /dev/null +++ b/dylan_eckert/models/optimize/config/environment.rb @@ -0,0 +1,5 @@ +# Load the Rails application. +require_relative 'application' + +# Initialize the Rails application. +Rails.application.initialize! diff --git a/dylan_eckert/models/optimize/config/environments/development.rb b/dylan_eckert/models/optimize/config/environments/development.rb new file mode 100644 index 0000000..6f71970 --- /dev/null +++ b/dylan_eckert/models/optimize/config/environments/development.rb @@ -0,0 +1,54 @@ +Rails.application.configure do + # Settings specified here will take precedence over those in config/application.rb. + + # In the development environment your application's code is reloaded on + # every request. This slows down response time but is perfect for development + # since you don't have to restart the web server when you make code changes. + config.cache_classes = false + + # Do not eager load code on boot. + config.eager_load = false + + # Show full error reports. + config.consider_all_requests_local = true + + # Enable/disable caching. By default caching is disabled. + if Rails.root.join('tmp/caching-dev.txt').exist? + config.action_controller.perform_caching = true + + config.cache_store = :memory_store + config.public_file_server.headers = { + 'Cache-Control' => 'public, max-age=172800' + } + else + config.action_controller.perform_caching = false + + config.cache_store = :null_store + end + + # Don't care if the mailer can't send. + config.action_mailer.raise_delivery_errors = false + + config.action_mailer.perform_caching = false + + # Print deprecation notices to the Rails logger. + config.active_support.deprecation = :log + + # Raise an error on page load if there are pending migrations. + config.active_record.migration_error = :page_load + + # Debug mode disables concatenation and preprocessing of assets. + # This option may cause significant delays in view rendering with a large + # number of complex assets. + config.assets.debug = true + + # Suppress logger output for asset requests. + config.assets.quiet = true + + # Raises error for missing translations + # config.action_view.raise_on_missing_translations = true + + # Use an evented file watcher to asynchronously detect changes in source code, + # routes, locales, etc. This feature depends on the listen gem. + config.file_watcher = ActiveSupport::EventedFileUpdateChecker +end diff --git a/dylan_eckert/models/optimize/config/environments/production.rb b/dylan_eckert/models/optimize/config/environments/production.rb new file mode 100644 index 0000000..4caaa72 --- /dev/null +++ b/dylan_eckert/models/optimize/config/environments/production.rb @@ -0,0 +1,86 @@ +Rails.application.configure do + # Settings specified here will take precedence over those in config/application.rb. + + # Code is not reloaded between requests. + config.cache_classes = true + + # Eager load code on boot. This eager loads most of Rails and + # your application in memory, allowing both threaded web servers + # and those relying on copy on write to perform better. + # Rake tasks automatically ignore this option for performance. + config.eager_load = true + + # Full error reports are disabled and caching is turned on. + config.consider_all_requests_local = false + config.action_controller.perform_caching = true + + # Disable serving static files from the `/public` folder by default since + # Apache or NGINX already handles this. + config.public_file_server.enabled = ENV['RAILS_SERVE_STATIC_FILES'].present? + + # Compress JavaScripts and CSS. + config.assets.js_compressor = :uglifier + # config.assets.css_compressor = :sass + + # Do not fallback to assets pipeline if a precompiled asset is missed. + config.assets.compile = false + + # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb + + # Enable serving of images, stylesheets, and JavaScripts from an asset server. + # config.action_controller.asset_host = 'http://assets.example.com' + + # Specifies the header that your server uses for sending files. + # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache + # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX + + # Mount Action Cable outside main process or domain + # config.action_cable.mount_path = nil + # config.action_cable.url = 'wss://example.com/cable' + # config.action_cable.allowed_request_origins = [ 'http://example.com', /http:\/\/example.*/ ] + + # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. + # config.force_ssl = true + + # Use the lowest log level to ensure availability of diagnostic information + # when problems arise. + config.log_level = :debug + + # Prepend all log lines with the following tags. + config.log_tags = [ :request_id ] + + # Use a different cache store in production. + # config.cache_store = :mem_cache_store + + # Use a real queuing backend for Active Job (and separate queues per environment) + # config.active_job.queue_adapter = :resque + # config.active_job.queue_name_prefix = "optimize_#{Rails.env}" + config.action_mailer.perform_caching = false + + # Ignore bad email addresses and do not raise email delivery errors. + # Set this to true and configure the email server for immediate delivery to raise delivery errors. + # config.action_mailer.raise_delivery_errors = false + + # Enable locale fallbacks for I18n (makes lookups for any locale fall back to + # the I18n.default_locale when a translation cannot be found). + config.i18n.fallbacks = true + + # Send deprecation notices to registered listeners. + config.active_support.deprecation = :notify + + # Use default logging formatter so that PID and timestamp are not suppressed. + config.log_formatter = ::Logger::Formatter.new + + # Use a different logger for distributed setups. + # require 'syslog/logger' + # config.logger = ActiveSupport::TaggedLogging.new(Syslog::Logger.new 'app-name') + + if ENV["RAILS_LOG_TO_STDOUT"].present? + logger = ActiveSupport::Logger.new(STDOUT) + logger.formatter = config.log_formatter + config.logger = ActiveSupport::TaggedLogging.new(logger) + end + + # Do not dump schema after migrations. + config.active_record.dump_schema_after_migration = false +end diff --git a/dylan_eckert/models/optimize/config/environments/test.rb b/dylan_eckert/models/optimize/config/environments/test.rb new file mode 100644 index 0000000..30587ef --- /dev/null +++ b/dylan_eckert/models/optimize/config/environments/test.rb @@ -0,0 +1,42 @@ +Rails.application.configure do + # Settings specified here will take precedence over those in config/application.rb. + + # The test environment is used exclusively to run your application's + # test suite. You never need to work with it otherwise. Remember that + # your test database is "scratch space" for the test suite and is wiped + # and recreated between test runs. Don't rely on the data there! + config.cache_classes = true + + # Do not eager load code on boot. This avoids loading your whole application + # just for the purpose of running a single test. If you are using a tool that + # preloads Rails for running tests, you may have to set it to true. + config.eager_load = false + + # Configure public file server for tests with Cache-Control for performance. + config.public_file_server.enabled = true + config.public_file_server.headers = { + 'Cache-Control' => 'public, max-age=3600' + } + + # Show full error reports and disable caching. + config.consider_all_requests_local = true + config.action_controller.perform_caching = false + + # Raise exceptions instead of rendering exception templates. + config.action_dispatch.show_exceptions = false + + # Disable request forgery protection in test environment. + config.action_controller.allow_forgery_protection = false + config.action_mailer.perform_caching = false + + # Tell Action Mailer not to deliver emails to the real world. + # The :test delivery method accumulates sent emails in the + # ActionMailer::Base.deliveries array. + config.action_mailer.delivery_method = :test + + # Print deprecation notices to the stderr. + config.active_support.deprecation = :stderr + + # Raises error for missing translations + # config.action_view.raise_on_missing_translations = true +end diff --git a/dylan_eckert/models/optimize/config/initializers/application_controller_renderer.rb b/dylan_eckert/models/optimize/config/initializers/application_controller_renderer.rb new file mode 100644 index 0000000..89d2efa --- /dev/null +++ b/dylan_eckert/models/optimize/config/initializers/application_controller_renderer.rb @@ -0,0 +1,8 @@ +# Be sure to restart your server when you modify this file. + +# ActiveSupport::Reloader.to_prepare do +# ApplicationController.renderer.defaults.merge!( +# http_host: 'example.org', +# https: false +# ) +# end diff --git a/Rodolfo_Valdivieso/models/blogs2/config/initializers/assets.rb b/dylan_eckert/models/optimize/config/initializers/assets.rb similarity index 100% rename from Rodolfo_Valdivieso/models/blogs2/config/initializers/assets.rb rename to dylan_eckert/models/optimize/config/initializers/assets.rb diff --git a/Rodolfo_Valdivieso/models/blogs/config/initializers/backtrace_silencers.rb b/dylan_eckert/models/optimize/config/initializers/backtrace_silencers.rb similarity index 100% rename from Rodolfo_Valdivieso/models/blogs/config/initializers/backtrace_silencers.rb rename to dylan_eckert/models/optimize/config/initializers/backtrace_silencers.rb diff --git a/dylan_eckert/models/optimize/config/initializers/cookies_serializer.rb b/dylan_eckert/models/optimize/config/initializers/cookies_serializer.rb new file mode 100644 index 0000000..5a6a32d --- /dev/null +++ b/dylan_eckert/models/optimize/config/initializers/cookies_serializer.rb @@ -0,0 +1,5 @@ +# Be sure to restart your server when you modify this file. + +# Specify a serializer for the signed and encrypted cookie jars. +# Valid options are :json, :marshal, and :hybrid. +Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/Rodolfo_Valdivieso/models/blogs/config/initializers/filter_parameter_logging.rb b/dylan_eckert/models/optimize/config/initializers/filter_parameter_logging.rb similarity index 100% rename from Rodolfo_Valdivieso/models/blogs/config/initializers/filter_parameter_logging.rb rename to dylan_eckert/models/optimize/config/initializers/filter_parameter_logging.rb diff --git a/Rodolfo_Valdivieso/models/blogs/config/initializers/inflections.rb b/dylan_eckert/models/optimize/config/initializers/inflections.rb similarity index 100% rename from Rodolfo_Valdivieso/models/blogs/config/initializers/inflections.rb rename to dylan_eckert/models/optimize/config/initializers/inflections.rb diff --git a/Rodolfo_Valdivieso/models/blogs/config/initializers/mime_types.rb b/dylan_eckert/models/optimize/config/initializers/mime_types.rb similarity index 100% rename from Rodolfo_Valdivieso/models/blogs/config/initializers/mime_types.rb rename to dylan_eckert/models/optimize/config/initializers/mime_types.rb diff --git a/dylan_eckert/models/optimize/config/initializers/new_framework_defaults.rb b/dylan_eckert/models/optimize/config/initializers/new_framework_defaults.rb new file mode 100644 index 0000000..dd236b5 --- /dev/null +++ b/dylan_eckert/models/optimize/config/initializers/new_framework_defaults.rb @@ -0,0 +1,26 @@ +# Be sure to restart your server when you modify this file. +# +# This file contains migration options to ease your Rails 5.0 upgrade. +# +# Read the Guide for Upgrading Ruby on Rails for more info on each option. + +Rails.application.config.action_controller.raise_on_unfiltered_parameters = true + +# Enable per-form CSRF tokens. Previous versions had false. +Rails.application.config.action_controller.per_form_csrf_tokens = true + +# Enable origin-checking CSRF mitigation. Previous versions had false. +Rails.application.config.action_controller.forgery_protection_origin_check = true + +# Make Ruby 2.4 preserve the timezone of the receiver when calling `to_time`. +# Previous versions had false. +ActiveSupport.to_time_preserves_timezone = true + +# Require `belongs_to` associations by default. Previous versions had false. +Rails.application.config.active_record.belongs_to_required_by_default = true + +# Do not halt callback chains when a callback returns false. Previous versions had true. +ActiveSupport.halt_callback_chains_on_return_false = false + +# Configure SSL options to enable HSTS with subdomains. Previous versions had false. +Rails.application.config.ssl_options = { hsts: { subdomains: true } } diff --git a/Rodolfo_Valdivieso/models/optimize/config/initializers/session_store.rb b/dylan_eckert/models/optimize/config/initializers/session_store.rb similarity index 100% rename from Rodolfo_Valdivieso/models/optimize/config/initializers/session_store.rb rename to dylan_eckert/models/optimize/config/initializers/session_store.rb diff --git a/dylan_eckert/models/optimize/config/initializers/wrap_parameters.rb b/dylan_eckert/models/optimize/config/initializers/wrap_parameters.rb new file mode 100644 index 0000000..bbfc396 --- /dev/null +++ b/dylan_eckert/models/optimize/config/initializers/wrap_parameters.rb @@ -0,0 +1,14 @@ +# Be sure to restart your server when you modify this file. + +# This file contains settings for ActionController::ParamsWrapper which +# is enabled by default. + +# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. +ActiveSupport.on_load(:action_controller) do + wrap_parameters format: [:json] +end + +# To enable root element in JSON for ActiveRecord objects. +# ActiveSupport.on_load(:active_record) do +# self.include_root_in_json = true +# end diff --git a/Rodolfo_Valdivieso/models/blogs/config/locales/en.yml b/dylan_eckert/models/optimize/config/locales/en.yml similarity index 100% rename from Rodolfo_Valdivieso/models/blogs/config/locales/en.yml rename to dylan_eckert/models/optimize/config/locales/en.yml diff --git a/dylan_eckert/models/optimize/config/puma.rb b/dylan_eckert/models/optimize/config/puma.rb new file mode 100644 index 0000000..c7f311f --- /dev/null +++ b/dylan_eckert/models/optimize/config/puma.rb @@ -0,0 +1,47 @@ +# Puma can serve each request in a thread from an internal thread pool. +# The `threads` method setting takes two numbers a minimum and maximum. +# Any libraries that use thread pools should be configured to match +# the maximum value specified for Puma. Default is set to 5 threads for minimum +# and maximum, this matches the default thread size of Active Record. +# +threads_count = ENV.fetch("RAILS_MAX_THREADS") { 5 }.to_i +threads threads_count, threads_count + +# Specifies the `port` that Puma will listen on to receive requests, default is 3000. +# +port ENV.fetch("PORT") { 3000 } + +# Specifies the `environment` that Puma will run in. +# +environment ENV.fetch("RAILS_ENV") { "development" } + +# Specifies the number of `workers` to boot in clustered mode. +# Workers are forked webserver processes. If using threads and workers together +# the concurrency of the application would be max `threads` * `workers`. +# Workers do not work on JRuby or Windows (both of which do not support +# processes). +# +# workers ENV.fetch("WEB_CONCURRENCY") { 2 } + +# Use the `preload_app!` method when specifying a `workers` number. +# This directive tells Puma to first boot the application and load code +# before forking the application. This takes advantage of Copy On Write +# process behavior so workers use less memory. If you use this option +# you need to make sure to reconnect any threads in the `on_worker_boot` +# block. +# +# preload_app! + +# The code in the `on_worker_boot` will be called if you are using +# clustered mode by specifying a number of `workers`. After each worker +# process is booted this block will be run, if you are using `preload_app!` +# option you will want to use this block to reconnect to any threads +# or connections that may have been created at application boot, Ruby +# cannot share connections between processes. +# +# on_worker_boot do +# ActiveRecord::Base.establish_connection if defined?(ActiveRecord) +# end + +# Allow puma to be restarted by `rails restart` command. +plugin :tmp_restart diff --git a/dylan_eckert/models/optimize/config/routes.rb b/dylan_eckert/models/optimize/config/routes.rb new file mode 100644 index 0000000..787824f --- /dev/null +++ b/dylan_eckert/models/optimize/config/routes.rb @@ -0,0 +1,3 @@ +Rails.application.routes.draw do + # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html +end diff --git a/dylan_eckert/models/optimize/config/secrets.yml b/dylan_eckert/models/optimize/config/secrets.yml new file mode 100644 index 0000000..6480f63 --- /dev/null +++ b/dylan_eckert/models/optimize/config/secrets.yml @@ -0,0 +1,22 @@ +# Be sure to restart your server when you modify this file. + +# Your secret key is used for verifying the integrity of signed cookies. +# If you change this key, all old signed cookies will become invalid! + +# Make sure the secret is at least 30 characters and all random, +# no regular words or you'll be exposed to dictionary attacks. +# You can use `rails secret` to generate a secure secret key. + +# Make sure the secrets in this file are kept private +# if you're sharing your code publicly. + +development: + secret_key_base: bd02e838d3f8ac88165ea20929ce2b273e25d4359e48b955288f817d3cab8ff42e932a0860d8083e8f6b58fd5e75db8b813cbfd594f6c360631b0512575223e5 + +test: + secret_key_base: ccbae0cc0929d397a8b971be03a52b4935ddf8b1c68473ad9a040d051cbe20594064050a80b2a3b2b96ec331a928792ba50374d2b4ea90ed4958581776d0b701 + +# Do not keep production secrets in the repository, +# instead read values from the environment. +production: + secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/dylan_eckert/models/optimize/config/spring.rb b/dylan_eckert/models/optimize/config/spring.rb new file mode 100644 index 0000000..c9119b4 --- /dev/null +++ b/dylan_eckert/models/optimize/config/spring.rb @@ -0,0 +1,6 @@ +%w( + .ruby-version + .rbenv-vars + tmp/restart.txt + tmp/caching-dev.txt +).each { |path| Spring.watch(path) } diff --git a/dylan_eckert/models/optimize/db/migrate/20171130194453_create_teams.rb b/dylan_eckert/models/optimize/db/migrate/20171130194453_create_teams.rb new file mode 100644 index 0000000..1cfd4a1 --- /dev/null +++ b/dylan_eckert/models/optimize/db/migrate/20171130194453_create_teams.rb @@ -0,0 +1,11 @@ +class CreateTeams < ActiveRecord::Migration[5.0] + def change + create_table :teams do |t| + t.string :name + t.string :mascot + t.string :stadium + + t.timestamps + end + end +end diff --git a/dylan_eckert/models/optimize/db/migrate/20171130194502_create_players.rb b/dylan_eckert/models/optimize/db/migrate/20171130194502_create_players.rb new file mode 100644 index 0000000..df3c58f --- /dev/null +++ b/dylan_eckert/models/optimize/db/migrate/20171130194502_create_players.rb @@ -0,0 +1,10 @@ +class CreatePlayers < ActiveRecord::Migration[5.0] + def change + create_table :players do |t| + t.string :name + t.references :team, foreign_key: true + + t.timestamps + end + end +end diff --git a/dylan_eckert/models/optimize/db/schema.rb b/dylan_eckert/models/optimize/db/schema.rb new file mode 100644 index 0000000..50ccab1 --- /dev/null +++ b/dylan_eckert/models/optimize/db/schema.rb @@ -0,0 +1,31 @@ +# This file is auto-generated from the current state of the database. Instead +# of editing this file, please use the migrations feature of Active Record to +# incrementally modify your database, and then regenerate this schema definition. +# +# Note that this schema.rb definition is the authoritative source for your +# database schema. If you need to create the application database on another +# system, you should be using db:schema:load, not running all the migrations +# from scratch. The latter is a flawed and unsustainable approach (the more migrations +# you'll amass, the slower it'll run and the greater likelihood for issues). +# +# It's strongly recommended that you check this file into your version control system. + +ActiveRecord::Schema.define(version: 20171130194502) do + + create_table "players", force: :cascade do |t| + t.string "name" + t.integer "team_id" + t.datetime "created_at", null: false + t.datetime "updated_at", null: false + t.index ["team_id"], name: "index_players_on_team_id" + end + + create_table "teams", force: :cascade do |t| + t.string "name" + t.string "mascot" + t.string "stadium" + t.datetime "created_at", null: false + t.datetime "updated_at", null: false + end + +end diff --git a/dylan_eckert/models/optimize/db/seeds.rb b/dylan_eckert/models/optimize/db/seeds.rb new file mode 100644 index 0000000..510af1b --- /dev/null +++ b/dylan_eckert/models/optimize/db/seeds.rb @@ -0,0 +1,104 @@ +# we require 'open-uri' to request the html files +require 'open-uri' +teams = [ + ["Atlanta Hawks", "Skyhawk", "Philips Arena"], + ["Boston Celtics", "Lucky the Leprechaun", "TD Garden"], + ["Brooklyn Nets", "BrooklyKnight", "Barclays Center"], + ["Charlotte Hornets", "Hugo the Hornet", "Spectrum Center"], + ["Chicago Bulls", "Benny the Bull", "United Center"], + ["Cleveland Cavaliers", "Moondog", "Quicken Loans Arena"], + ["Dallas Mavericks", "Champ", "American Airlines Center"], + ["Denver Nuggets", "Rocky the Mountain Lion", "Pepsi Center"], + ["Detroit Pistons", "Hooper", "The Palace of Auburn Hills"], + ["Golden State Warriors", "Thunder", "Oracle Arena"], + ["Houston Rockets", "Clutch", "Toyota Center"], + ["Indiana Pacers", "Boomer the Panther", "Bankers Life Fieldhouse"], + ["Los Angeles Clippers", "Chuck", "Staples Center"], + ["Los Angeles Lakers", "Jack Nicholson", "Staples Center"], + ["Memphis Grizzlies", "Griz", "FedExForum"], + ["Miami Heat", "Burnie", "American Airlines Arena"], + ["Milwaukee Bucks", "Bango", "BMO Harris Bradley Center"], + ["Minnesota Timberwolves", "Crunch the Wolf", "Target Center"], + ["New Orleans Pelicans", "Pierre the Pelican", "Smoothie King Center"], + ["New York Knicks", "Spike Lee", "Madison Square Garden"], + ["Oklahoma City Thunder", "Rumble the Bison", "Chesapeake Energy Arena"], + ["Orlando Magic", "Stuff the Magic Dragon", "Amway Center"], + ["Philadelphia 76ers", "Franklin the Dog", "Wells Fargo Center Philadelphia"], + ["Phoenix Suns", "The Suns Gorilla", "Talking Stick Resort Arena"], + ["Portland Trail Blazers", "Blaze the Trail Cat", "Moda Center"], + ["Sacramento Kings", "Slamson the Lion", "Golden 1 Center"], + ["San Antonio Spurs", "The Coyote", "AT&T Center"], + ["Toronto Raptors", "Raptor", "Air Canada Centre"], + ["Utah Jazz", "Jazz Bear", "Vivint Smart Home Arena"], + ["Washington Wizards", "G. Wiz", "Verizon Center"] +] +# Here, we are using the Nokogiri gem (already comes with Rails), to scrape the ESPN website for the list of players. +# For more information on Nokogiri, you can go to their documentation or visit http://www.nokogiri.org/ +atlanta_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/atl/atlanta-hawks")).css("td.sortcell") +boston_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/bos/boston-celtics")).css("td.sortcell") +brooklyn_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/bkn/brooklyn-nets")).css("td.sortcell") +charlotte_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/cha/charlotte-hornets")).css("td.sortcell") +chicago_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/chi/chicago-bulls")).css("td.sortcell") +cleveland_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/cle/cleveland-cavaliers")).css("td.sortcell") +dallas_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/dal/dallas-mavericks")).css("td.sortcell") +denver_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/den/denver-nuggets")).css("td.sortcell") +detroit_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/det/detroit-pistons")).css("td.sortcell") +warriors_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/gs/golden-state-warriors")).css("td.sortcell") +houston_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/hou/houston-rockets")).css("td.sortcell") +indiana_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/ind/indiana-pacers")).css("td.sortcell") +clippers_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/lac/la-clippers")).css("td.sortcell") +lakers_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/lal/los-angeles-lakers")).css("td.sortcell") +memphis_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/mem/memphis-grizzlies")).css("td.sortcell") +miami_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/mia/miami-heat")).css("td.sortcell") +milwaukee_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/mil/milwaukee-bucks")).css("td.sortcell") +minnesota_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/min/minnesota-timberwolves")).css("td.sortcell") +nola_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/no/new-orleans-pelicans")).css("td.sortcell") +knicks_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/ny/new-york-knicks")).css("td.sortcell") +okc_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/okc/oklahoma-city-thunder")).css("td.sortcell") +orlando_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/orl/orlando-magic")).css("td.sortcell") +phili_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/phi/philadelphia-76ers")).css("td.sortcell") +phoenix_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/phx/phoenix-suns")).css("td.sortcell") +portland_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/por/portland-trail-blazers")).css("td.sortcell") +sacramento_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/sac/sacramento-kings")).css("td.sortcell") +spurs_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/sa/san-antonio-spurs")).css("td.sortcell") +toronto_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/tor/toronto-raptors")).css("td.sortcell") +utah_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/utah/utah-jazz")).css("td.sortcell") +washington_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/wsh/washington-wizards")).css("td.sortcell") +players = [ + atlanta_players, + boston_players, + brooklyn_players, + charlotte_players, + chicago_players, + cleveland_players, + dallas_players, + denver_players, + detroit_players, + warriors_players, + houston_players, + indiana_players, + clippers_players, + lakers_players, + memphis_players, + miami_players, + milwaukee_players, + minnesota_players, + nola_players, + knicks_players, + okc_players, + orlando_players, + phili_players, + phoenix_players, + portland_players, + sacramento_players, + spurs_players, + toronto_players, + utah_players, + washington_players +] +players.each_with_index do |roster, index| + Team.create(name: teams[index][0], mascot: teams[index][1], stadium: teams[index][2]) + roster.each do |player| + Team.last.players.create(name: player.text) + end +end diff --git a/Rodolfo_Valdivieso/models/blogs2/test/helpers/.keep b/dylan_eckert/models/optimize/lib/assets/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/blogs2/test/helpers/.keep rename to dylan_eckert/models/optimize/lib/assets/.keep diff --git a/Rodolfo_Valdivieso/models/blogs2/test/integration/.keep b/dylan_eckert/models/optimize/lib/tasks/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/blogs2/test/integration/.keep rename to dylan_eckert/models/optimize/lib/tasks/.keep diff --git a/Rodolfo_Valdivieso/models/blogs2/test/mailers/.keep b/dylan_eckert/models/optimize/log/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/blogs2/test/mailers/.keep rename to dylan_eckert/models/optimize/log/.keep diff --git a/dylan_eckert/models/optimize/public/404.html b/dylan_eckert/models/optimize/public/404.html new file mode 100644 index 0000000..2be3af2 --- /dev/null +++ b/dylan_eckert/models/optimize/public/404.html @@ -0,0 +1,67 @@ + + + + The page you were looking for doesn't exist (404) + + + + + + +
+
+

The page you were looking for doesn't exist.

+

You may have mistyped the address or the page may have moved.

+
+

If you are the application owner check the logs for more information.

+
+ + diff --git a/dylan_eckert/models/optimize/public/422.html b/dylan_eckert/models/optimize/public/422.html new file mode 100644 index 0000000..c08eac0 --- /dev/null +++ b/dylan_eckert/models/optimize/public/422.html @@ -0,0 +1,67 @@ + + + + The change you wanted was rejected (422) + + + + + + +
+
+

The change you wanted was rejected.

+

Maybe you tried to change something you didn't have access to.

+
+

If you are the application owner check the logs for more information.

+
+ + diff --git a/dylan_eckert/models/optimize/public/500.html b/dylan_eckert/models/optimize/public/500.html new file mode 100644 index 0000000..78a030a --- /dev/null +++ b/dylan_eckert/models/optimize/public/500.html @@ -0,0 +1,66 @@ + + + + We're sorry, but something went wrong (500) + + + + + + +
+
+

We're sorry, but something went wrong.

+
+

If you are the application owner check the logs for more information.

+
+ + diff --git a/Rodolfo_Valdivieso/models/blogs2/test/models/.keep b/dylan_eckert/models/optimize/public/apple-touch-icon-precomposed.png similarity index 100% rename from Rodolfo_Valdivieso/models/blogs2/test/models/.keep rename to dylan_eckert/models/optimize/public/apple-touch-icon-precomposed.png diff --git a/Rodolfo_Valdivieso/models/blogs2/vendor/assets/javascripts/.keep b/dylan_eckert/models/optimize/public/apple-touch-icon.png similarity index 100% rename from Rodolfo_Valdivieso/models/blogs2/vendor/assets/javascripts/.keep rename to dylan_eckert/models/optimize/public/apple-touch-icon.png diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/public/favicon.ico b/dylan_eckert/models/optimize/public/favicon.ico similarity index 100% rename from Rodolfo_Valdivieso/models/dojo_ninjas/public/favicon.ico rename to dylan_eckert/models/optimize/public/favicon.ico diff --git a/Rodolfo_Valdivieso/models/blogs/public/robots.txt b/dylan_eckert/models/optimize/public/robots.txt similarity index 100% rename from Rodolfo_Valdivieso/models/blogs/public/robots.txt rename to dylan_eckert/models/optimize/public/robots.txt diff --git a/Rodolfo_Valdivieso/models/blogs2/vendor/assets/stylesheets/.keep b/dylan_eckert/models/optimize/test/controllers/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/blogs2/vendor/assets/stylesheets/.keep rename to dylan_eckert/models/optimize/test/controllers/.keep diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/app/assets/images/.keep b/dylan_eckert/models/optimize/test/fixtures/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/dojo_ninjas/app/assets/images/.keep rename to dylan_eckert/models/optimize/test/fixtures/.keep diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/app/controllers/concerns/.keep b/dylan_eckert/models/optimize/test/fixtures/files/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/dojo_ninjas/app/controllers/concerns/.keep rename to dylan_eckert/models/optimize/test/fixtures/files/.keep diff --git a/dylan_eckert/models/optimize/test/fixtures/players.yml b/dylan_eckert/models/optimize/test/fixtures/players.yml new file mode 100644 index 0000000..e36ea90 --- /dev/null +++ b/dylan_eckert/models/optimize/test/fixtures/players.yml @@ -0,0 +1,9 @@ +# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html + +one: + name: MyString + team: one + +two: + name: MyString + team: two diff --git a/Rodolfo_Valdivieso/models/optimize/test/fixtures/teams.yml b/dylan_eckert/models/optimize/test/fixtures/teams.yml similarity index 100% rename from Rodolfo_Valdivieso/models/optimize/test/fixtures/teams.yml rename to dylan_eckert/models/optimize/test/fixtures/teams.yml diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/app/mailers/.keep b/dylan_eckert/models/optimize/test/helpers/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/dojo_ninjas/app/mailers/.keep rename to dylan_eckert/models/optimize/test/helpers/.keep diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/app/models/.keep b/dylan_eckert/models/optimize/test/integration/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/dojo_ninjas/app/models/.keep rename to dylan_eckert/models/optimize/test/integration/.keep diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/app/models/concerns/.keep b/dylan_eckert/models/optimize/test/mailers/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/dojo_ninjas/app/models/concerns/.keep rename to dylan_eckert/models/optimize/test/mailers/.keep diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/lib/assets/.keep b/dylan_eckert/models/optimize/test/models/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/dojo_ninjas/lib/assets/.keep rename to dylan_eckert/models/optimize/test/models/.keep diff --git a/Rodolfo_Valdivieso/models/optimize/test/models/player_test.rb b/dylan_eckert/models/optimize/test/models/player_test.rb similarity index 100% rename from Rodolfo_Valdivieso/models/optimize/test/models/player_test.rb rename to dylan_eckert/models/optimize/test/models/player_test.rb diff --git a/Rodolfo_Valdivieso/models/optimize/test/models/team_test.rb b/dylan_eckert/models/optimize/test/models/team_test.rb similarity index 100% rename from Rodolfo_Valdivieso/models/optimize/test/models/team_test.rb rename to dylan_eckert/models/optimize/test/models/team_test.rb diff --git a/Rodolfo_Valdivieso/models/blogs/test/test_helper.rb b/dylan_eckert/models/optimize/test/test_helper.rb similarity index 100% rename from Rodolfo_Valdivieso/models/blogs/test/test_helper.rb rename to dylan_eckert/models/optimize/test/test_helper.rb diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/lib/tasks/.keep b/dylan_eckert/models/optimize/tmp/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/dojo_ninjas/lib/tasks/.keep rename to dylan_eckert/models/optimize/tmp/.keep diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/log/.keep b/dylan_eckert/models/optimize/vendor/assets/javascripts/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/dojo_ninjas/log/.keep rename to dylan_eckert/models/optimize/vendor/assets/javascripts/.keep diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/test/controllers/.keep b/dylan_eckert/models/optimize/vendor/assets/stylesheets/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/dojo_ninjas/test/controllers/.keep rename to dylan_eckert/models/optimize/vendor/assets/stylesheets/.keep diff --git a/dylan_eckert/models/orm_practice/.gitignore b/dylan_eckert/models/orm_practice/.gitignore new file mode 100644 index 0000000..bab620d --- /dev/null +++ b/dylan_eckert/models/orm_practice/.gitignore @@ -0,0 +1,21 @@ +# See https://help.github.com/articles/ignoring-files for more about ignoring files. +# +# If you find yourself ignoring temporary files generated by your text editor +# or operating system, you probably want to add a global ignore instead: +# git config --global core.excludesfile '~/.gitignore_global' + +# Ignore bundler config. +/.bundle + +# Ignore the default SQLite database. +/db/*.sqlite3 +/db/*.sqlite3-journal + +# Ignore all logfiles and tempfiles. +/log/* +/tmp/* +!/log/.keep +!/tmp/.keep + +# Ignore Byebug command history file. +.byebug_history diff --git a/dylan_eckert/models/orm_practice/Gemfile b/dylan_eckert/models/orm_practice/Gemfile new file mode 100644 index 0000000..8d7b3eb --- /dev/null +++ b/dylan_eckert/models/orm_practice/Gemfile @@ -0,0 +1,53 @@ +source 'https://rubygems.org' + +git_source(:github) do |repo_name| + repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/") + "https://github.com/#{repo_name}.git" +end + + +# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' +gem 'rails', '~> 5.0.1' +# Use sqlite3 as the database for Active Record +gem 'sqlite3' +# Use Puma as the app server +gem 'puma', '~> 3.0' +# Use SCSS for stylesheets +gem 'sass-rails', '~> 5.0' +# Use Uglifier as compressor for JavaScript assets +gem 'uglifier', '>= 1.3.0' +# Use CoffeeScript for .coffee assets and views +gem 'coffee-rails', '~> 4.2' +# See https://github.com/rails/execjs#readme for more supported runtimes +# gem 'therubyracer', platforms: :ruby + +# Use jquery as the JavaScript library +gem 'jquery-rails' +# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks +gem 'turbolinks', '~> 5' +# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder +gem 'jbuilder', '~> 2.5' +# Use Redis adapter to run Action Cable in production +# gem 'redis', '~> 3.0' +# Use ActiveModel has_secure_password +# gem 'bcrypt', '~> 3.1.7' + +# Use Capistrano for deployment +# gem 'capistrano-rails', group: :development + +group :development, :test do + # Call 'byebug' anywhere in the code to stop execution and get a debugger console + gem 'byebug', platform: :mri +end + +group :development do + # Access an IRB console on exception pages or by using <%= console %> anywhere in the code. + gem 'web-console', '>= 3.3.0' + gem 'listen', '~> 3.0.5' + # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring + gem 'spring' + gem 'spring-watcher-listen', '~> 2.0.0' +end + +# Windows does not include zoneinfo files, so bundle the tzinfo-data gem +gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] diff --git a/dylan_eckert/models/orm_practice/Gemfile.lock b/dylan_eckert/models/orm_practice/Gemfile.lock new file mode 100644 index 0000000..bb14b46 --- /dev/null +++ b/dylan_eckert/models/orm_practice/Gemfile.lock @@ -0,0 +1,179 @@ +GEM + remote: https://rubygems.org/ + specs: + actioncable (5.0.6) + actionpack (= 5.0.6) + nio4r (>= 1.2, < 3.0) + websocket-driver (~> 0.6.1) + actionmailer (5.0.6) + actionpack (= 5.0.6) + actionview (= 5.0.6) + activejob (= 5.0.6) + mail (~> 2.5, >= 2.5.4) + rails-dom-testing (~> 2.0) + actionpack (5.0.6) + actionview (= 5.0.6) + activesupport (= 5.0.6) + rack (~> 2.0) + rack-test (~> 0.6.3) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.0.2) + actionview (5.0.6) + activesupport (= 5.0.6) + builder (~> 3.1) + erubis (~> 2.7.0) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.0.3) + activejob (5.0.6) + activesupport (= 5.0.6) + globalid (>= 0.3.6) + activemodel (5.0.6) + activesupport (= 5.0.6) + activerecord (5.0.6) + activemodel (= 5.0.6) + activesupport (= 5.0.6) + arel (~> 7.0) + activesupport (5.0.6) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (~> 0.7) + minitest (~> 5.1) + tzinfo (~> 1.1) + arel (7.1.4) + bindex (0.5.0) + builder (3.2.3) + byebug (9.1.0) + coffee-rails (4.2.2) + coffee-script (>= 2.2.0) + railties (>= 4.0.0) + coffee-script (2.4.1) + coffee-script-source + execjs + coffee-script-source (1.12.2) + concurrent-ruby (1.0.5) + crass (1.0.3) + erubis (2.7.0) + execjs (2.7.0) + ffi (1.9.18) + globalid (0.4.1) + activesupport (>= 4.2.0) + i18n (0.9.1) + concurrent-ruby (~> 1.0) + jbuilder (2.7.0) + activesupport (>= 4.2.0) + multi_json (>= 1.2) + jquery-rails (4.3.1) + rails-dom-testing (>= 1, < 3) + railties (>= 4.2.0) + thor (>= 0.14, < 2.0) + listen (3.0.8) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + loofah (2.1.1) + crass (~> 1.0.2) + nokogiri (>= 1.5.9) + mail (2.7.0) + mini_mime (>= 0.1.1) + method_source (0.9.0) + mini_mime (1.0.0) + mini_portile2 (2.3.0) + minitest (5.10.3) + multi_json (1.12.2) + nio4r (2.1.0) + nokogiri (1.8.1) + mini_portile2 (~> 2.3.0) + puma (3.11.0) + rack (2.0.3) + rack-test (0.6.3) + rack (>= 1.0) + rails (5.0.6) + actioncable (= 5.0.6) + actionmailer (= 5.0.6) + actionpack (= 5.0.6) + actionview (= 5.0.6) + activejob (= 5.0.6) + activemodel (= 5.0.6) + activerecord (= 5.0.6) + activesupport (= 5.0.6) + bundler (>= 1.3.0) + railties (= 5.0.6) + sprockets-rails (>= 2.0.0) + rails-dom-testing (2.0.3) + activesupport (>= 4.2.0) + nokogiri (>= 1.6) + rails-html-sanitizer (1.0.3) + loofah (~> 2.0) + railties (5.0.6) + actionpack (= 5.0.6) + activesupport (= 5.0.6) + method_source + rake (>= 0.8.7) + thor (>= 0.18.1, < 2.0) + rake (12.3.0) + rb-fsevent (0.10.2) + rb-inotify (0.9.10) + ffi (>= 0.5.0, < 2) + sass (3.5.3) + sass-listen (~> 4.0.0) + sass-listen (4.0.0) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + sass-rails (5.0.7) + railties (>= 4.0.0, < 6) + sass (~> 3.1) + sprockets (>= 2.8, < 4.0) + sprockets-rails (>= 2.0, < 4.0) + tilt (>= 1.1, < 3) + spring (2.0.2) + activesupport (>= 4.2) + spring-watcher-listen (2.0.1) + listen (>= 2.7, < 4.0) + spring (>= 1.2, < 3.0) + sprockets (3.7.1) + concurrent-ruby (~> 1.0) + rack (> 1, < 3) + sprockets-rails (3.2.1) + actionpack (>= 4.0) + activesupport (>= 4.0) + sprockets (>= 3.0.0) + sqlite3 (1.3.13) + thor (0.20.0) + thread_safe (0.3.6) + tilt (2.0.8) + turbolinks (5.0.1) + turbolinks-source (~> 5) + turbolinks-source (5.0.3) + tzinfo (1.2.4) + thread_safe (~> 0.1) + uglifier (3.2.0) + execjs (>= 0.3.0, < 3) + web-console (3.5.1) + actionview (>= 5.0) + activemodel (>= 5.0) + bindex (>= 0.4.0) + railties (>= 5.0) + websocket-driver (0.6.5) + websocket-extensions (>= 0.1.0) + websocket-extensions (0.1.3) + +PLATFORMS + ruby + +DEPENDENCIES + byebug + coffee-rails (~> 4.2) + jbuilder (~> 2.5) + jquery-rails + listen (~> 3.0.5) + puma (~> 3.0) + rails (~> 5.0.1) + sass-rails (~> 5.0) + spring + spring-watcher-listen (~> 2.0.0) + sqlite3 + turbolinks (~> 5) + tzinfo-data + uglifier (>= 1.3.0) + web-console (>= 3.3.0) + +BUNDLED WITH + 1.12.5 diff --git a/dylan_eckert/models/orm_practice/README.md b/dylan_eckert/models/orm_practice/README.md new file mode 100644 index 0000000..7db80e4 --- /dev/null +++ b/dylan_eckert/models/orm_practice/README.md @@ -0,0 +1,24 @@ +# README + +This README would normally document whatever steps are necessary to get the +application up and running. + +Things you may want to cover: + +* Ruby version + +* System dependencies + +* Configuration + +* Database creation + +* Database initialization + +* How to run the test suite + +* Services (job queues, cache servers, search engines, etc.) + +* Deployment instructions + +* ... diff --git a/dylan_eckert/models/orm_practice/Rakefile b/dylan_eckert/models/orm_practice/Rakefile new file mode 100644 index 0000000..e85f913 --- /dev/null +++ b/dylan_eckert/models/orm_practice/Rakefile @@ -0,0 +1,6 @@ +# Add your own tasks in files placed in lib/tasks ending in .rake, +# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. + +require_relative 'config/application' + +Rails.application.load_tasks diff --git a/dylan_eckert/models/orm_practice/app/assets/config/manifest.js b/dylan_eckert/models/orm_practice/app/assets/config/manifest.js new file mode 100644 index 0000000..b16e53d --- /dev/null +++ b/dylan_eckert/models/orm_practice/app/assets/config/manifest.js @@ -0,0 +1,3 @@ +//= link_tree ../images +//= link_directory ../javascripts .js +//= link_directory ../stylesheets .css diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/test/fixtures/.keep b/dylan_eckert/models/orm_practice/app/assets/images/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/dojo_ninjas/test/fixtures/.keep rename to dylan_eckert/models/orm_practice/app/assets/images/.keep diff --git a/dylan_eckert/models/orm_practice/app/assets/javascripts/application.js b/dylan_eckert/models/orm_practice/app/assets/javascripts/application.js new file mode 100644 index 0000000..b12018d --- /dev/null +++ b/dylan_eckert/models/orm_practice/app/assets/javascripts/application.js @@ -0,0 +1,16 @@ +// This is a manifest file that'll be compiled into application.js, which will include all the files +// listed below. +// +// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, +// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. +// +// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the +// compiled file. JavaScript code in this file should be added after the last require_* statement. +// +// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details +// about supported directives. +// +//= require jquery +//= require jquery_ujs +//= require turbolinks +//= require_tree . diff --git a/dylan_eckert/models/orm_practice/app/assets/javascripts/cable.js b/dylan_eckert/models/orm_practice/app/assets/javascripts/cable.js new file mode 100644 index 0000000..71ee1e6 --- /dev/null +++ b/dylan_eckert/models/orm_practice/app/assets/javascripts/cable.js @@ -0,0 +1,13 @@ +// Action Cable provides the framework to deal with WebSockets in Rails. +// You can generate new channels where WebSocket features live using the rails generate channel command. +// +//= require action_cable +//= require_self +//= require_tree ./channels + +(function() { + this.App || (this.App = {}); + + App.cable = ActionCable.createConsumer(); + +}).call(this); diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/test/helpers/.keep b/dylan_eckert/models/orm_practice/app/assets/javascripts/channels/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/dojo_ninjas/test/helpers/.keep rename to dylan_eckert/models/orm_practice/app/assets/javascripts/channels/.keep diff --git a/dylan_eckert/models/orm_practice/app/assets/stylesheets/application.css b/dylan_eckert/models/orm_practice/app/assets/stylesheets/application.css new file mode 100644 index 0000000..0ebd7fe --- /dev/null +++ b/dylan_eckert/models/orm_practice/app/assets/stylesheets/application.css @@ -0,0 +1,15 @@ +/* + * This is a manifest file that'll be compiled into application.css, which will include all the files + * listed below. + * + * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, + * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. + * + * You're free to add application-wide styles to this file and they'll appear at the bottom of the + * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS + * files in this directory. Styles in this file should be added after the last require_* statement. + * It is generally better to create a new file per style scope. + * + *= require_tree . + *= require_self + */ diff --git a/dylan_eckert/models/orm_practice/app/channels/application_cable/channel.rb b/dylan_eckert/models/orm_practice/app/channels/application_cable/channel.rb new file mode 100644 index 0000000..d672697 --- /dev/null +++ b/dylan_eckert/models/orm_practice/app/channels/application_cable/channel.rb @@ -0,0 +1,4 @@ +module ApplicationCable + class Channel < ActionCable::Channel::Base + end +end diff --git a/dylan_eckert/models/orm_practice/app/channels/application_cable/connection.rb b/dylan_eckert/models/orm_practice/app/channels/application_cable/connection.rb new file mode 100644 index 0000000..0ff5442 --- /dev/null +++ b/dylan_eckert/models/orm_practice/app/channels/application_cable/connection.rb @@ -0,0 +1,4 @@ +module ApplicationCable + class Connection < ActionCable::Connection::Base + end +end diff --git a/dylan_eckert/models/orm_practice/app/controllers/application_controller.rb b/dylan_eckert/models/orm_practice/app/controllers/application_controller.rb new file mode 100644 index 0000000..1c07694 --- /dev/null +++ b/dylan_eckert/models/orm_practice/app/controllers/application_controller.rb @@ -0,0 +1,3 @@ +class ApplicationController < ActionController::Base + protect_from_forgery with: :exception +end diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/test/integration/.keep b/dylan_eckert/models/orm_practice/app/controllers/concerns/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/dojo_ninjas/test/integration/.keep rename to dylan_eckert/models/orm_practice/app/controllers/concerns/.keep diff --git a/Rodolfo_Valdivieso/models/blogs2/app/helpers/application_helper.rb b/dylan_eckert/models/orm_practice/app/helpers/application_helper.rb similarity index 100% rename from Rodolfo_Valdivieso/models/blogs2/app/helpers/application_helper.rb rename to dylan_eckert/models/orm_practice/app/helpers/application_helper.rb diff --git a/dylan_eckert/models/orm_practice/app/jobs/application_job.rb b/dylan_eckert/models/orm_practice/app/jobs/application_job.rb new file mode 100644 index 0000000..a009ace --- /dev/null +++ b/dylan_eckert/models/orm_practice/app/jobs/application_job.rb @@ -0,0 +1,2 @@ +class ApplicationJob < ActiveJob::Base +end diff --git a/dylan_eckert/models/orm_practice/app/mailers/application_mailer.rb b/dylan_eckert/models/orm_practice/app/mailers/application_mailer.rb new file mode 100644 index 0000000..286b223 --- /dev/null +++ b/dylan_eckert/models/orm_practice/app/mailers/application_mailer.rb @@ -0,0 +1,4 @@ +class ApplicationMailer < ActionMailer::Base + default from: 'from@example.com' + layout 'mailer' +end diff --git a/dylan_eckert/models/orm_practice/app/models/application_record.rb b/dylan_eckert/models/orm_practice/app/models/application_record.rb new file mode 100644 index 0000000..10a4cba --- /dev/null +++ b/dylan_eckert/models/orm_practice/app/models/application_record.rb @@ -0,0 +1,3 @@ +class ApplicationRecord < ActiveRecord::Base + self.abstract_class = true +end diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/test/mailers/.keep b/dylan_eckert/models/orm_practice/app/models/concerns/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/dojo_ninjas/test/mailers/.keep rename to dylan_eckert/models/orm_practice/app/models/concerns/.keep diff --git a/dylan_eckert/models/orm_practice/app/models/user.rb b/dylan_eckert/models/orm_practice/app/models/user.rb new file mode 100644 index 0000000..a16bf90 --- /dev/null +++ b/dylan_eckert/models/orm_practice/app/models/user.rb @@ -0,0 +1,33 @@ +class User < ActiveRecord::Base + EMAIL_REGEX = /\A([^@\s]+)@((?:[-a-z0-9]+\.)+[a-z]+)\z/i + validates :first_name, :last_name, presence: true, length: { in: 2..20 } + validates :email, presence: true, uniqueness: { case_sensitive: false }, format: { with: EMAIL_REGEX } + + # this callback will run before saving on create and update + before_save :downcase_email + + # this callback will run after creating a new user + after_create :successfully_created + + # this callback will run after updating an existing user + after_update :successfully_updated + + # this callback will only run on creating a record to ensure a default age of 0 + before_validation :default_age, on: [:create] + + private + def downcase_email + self.email.downcase! + end + + def successfully_created + puts "Successfully created a new user" + end + def successfully_updated + puts "Successfully updated a existing user" + end + + def default_age + self.age = 0 unless self.age? + end +end diff --git a/dylan_eckert/models/orm_practice/app/views/layouts/application.html.erb b/dylan_eckert/models/orm_practice/app/views/layouts/application.html.erb new file mode 100644 index 0000000..db0de64 --- /dev/null +++ b/dylan_eckert/models/orm_practice/app/views/layouts/application.html.erb @@ -0,0 +1,14 @@ + + + + OrmPractice + <%= csrf_meta_tags %> + + <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %> + <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %> + + + + <%= yield %> + + diff --git a/dylan_eckert/models/orm_practice/app/views/layouts/mailer.html.erb b/dylan_eckert/models/orm_practice/app/views/layouts/mailer.html.erb new file mode 100644 index 0000000..cbd34d2 --- /dev/null +++ b/dylan_eckert/models/orm_practice/app/views/layouts/mailer.html.erb @@ -0,0 +1,13 @@ + + + + + + + + + <%= yield %> + + diff --git a/dylan_eckert/models/orm_practice/app/views/layouts/mailer.text.erb b/dylan_eckert/models/orm_practice/app/views/layouts/mailer.text.erb new file mode 100644 index 0000000..37f0bdd --- /dev/null +++ b/dylan_eckert/models/orm_practice/app/views/layouts/mailer.text.erb @@ -0,0 +1 @@ +<%= yield %> diff --git a/Rodolfo_Valdivieso/models/blogs2/bin/bundle b/dylan_eckert/models/orm_practice/bin/bundle old mode 100644 new mode 100755 similarity index 100% rename from Rodolfo_Valdivieso/models/blogs2/bin/bundle rename to dylan_eckert/models/orm_practice/bin/bundle diff --git a/dylan_eckert/models/orm_practice/bin/rails b/dylan_eckert/models/orm_practice/bin/rails new file mode 100755 index 0000000..5badb2f --- /dev/null +++ b/dylan_eckert/models/orm_practice/bin/rails @@ -0,0 +1,9 @@ +#!/usr/bin/env ruby +begin + load File.expand_path('../spring', __FILE__) +rescue LoadError => e + raise unless e.message.include?('spring') +end +APP_PATH = File.expand_path('../config/application', __dir__) +require_relative '../config/boot' +require 'rails/commands' diff --git a/Rodolfo_Valdivieso/models/blogs2/bin/rake b/dylan_eckert/models/orm_practice/bin/rake old mode 100644 new mode 100755 similarity index 100% rename from Rodolfo_Valdivieso/models/blogs2/bin/rake rename to dylan_eckert/models/orm_practice/bin/rake diff --git a/dylan_eckert/models/orm_practice/bin/setup b/dylan_eckert/models/orm_practice/bin/setup new file mode 100755 index 0000000..e620b4d --- /dev/null +++ b/dylan_eckert/models/orm_practice/bin/setup @@ -0,0 +1,34 @@ +#!/usr/bin/env ruby +require 'pathname' +require 'fileutils' +include FileUtils + +# path to your application root. +APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) + +def system!(*args) + system(*args) || abort("\n== Command #{args} failed ==") +end + +chdir APP_ROOT do + # This script is a starting point to setup your application. + # Add necessary setup steps to this file. + + puts '== Installing dependencies ==' + system! 'gem install bundler --conservative' + system('bundle check') || system!('bundle install') + + # puts "\n== Copying sample files ==" + # unless File.exist?('config/database.yml') + # cp 'config/database.yml.sample', 'config/database.yml' + # end + + puts "\n== Preparing database ==" + system! 'bin/rails db:setup' + + puts "\n== Removing old logs and tempfiles ==" + system! 'bin/rails log:clear tmp:clear' + + puts "\n== Restarting application server ==" + system! 'bin/rails restart' +end diff --git a/Rodolfo_Valdivieso/models/blogs2/bin/spring b/dylan_eckert/models/orm_practice/bin/spring old mode 100644 new mode 100755 similarity index 100% rename from Rodolfo_Valdivieso/models/blogs2/bin/spring rename to dylan_eckert/models/orm_practice/bin/spring diff --git a/dylan_eckert/models/orm_practice/bin/update b/dylan_eckert/models/orm_practice/bin/update new file mode 100755 index 0000000..a8e4462 --- /dev/null +++ b/dylan_eckert/models/orm_practice/bin/update @@ -0,0 +1,29 @@ +#!/usr/bin/env ruby +require 'pathname' +require 'fileutils' +include FileUtils + +# path to your application root. +APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) + +def system!(*args) + system(*args) || abort("\n== Command #{args} failed ==") +end + +chdir APP_ROOT do + # This script is a way to update your development environment automatically. + # Add necessary update steps to this file. + + puts '== Installing dependencies ==' + system! 'gem install bundler --conservative' + system('bundle check') || system!('bundle install') + + puts "\n== Updating database ==" + system! 'bin/rails db:migrate' + + puts "\n== Removing old logs and tempfiles ==" + system! 'bin/rails log:clear tmp:clear' + + puts "\n== Restarting application server ==" + system! 'bin/rails restart' +end diff --git a/dylan_eckert/models/orm_practice/config.ru b/dylan_eckert/models/orm_practice/config.ru new file mode 100644 index 0000000..f7ba0b5 --- /dev/null +++ b/dylan_eckert/models/orm_practice/config.ru @@ -0,0 +1,5 @@ +# This file is used by Rack-based servers to start the application. + +require_relative 'config/environment' + +run Rails.application diff --git a/dylan_eckert/models/orm_practice/config/application.rb b/dylan_eckert/models/orm_practice/config/application.rb new file mode 100644 index 0000000..4e4a726 --- /dev/null +++ b/dylan_eckert/models/orm_practice/config/application.rb @@ -0,0 +1,15 @@ +require_relative 'boot' + +require 'rails/all' + +# Require the gems listed in Gemfile, including any gems +# you've limited to :test, :development, or :production. +Bundler.require(*Rails.groups) + +module OrmPractice + class Application < Rails::Application + # Settings in config/environments/* take precedence over those specified here. + # Application configuration should go into files in config/initializers + # -- all .rb files in that directory are automatically loaded. + end +end diff --git a/dylan_eckert/models/orm_practice/config/boot.rb b/dylan_eckert/models/orm_practice/config/boot.rb new file mode 100644 index 0000000..30f5120 --- /dev/null +++ b/dylan_eckert/models/orm_practice/config/boot.rb @@ -0,0 +1,3 @@ +ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__) + +require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/dylan_eckert/models/orm_practice/config/cable.yml b/dylan_eckert/models/orm_practice/config/cable.yml new file mode 100644 index 0000000..0bbde6f --- /dev/null +++ b/dylan_eckert/models/orm_practice/config/cable.yml @@ -0,0 +1,9 @@ +development: + adapter: async + +test: + adapter: async + +production: + adapter: redis + url: redis://localhost:6379/1 diff --git a/Rodolfo_Valdivieso/models/blogs2/config/database.yml b/dylan_eckert/models/orm_practice/config/database.yml similarity index 100% rename from Rodolfo_Valdivieso/models/blogs2/config/database.yml rename to dylan_eckert/models/orm_practice/config/database.yml diff --git a/dylan_eckert/models/orm_practice/config/environment.rb b/dylan_eckert/models/orm_practice/config/environment.rb new file mode 100644 index 0000000..426333b --- /dev/null +++ b/dylan_eckert/models/orm_practice/config/environment.rb @@ -0,0 +1,5 @@ +# Load the Rails application. +require_relative 'application' + +# Initialize the Rails application. +Rails.application.initialize! diff --git a/dylan_eckert/models/orm_practice/config/environments/development.rb b/dylan_eckert/models/orm_practice/config/environments/development.rb new file mode 100644 index 0000000..6f71970 --- /dev/null +++ b/dylan_eckert/models/orm_practice/config/environments/development.rb @@ -0,0 +1,54 @@ +Rails.application.configure do + # Settings specified here will take precedence over those in config/application.rb. + + # In the development environment your application's code is reloaded on + # every request. This slows down response time but is perfect for development + # since you don't have to restart the web server when you make code changes. + config.cache_classes = false + + # Do not eager load code on boot. + config.eager_load = false + + # Show full error reports. + config.consider_all_requests_local = true + + # Enable/disable caching. By default caching is disabled. + if Rails.root.join('tmp/caching-dev.txt').exist? + config.action_controller.perform_caching = true + + config.cache_store = :memory_store + config.public_file_server.headers = { + 'Cache-Control' => 'public, max-age=172800' + } + else + config.action_controller.perform_caching = false + + config.cache_store = :null_store + end + + # Don't care if the mailer can't send. + config.action_mailer.raise_delivery_errors = false + + config.action_mailer.perform_caching = false + + # Print deprecation notices to the Rails logger. + config.active_support.deprecation = :log + + # Raise an error on page load if there are pending migrations. + config.active_record.migration_error = :page_load + + # Debug mode disables concatenation and preprocessing of assets. + # This option may cause significant delays in view rendering with a large + # number of complex assets. + config.assets.debug = true + + # Suppress logger output for asset requests. + config.assets.quiet = true + + # Raises error for missing translations + # config.action_view.raise_on_missing_translations = true + + # Use an evented file watcher to asynchronously detect changes in source code, + # routes, locales, etc. This feature depends on the listen gem. + config.file_watcher = ActiveSupport::EventedFileUpdateChecker +end diff --git a/dylan_eckert/models/orm_practice/config/environments/production.rb b/dylan_eckert/models/orm_practice/config/environments/production.rb new file mode 100644 index 0000000..e9fd9cb --- /dev/null +++ b/dylan_eckert/models/orm_practice/config/environments/production.rb @@ -0,0 +1,86 @@ +Rails.application.configure do + # Settings specified here will take precedence over those in config/application.rb. + + # Code is not reloaded between requests. + config.cache_classes = true + + # Eager load code on boot. This eager loads most of Rails and + # your application in memory, allowing both threaded web servers + # and those relying on copy on write to perform better. + # Rake tasks automatically ignore this option for performance. + config.eager_load = true + + # Full error reports are disabled and caching is turned on. + config.consider_all_requests_local = false + config.action_controller.perform_caching = true + + # Disable serving static files from the `/public` folder by default since + # Apache or NGINX already handles this. + config.public_file_server.enabled = ENV['RAILS_SERVE_STATIC_FILES'].present? + + # Compress JavaScripts and CSS. + config.assets.js_compressor = :uglifier + # config.assets.css_compressor = :sass + + # Do not fallback to assets pipeline if a precompiled asset is missed. + config.assets.compile = false + + # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb + + # Enable serving of images, stylesheets, and JavaScripts from an asset server. + # config.action_controller.asset_host = 'http://assets.example.com' + + # Specifies the header that your server uses for sending files. + # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache + # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX + + # Mount Action Cable outside main process or domain + # config.action_cable.mount_path = nil + # config.action_cable.url = 'wss://example.com/cable' + # config.action_cable.allowed_request_origins = [ 'http://example.com', /http:\/\/example.*/ ] + + # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. + # config.force_ssl = true + + # Use the lowest log level to ensure availability of diagnostic information + # when problems arise. + config.log_level = :debug + + # Prepend all log lines with the following tags. + config.log_tags = [ :request_id ] + + # Use a different cache store in production. + # config.cache_store = :mem_cache_store + + # Use a real queuing backend for Active Job (and separate queues per environment) + # config.active_job.queue_adapter = :resque + # config.active_job.queue_name_prefix = "orm_practice_#{Rails.env}" + config.action_mailer.perform_caching = false + + # Ignore bad email addresses and do not raise email delivery errors. + # Set this to true and configure the email server for immediate delivery to raise delivery errors. + # config.action_mailer.raise_delivery_errors = false + + # Enable locale fallbacks for I18n (makes lookups for any locale fall back to + # the I18n.default_locale when a translation cannot be found). + config.i18n.fallbacks = true + + # Send deprecation notices to registered listeners. + config.active_support.deprecation = :notify + + # Use default logging formatter so that PID and timestamp are not suppressed. + config.log_formatter = ::Logger::Formatter.new + + # Use a different logger for distributed setups. + # require 'syslog/logger' + # config.logger = ActiveSupport::TaggedLogging.new(Syslog::Logger.new 'app-name') + + if ENV["RAILS_LOG_TO_STDOUT"].present? + logger = ActiveSupport::Logger.new(STDOUT) + logger.formatter = config.log_formatter + config.logger = ActiveSupport::TaggedLogging.new(logger) + end + + # Do not dump schema after migrations. + config.active_record.dump_schema_after_migration = false +end diff --git a/dylan_eckert/models/orm_practice/config/environments/test.rb b/dylan_eckert/models/orm_practice/config/environments/test.rb new file mode 100644 index 0000000..30587ef --- /dev/null +++ b/dylan_eckert/models/orm_practice/config/environments/test.rb @@ -0,0 +1,42 @@ +Rails.application.configure do + # Settings specified here will take precedence over those in config/application.rb. + + # The test environment is used exclusively to run your application's + # test suite. You never need to work with it otherwise. Remember that + # your test database is "scratch space" for the test suite and is wiped + # and recreated between test runs. Don't rely on the data there! + config.cache_classes = true + + # Do not eager load code on boot. This avoids loading your whole application + # just for the purpose of running a single test. If you are using a tool that + # preloads Rails for running tests, you may have to set it to true. + config.eager_load = false + + # Configure public file server for tests with Cache-Control for performance. + config.public_file_server.enabled = true + config.public_file_server.headers = { + 'Cache-Control' => 'public, max-age=3600' + } + + # Show full error reports and disable caching. + config.consider_all_requests_local = true + config.action_controller.perform_caching = false + + # Raise exceptions instead of rendering exception templates. + config.action_dispatch.show_exceptions = false + + # Disable request forgery protection in test environment. + config.action_controller.allow_forgery_protection = false + config.action_mailer.perform_caching = false + + # Tell Action Mailer not to deliver emails to the real world. + # The :test delivery method accumulates sent emails in the + # ActionMailer::Base.deliveries array. + config.action_mailer.delivery_method = :test + + # Print deprecation notices to the stderr. + config.active_support.deprecation = :stderr + + # Raises error for missing translations + # config.action_view.raise_on_missing_translations = true +end diff --git a/dylan_eckert/models/orm_practice/config/initializers/application_controller_renderer.rb b/dylan_eckert/models/orm_practice/config/initializers/application_controller_renderer.rb new file mode 100644 index 0000000..51639b6 --- /dev/null +++ b/dylan_eckert/models/orm_practice/config/initializers/application_controller_renderer.rb @@ -0,0 +1,6 @@ +# Be sure to restart your server when you modify this file. + +# ApplicationController.renderer.defaults.merge!( +# http_host: 'example.org', +# https: false +# ) diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/config/initializers/assets.rb b/dylan_eckert/models/orm_practice/config/initializers/assets.rb similarity index 100% rename from Rodolfo_Valdivieso/models/dojo_ninjas/config/initializers/assets.rb rename to dylan_eckert/models/orm_practice/config/initializers/assets.rb diff --git a/Rodolfo_Valdivieso/models/blogs2/config/initializers/backtrace_silencers.rb b/dylan_eckert/models/orm_practice/config/initializers/backtrace_silencers.rb similarity index 100% rename from Rodolfo_Valdivieso/models/blogs2/config/initializers/backtrace_silencers.rb rename to dylan_eckert/models/orm_practice/config/initializers/backtrace_silencers.rb diff --git a/dylan_eckert/models/orm_practice/config/initializers/cookies_serializer.rb b/dylan_eckert/models/orm_practice/config/initializers/cookies_serializer.rb new file mode 100644 index 0000000..5a6a32d --- /dev/null +++ b/dylan_eckert/models/orm_practice/config/initializers/cookies_serializer.rb @@ -0,0 +1,5 @@ +# Be sure to restart your server when you modify this file. + +# Specify a serializer for the signed and encrypted cookie jars. +# Valid options are :json, :marshal, and :hybrid. +Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/Rodolfo_Valdivieso/models/blogs2/config/initializers/filter_parameter_logging.rb b/dylan_eckert/models/orm_practice/config/initializers/filter_parameter_logging.rb similarity index 100% rename from Rodolfo_Valdivieso/models/blogs2/config/initializers/filter_parameter_logging.rb rename to dylan_eckert/models/orm_practice/config/initializers/filter_parameter_logging.rb diff --git a/Rodolfo_Valdivieso/models/blogs2/config/initializers/inflections.rb b/dylan_eckert/models/orm_practice/config/initializers/inflections.rb similarity index 100% rename from Rodolfo_Valdivieso/models/blogs2/config/initializers/inflections.rb rename to dylan_eckert/models/orm_practice/config/initializers/inflections.rb diff --git a/Rodolfo_Valdivieso/models/blogs2/config/initializers/mime_types.rb b/dylan_eckert/models/orm_practice/config/initializers/mime_types.rb similarity index 100% rename from Rodolfo_Valdivieso/models/blogs2/config/initializers/mime_types.rb rename to dylan_eckert/models/orm_practice/config/initializers/mime_types.rb diff --git a/dylan_eckert/models/orm_practice/config/initializers/new_framework_defaults.rb b/dylan_eckert/models/orm_practice/config/initializers/new_framework_defaults.rb new file mode 100644 index 0000000..671abb6 --- /dev/null +++ b/dylan_eckert/models/orm_practice/config/initializers/new_framework_defaults.rb @@ -0,0 +1,24 @@ +# Be sure to restart your server when you modify this file. +# +# This file contains migration options to ease your Rails 5.0 upgrade. +# +# Read the Guide for Upgrading Ruby on Rails for more info on each option. + +# Enable per-form CSRF tokens. Previous versions had false. +Rails.application.config.action_controller.per_form_csrf_tokens = true + +# Enable origin-checking CSRF mitigation. Previous versions had false. +Rails.application.config.action_controller.forgery_protection_origin_check = true + +# Make Ruby 2.4 preserve the timezone of the receiver when calling `to_time`. +# Previous versions had false. +ActiveSupport.to_time_preserves_timezone = true + +# Require `belongs_to` associations by default. Previous versions had false. +Rails.application.config.active_record.belongs_to_required_by_default = true + +# Do not halt callback chains when a callback returns false. Previous versions had true. +ActiveSupport.halt_callback_chains_on_return_false = false + +# Configure SSL options to enable HSTS with subdomains. Previous versions had false. +Rails.application.config.ssl_options = { hsts: { subdomains: true } } diff --git a/justin_quiros/orm_practice/config/initializers/session_store.rb b/dylan_eckert/models/orm_practice/config/initializers/session_store.rb similarity index 100% rename from justin_quiros/orm_practice/config/initializers/session_store.rb rename to dylan_eckert/models/orm_practice/config/initializers/session_store.rb diff --git a/dylan_eckert/models/orm_practice/config/initializers/wrap_parameters.rb b/dylan_eckert/models/orm_practice/config/initializers/wrap_parameters.rb new file mode 100644 index 0000000..bbfc396 --- /dev/null +++ b/dylan_eckert/models/orm_practice/config/initializers/wrap_parameters.rb @@ -0,0 +1,14 @@ +# Be sure to restart your server when you modify this file. + +# This file contains settings for ActionController::ParamsWrapper which +# is enabled by default. + +# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. +ActiveSupport.on_load(:action_controller) do + wrap_parameters format: [:json] +end + +# To enable root element in JSON for ActiveRecord objects. +# ActiveSupport.on_load(:active_record) do +# self.include_root_in_json = true +# end diff --git a/Rodolfo_Valdivieso/models/blogs2/config/locales/en.yml b/dylan_eckert/models/orm_practice/config/locales/en.yml similarity index 100% rename from Rodolfo_Valdivieso/models/blogs2/config/locales/en.yml rename to dylan_eckert/models/orm_practice/config/locales/en.yml diff --git a/dylan_eckert/models/orm_practice/config/puma.rb b/dylan_eckert/models/orm_practice/config/puma.rb new file mode 100644 index 0000000..c7f311f --- /dev/null +++ b/dylan_eckert/models/orm_practice/config/puma.rb @@ -0,0 +1,47 @@ +# Puma can serve each request in a thread from an internal thread pool. +# The `threads` method setting takes two numbers a minimum and maximum. +# Any libraries that use thread pools should be configured to match +# the maximum value specified for Puma. Default is set to 5 threads for minimum +# and maximum, this matches the default thread size of Active Record. +# +threads_count = ENV.fetch("RAILS_MAX_THREADS") { 5 }.to_i +threads threads_count, threads_count + +# Specifies the `port` that Puma will listen on to receive requests, default is 3000. +# +port ENV.fetch("PORT") { 3000 } + +# Specifies the `environment` that Puma will run in. +# +environment ENV.fetch("RAILS_ENV") { "development" } + +# Specifies the number of `workers` to boot in clustered mode. +# Workers are forked webserver processes. If using threads and workers together +# the concurrency of the application would be max `threads` * `workers`. +# Workers do not work on JRuby or Windows (both of which do not support +# processes). +# +# workers ENV.fetch("WEB_CONCURRENCY") { 2 } + +# Use the `preload_app!` method when specifying a `workers` number. +# This directive tells Puma to first boot the application and load code +# before forking the application. This takes advantage of Copy On Write +# process behavior so workers use less memory. If you use this option +# you need to make sure to reconnect any threads in the `on_worker_boot` +# block. +# +# preload_app! + +# The code in the `on_worker_boot` will be called if you are using +# clustered mode by specifying a number of `workers`. After each worker +# process is booted this block will be run, if you are using `preload_app!` +# option you will want to use this block to reconnect to any threads +# or connections that may have been created at application boot, Ruby +# cannot share connections between processes. +# +# on_worker_boot do +# ActiveRecord::Base.establish_connection if defined?(ActiveRecord) +# end + +# Allow puma to be restarted by `rails restart` command. +plugin :tmp_restart diff --git a/dylan_eckert/models/orm_practice/config/routes.rb b/dylan_eckert/models/orm_practice/config/routes.rb new file mode 100644 index 0000000..787824f --- /dev/null +++ b/dylan_eckert/models/orm_practice/config/routes.rb @@ -0,0 +1,3 @@ +Rails.application.routes.draw do + # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html +end diff --git a/dylan_eckert/models/orm_practice/config/secrets.yml b/dylan_eckert/models/orm_practice/config/secrets.yml new file mode 100644 index 0000000..b64df17 --- /dev/null +++ b/dylan_eckert/models/orm_practice/config/secrets.yml @@ -0,0 +1,22 @@ +# Be sure to restart your server when you modify this file. + +# Your secret key is used for verifying the integrity of signed cookies. +# If you change this key, all old signed cookies will become invalid! + +# Make sure the secret is at least 30 characters and all random, +# no regular words or you'll be exposed to dictionary attacks. +# You can use `rails secret` to generate a secure secret key. + +# Make sure the secrets in this file are kept private +# if you're sharing your code publicly. + +development: + secret_key_base: d27bdb2715b5afd1da77b7a2fa0bb3e21d13dae8b89c98e50e6117f977f7a6514ff50f4ad085a6a4867b2fc3dfc64e5fe44c416d04a48e832a813de5c7dc7467 + +test: + secret_key_base: d78240025d499140d7997510c0cec3c12661b5a319d892a8f63c5481c5c574511b9b8b8ad04ef1ae98901c2f4aabcddfb6006ff912ed6f38744bc2754ceb5188 + +# Do not keep production secrets in the repository, +# instead read values from the environment. +production: + secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/dylan_eckert/models/orm_practice/config/spring.rb b/dylan_eckert/models/orm_practice/config/spring.rb new file mode 100644 index 0000000..c9119b4 --- /dev/null +++ b/dylan_eckert/models/orm_practice/config/spring.rb @@ -0,0 +1,6 @@ +%w( + .ruby-version + .rbenv-vars + tmp/restart.txt + tmp/caching-dev.txt +).each { |path| Spring.watch(path) } diff --git a/dylan_eckert/models/orm_practice/db/migrate/20171129193306_create_users.rb b/dylan_eckert/models/orm_practice/db/migrate/20171129193306_create_users.rb new file mode 100644 index 0000000..61fbb77 --- /dev/null +++ b/dylan_eckert/models/orm_practice/db/migrate/20171129193306_create_users.rb @@ -0,0 +1,13 @@ +class CreateUsers < ActiveRecord::Migration[5.0] + def change + create_table :users do |t| + t.string :fname + t.string :lname + t.string :email + t.string :password + t.integer :age + + t.timestamps + end + end +end diff --git a/dylan_eckert/models/orm_practice/db/schema.rb b/dylan_eckert/models/orm_practice/db/schema.rb new file mode 100644 index 0000000..6fac6a9 --- /dev/null +++ b/dylan_eckert/models/orm_practice/db/schema.rb @@ -0,0 +1,25 @@ +# This file is auto-generated from the current state of the database. Instead +# of editing this file, please use the migrations feature of Active Record to +# incrementally modify your database, and then regenerate this schema definition. +# +# Note that this schema.rb definition is the authoritative source for your +# database schema. If you need to create the application database on another +# system, you should be using db:schema:load, not running all the migrations +# from scratch. The latter is a flawed and unsustainable approach (the more migrations +# you'll amass, the slower it'll run and the greater likelihood for issues). +# +# It's strongly recommended that you check this file into your version control system. + +ActiveRecord::Schema.define(version: 20171129193306) do + + create_table "users", force: :cascade do |t| + t.string "fname" + t.string "lname" + t.string "email" + t.string "password" + t.integer "age" + t.datetime "created_at", null: false + t.datetime "updated_at", null: false + end + +end diff --git a/dylan_eckert/models/orm_practice/db/seeds.rb b/dylan_eckert/models/orm_practice/db/seeds.rb new file mode 100644 index 0000000..1beea2a --- /dev/null +++ b/dylan_eckert/models/orm_practice/db/seeds.rb @@ -0,0 +1,7 @@ +# This file should contain all the record creation needed to seed the database with its default values. +# The data can then be loaded with the rails db:seed command (or created alongside the database with db:setup). +# +# Examples: +# +# movies = Movie.create([{ name: 'Star Wars' }, { name: 'Lord of the Rings' }]) +# Character.create(name: 'Luke', movie: movies.first) diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/test/models/.keep b/dylan_eckert/models/orm_practice/lib/assets/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/dojo_ninjas/test/models/.keep rename to dylan_eckert/models/orm_practice/lib/assets/.keep diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/vendor/assets/javascripts/.keep b/dylan_eckert/models/orm_practice/lib/tasks/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/dojo_ninjas/vendor/assets/javascripts/.keep rename to dylan_eckert/models/orm_practice/lib/tasks/.keep diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/vendor/assets/stylesheets/.keep b/dylan_eckert/models/orm_practice/log/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/dojo_ninjas/vendor/assets/stylesheets/.keep rename to dylan_eckert/models/orm_practice/log/.keep diff --git a/Rodolfo_Valdivieso/controllers/basic_models/public/404.html b/dylan_eckert/models/orm_practice/public/404.html similarity index 100% rename from Rodolfo_Valdivieso/controllers/basic_models/public/404.html rename to dylan_eckert/models/orm_practice/public/404.html diff --git a/Rodolfo_Valdivieso/controllers/basic_models/public/422.html b/dylan_eckert/models/orm_practice/public/422.html similarity index 100% rename from Rodolfo_Valdivieso/controllers/basic_models/public/422.html rename to dylan_eckert/models/orm_practice/public/422.html diff --git a/Rodolfo_Valdivieso/controllers/basic_models/public/500.html b/dylan_eckert/models/orm_practice/public/500.html similarity index 100% rename from Rodolfo_Valdivieso/controllers/basic_models/public/500.html rename to dylan_eckert/models/orm_practice/public/500.html diff --git a/Rodolfo_Valdivieso/models/optimize/app/assets/images/.keep b/dylan_eckert/models/orm_practice/public/apple-touch-icon-precomposed.png similarity index 100% rename from Rodolfo_Valdivieso/models/optimize/app/assets/images/.keep rename to dylan_eckert/models/orm_practice/public/apple-touch-icon-precomposed.png diff --git a/Rodolfo_Valdivieso/models/optimize/app/controllers/concerns/.keep b/dylan_eckert/models/orm_practice/public/apple-touch-icon.png similarity index 100% rename from Rodolfo_Valdivieso/models/optimize/app/controllers/concerns/.keep rename to dylan_eckert/models/orm_practice/public/apple-touch-icon.png diff --git a/Rodolfo_Valdivieso/models/optimize/public/favicon.ico b/dylan_eckert/models/orm_practice/public/favicon.ico similarity index 100% rename from Rodolfo_Valdivieso/models/optimize/public/favicon.ico rename to dylan_eckert/models/orm_practice/public/favicon.ico diff --git a/Rodolfo_Valdivieso/models/blogs2/public/robots.txt b/dylan_eckert/models/orm_practice/public/robots.txt similarity index 100% rename from Rodolfo_Valdivieso/models/blogs2/public/robots.txt rename to dylan_eckert/models/orm_practice/public/robots.txt diff --git a/Rodolfo_Valdivieso/models/optimize/app/mailers/.keep b/dylan_eckert/models/orm_practice/test/controllers/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/optimize/app/mailers/.keep rename to dylan_eckert/models/orm_practice/test/controllers/.keep diff --git a/Rodolfo_Valdivieso/models/optimize/app/models/.keep b/dylan_eckert/models/orm_practice/test/fixtures/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/optimize/app/models/.keep rename to dylan_eckert/models/orm_practice/test/fixtures/.keep diff --git a/Rodolfo_Valdivieso/models/optimize/app/models/concerns/.keep b/dylan_eckert/models/orm_practice/test/fixtures/files/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/optimize/app/models/concerns/.keep rename to dylan_eckert/models/orm_practice/test/fixtures/files/.keep diff --git a/dylan_eckert/models/orm_practice/test/fixtures/users.yml b/dylan_eckert/models/orm_practice/test/fixtures/users.yml new file mode 100644 index 0000000..85915c3 --- /dev/null +++ b/dylan_eckert/models/orm_practice/test/fixtures/users.yml @@ -0,0 +1,15 @@ +# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html + +one: + fname: MyString + lname: MyString + email: MyString + password: MyString + age: 1 + +two: + fname: MyString + lname: MyString + email: MyString + password: MyString + age: 1 diff --git a/Rodolfo_Valdivieso/models/optimize/lib/assets/.keep b/dylan_eckert/models/orm_practice/test/helpers/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/optimize/lib/assets/.keep rename to dylan_eckert/models/orm_practice/test/helpers/.keep diff --git a/Rodolfo_Valdivieso/models/optimize/lib/tasks/.keep b/dylan_eckert/models/orm_practice/test/integration/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/optimize/lib/tasks/.keep rename to dylan_eckert/models/orm_practice/test/integration/.keep diff --git a/Rodolfo_Valdivieso/models/optimize/log/.keep b/dylan_eckert/models/orm_practice/test/mailers/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/optimize/log/.keep rename to dylan_eckert/models/orm_practice/test/mailers/.keep diff --git a/Rodolfo_Valdivieso/models/optimize/test/controllers/.keep b/dylan_eckert/models/orm_practice/test/models/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/optimize/test/controllers/.keep rename to dylan_eckert/models/orm_practice/test/models/.keep diff --git a/Rodolfo_Valdivieso/models/user_login_project/test/models/user_test.rb b/dylan_eckert/models/orm_practice/test/models/user_test.rb similarity index 100% rename from Rodolfo_Valdivieso/models/user_login_project/test/models/user_test.rb rename to dylan_eckert/models/orm_practice/test/models/user_test.rb diff --git a/Rodolfo_Valdivieso/models/blogs2/test/test_helper.rb b/dylan_eckert/models/orm_practice/test/test_helper.rb similarity index 100% rename from Rodolfo_Valdivieso/models/blogs2/test/test_helper.rb rename to dylan_eckert/models/orm_practice/test/test_helper.rb diff --git a/Rodolfo_Valdivieso/models/optimize/test/fixtures/.keep b/dylan_eckert/models/orm_practice/tmp/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/optimize/test/fixtures/.keep rename to dylan_eckert/models/orm_practice/tmp/.keep diff --git a/Rodolfo_Valdivieso/models/optimize/test/helpers/.keep b/dylan_eckert/models/orm_practice/vendor/assets/javascripts/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/optimize/test/helpers/.keep rename to dylan_eckert/models/orm_practice/vendor/assets/javascripts/.keep diff --git a/Rodolfo_Valdivieso/models/optimize/test/integration/.keep b/dylan_eckert/models/orm_practice/vendor/assets/stylesheets/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/optimize/test/integration/.keep rename to dylan_eckert/models/orm_practice/vendor/assets/stylesheets/.keep diff --git a/dylan_eckert/models/polymorphismcommands.txt b/dylan_eckert/models/polymorphismcommands.txt new file mode 100644 index 0000000..1260e26 --- /dev/null +++ b/dylan_eckert/models/polymorphismcommands.txt @@ -0,0 +1,13 @@ +rails g model Comment content:text commentable:references{polymorphic} + +rake db:migrate + +has_many :comments, as: :commentable + +Comment.create(content: "this is comment for blog 1" commentable: Blog.first) + +Blog.first.comments + +Blog.first.comments.first.update(content:"update comment") + +Blog.first.comments.first.destroy diff --git a/dylan_eckert/models/user_log_proj/.gitignore b/dylan_eckert/models/user_log_proj/.gitignore new file mode 100644 index 0000000..bab620d --- /dev/null +++ b/dylan_eckert/models/user_log_proj/.gitignore @@ -0,0 +1,21 @@ +# See https://help.github.com/articles/ignoring-files for more about ignoring files. +# +# If you find yourself ignoring temporary files generated by your text editor +# or operating system, you probably want to add a global ignore instead: +# git config --global core.excludesfile '~/.gitignore_global' + +# Ignore bundler config. +/.bundle + +# Ignore the default SQLite database. +/db/*.sqlite3 +/db/*.sqlite3-journal + +# Ignore all logfiles and tempfiles. +/log/* +/tmp/* +!/log/.keep +!/tmp/.keep + +# Ignore Byebug command history file. +.byebug_history diff --git a/dylan_eckert/models/user_log_proj/Gemfile b/dylan_eckert/models/user_log_proj/Gemfile new file mode 100644 index 0000000..59d57f6 --- /dev/null +++ b/dylan_eckert/models/user_log_proj/Gemfile @@ -0,0 +1,53 @@ +source 'https://rubygems.org' + +git_source(:github) do |repo_name| + repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/") + "https://github.com/#{repo_name}.git" +end + + +# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' +gem 'rails', '~> 5.0.6' +# Use sqlite3 as the database for Active Record +gem 'sqlite3' +# Use Puma as the app server +gem 'puma', '~> 3.0' +# Use SCSS for stylesheets +gem 'sass-rails', '~> 5.0' +# Use Uglifier as compressor for JavaScript assets +gem 'uglifier', '>= 1.3.0' +# Use CoffeeScript for .coffee assets and views +gem 'coffee-rails', '~> 4.2' +# See https://github.com/rails/execjs#readme for more supported runtimes +# gem 'therubyracer', platforms: :ruby + +# Use jquery as the JavaScript library +gem 'jquery-rails' +# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks +gem 'turbolinks', '~> 5' +# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder +gem 'jbuilder', '~> 2.5' +# Use Redis adapter to run Action Cable in production +# gem 'redis', '~> 3.0' +# Use ActiveModel has_secure_password +# gem 'bcrypt', '~> 3.1.7' + +# Use Capistrano for deployment +# gem 'capistrano-rails', group: :development + +group :development, :test do + # Call 'byebug' anywhere in the code to stop execution and get a debugger console + gem 'byebug', platform: :mri +end + +group :development do + # Access an IRB console on exception pages or by using <%= console %> anywhere in the code. + gem 'web-console', '>= 3.3.0' + gem 'listen', '~> 3.0.5' + # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring + gem 'spring' + gem 'spring-watcher-listen', '~> 2.0.0' +end + +# Windows does not include zoneinfo files, so bundle the tzinfo-data gem +gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] diff --git a/dylan_eckert/models/user_log_proj/Gemfile.lock b/dylan_eckert/models/user_log_proj/Gemfile.lock new file mode 100644 index 0000000..5642395 --- /dev/null +++ b/dylan_eckert/models/user_log_proj/Gemfile.lock @@ -0,0 +1,179 @@ +GEM + remote: https://rubygems.org/ + specs: + actioncable (5.0.6) + actionpack (= 5.0.6) + nio4r (>= 1.2, < 3.0) + websocket-driver (~> 0.6.1) + actionmailer (5.0.6) + actionpack (= 5.0.6) + actionview (= 5.0.6) + activejob (= 5.0.6) + mail (~> 2.5, >= 2.5.4) + rails-dom-testing (~> 2.0) + actionpack (5.0.6) + actionview (= 5.0.6) + activesupport (= 5.0.6) + rack (~> 2.0) + rack-test (~> 0.6.3) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.0.2) + actionview (5.0.6) + activesupport (= 5.0.6) + builder (~> 3.1) + erubis (~> 2.7.0) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.0.3) + activejob (5.0.6) + activesupport (= 5.0.6) + globalid (>= 0.3.6) + activemodel (5.0.6) + activesupport (= 5.0.6) + activerecord (5.0.6) + activemodel (= 5.0.6) + activesupport (= 5.0.6) + arel (~> 7.0) + activesupport (5.0.6) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (~> 0.7) + minitest (~> 5.1) + tzinfo (~> 1.1) + arel (7.1.4) + bindex (0.5.0) + builder (3.2.3) + byebug (9.1.0) + coffee-rails (4.2.2) + coffee-script (>= 2.2.0) + railties (>= 4.0.0) + coffee-script (2.4.1) + coffee-script-source + execjs + coffee-script-source (1.12.2) + concurrent-ruby (1.0.5) + crass (1.0.3) + erubis (2.7.0) + execjs (2.7.0) + ffi (1.9.18) + globalid (0.4.1) + activesupport (>= 4.2.0) + i18n (0.9.1) + concurrent-ruby (~> 1.0) + jbuilder (2.7.0) + activesupport (>= 4.2.0) + multi_json (>= 1.2) + jquery-rails (4.3.1) + rails-dom-testing (>= 1, < 3) + railties (>= 4.2.0) + thor (>= 0.14, < 2.0) + listen (3.0.8) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + loofah (2.1.1) + crass (~> 1.0.2) + nokogiri (>= 1.5.9) + mail (2.7.0) + mini_mime (>= 0.1.1) + method_source (0.9.0) + mini_mime (1.0.0) + mini_portile2 (2.3.0) + minitest (5.10.3) + multi_json (1.12.2) + nio4r (2.1.0) + nokogiri (1.8.1) + mini_portile2 (~> 2.3.0) + puma (3.11.0) + rack (2.0.3) + rack-test (0.6.3) + rack (>= 1.0) + rails (5.0.6) + actioncable (= 5.0.6) + actionmailer (= 5.0.6) + actionpack (= 5.0.6) + actionview (= 5.0.6) + activejob (= 5.0.6) + activemodel (= 5.0.6) + activerecord (= 5.0.6) + activesupport (= 5.0.6) + bundler (>= 1.3.0) + railties (= 5.0.6) + sprockets-rails (>= 2.0.0) + rails-dom-testing (2.0.3) + activesupport (>= 4.2.0) + nokogiri (>= 1.6) + rails-html-sanitizer (1.0.3) + loofah (~> 2.0) + railties (5.0.6) + actionpack (= 5.0.6) + activesupport (= 5.0.6) + method_source + rake (>= 0.8.7) + thor (>= 0.18.1, < 2.0) + rake (12.3.0) + rb-fsevent (0.10.2) + rb-inotify (0.9.10) + ffi (>= 0.5.0, < 2) + sass (3.5.3) + sass-listen (~> 4.0.0) + sass-listen (4.0.0) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + sass-rails (5.0.7) + railties (>= 4.0.0, < 6) + sass (~> 3.1) + sprockets (>= 2.8, < 4.0) + sprockets-rails (>= 2.0, < 4.0) + tilt (>= 1.1, < 3) + spring (2.0.2) + activesupport (>= 4.2) + spring-watcher-listen (2.0.1) + listen (>= 2.7, < 4.0) + spring (>= 1.2, < 3.0) + sprockets (3.7.1) + concurrent-ruby (~> 1.0) + rack (> 1, < 3) + sprockets-rails (3.2.1) + actionpack (>= 4.0) + activesupport (>= 4.0) + sprockets (>= 3.0.0) + sqlite3 (1.3.13) + thor (0.20.0) + thread_safe (0.3.6) + tilt (2.0.8) + turbolinks (5.0.1) + turbolinks-source (~> 5) + turbolinks-source (5.0.3) + tzinfo (1.2.4) + thread_safe (~> 0.1) + uglifier (3.2.0) + execjs (>= 0.3.0, < 3) + web-console (3.5.1) + actionview (>= 5.0) + activemodel (>= 5.0) + bindex (>= 0.4.0) + railties (>= 5.0) + websocket-driver (0.6.5) + websocket-extensions (>= 0.1.0) + websocket-extensions (0.1.3) + +PLATFORMS + ruby + +DEPENDENCIES + byebug + coffee-rails (~> 4.2) + jbuilder (~> 2.5) + jquery-rails + listen (~> 3.0.5) + puma (~> 3.0) + rails (~> 5.0.6) + sass-rails (~> 5.0) + spring + spring-watcher-listen (~> 2.0.0) + sqlite3 + turbolinks (~> 5) + tzinfo-data + uglifier (>= 1.3.0) + web-console (>= 3.3.0) + +BUNDLED WITH + 1.12.5 diff --git a/dylan_eckert/models/user_log_proj/README.md b/dylan_eckert/models/user_log_proj/README.md new file mode 100644 index 0000000..7db80e4 --- /dev/null +++ b/dylan_eckert/models/user_log_proj/README.md @@ -0,0 +1,24 @@ +# README + +This README would normally document whatever steps are necessary to get the +application up and running. + +Things you may want to cover: + +* Ruby version + +* System dependencies + +* Configuration + +* Database creation + +* Database initialization + +* How to run the test suite + +* Services (job queues, cache servers, search engines, etc.) + +* Deployment instructions + +* ... diff --git a/dylan_eckert/models/user_log_proj/Rakefile b/dylan_eckert/models/user_log_proj/Rakefile new file mode 100644 index 0000000..e85f913 --- /dev/null +++ b/dylan_eckert/models/user_log_proj/Rakefile @@ -0,0 +1,6 @@ +# Add your own tasks in files placed in lib/tasks ending in .rake, +# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. + +require_relative 'config/application' + +Rails.application.load_tasks diff --git a/dylan_eckert/models/user_log_proj/app/assets/config/manifest.js b/dylan_eckert/models/user_log_proj/app/assets/config/manifest.js new file mode 100644 index 0000000..b16e53d --- /dev/null +++ b/dylan_eckert/models/user_log_proj/app/assets/config/manifest.js @@ -0,0 +1,3 @@ +//= link_tree ../images +//= link_directory ../javascripts .js +//= link_directory ../stylesheets .css diff --git a/Rodolfo_Valdivieso/models/optimize/test/mailers/.keep b/dylan_eckert/models/user_log_proj/app/assets/images/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/optimize/test/mailers/.keep rename to dylan_eckert/models/user_log_proj/app/assets/images/.keep diff --git a/dylan_eckert/models/user_log_proj/app/assets/javascripts/application.js b/dylan_eckert/models/user_log_proj/app/assets/javascripts/application.js new file mode 100644 index 0000000..b12018d --- /dev/null +++ b/dylan_eckert/models/user_log_proj/app/assets/javascripts/application.js @@ -0,0 +1,16 @@ +// This is a manifest file that'll be compiled into application.js, which will include all the files +// listed below. +// +// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, +// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. +// +// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the +// compiled file. JavaScript code in this file should be added after the last require_* statement. +// +// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details +// about supported directives. +// +//= require jquery +//= require jquery_ujs +//= require turbolinks +//= require_tree . diff --git a/dylan_eckert/models/user_log_proj/app/assets/javascripts/cable.js b/dylan_eckert/models/user_log_proj/app/assets/javascripts/cable.js new file mode 100644 index 0000000..71ee1e6 --- /dev/null +++ b/dylan_eckert/models/user_log_proj/app/assets/javascripts/cable.js @@ -0,0 +1,13 @@ +// Action Cable provides the framework to deal with WebSockets in Rails. +// You can generate new channels where WebSocket features live using the rails generate channel command. +// +//= require action_cable +//= require_self +//= require_tree ./channels + +(function() { + this.App || (this.App = {}); + + App.cable = ActionCable.createConsumer(); + +}).call(this); diff --git a/Rodolfo_Valdivieso/models/optimize/test/models/.keep b/dylan_eckert/models/user_log_proj/app/assets/javascripts/channels/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/optimize/test/models/.keep rename to dylan_eckert/models/user_log_proj/app/assets/javascripts/channels/.keep diff --git a/dylan_eckert/models/user_log_proj/app/assets/stylesheets/application.css b/dylan_eckert/models/user_log_proj/app/assets/stylesheets/application.css new file mode 100644 index 0000000..0ebd7fe --- /dev/null +++ b/dylan_eckert/models/user_log_proj/app/assets/stylesheets/application.css @@ -0,0 +1,15 @@ +/* + * This is a manifest file that'll be compiled into application.css, which will include all the files + * listed below. + * + * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, + * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. + * + * You're free to add application-wide styles to this file and they'll appear at the bottom of the + * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS + * files in this directory. Styles in this file should be added after the last require_* statement. + * It is generally better to create a new file per style scope. + * + *= require_tree . + *= require_self + */ diff --git a/dylan_eckert/models/user_log_proj/app/channels/application_cable/channel.rb b/dylan_eckert/models/user_log_proj/app/channels/application_cable/channel.rb new file mode 100644 index 0000000..d672697 --- /dev/null +++ b/dylan_eckert/models/user_log_proj/app/channels/application_cable/channel.rb @@ -0,0 +1,4 @@ +module ApplicationCable + class Channel < ActionCable::Channel::Base + end +end diff --git a/dylan_eckert/models/user_log_proj/app/channels/application_cable/connection.rb b/dylan_eckert/models/user_log_proj/app/channels/application_cable/connection.rb new file mode 100644 index 0000000..0ff5442 --- /dev/null +++ b/dylan_eckert/models/user_log_proj/app/channels/application_cable/connection.rb @@ -0,0 +1,4 @@ +module ApplicationCable + class Connection < ActionCable::Connection::Base + end +end diff --git a/dylan_eckert/models/user_log_proj/app/controllers/application_controller.rb b/dylan_eckert/models/user_log_proj/app/controllers/application_controller.rb new file mode 100644 index 0000000..1c07694 --- /dev/null +++ b/dylan_eckert/models/user_log_proj/app/controllers/application_controller.rb @@ -0,0 +1,3 @@ +class ApplicationController < ActionController::Base + protect_from_forgery with: :exception +end diff --git a/Rodolfo_Valdivieso/models/optimize/vendor/assets/javascripts/.keep b/dylan_eckert/models/user_log_proj/app/controllers/concerns/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/optimize/vendor/assets/javascripts/.keep rename to dylan_eckert/models/user_log_proj/app/controllers/concerns/.keep diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/app/helpers/application_helper.rb b/dylan_eckert/models/user_log_proj/app/helpers/application_helper.rb similarity index 100% rename from Rodolfo_Valdivieso/models/dojo_ninjas/app/helpers/application_helper.rb rename to dylan_eckert/models/user_log_proj/app/helpers/application_helper.rb diff --git a/dylan_eckert/models/user_log_proj/app/jobs/application_job.rb b/dylan_eckert/models/user_log_proj/app/jobs/application_job.rb new file mode 100644 index 0000000..a009ace --- /dev/null +++ b/dylan_eckert/models/user_log_proj/app/jobs/application_job.rb @@ -0,0 +1,2 @@ +class ApplicationJob < ActiveJob::Base +end diff --git a/dylan_eckert/models/user_log_proj/app/mailers/application_mailer.rb b/dylan_eckert/models/user_log_proj/app/mailers/application_mailer.rb new file mode 100644 index 0000000..286b223 --- /dev/null +++ b/dylan_eckert/models/user_log_proj/app/mailers/application_mailer.rb @@ -0,0 +1,4 @@ +class ApplicationMailer < ActionMailer::Base + default from: 'from@example.com' + layout 'mailer' +end diff --git a/dylan_eckert/models/user_log_proj/app/models/application_record.rb b/dylan_eckert/models/user_log_proj/app/models/application_record.rb new file mode 100644 index 0000000..10a4cba --- /dev/null +++ b/dylan_eckert/models/user_log_proj/app/models/application_record.rb @@ -0,0 +1,3 @@ +class ApplicationRecord < ActiveRecord::Base + self.abstract_class = true +end diff --git a/Rodolfo_Valdivieso/models/optimize/vendor/assets/stylesheets/.keep b/dylan_eckert/models/user_log_proj/app/models/concerns/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/optimize/vendor/assets/stylesheets/.keep rename to dylan_eckert/models/user_log_proj/app/models/concerns/.keep diff --git a/dylan_eckert/models/user_log_proj/app/models/user.rb b/dylan_eckert/models/user_log_proj/app/models/user.rb new file mode 100644 index 0000000..eef1df5 --- /dev/null +++ b/dylan_eckert/models/user_log_proj/app/models/user.rb @@ -0,0 +1,22 @@ +class User < ApplicationRecord + validates :fname, :lname, :email, presence: true, length:{in: 2..20} + validates :age, numericality:{only_integer: true, greater_than: 9, less_than: 151} +end + +# irb(main):003:0> User.create(fname:"j",lname:"dued",age:"27",email:"email").errors.full_messages +# (0.3ms) begin transaction +# (0.1ms) rollback transaction +# => ["Fname is too short (minimum is 2 characters)"] + +# user = User.new +# user.fname = "dude" +# user.lname = "bro" +# user.email = "email" +# user.age = 5 +# irb(main):009:0> user.save +# (0.1ms) begin transaction +# (0.1ms) rollback transaction +# => false +# irb(main):011:0> user.errors.full_messages +# => ["Age must be greater than 9"] +# saving a new user to a variable (user in this case) and then running errors stores all the errors in that variable for displaying errors diff --git a/dylan_eckert/models/user_log_proj/app/views/layouts/application.html.erb b/dylan_eckert/models/user_log_proj/app/views/layouts/application.html.erb new file mode 100644 index 0000000..7a8082a --- /dev/null +++ b/dylan_eckert/models/user_log_proj/app/views/layouts/application.html.erb @@ -0,0 +1,14 @@ + + + + UserLogProj + <%= csrf_meta_tags %> + + <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %> + <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %> + + + + <%= yield %> + + diff --git a/dylan_eckert/models/user_log_proj/app/views/layouts/mailer.html.erb b/dylan_eckert/models/user_log_proj/app/views/layouts/mailer.html.erb new file mode 100644 index 0000000..cbd34d2 --- /dev/null +++ b/dylan_eckert/models/user_log_proj/app/views/layouts/mailer.html.erb @@ -0,0 +1,13 @@ + + + + + + + + + <%= yield %> + + diff --git a/dylan_eckert/models/user_log_proj/app/views/layouts/mailer.text.erb b/dylan_eckert/models/user_log_proj/app/views/layouts/mailer.text.erb new file mode 100644 index 0000000..37f0bdd --- /dev/null +++ b/dylan_eckert/models/user_log_proj/app/views/layouts/mailer.text.erb @@ -0,0 +1 @@ +<%= yield %> diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/bin/bundle b/dylan_eckert/models/user_log_proj/bin/bundle old mode 100644 new mode 100755 similarity index 100% rename from Rodolfo_Valdivieso/models/dojo_ninjas/bin/bundle rename to dylan_eckert/models/user_log_proj/bin/bundle diff --git a/dylan_eckert/models/user_log_proj/bin/rails b/dylan_eckert/models/user_log_proj/bin/rails new file mode 100755 index 0000000..5badb2f --- /dev/null +++ b/dylan_eckert/models/user_log_proj/bin/rails @@ -0,0 +1,9 @@ +#!/usr/bin/env ruby +begin + load File.expand_path('../spring', __FILE__) +rescue LoadError => e + raise unless e.message.include?('spring') +end +APP_PATH = File.expand_path('../config/application', __dir__) +require_relative '../config/boot' +require 'rails/commands' diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/bin/rake b/dylan_eckert/models/user_log_proj/bin/rake old mode 100644 new mode 100755 similarity index 100% rename from Rodolfo_Valdivieso/models/dojo_ninjas/bin/rake rename to dylan_eckert/models/user_log_proj/bin/rake diff --git a/dylan_eckert/models/user_log_proj/bin/setup b/dylan_eckert/models/user_log_proj/bin/setup new file mode 100755 index 0000000..e620b4d --- /dev/null +++ b/dylan_eckert/models/user_log_proj/bin/setup @@ -0,0 +1,34 @@ +#!/usr/bin/env ruby +require 'pathname' +require 'fileutils' +include FileUtils + +# path to your application root. +APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) + +def system!(*args) + system(*args) || abort("\n== Command #{args} failed ==") +end + +chdir APP_ROOT do + # This script is a starting point to setup your application. + # Add necessary setup steps to this file. + + puts '== Installing dependencies ==' + system! 'gem install bundler --conservative' + system('bundle check') || system!('bundle install') + + # puts "\n== Copying sample files ==" + # unless File.exist?('config/database.yml') + # cp 'config/database.yml.sample', 'config/database.yml' + # end + + puts "\n== Preparing database ==" + system! 'bin/rails db:setup' + + puts "\n== Removing old logs and tempfiles ==" + system! 'bin/rails log:clear tmp:clear' + + puts "\n== Restarting application server ==" + system! 'bin/rails restart' +end diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/bin/spring b/dylan_eckert/models/user_log_proj/bin/spring old mode 100644 new mode 100755 similarity index 100% rename from Rodolfo_Valdivieso/models/dojo_ninjas/bin/spring rename to dylan_eckert/models/user_log_proj/bin/spring diff --git a/dylan_eckert/models/user_log_proj/bin/update b/dylan_eckert/models/user_log_proj/bin/update new file mode 100755 index 0000000..a8e4462 --- /dev/null +++ b/dylan_eckert/models/user_log_proj/bin/update @@ -0,0 +1,29 @@ +#!/usr/bin/env ruby +require 'pathname' +require 'fileutils' +include FileUtils + +# path to your application root. +APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) + +def system!(*args) + system(*args) || abort("\n== Command #{args} failed ==") +end + +chdir APP_ROOT do + # This script is a way to update your development environment automatically. + # Add necessary update steps to this file. + + puts '== Installing dependencies ==' + system! 'gem install bundler --conservative' + system('bundle check') || system!('bundle install') + + puts "\n== Updating database ==" + system! 'bin/rails db:migrate' + + puts "\n== Removing old logs and tempfiles ==" + system! 'bin/rails log:clear tmp:clear' + + puts "\n== Restarting application server ==" + system! 'bin/rails restart' +end diff --git a/dylan_eckert/models/user_log_proj/commands.txt b/dylan_eckert/models/user_log_proj/commands.txt new file mode 100644 index 0000000..0c66f05 --- /dev/null +++ b/dylan_eckert/models/user_log_proj/commands.txt @@ -0,0 +1,35 @@ +User.create(fname:"jon",lname:"doe",email:"email",age:10) + +irb(main):003:0> User.create(fname:"j",lname:"dued",age:"27",email:"email").errors.full_messages + (0.3ms) begin transaction + (0.1ms) rollback transaction +=> ["Fname is too short (minimum is 2 characters)"] + +user = User.new +user.fname = "dude" +user.lname = "bro" +user.email = "email" +user.age = 5 +irb(main):009:0> user.save + (0.1ms) begin transaction + (0.1ms) rollback transaction +=> false +irb(main):011:0> user.errors.full_messages +=> ["Age must be greater than 9"] +saving a new user to a variable (user in this case) and then running errors stores all the errors in that variable for displaying errors + +User.all +User.first +User.last +User.new.valid? +User.order(first_name: :desc) + +u = User.find(3) +u.update(last_name: "Smith") + +User.find(4).destroy + +class User < ApplicationRecord + validates :fname, :lname, :email, presence: true, length:{in: 2..20} + validates :age, numericality:{only_integer: true, greater_than: 9, less_than: 151} +end diff --git a/dylan_eckert/models/user_log_proj/config.ru b/dylan_eckert/models/user_log_proj/config.ru new file mode 100644 index 0000000..f7ba0b5 --- /dev/null +++ b/dylan_eckert/models/user_log_proj/config.ru @@ -0,0 +1,5 @@ +# This file is used by Rack-based servers to start the application. + +require_relative 'config/environment' + +run Rails.application diff --git a/dylan_eckert/models/user_log_proj/config/application.rb b/dylan_eckert/models/user_log_proj/config/application.rb new file mode 100644 index 0000000..bdaf020 --- /dev/null +++ b/dylan_eckert/models/user_log_proj/config/application.rb @@ -0,0 +1,15 @@ +require_relative 'boot' + +require 'rails/all' + +# Require the gems listed in Gemfile, including any gems +# you've limited to :test, :development, or :production. +Bundler.require(*Rails.groups) + +module UserLogProj + class Application < Rails::Application + # Settings in config/environments/* take precedence over those specified here. + # Application configuration should go into files in config/initializers + # -- all .rb files in that directory are automatically loaded. + end +end diff --git a/dylan_eckert/models/user_log_proj/config/boot.rb b/dylan_eckert/models/user_log_proj/config/boot.rb new file mode 100644 index 0000000..30f5120 --- /dev/null +++ b/dylan_eckert/models/user_log_proj/config/boot.rb @@ -0,0 +1,3 @@ +ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__) + +require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/dylan_eckert/models/user_log_proj/config/cable.yml b/dylan_eckert/models/user_log_proj/config/cable.yml new file mode 100644 index 0000000..0bbde6f --- /dev/null +++ b/dylan_eckert/models/user_log_proj/config/cable.yml @@ -0,0 +1,9 @@ +development: + adapter: async + +test: + adapter: async + +production: + adapter: redis + url: redis://localhost:6379/1 diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/config/database.yml b/dylan_eckert/models/user_log_proj/config/database.yml similarity index 100% rename from Rodolfo_Valdivieso/models/dojo_ninjas/config/database.yml rename to dylan_eckert/models/user_log_proj/config/database.yml diff --git a/dylan_eckert/models/user_log_proj/config/environment.rb b/dylan_eckert/models/user_log_proj/config/environment.rb new file mode 100644 index 0000000..426333b --- /dev/null +++ b/dylan_eckert/models/user_log_proj/config/environment.rb @@ -0,0 +1,5 @@ +# Load the Rails application. +require_relative 'application' + +# Initialize the Rails application. +Rails.application.initialize! diff --git a/dylan_eckert/models/user_log_proj/config/environments/development.rb b/dylan_eckert/models/user_log_proj/config/environments/development.rb new file mode 100644 index 0000000..6f71970 --- /dev/null +++ b/dylan_eckert/models/user_log_proj/config/environments/development.rb @@ -0,0 +1,54 @@ +Rails.application.configure do + # Settings specified here will take precedence over those in config/application.rb. + + # In the development environment your application's code is reloaded on + # every request. This slows down response time but is perfect for development + # since you don't have to restart the web server when you make code changes. + config.cache_classes = false + + # Do not eager load code on boot. + config.eager_load = false + + # Show full error reports. + config.consider_all_requests_local = true + + # Enable/disable caching. By default caching is disabled. + if Rails.root.join('tmp/caching-dev.txt').exist? + config.action_controller.perform_caching = true + + config.cache_store = :memory_store + config.public_file_server.headers = { + 'Cache-Control' => 'public, max-age=172800' + } + else + config.action_controller.perform_caching = false + + config.cache_store = :null_store + end + + # Don't care if the mailer can't send. + config.action_mailer.raise_delivery_errors = false + + config.action_mailer.perform_caching = false + + # Print deprecation notices to the Rails logger. + config.active_support.deprecation = :log + + # Raise an error on page load if there are pending migrations. + config.active_record.migration_error = :page_load + + # Debug mode disables concatenation and preprocessing of assets. + # This option may cause significant delays in view rendering with a large + # number of complex assets. + config.assets.debug = true + + # Suppress logger output for asset requests. + config.assets.quiet = true + + # Raises error for missing translations + # config.action_view.raise_on_missing_translations = true + + # Use an evented file watcher to asynchronously detect changes in source code, + # routes, locales, etc. This feature depends on the listen gem. + config.file_watcher = ActiveSupport::EventedFileUpdateChecker +end diff --git a/dylan_eckert/models/user_log_proj/config/environments/production.rb b/dylan_eckert/models/user_log_proj/config/environments/production.rb new file mode 100644 index 0000000..39e75e6 --- /dev/null +++ b/dylan_eckert/models/user_log_proj/config/environments/production.rb @@ -0,0 +1,86 @@ +Rails.application.configure do + # Settings specified here will take precedence over those in config/application.rb. + + # Code is not reloaded between requests. + config.cache_classes = true + + # Eager load code on boot. This eager loads most of Rails and + # your application in memory, allowing both threaded web servers + # and those relying on copy on write to perform better. + # Rake tasks automatically ignore this option for performance. + config.eager_load = true + + # Full error reports are disabled and caching is turned on. + config.consider_all_requests_local = false + config.action_controller.perform_caching = true + + # Disable serving static files from the `/public` folder by default since + # Apache or NGINX already handles this. + config.public_file_server.enabled = ENV['RAILS_SERVE_STATIC_FILES'].present? + + # Compress JavaScripts and CSS. + config.assets.js_compressor = :uglifier + # config.assets.css_compressor = :sass + + # Do not fallback to assets pipeline if a precompiled asset is missed. + config.assets.compile = false + + # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb + + # Enable serving of images, stylesheets, and JavaScripts from an asset server. + # config.action_controller.asset_host = 'http://assets.example.com' + + # Specifies the header that your server uses for sending files. + # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache + # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX + + # Mount Action Cable outside main process or domain + # config.action_cable.mount_path = nil + # config.action_cable.url = 'wss://example.com/cable' + # config.action_cable.allowed_request_origins = [ 'http://example.com', /http:\/\/example.*/ ] + + # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. + # config.force_ssl = true + + # Use the lowest log level to ensure availability of diagnostic information + # when problems arise. + config.log_level = :debug + + # Prepend all log lines with the following tags. + config.log_tags = [ :request_id ] + + # Use a different cache store in production. + # config.cache_store = :mem_cache_store + + # Use a real queuing backend for Active Job (and separate queues per environment) + # config.active_job.queue_adapter = :resque + # config.active_job.queue_name_prefix = "user_log_proj_#{Rails.env}" + config.action_mailer.perform_caching = false + + # Ignore bad email addresses and do not raise email delivery errors. + # Set this to true and configure the email server for immediate delivery to raise delivery errors. + # config.action_mailer.raise_delivery_errors = false + + # Enable locale fallbacks for I18n (makes lookups for any locale fall back to + # the I18n.default_locale when a translation cannot be found). + config.i18n.fallbacks = true + + # Send deprecation notices to registered listeners. + config.active_support.deprecation = :notify + + # Use default logging formatter so that PID and timestamp are not suppressed. + config.log_formatter = ::Logger::Formatter.new + + # Use a different logger for distributed setups. + # require 'syslog/logger' + # config.logger = ActiveSupport::TaggedLogging.new(Syslog::Logger.new 'app-name') + + if ENV["RAILS_LOG_TO_STDOUT"].present? + logger = ActiveSupport::Logger.new(STDOUT) + logger.formatter = config.log_formatter + config.logger = ActiveSupport::TaggedLogging.new(logger) + end + + # Do not dump schema after migrations. + config.active_record.dump_schema_after_migration = false +end diff --git a/dylan_eckert/models/user_log_proj/config/environments/test.rb b/dylan_eckert/models/user_log_proj/config/environments/test.rb new file mode 100644 index 0000000..30587ef --- /dev/null +++ b/dylan_eckert/models/user_log_proj/config/environments/test.rb @@ -0,0 +1,42 @@ +Rails.application.configure do + # Settings specified here will take precedence over those in config/application.rb. + + # The test environment is used exclusively to run your application's + # test suite. You never need to work with it otherwise. Remember that + # your test database is "scratch space" for the test suite and is wiped + # and recreated between test runs. Don't rely on the data there! + config.cache_classes = true + + # Do not eager load code on boot. This avoids loading your whole application + # just for the purpose of running a single test. If you are using a tool that + # preloads Rails for running tests, you may have to set it to true. + config.eager_load = false + + # Configure public file server for tests with Cache-Control for performance. + config.public_file_server.enabled = true + config.public_file_server.headers = { + 'Cache-Control' => 'public, max-age=3600' + } + + # Show full error reports and disable caching. + config.consider_all_requests_local = true + config.action_controller.perform_caching = false + + # Raise exceptions instead of rendering exception templates. + config.action_dispatch.show_exceptions = false + + # Disable request forgery protection in test environment. + config.action_controller.allow_forgery_protection = false + config.action_mailer.perform_caching = false + + # Tell Action Mailer not to deliver emails to the real world. + # The :test delivery method accumulates sent emails in the + # ActionMailer::Base.deliveries array. + config.action_mailer.delivery_method = :test + + # Print deprecation notices to the stderr. + config.active_support.deprecation = :stderr + + # Raises error for missing translations + # config.action_view.raise_on_missing_translations = true +end diff --git a/dylan_eckert/models/user_log_proj/config/initializers/application_controller_renderer.rb b/dylan_eckert/models/user_log_proj/config/initializers/application_controller_renderer.rb new file mode 100644 index 0000000..89d2efa --- /dev/null +++ b/dylan_eckert/models/user_log_proj/config/initializers/application_controller_renderer.rb @@ -0,0 +1,8 @@ +# Be sure to restart your server when you modify this file. + +# ActiveSupport::Reloader.to_prepare do +# ApplicationController.renderer.defaults.merge!( +# http_host: 'example.org', +# https: false +# ) +# end diff --git a/Rodolfo_Valdivieso/models/optimize/config/initializers/assets.rb b/dylan_eckert/models/user_log_proj/config/initializers/assets.rb similarity index 100% rename from Rodolfo_Valdivieso/models/optimize/config/initializers/assets.rb rename to dylan_eckert/models/user_log_proj/config/initializers/assets.rb diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/config/initializers/backtrace_silencers.rb b/dylan_eckert/models/user_log_proj/config/initializers/backtrace_silencers.rb similarity index 100% rename from Rodolfo_Valdivieso/models/dojo_ninjas/config/initializers/backtrace_silencers.rb rename to dylan_eckert/models/user_log_proj/config/initializers/backtrace_silencers.rb diff --git a/dylan_eckert/models/user_log_proj/config/initializers/cookies_serializer.rb b/dylan_eckert/models/user_log_proj/config/initializers/cookies_serializer.rb new file mode 100644 index 0000000..5a6a32d --- /dev/null +++ b/dylan_eckert/models/user_log_proj/config/initializers/cookies_serializer.rb @@ -0,0 +1,5 @@ +# Be sure to restart your server when you modify this file. + +# Specify a serializer for the signed and encrypted cookie jars. +# Valid options are :json, :marshal, and :hybrid. +Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/config/initializers/filter_parameter_logging.rb b/dylan_eckert/models/user_log_proj/config/initializers/filter_parameter_logging.rb similarity index 100% rename from Rodolfo_Valdivieso/models/dojo_ninjas/config/initializers/filter_parameter_logging.rb rename to dylan_eckert/models/user_log_proj/config/initializers/filter_parameter_logging.rb diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/config/initializers/inflections.rb b/dylan_eckert/models/user_log_proj/config/initializers/inflections.rb similarity index 100% rename from Rodolfo_Valdivieso/models/dojo_ninjas/config/initializers/inflections.rb rename to dylan_eckert/models/user_log_proj/config/initializers/inflections.rb diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/config/initializers/mime_types.rb b/dylan_eckert/models/user_log_proj/config/initializers/mime_types.rb similarity index 100% rename from Rodolfo_Valdivieso/models/dojo_ninjas/config/initializers/mime_types.rb rename to dylan_eckert/models/user_log_proj/config/initializers/mime_types.rb diff --git a/dylan_eckert/models/user_log_proj/config/initializers/new_framework_defaults.rb b/dylan_eckert/models/user_log_proj/config/initializers/new_framework_defaults.rb new file mode 100644 index 0000000..dd236b5 --- /dev/null +++ b/dylan_eckert/models/user_log_proj/config/initializers/new_framework_defaults.rb @@ -0,0 +1,26 @@ +# Be sure to restart your server when you modify this file. +# +# This file contains migration options to ease your Rails 5.0 upgrade. +# +# Read the Guide for Upgrading Ruby on Rails for more info on each option. + +Rails.application.config.action_controller.raise_on_unfiltered_parameters = true + +# Enable per-form CSRF tokens. Previous versions had false. +Rails.application.config.action_controller.per_form_csrf_tokens = true + +# Enable origin-checking CSRF mitigation. Previous versions had false. +Rails.application.config.action_controller.forgery_protection_origin_check = true + +# Make Ruby 2.4 preserve the timezone of the receiver when calling `to_time`. +# Previous versions had false. +ActiveSupport.to_time_preserves_timezone = true + +# Require `belongs_to` associations by default. Previous versions had false. +Rails.application.config.active_record.belongs_to_required_by_default = true + +# Do not halt callback chains when a callback returns false. Previous versions had true. +ActiveSupport.halt_callback_chains_on_return_false = false + +# Configure SSL options to enable HSTS with subdomains. Previous versions had false. +Rails.application.config.ssl_options = { hsts: { subdomains: true } } diff --git a/dylan_eckert/models/user_log_proj/config/initializers/session_store.rb b/dylan_eckert/models/user_log_proj/config/initializers/session_store.rb new file mode 100644 index 0000000..c25827b --- /dev/null +++ b/dylan_eckert/models/user_log_proj/config/initializers/session_store.rb @@ -0,0 +1,3 @@ +# Be sure to restart your server when you modify this file. + +Rails.application.config.session_store :cookie_store, key: '_user_log_proj_session' diff --git a/dylan_eckert/models/user_log_proj/config/initializers/wrap_parameters.rb b/dylan_eckert/models/user_log_proj/config/initializers/wrap_parameters.rb new file mode 100644 index 0000000..bbfc396 --- /dev/null +++ b/dylan_eckert/models/user_log_proj/config/initializers/wrap_parameters.rb @@ -0,0 +1,14 @@ +# Be sure to restart your server when you modify this file. + +# This file contains settings for ActionController::ParamsWrapper which +# is enabled by default. + +# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. +ActiveSupport.on_load(:action_controller) do + wrap_parameters format: [:json] +end + +# To enable root element in JSON for ActiveRecord objects. +# ActiveSupport.on_load(:active_record) do +# self.include_root_in_json = true +# end diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/config/locales/en.yml b/dylan_eckert/models/user_log_proj/config/locales/en.yml similarity index 100% rename from Rodolfo_Valdivieso/models/dojo_ninjas/config/locales/en.yml rename to dylan_eckert/models/user_log_proj/config/locales/en.yml diff --git a/dylan_eckert/models/user_log_proj/config/puma.rb b/dylan_eckert/models/user_log_proj/config/puma.rb new file mode 100644 index 0000000..c7f311f --- /dev/null +++ b/dylan_eckert/models/user_log_proj/config/puma.rb @@ -0,0 +1,47 @@ +# Puma can serve each request in a thread from an internal thread pool. +# The `threads` method setting takes two numbers a minimum and maximum. +# Any libraries that use thread pools should be configured to match +# the maximum value specified for Puma. Default is set to 5 threads for minimum +# and maximum, this matches the default thread size of Active Record. +# +threads_count = ENV.fetch("RAILS_MAX_THREADS") { 5 }.to_i +threads threads_count, threads_count + +# Specifies the `port` that Puma will listen on to receive requests, default is 3000. +# +port ENV.fetch("PORT") { 3000 } + +# Specifies the `environment` that Puma will run in. +# +environment ENV.fetch("RAILS_ENV") { "development" } + +# Specifies the number of `workers` to boot in clustered mode. +# Workers are forked webserver processes. If using threads and workers together +# the concurrency of the application would be max `threads` * `workers`. +# Workers do not work on JRuby or Windows (both of which do not support +# processes). +# +# workers ENV.fetch("WEB_CONCURRENCY") { 2 } + +# Use the `preload_app!` method when specifying a `workers` number. +# This directive tells Puma to first boot the application and load code +# before forking the application. This takes advantage of Copy On Write +# process behavior so workers use less memory. If you use this option +# you need to make sure to reconnect any threads in the `on_worker_boot` +# block. +# +# preload_app! + +# The code in the `on_worker_boot` will be called if you are using +# clustered mode by specifying a number of `workers`. After each worker +# process is booted this block will be run, if you are using `preload_app!` +# option you will want to use this block to reconnect to any threads +# or connections that may have been created at application boot, Ruby +# cannot share connections between processes. +# +# on_worker_boot do +# ActiveRecord::Base.establish_connection if defined?(ActiveRecord) +# end + +# Allow puma to be restarted by `rails restart` command. +plugin :tmp_restart diff --git a/dylan_eckert/models/user_log_proj/config/routes.rb b/dylan_eckert/models/user_log_proj/config/routes.rb new file mode 100644 index 0000000..787824f --- /dev/null +++ b/dylan_eckert/models/user_log_proj/config/routes.rb @@ -0,0 +1,3 @@ +Rails.application.routes.draw do + # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html +end diff --git a/dylan_eckert/models/user_log_proj/config/secrets.yml b/dylan_eckert/models/user_log_proj/config/secrets.yml new file mode 100644 index 0000000..e580271 --- /dev/null +++ b/dylan_eckert/models/user_log_proj/config/secrets.yml @@ -0,0 +1,22 @@ +# Be sure to restart your server when you modify this file. + +# Your secret key is used for verifying the integrity of signed cookies. +# If you change this key, all old signed cookies will become invalid! + +# Make sure the secret is at least 30 characters and all random, +# no regular words or you'll be exposed to dictionary attacks. +# You can use `rails secret` to generate a secure secret key. + +# Make sure the secrets in this file are kept private +# if you're sharing your code publicly. + +development: + secret_key_base: f01aa430b99f38af5192173ff07c782b899e08ab479e165bd311bd7cf333637aa88e11572ee03d83c39625c17007dfb82dc3f657770c6847bd61d2a1ecbb2410 + +test: + secret_key_base: 896db28164e1513edde5cfc428303e7a7292688075c90c7c4e0d584925c4b8885c5216dd1f60d5f0308fa042a239010910dca04da63fbb602b97061efc22399e + +# Do not keep production secrets in the repository, +# instead read values from the environment. +production: + secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/dylan_eckert/models/user_log_proj/config/spring.rb b/dylan_eckert/models/user_log_proj/config/spring.rb new file mode 100644 index 0000000..c9119b4 --- /dev/null +++ b/dylan_eckert/models/user_log_proj/config/spring.rb @@ -0,0 +1,6 @@ +%w( + .ruby-version + .rbenv-vars + tmp/restart.txt + tmp/caching-dev.txt +).each { |path| Spring.watch(path) } diff --git a/dylan_eckert/models/user_log_proj/db/migrate/20171129202800_create_users.rb b/dylan_eckert/models/user_log_proj/db/migrate/20171129202800_create_users.rb new file mode 100644 index 0000000..28e7c83 --- /dev/null +++ b/dylan_eckert/models/user_log_proj/db/migrate/20171129202800_create_users.rb @@ -0,0 +1,12 @@ +class CreateUsers < ActiveRecord::Migration[5.0] + def change + create_table :users do |t| + t.string :fname + t.string :lname + t.integer :age + t.string :email + + t.timestamps + end + end +end diff --git a/dylan_eckert/models/user_log_proj/db/schema.rb b/dylan_eckert/models/user_log_proj/db/schema.rb new file mode 100644 index 0000000..324acf9 --- /dev/null +++ b/dylan_eckert/models/user_log_proj/db/schema.rb @@ -0,0 +1,24 @@ +# This file is auto-generated from the current state of the database. Instead +# of editing this file, please use the migrations feature of Active Record to +# incrementally modify your database, and then regenerate this schema definition. +# +# Note that this schema.rb definition is the authoritative source for your +# database schema. If you need to create the application database on another +# system, you should be using db:schema:load, not running all the migrations +# from scratch. The latter is a flawed and unsustainable approach (the more migrations +# you'll amass, the slower it'll run and the greater likelihood for issues). +# +# It's strongly recommended that you check this file into your version control system. + +ActiveRecord::Schema.define(version: 20171129202800) do + + create_table "users", force: :cascade do |t| + t.string "fname" + t.string "lname" + t.integer "age" + t.string "email" + t.datetime "created_at", null: false + t.datetime "updated_at", null: false + end + +end diff --git a/dylan_eckert/models/user_log_proj/db/seeds.rb b/dylan_eckert/models/user_log_proj/db/seeds.rb new file mode 100644 index 0000000..1beea2a --- /dev/null +++ b/dylan_eckert/models/user_log_proj/db/seeds.rb @@ -0,0 +1,7 @@ +# This file should contain all the record creation needed to seed the database with its default values. +# The data can then be loaded with the rails db:seed command (or created alongside the database with db:setup). +# +# Examples: +# +# movies = Movie.create([{ name: 'Star Wars' }, { name: 'Lord of the Rings' }]) +# Character.create(name: 'Luke', movie: movies.first) diff --git a/Rodolfo_Valdivieso/models/self_join/app/assets/images/.keep b/dylan_eckert/models/user_log_proj/lib/assets/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/self_join/app/assets/images/.keep rename to dylan_eckert/models/user_log_proj/lib/assets/.keep diff --git a/Rodolfo_Valdivieso/models/self_join/app/controllers/concerns/.keep b/dylan_eckert/models/user_log_proj/lib/tasks/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/self_join/app/controllers/concerns/.keep rename to dylan_eckert/models/user_log_proj/lib/tasks/.keep diff --git a/Rodolfo_Valdivieso/models/self_join/app/mailers/.keep b/dylan_eckert/models/user_log_proj/log/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/self_join/app/mailers/.keep rename to dylan_eckert/models/user_log_proj/log/.keep diff --git a/dylan_eckert/models/user_log_proj/public/404.html b/dylan_eckert/models/user_log_proj/public/404.html new file mode 100644 index 0000000..2be3af2 --- /dev/null +++ b/dylan_eckert/models/user_log_proj/public/404.html @@ -0,0 +1,67 @@ + + + + The page you were looking for doesn't exist (404) + + + + + + +
+
+

The page you were looking for doesn't exist.

+

You may have mistyped the address or the page may have moved.

+
+

If you are the application owner check the logs for more information.

+
+ + diff --git a/dylan_eckert/models/user_log_proj/public/422.html b/dylan_eckert/models/user_log_proj/public/422.html new file mode 100644 index 0000000..c08eac0 --- /dev/null +++ b/dylan_eckert/models/user_log_proj/public/422.html @@ -0,0 +1,67 @@ + + + + The change you wanted was rejected (422) + + + + + + +
+
+

The change you wanted was rejected.

+

Maybe you tried to change something you didn't have access to.

+
+

If you are the application owner check the logs for more information.

+
+ + diff --git a/dylan_eckert/models/user_log_proj/public/500.html b/dylan_eckert/models/user_log_proj/public/500.html new file mode 100644 index 0000000..78a030a --- /dev/null +++ b/dylan_eckert/models/user_log_proj/public/500.html @@ -0,0 +1,66 @@ + + + + We're sorry, but something went wrong (500) + + + + + + +
+
+

We're sorry, but something went wrong.

+
+

If you are the application owner check the logs for more information.

+
+ + diff --git a/Rodolfo_Valdivieso/models/self_join/app/models/.keep b/dylan_eckert/models/user_log_proj/public/apple-touch-icon-precomposed.png similarity index 100% rename from Rodolfo_Valdivieso/models/self_join/app/models/.keep rename to dylan_eckert/models/user_log_proj/public/apple-touch-icon-precomposed.png diff --git a/Rodolfo_Valdivieso/models/self_join/app/models/concerns/.keep b/dylan_eckert/models/user_log_proj/public/apple-touch-icon.png similarity index 100% rename from Rodolfo_Valdivieso/models/self_join/app/models/concerns/.keep rename to dylan_eckert/models/user_log_proj/public/apple-touch-icon.png diff --git a/Rodolfo_Valdivieso/models/self_join/public/favicon.ico b/dylan_eckert/models/user_log_proj/public/favicon.ico similarity index 100% rename from Rodolfo_Valdivieso/models/self_join/public/favicon.ico rename to dylan_eckert/models/user_log_proj/public/favicon.ico diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/public/robots.txt b/dylan_eckert/models/user_log_proj/public/robots.txt similarity index 100% rename from Rodolfo_Valdivieso/models/dojo_ninjas/public/robots.txt rename to dylan_eckert/models/user_log_proj/public/robots.txt diff --git a/Rodolfo_Valdivieso/models/self_join/lib/assets/.keep b/dylan_eckert/models/user_log_proj/test/controllers/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/self_join/lib/assets/.keep rename to dylan_eckert/models/user_log_proj/test/controllers/.keep diff --git a/Rodolfo_Valdivieso/models/self_join/lib/tasks/.keep b/dylan_eckert/models/user_log_proj/test/fixtures/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/self_join/lib/tasks/.keep rename to dylan_eckert/models/user_log_proj/test/fixtures/.keep diff --git a/Rodolfo_Valdivieso/models/self_join/log/.keep b/dylan_eckert/models/user_log_proj/test/fixtures/files/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/self_join/log/.keep rename to dylan_eckert/models/user_log_proj/test/fixtures/files/.keep diff --git a/dylan_eckert/models/user_log_proj/test/fixtures/users.yml b/dylan_eckert/models/user_log_proj/test/fixtures/users.yml new file mode 100644 index 0000000..32bf32d --- /dev/null +++ b/dylan_eckert/models/user_log_proj/test/fixtures/users.yml @@ -0,0 +1,13 @@ +# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html + +one: + fname: MyString + lname: MyString + age: 1 + email: MyString + +two: + fname: MyString + lname: MyString + age: 1 + email: MyString diff --git a/Rodolfo_Valdivieso/models/self_join/test/controllers/.keep b/dylan_eckert/models/user_log_proj/test/helpers/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/self_join/test/controllers/.keep rename to dylan_eckert/models/user_log_proj/test/helpers/.keep diff --git a/Rodolfo_Valdivieso/models/self_join/test/fixtures/.keep b/dylan_eckert/models/user_log_proj/test/integration/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/self_join/test/fixtures/.keep rename to dylan_eckert/models/user_log_proj/test/integration/.keep diff --git a/Rodolfo_Valdivieso/models/self_join/test/helpers/.keep b/dylan_eckert/models/user_log_proj/test/mailers/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/self_join/test/helpers/.keep rename to dylan_eckert/models/user_log_proj/test/mailers/.keep diff --git a/Rodolfo_Valdivieso/models/self_join/test/integration/.keep b/dylan_eckert/models/user_log_proj/test/models/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/self_join/test/integration/.keep rename to dylan_eckert/models/user_log_proj/test/models/.keep diff --git a/Stephen Weil/Rails/Models/user_login_project/test/models/user_test.rb b/dylan_eckert/models/user_log_proj/test/models/user_test.rb similarity index 100% rename from Stephen Weil/Rails/Models/user_login_project/test/models/user_test.rb rename to dylan_eckert/models/user_log_proj/test/models/user_test.rb diff --git a/Rodolfo_Valdivieso/models/dojo_ninjas/test/test_helper.rb b/dylan_eckert/models/user_log_proj/test/test_helper.rb similarity index 100% rename from Rodolfo_Valdivieso/models/dojo_ninjas/test/test_helper.rb rename to dylan_eckert/models/user_log_proj/test/test_helper.rb diff --git a/Rodolfo_Valdivieso/models/self_join/test/mailers/.keep b/dylan_eckert/models/user_log_proj/tmp/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/self_join/test/mailers/.keep rename to dylan_eckert/models/user_log_proj/tmp/.keep diff --git a/Rodolfo_Valdivieso/models/self_join/test/models/.keep b/dylan_eckert/models/user_log_proj/vendor/assets/javascripts/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/self_join/test/models/.keep rename to dylan_eckert/models/user_log_proj/vendor/assets/javascripts/.keep diff --git a/Rodolfo_Valdivieso/models/self_join/vendor/assets/javascripts/.keep b/dylan_eckert/models/user_log_proj/vendor/assets/stylesheets/.keep similarity index 100% rename from Rodolfo_Valdivieso/models/self_join/vendor/assets/javascripts/.keep rename to dylan_eckert/models/user_log_proj/vendor/assets/stylesheets/.keep diff --git a/dylan_eckert/oop/bank.rb b/dylan_eckert/oop/bank.rb new file mode 100644 index 0000000..4f79dc3 --- /dev/null +++ b/dylan_eckert/oop/bank.rb @@ -0,0 +1,66 @@ +class BankAccount + attr_accessor :acctnum, :checkbal, :savebal + @@accounts = 0 + def initialize + @acctnum = genAcct + @checkbal = 0 + @savebal = 0 + @@accounts += 1 + @interest = 0.01 + end + def showCheck + puts "Checking: #{@checkbal}" + self + end + def showSave + puts "Savings: #{@savebal}" + self + end + def deposit(acct, num) + if acct == "checking" + @checkbal += num + elsif acct == "saving" + @savebal += num + else + p "No matching account name" + end + self + end + def withdraw(acct, num) + if acct == "checking" + @checkbal -= num + elsif acct == "saving" + @savebal -= num + else + p "No matching account name" + end + self + end + def showTotal + total = @checkbal + @savebal + end + def showAcct + puts "Account Number: #{@acctnum} Interest: #{@interest} #{self.showTotal}" + self + end + def self.accounts + p "Total Accounts: #{@@accounts}" + end + private + def genAcct + @acctnum = rand(1..10) + end +end + +dylan = BankAccount.new +dylan.showAcct.showSave.showCheck +dylan.deposit("checking", 20) +dylan.deposit("saving", 50) +dylan.deposit("kbdlkaf", 20) +dylan.showAcct.showSave.showCheck +dylan.withdraw("checking", 10) +dylan.withdraw("saving", 20) +dylan.withdraw("kbdlkaf", 20) +dylan.showAcct.showSave.showCheck + +BankAccount.accounts diff --git a/dylan_eckert/oop/dog.zip b/dylan_eckert/oop/dog.zip new file mode 100644 index 0000000000000000000000000000000000000000..42fbb4f5f0c6e8cd4ca84aaf8a8e5e6a083dda4a GIT binary patch literal 653 zcmWIWW@h1H0D*|=8gDQIO0X~pFr?(C>xV}0Fs!;N8#UvKY}8jq5rzPu4iN?pAe>Nx zs)Gxv1E@={C<&zR={4D?2S5zcr|qSyb5_TzSKsTbr_MQSVcr+6ee+P<7!*RmM{_F5oNFg z8Fa!IEO^2gmcMjC4DZ#b)h+9ITNpu3-aDmFE(7S?Nnj^4GKn(diZ33Z3NUbZ>jwR!*m literal 0 HcmV?d00001 diff --git a/dylan_eckert/oop/human.rb b/dylan_eckert/oop/human.rb new file mode 100644 index 0000000..a1e18b0 --- /dev/null +++ b/dylan_eckert/oop/human.rb @@ -0,0 +1,25 @@ +class Human + attr_accessor :strength, :int, :health, :stealth + def initialize + @strength = 3 + @int = 3 + @stealth = 3 + @health = 100 + end + def attack(obj) + if obj.class.ancestors.include?(Human) + obj.health -= 10 + true + else + false + end + end +end + +dylan = Human.new +p "dylan: #{dylan.health}" +badguy = Human.new +p "badguy: #{badguy.health}" +dylan.attack(badguy) +p "Dylan attacks badguy!" +p "badguy: #{badguy.health}" diff --git a/dylan_eckert/oop/lion.zip b/dylan_eckert/oop/lion.zip new file mode 100644 index 0000000000000000000000000000000000000000..4fe057ecd7fa97e3dd09c624435bafa2a85982ed GIT binary patch literal 701 zcmWIWW@h1H0D&zvHQrzblwf5LV93eL&(jZ$;9>ZFT{cP?h`%z5Fa!X#h%j&fVQDR@ z79N-ukUqVlB#_Sj8?sToKn&7Z+JBy_$wA=Qd%L6V;`|dM1Y(7()FN!1cq|`Xdbe$7 zc98%5T~&b}J{TT0-~aRahuxyQ_ob&jInpku9n_T~lA&w)l4Y7H&r+wQs69&wTgt>LA|j(OiEA5I+cLI;2T zW^j1x2x3BGngbrw5bcO~Mh*@h288w{jm9wT@L1=7$2zhpprAu`ARme;YQSIyI|3;n aA?APrGQgXa4dhH_AUq4CZvj;^FaQ8*BG`uj literal 0 HcmV?d00001 diff --git a/dylan_eckert/oop/mathdojo.rb b/dylan_eckert/oop/mathdojo.rb new file mode 100644 index 0000000..fcb393f --- /dev/null +++ b/dylan_eckert/oop/mathdojo.rb @@ -0,0 +1,18 @@ +class MathDojo + attr_accessor :result + def initialize + @result = 0 + end + def add(*nums) + @result += nums.flatten.reduce(0, :+) + self + end + def subtract(*nums) + @result -= nums.flatten.reduce(0, :+) + self + end +end +challenge1 = MathDojo.new.add(2).add(2, 5).subtract(3, 2).result # => 4 +challenge2 = MathDojo.new.add(1).add([3, 5, 7, 8], [2, 4.3, 1.25]).subtract([2,3], [1.1, 2.3]).result # => 23.15 +puts challenge1 +puts challenge2 diff --git a/dylan_eckert/oop/project.rb b/dylan_eckert/oop/project.rb new file mode 100644 index 0000000..c989ba8 --- /dev/null +++ b/dylan_eckert/oop/project.rb @@ -0,0 +1,13 @@ +class Project + attr_accessor :name, :desc + def initialize(name, desc) + @name = name + @desc = desc + end + def elevator_pitch + puts "#{@name}, #{@desc}" + end +end +project1 = Project.new("Project 1", "Description 1") +puts project1.name # => "Project 1" +project1.elevator_pitch # => "Project 1, Description 1" diff --git a/dylan_eckert/oop/user.rb b/dylan_eckert/oop/user.rb new file mode 100644 index 0000000..2017c50 --- /dev/null +++ b/dylan_eckert/oop/user.rb @@ -0,0 +1,22 @@ +class User + attr_accessor :fname, :lname + def initialize(fname, lname) + @fname = fname + @lname = lname + self + end + def full_name + puts "I am #{@fname} #{@lname}" + self + end + def hello + puts "Hello" + self + end + def self.created + puts "User created" + end +end +dylan = User.new("Dylan", "Eckert") +User.created +dylan.full_name.hello diff --git a/dylan_eckert/oop/wizninsam.zip b/dylan_eckert/oop/wizninsam.zip new file mode 100644 index 0000000000000000000000000000000000000000..991ce803f8533a53382d85ab8bcd8de6f93de1c3 GIT binary patch literal 1527 zcmWIWW@h1H0E4y~ZwLcIaxn-nlxJ4uW#$zp=IVz=@GzWuEgLoexop%|MiGVppgs`> z4j|-2(_TwzhIVmQq;$luX`36TuFG{{O#BFoO{=O8@Mh=OkURazLSSgf zF)|=|_?cfVNk*mtAtkfsyv7)jIu3_*Vbkum42g&W|T~VtXbY zma{j$Zgzgz{lkK)+E3Gu#RmKC%}~{6VCk=K68igcL*R?atupIMW?65N2YH*T`Fz!K zptm(pyqy$)>TMB}cm}4C(xSvnsK-5S$wgTJG05Y&6MX#-gFOCM^qNJEa8QVa(z357 zWZ#{LjWN~m^|D*R@bP}3-7c>VXPwt4vwv@u-Ru7J#np+&7T9roOP+J#&Fp83E>>3@ z)3gftz~SF%&Jg>Y`*T6lw8kZjQvw|qhQ%LYIBw4JXhK+n4$Nixin6r_+sFtpA&LLHB+9JCPXI|Y}}#rcI76< z>w9?a>-eaI9&q@->we0-FA8qEKYTc^GdJ;j67#FCN&gu0_HB=?FMDbb6ZU(_b&q?E zyRS3@z)PM0Z;%;?atAqs3NaweSkh>LVg{lV;((Vz$Yz1E zG;*p(HA@rddW3rr86093D1#%L1EjAB|o eGqPz&iH3s#mS_UJS=m4V$_j+#K#ydxfOr782O?1b literal 0 HcmV?d00001 diff --git a/justin_quiros/13.rb b/justin_quiros/13.rb deleted file mode 100644 index e81ca8c..0000000 --- a/justin_quiros/13.rb +++ /dev/null @@ -1,49 +0,0 @@ -# 1 -# (1..255).each {|i| puts i} - -# 2 -# (1..255).each {|i| puts i if i.odd?} - -# 3 -# sum = 0 -# (0..255).each {|i| puts "New number: #{i} Sum: #{sum+=i}"} - -# 4 -# [1,3,5,7,9,13].each {|i| puts i} - -# 5 -# puts [-3, -5, -7].max - -# # 6 -# x = [1,2,4,3] -# puts x.reduce(:+) / x.length.to_f - -# 7 -# y = [] -# (1..255).each {|i| y.push(i) if i.odd?} -# puts y - -# 8 -# y = 1 -# arr = [4,3,2,6] -# puts arr.count {|i| y < i } - -# 9 -# arr = [1, 5, 10, -2] -# arr.map! {|i| puts i*i} - -#10 -# arr = [1, 5, 10, -2] -# puts arr.each_index { |index| arr[index] = 0 if arr[index] < 0 } - -# 11 -# arr = [1, 5, 10, -2] -# puts arr.max, arr.min, arr.reduce(:+) / arr.length.to_f - -# 12 -# arr = [1, 5, 10, 7, -2] -# puts arr.rotate!(1) - -#13 -# arr = [-1, -3, 2] -# puts arr.each_index { |i| arr[i] = "Dojo" if arr[i] < 0 } \ No newline at end of file diff --git a/justin_quiros/animals/dog.rb b/justin_quiros/animals/dog.rb deleted file mode 100644 index cb40c8c..0000000 --- a/justin_quiros/animals/dog.rb +++ /dev/null @@ -1,22 +0,0 @@ -require_relative 'mammal' -class Dog < Mammal - def pet - @health += 5 - self - end - def walk - @health -= 1 - self - end - def run - @health -= 10 - self - end - def subclass_method - display_health - end -end - -dog = Dog.new - -dog.subclass_method.walk.walk.walk.run.run.pet.subclass_method \ No newline at end of file diff --git a/justin_quiros/animals/lion.rb b/justin_quiros/animals/lion.rb deleted file mode 100644 index c4346b2..0000000 --- a/justin_quiros/animals/lion.rb +++ /dev/null @@ -1,24 +0,0 @@ -require_relative 'mammal' -class Lion < Mammal - def initialize - @health = 170 - end - def fly - @health -= 10 - self - end - def attack_town - @health -= 50 - self - end - def eat_humans - @health += 20 - self - end - def display_health - puts "This is a lion! " - super - end -end - -lion = Lion.new.display_health.attack_town.attack_town.attack_town.eat_humans.eat_humans.fly.fly.display_health \ No newline at end of file diff --git a/justin_quiros/animals/mammal.rb b/justin_quiros/animals/mammal.rb deleted file mode 100644 index 14c3bc4..0000000 --- a/justin_quiros/animals/mammal.rb +++ /dev/null @@ -1,9 +0,0 @@ -class Mammal - def initialize - @health = 150 - end - def display_health - puts "Current health: #{@health}" - self - end -end diff --git a/justin_quiros/array.rb b/justin_quiros/array.rb deleted file mode 100644 index f284e53..0000000 --- a/justin_quiros/array.rb +++ /dev/null @@ -1,15 +0,0 @@ -a = ["Justin", "Dustin", "Mike", "Corie"] -b = [5, 6, 9, 3] -c = ["Dustin", 3] -# a = %w{Justin Matt Doug} -# # x = a+b-c -# puts a.fetch(1) #displays the element of index 1 -# a. delete("Corie") #deletes corie from array -#puts a.reverse #reverses order of array -# puts "Length of a is #{a.length}" #displays length of array -#puts a.sort #sorts array alphanumerically -#puts b.sort -#a.slice!(0) #removes index 0 from array permanently -# puts a.shuffle.join(',') #randomly shuffles array and seperates with a , -# a.insert(2, "Josh") #inserts josh at index 2 -puts a.values_at(2,3).join(' and ') #puts values at index 2 and 3 and joins with an and diff --git a/justin_quiros/bank_account.rb b/justin_quiros/bank_account.rb deleted file mode 100644 index 3561604..0000000 --- a/justin_quiros/bank_account.rb +++ /dev/null @@ -1,95 +0,0 @@ -class BankAccount - @@no_of_accounts = 0 - private - @interest - - public - def initialize - create_account() - @@no_of_accounts += 1 - @check_bal = 0 - @save_bal = 0 - @interest = 0.01 - end - - def check_account_bal - return @check_bal - self - end - - def save_account_bal - return @save_bal - self - end - - def deposit(num, acct) - if acct.end_with?("savings") - @save_bal += num - self - elsif acct.end_with?("checkings") - @check_bal += num - self - else - puts "Please enter the correct account type." - self - end - end - - def withdrawl(num, acct) - if acct.end_with?("savings") - if @save_bal > num - @save_bal -= num - self - else @save_bal < num - puts "Sorry, this account has insufficient funds." - self - end - end - if acct.end_with?("checkings") - if @check_bal > num - @check_bal -= num - self - else @check_bal < num - puts "Sorry, this account has insufficient funds." - self - end - end - self - end - - def account_total - puts "Your total balance is #{@check_bal + @save_bal}" - self - end - - def self.no_of_accounts - return @@no_of_accounts - self - end - - def account_information - - puts "Account num: #{@account_num}" - puts "Total account balance: #{@check_bal + @save_bal}" - puts "Checking account balance: #{@check_bal}" - puts "Saving account balance: #{@save_bal}" - puts "Your current interest rate:" + show_interest().to_s - self - end - - private - def create_account - @account_num = Random.rand(100000..700000) - end - def show_interest - return @interest - end -end - -user1 = BankAccount.new.deposit(1000, "savings").withdrawl(20, "savings").deposit(1000, "checkings").withdrawl(100, "checkings").account_total -user1.account_information -p "This bank has " + BankAccount.no_of_accounts.to_s + " bank accounts." - - - - diff --git a/justin_quiros/bpm/.gitignore b/justin_quiros/bpm/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/justin_quiros/bpm/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/justin_quiros/bpm/Gemfile b/justin_quiros/bpm/Gemfile deleted file mode 100644 index 0ee61bd..0000000 --- a/justin_quiros/bpm/Gemfile +++ /dev/null @@ -1,48 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end - -gem 'hirb' diff --git a/justin_quiros/bpm/Gemfile.lock b/justin_quiros/bpm/Gemfile.lock deleted file mode 100644 index c2e340f..0000000 --- a/justin_quiros/bpm/Gemfile.lock +++ /dev/null @@ -1,174 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - bcrypt (3.1.11) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (3.2.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - bcrypt (~> 3.1.7) - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/justin_quiros/bpm/README.rdoc b/justin_quiros/bpm/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/justin_quiros/bpm/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/justin_quiros/bpm/Rakefile b/justin_quiros/bpm/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/justin_quiros/bpm/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/justin_quiros/bpm/app/assets/images/.keep b/justin_quiros/bpm/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/bpm/app/assets/javascripts/application.js b/justin_quiros/bpm/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/justin_quiros/bpm/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/justin_quiros/bpm/app/assets/stylesheets/application.css b/justin_quiros/bpm/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/justin_quiros/bpm/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/justin_quiros/bpm/app/controllers/application_controller.rb b/justin_quiros/bpm/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/justin_quiros/bpm/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/justin_quiros/bpm/app/controllers/concerns/.keep b/justin_quiros/bpm/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/bpm/app/helpers/application_helper.rb b/justin_quiros/bpm/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/justin_quiros/bpm/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/justin_quiros/bpm/app/mailers/.keep b/justin_quiros/bpm/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/bpm/app/models/.keep b/justin_quiros/bpm/app/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/bpm/app/models/blog.rb b/justin_quiros/bpm/app/models/blog.rb deleted file mode 100644 index 83e3a64..0000000 --- a/justin_quiros/bpm/app/models/blog.rb +++ /dev/null @@ -1,10 +0,0 @@ -class Blog < ActiveRecord::Base - - has_many :users - has_many :posts - has_many :owners - has_many :users, through: :owners - has_many :comments, as: :imageable - - validates :name, :description, presence: true -end diff --git a/justin_quiros/bpm/app/models/comment.rb b/justin_quiros/bpm/app/models/comment.rb deleted file mode 100644 index 96598ab..0000000 --- a/justin_quiros/bpm/app/models/comment.rb +++ /dev/null @@ -1,3 +0,0 @@ -class Comment < ActiveRecord::Base - belongs_to :imageable, polymorphic: true -end diff --git a/justin_quiros/bpm/app/models/concerns/.keep b/justin_quiros/bpm/app/models/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/bpm/app/models/message.rb b/justin_quiros/bpm/app/models/message.rb deleted file mode 100644 index 3b5a974..0000000 --- a/justin_quiros/bpm/app/models/message.rb +++ /dev/null @@ -1,15 +0,0 @@ -class Message < ActiveRecord::Base - - belongs_to :post - belongs_to :user - has_many :comments, as: :imageable - - validates :author, presence: true - validates :message, length: { in: 15..1000 } -end - - -# Query I used to get messages that were on the last blog -# I connected the tables from the middle out -# Blog -> Post -> Message -# Post.joins(:messages).joins(:blog).where(blog: Blog.last) \ No newline at end of file diff --git a/justin_quiros/bpm/app/models/owner.rb b/justin_quiros/bpm/app/models/owner.rb deleted file mode 100644 index dfd7701..0000000 --- a/justin_quiros/bpm/app/models/owner.rb +++ /dev/null @@ -1,5 +0,0 @@ -class Owner < ActiveRecord::Base - - belongs_to :user - belongs_to :blog -end diff --git a/justin_quiros/bpm/app/models/post.rb b/justin_quiros/bpm/app/models/post.rb deleted file mode 100644 index 5fd19e8..0000000 --- a/justin_quiros/bpm/app/models/post.rb +++ /dev/null @@ -1,13 +0,0 @@ -class Post < ActiveRecord::Base - - belongs_to :blog - belongs_to :user - has_many :comments, as: :imageable - - has_many :messages, :dependent => :destroy - validates :title, :content, presence: true - validates :title, length: { in: 7..1000 } -end - - -# Post.joins(:messages).joins(:blog).where(blog: Blog.last) diff --git a/justin_quiros/bpm/app/models/user.rb b/justin_quiros/bpm/app/models/user.rb deleted file mode 100644 index 2168871..0000000 --- a/justin_quiros/bpm/app/models/user.rb +++ /dev/null @@ -1,13 +0,0 @@ -class User < ActiveRecord::Base - - has_many :messages - has_many :posts - has_many :owners - has_many :blogs, through: :owners - has_many :comments, as: :imageable - - EMAIL_REGEX = /\A([^@\s]+)@((?:[-a-z0-9]+\.)+[a-z]+)\z/i - validates :first_name, :last_name, presence: true, length: { in: 2..20 } - validates :email, presence: true, uniqueness: { case_sensitive: false }, format: { with: EMAIL_REGEX }, length: { in: 4..40 } - -end diff --git a/justin_quiros/bpm/app/views/layouts/application.html.erb b/justin_quiros/bpm/app/views/layouts/application.html.erb deleted file mode 100644 index 534513e..0000000 --- a/justin_quiros/bpm/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - Bpm - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/justin_quiros/bpm/bin/bundle b/justin_quiros/bpm/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/justin_quiros/bpm/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/justin_quiros/bpm/bin/rails b/justin_quiros/bpm/bin/rails deleted file mode 100755 index 0138d79..0000000 --- a/justin_quiros/bpm/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/justin_quiros/bpm/bin/rake b/justin_quiros/bpm/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/justin_quiros/bpm/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/justin_quiros/bpm/bin/setup b/justin_quiros/bpm/bin/setup deleted file mode 100755 index acdb2c1..0000000 --- a/justin_quiros/bpm/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/justin_quiros/bpm/bin/spring b/justin_quiros/bpm/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/justin_quiros/bpm/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/justin_quiros/bpm/config.ru b/justin_quiros/bpm/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/justin_quiros/bpm/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/justin_quiros/bpm/config/application.rb b/justin_quiros/bpm/config/application.rb deleted file mode 100644 index e10519e..0000000 --- a/justin_quiros/bpm/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module Bpm - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/justin_quiros/bpm/config/boot.rb b/justin_quiros/bpm/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/justin_quiros/bpm/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/justin_quiros/bpm/config/database.yml b/justin_quiros/bpm/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/justin_quiros/bpm/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/justin_quiros/bpm/config/environment.rb b/justin_quiros/bpm/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/justin_quiros/bpm/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/justin_quiros/bpm/config/environments/development.rb b/justin_quiros/bpm/config/environments/development.rb deleted file mode 100644 index b55e214..0000000 --- a/justin_quiros/bpm/config/environments/development.rb +++ /dev/null @@ -1,41 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/justin_quiros/bpm/config/environments/production.rb b/justin_quiros/bpm/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/justin_quiros/bpm/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/justin_quiros/bpm/config/environments/test.rb b/justin_quiros/bpm/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/justin_quiros/bpm/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/justin_quiros/bpm/config/initializers/assets.rb b/justin_quiros/bpm/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/justin_quiros/bpm/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/justin_quiros/bpm/config/initializers/backtrace_silencers.rb b/justin_quiros/bpm/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/justin_quiros/bpm/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/justin_quiros/bpm/config/initializers/cookies_serializer.rb b/justin_quiros/bpm/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/justin_quiros/bpm/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/justin_quiros/bpm/config/initializers/filter_parameter_logging.rb b/justin_quiros/bpm/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/justin_quiros/bpm/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/justin_quiros/bpm/config/initializers/inflections.rb b/justin_quiros/bpm/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/justin_quiros/bpm/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/justin_quiros/bpm/config/initializers/mime_types.rb b/justin_quiros/bpm/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/justin_quiros/bpm/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/justin_quiros/bpm/config/initializers/session_store.rb b/justin_quiros/bpm/config/initializers/session_store.rb deleted file mode 100644 index e1f9e8c..0000000 --- a/justin_quiros/bpm/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_bpm_session' diff --git a/justin_quiros/bpm/config/initializers/wrap_parameters.rb b/justin_quiros/bpm/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/justin_quiros/bpm/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/justin_quiros/bpm/config/locales/en.yml b/justin_quiros/bpm/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/justin_quiros/bpm/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/justin_quiros/bpm/config/routes.rb b/justin_quiros/bpm/config/routes.rb deleted file mode 100644 index 3f66539..0000000 --- a/justin_quiros/bpm/config/routes.rb +++ /dev/null @@ -1,56 +0,0 @@ -Rails.application.routes.draw do - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/justin_quiros/bpm/config/secrets.yml b/justin_quiros/bpm/config/secrets.yml deleted file mode 100644 index 8c85ae8..0000000 --- a/justin_quiros/bpm/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: 2adcd4f35cb3dc81529333e364fabd5813be799165a74a6701653e75a59305485ae232c4fce047bbe84099d2ff757d82fffa45e1f06095763665f792af9f0625 - -test: - secret_key_base: 3a7598ecf1e015abaa8232648420dc8b608e70b8264d005763cb57e93cd510f9fd964bf10623e4fbe6e749d1197ea95eb1a47d4ca04d9b0acbaabe4b394501d0 - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/justin_quiros/bpm/db/migrate/20171130134326_create_blogs.rb b/justin_quiros/bpm/db/migrate/20171130134326_create_blogs.rb deleted file mode 100644 index 87471d4..0000000 --- a/justin_quiros/bpm/db/migrate/20171130134326_create_blogs.rb +++ /dev/null @@ -1,10 +0,0 @@ -class CreateBlogs < ActiveRecord::Migration - def change - create_table :blogs do |t| - t.string :name - t.text :description - - t.timestamps null: false - end - end -end diff --git a/justin_quiros/bpm/db/migrate/20171130134338_create_posts.rb b/justin_quiros/bpm/db/migrate/20171130134338_create_posts.rb deleted file mode 100644 index 90e2db8..0000000 --- a/justin_quiros/bpm/db/migrate/20171130134338_create_posts.rb +++ /dev/null @@ -1,11 +0,0 @@ -class CreatePosts < ActiveRecord::Migration - def change - create_table :posts do |t| - t.string :title - t.text :content - t.references :blog, index: true, foreign_key: true - - t.timestamps null: false - end - end -end diff --git a/justin_quiros/bpm/db/migrate/20171130134346_create_messages.rb b/justin_quiros/bpm/db/migrate/20171130134346_create_messages.rb deleted file mode 100644 index cf927e7..0000000 --- a/justin_quiros/bpm/db/migrate/20171130134346_create_messages.rb +++ /dev/null @@ -1,11 +0,0 @@ -class CreateMessages < ActiveRecord::Migration - def change - create_table :messages do |t| - t.string :author - t.text :message - t.references :post, index: true, foreign_key: true - - t.timestamps null: false - end - end -end diff --git a/justin_quiros/bpm/db/migrate/20171130165120_create_users.rb b/justin_quiros/bpm/db/migrate/20171130165120_create_users.rb deleted file mode 100644 index cc285fe..0000000 --- a/justin_quiros/bpm/db/migrate/20171130165120_create_users.rb +++ /dev/null @@ -1,11 +0,0 @@ -class CreateUsers < ActiveRecord::Migration - def change - create_table :users do |t| - t.string :first_name - t.string :last_name - t.string :email - - t.timestamps null: false - end - end -end diff --git a/justin_quiros/bpm/db/migrate/20171130173850_create_owners.rb b/justin_quiros/bpm/db/migrate/20171130173850_create_owners.rb deleted file mode 100644 index e76114e..0000000 --- a/justin_quiros/bpm/db/migrate/20171130173850_create_owners.rb +++ /dev/null @@ -1,10 +0,0 @@ -class CreateOwners < ActiveRecord::Migration - def change - create_table :owners do |t| - t.references :user, index: true, foreign_key: true - t.references :blog, index: true, foreign_key: true - - t.timestamps null: false - end - end -end diff --git a/justin_quiros/bpm/db/migrate/20171130182335_add_user_to_post.rb b/justin_quiros/bpm/db/migrate/20171130182335_add_user_to_post.rb deleted file mode 100644 index 3009ed7..0000000 --- a/justin_quiros/bpm/db/migrate/20171130182335_add_user_to_post.rb +++ /dev/null @@ -1,5 +0,0 @@ -class AddUserToPost < ActiveRecord::Migration - def change - add_reference :posts, :user, index: true, foreign_key: true - end -end diff --git a/justin_quiros/bpm/db/migrate/20171130202315_create_comments.rb b/justin_quiros/bpm/db/migrate/20171130202315_create_comments.rb deleted file mode 100644 index e8c1724..0000000 --- a/justin_quiros/bpm/db/migrate/20171130202315_create_comments.rb +++ /dev/null @@ -1,9 +0,0 @@ -class CreateComments < ActiveRecord::Migration - def change - create_table :comments do |t| - t.references :imageable, polymorphic: true, index: true - - t.timestamps null: false - end - end -end diff --git a/justin_quiros/bpm/db/schema.rb b/justin_quiros/bpm/db/schema.rb deleted file mode 100644 index 20e98bc..0000000 --- a/justin_quiros/bpm/db/schema.rb +++ /dev/null @@ -1,74 +0,0 @@ -# encoding: UTF-8 -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# Note that this schema.rb definition is the authoritative source for your -# database schema. If you need to create the application database on another -# system, you should be using db:schema:load, not running all the migrations -# from scratch. The latter is a flawed and unsustainable approach (the more migrations -# you'll amass, the slower it'll run and the greater likelihood for issues). -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema.define(version: 20171130202315) do - - create_table "blogs", force: :cascade do |t| - t.string "name" - t.text "description" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - create_table "comments", force: :cascade do |t| - t.integer "imageable_id" - t.string "imageable_type" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - add_index "comments", ["imageable_type", "imageable_id"], name: "index_comments_on_imageable_type_and_imageable_id" - - create_table "messages", force: :cascade do |t| - t.string "author" - t.text "message" - t.integer "post_id" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - t.integer "user_id" - end - - add_index "messages", ["post_id"], name: "index_messages_on_post_id" - add_index "messages", ["user_id"], name: "index_messages_on_user_id" - - create_table "owners", force: :cascade do |t| - t.integer "user_id" - t.integer "blog_id" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - add_index "owners", ["blog_id"], name: "index_owners_on_blog_id" - add_index "owners", ["user_id"], name: "index_owners_on_user_id" - - create_table "posts", force: :cascade do |t| - t.string "title" - t.text "content" - t.integer "blog_id" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - t.integer "user_id" - end - - add_index "posts", ["blog_id"], name: "index_posts_on_blog_id" - add_index "posts", ["user_id"], name: "index_posts_on_user_id" - - create_table "users", force: :cascade do |t| - t.string "first_name" - t.string "last_name" - t.string "email" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - -end diff --git a/justin_quiros/bpm/db/seeds.rb b/justin_quiros/bpm/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/justin_quiros/bpm/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/justin_quiros/bpm/lib/assets/.keep b/justin_quiros/bpm/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/bpm/lib/tasks/.keep b/justin_quiros/bpm/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/bpm/log/.keep b/justin_quiros/bpm/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/bpm/public/404.html b/justin_quiros/bpm/public/404.html deleted file mode 100644 index b612547..0000000 --- a/justin_quiros/bpm/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/justin_quiros/bpm/public/422.html b/justin_quiros/bpm/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/justin_quiros/bpm/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/justin_quiros/bpm/public/500.html b/justin_quiros/bpm/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/justin_quiros/bpm/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/justin_quiros/bpm/public/favicon.ico b/justin_quiros/bpm/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/bpm/public/robots.txt b/justin_quiros/bpm/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/justin_quiros/bpm/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/justin_quiros/bpm/test/controllers/.keep b/justin_quiros/bpm/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/bpm/test/fixtures/.keep b/justin_quiros/bpm/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/bpm/test/fixtures/blogs.yml b/justin_quiros/bpm/test/fixtures/blogs.yml deleted file mode 100644 index 2ff75a8..0000000 --- a/justin_quiros/bpm/test/fixtures/blogs.yml +++ /dev/null @@ -1,9 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - name: MyString - description: MyText - -two: - name: MyString - description: MyText diff --git a/justin_quiros/bpm/test/fixtures/comments.yml b/justin_quiros/bpm/test/fixtures/comments.yml deleted file mode 100644 index 24eee9e..0000000 --- a/justin_quiros/bpm/test/fixtures/comments.yml +++ /dev/null @@ -1,9 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - imageable_id: - imageable_type: Imageable - -two: - imageable_id: - imageable_type: Imageable diff --git a/justin_quiros/bpm/test/fixtures/messages.yml b/justin_quiros/bpm/test/fixtures/messages.yml deleted file mode 100644 index e3c84c8..0000000 --- a/justin_quiros/bpm/test/fixtures/messages.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - author: MyString - message: MyText - post_id: - -two: - author: MyString - message: MyText - post_id: diff --git a/justin_quiros/bpm/test/fixtures/owners.yml b/justin_quiros/bpm/test/fixtures/owners.yml deleted file mode 100644 index 99a91f2..0000000 --- a/justin_quiros/bpm/test/fixtures/owners.yml +++ /dev/null @@ -1,9 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - user_id: - blog_id: - -two: - user_id: - blog_id: diff --git a/justin_quiros/bpm/test/fixtures/posts.yml b/justin_quiros/bpm/test/fixtures/posts.yml deleted file mode 100644 index dcc822e..0000000 --- a/justin_quiros/bpm/test/fixtures/posts.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - title: MyString - content: MyText - blog_id: - -two: - title: MyString - content: MyText - blog_id: diff --git a/justin_quiros/bpm/test/fixtures/users.yml b/justin_quiros/bpm/test/fixtures/users.yml deleted file mode 100644 index ef04625..0000000 --- a/justin_quiros/bpm/test/fixtures/users.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - first_name: MyString - last_name: MyString - email: MyString - -two: - first_name: MyString - last_name: MyString - email: MyString diff --git a/justin_quiros/bpm/test/helpers/.keep b/justin_quiros/bpm/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/bpm/test/integration/.keep b/justin_quiros/bpm/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/bpm/test/mailers/.keep b/justin_quiros/bpm/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/bpm/test/models/.keep b/justin_quiros/bpm/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/bpm/test/models/blog_test.rb b/justin_quiros/bpm/test/models/blog_test.rb deleted file mode 100644 index 5038377..0000000 --- a/justin_quiros/bpm/test/models/blog_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class BlogTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/justin_quiros/bpm/test/models/comment_test.rb b/justin_quiros/bpm/test/models/comment_test.rb deleted file mode 100644 index b6d6131..0000000 --- a/justin_quiros/bpm/test/models/comment_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class CommentTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/justin_quiros/bpm/test/models/message_test.rb b/justin_quiros/bpm/test/models/message_test.rb deleted file mode 100644 index 11e5db0..0000000 --- a/justin_quiros/bpm/test/models/message_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class MessageTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/justin_quiros/bpm/test/models/owner_test.rb b/justin_quiros/bpm/test/models/owner_test.rb deleted file mode 100644 index d857cee..0000000 --- a/justin_quiros/bpm/test/models/owner_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class OwnerTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/justin_quiros/bpm/test/models/post_test.rb b/justin_quiros/bpm/test/models/post_test.rb deleted file mode 100644 index 6d9d463..0000000 --- a/justin_quiros/bpm/test/models/post_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class PostTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/justin_quiros/bpm/test/models/user_test.rb b/justin_quiros/bpm/test/models/user_test.rb deleted file mode 100644 index 82f61e0..0000000 --- a/justin_quiros/bpm/test/models/user_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class UserTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/justin_quiros/bpm/test/test_helper.rb b/justin_quiros/bpm/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/justin_quiros/bpm/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/justin_quiros/bpm/vendor/assets/javascripts/.keep b/justin_quiros/bpm/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/bpm/vendor/assets/stylesheets/.keep b/justin_quiros/bpm/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/demo/.gitignore b/justin_quiros/demo/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/justin_quiros/demo/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/justin_quiros/demo/Gemfile b/justin_quiros/demo/Gemfile deleted file mode 100644 index 66c1aef..0000000 --- a/justin_quiros/demo/Gemfile +++ /dev/null @@ -1,50 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end - -gem 'hirb' -gem 'rails-footnotes', '>= 4.0.0', '<5' - diff --git a/justin_quiros/demo/Gemfile.lock b/justin_quiros/demo/Gemfile.lock deleted file mode 100644 index eefb285..0000000 --- a/justin_quiros/demo/Gemfile.lock +++ /dev/null @@ -1,175 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-footnotes (4.1.8) - rails (>= 3.2) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (3.2.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - rails-footnotes (>= 4.0.0, < 5) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/justin_quiros/demo/README.rdoc b/justin_quiros/demo/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/justin_quiros/demo/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/justin_quiros/demo/Rakefile b/justin_quiros/demo/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/justin_quiros/demo/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/justin_quiros/demo/app/assets/images/.keep b/justin_quiros/demo/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/demo/app/assets/javascripts/application.js b/justin_quiros/demo/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/justin_quiros/demo/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/justin_quiros/demo/app/assets/javascripts/products.coffee b/justin_quiros/demo/app/assets/javascripts/products.coffee deleted file mode 100644 index 24f83d1..0000000 --- a/justin_quiros/demo/app/assets/javascripts/products.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://coffeescript.org/ diff --git a/justin_quiros/demo/app/assets/stylesheets/application.css b/justin_quiros/demo/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/justin_quiros/demo/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/justin_quiros/demo/app/assets/stylesheets/products.scss b/justin_quiros/demo/app/assets/stylesheets/products.scss deleted file mode 100644 index 89e2e8d..0000000 --- a/justin_quiros/demo/app/assets/stylesheets/products.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the products controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/justin_quiros/demo/app/controllers/application_controller.rb b/justin_quiros/demo/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/justin_quiros/demo/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/justin_quiros/demo/app/controllers/concerns/.keep b/justin_quiros/demo/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/demo/app/controllers/products_controller.rb b/justin_quiros/demo/app/controllers/products_controller.rb deleted file mode 100644 index e846287..0000000 --- a/justin_quiros/demo/app/controllers/products_controller.rb +++ /dev/null @@ -1,19 +0,0 @@ -class ProductsController < ApplicationController - def index - @products = Product.all - # render json: @products - # if errors? - # flash[:error] = "You must put a product name and description" - # redirect_to '/products' - # else - # flash[:success] = "You added a new product!" - # redirect_to '/products' - # end - - end - - def new - @product = Product.create(name: params[:name], description: params[:description]) - redirect_to '/products' - end -end diff --git a/justin_quiros/demo/app/helpers/application_helper.rb b/justin_quiros/demo/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/justin_quiros/demo/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/justin_quiros/demo/app/helpers/products_helper.rb b/justin_quiros/demo/app/helpers/products_helper.rb deleted file mode 100644 index ab5c42b..0000000 --- a/justin_quiros/demo/app/helpers/products_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ProductsHelper -end diff --git a/justin_quiros/demo/app/mailers/.keep b/justin_quiros/demo/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/demo/app/models/.keep b/justin_quiros/demo/app/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/demo/app/models/concerns/.keep b/justin_quiros/demo/app/models/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/demo/app/models/product.rb b/justin_quiros/demo/app/models/product.rb deleted file mode 100644 index 077a819..0000000 --- a/justin_quiros/demo/app/models/product.rb +++ /dev/null @@ -1,2 +0,0 @@ -class Product < ActiveRecord::Base -end diff --git a/justin_quiros/demo/app/views/layouts/application.html.erb b/justin_quiros/demo/app/views/layouts/application.html.erb deleted file mode 100644 index 6de4112..0000000 --- a/justin_quiros/demo/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - Demo - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/justin_quiros/demo/app/views/products/index.html.erb b/justin_quiros/demo/app/views/products/index.html.erb deleted file mode 100644 index 39b9dc8..0000000 --- a/justin_quiros/demo/app/views/products/index.html.erb +++ /dev/null @@ -1,29 +0,0 @@ -

Products

- - - - - - - - - - <% @products.each do |product| %> - - - - - - <% end %> - -
NameDescriptionCreated At
<%= product.name %><%= product.description %><%= product.created_at %>
-
-
- - -
-
- -
- -
diff --git a/justin_quiros/demo/app/views/products/new.html.erb b/justin_quiros/demo/app/views/products/new.html.erb deleted file mode 100644 index a14e0d9..0000000 --- a/justin_quiros/demo/app/views/products/new.html.erb +++ /dev/null @@ -1,2 +0,0 @@ -

Products#new

-

Find me in app/views/products/new.html.erb

diff --git a/justin_quiros/demo/bin/bundle b/justin_quiros/demo/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/justin_quiros/demo/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/justin_quiros/demo/bin/rails b/justin_quiros/demo/bin/rails deleted file mode 100755 index 0138d79..0000000 --- a/justin_quiros/demo/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/justin_quiros/demo/bin/rake b/justin_quiros/demo/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/justin_quiros/demo/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/justin_quiros/demo/bin/setup b/justin_quiros/demo/bin/setup deleted file mode 100755 index acdb2c1..0000000 --- a/justin_quiros/demo/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/justin_quiros/demo/bin/spring b/justin_quiros/demo/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/justin_quiros/demo/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/justin_quiros/demo/config.ru b/justin_quiros/demo/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/justin_quiros/demo/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/justin_quiros/demo/config/application.rb b/justin_quiros/demo/config/application.rb deleted file mode 100644 index ecdb688..0000000 --- a/justin_quiros/demo/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module Demo - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/justin_quiros/demo/config/boot.rb b/justin_quiros/demo/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/justin_quiros/demo/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/justin_quiros/demo/config/database.yml b/justin_quiros/demo/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/justin_quiros/demo/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/justin_quiros/demo/config/environment.rb b/justin_quiros/demo/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/justin_quiros/demo/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/justin_quiros/demo/config/environments/development.rb b/justin_quiros/demo/config/environments/development.rb deleted file mode 100644 index 0624810..0000000 --- a/justin_quiros/demo/config/environments/development.rb +++ /dev/null @@ -1,46 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Use the below so you don't have to shut down server everytime you make a change in your controller - config.reload_classes_only_on_change = false - - # Use the below to get rid of unwanted text in console - config.log_level = :warn - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/justin_quiros/demo/config/environments/production.rb b/justin_quiros/demo/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/justin_quiros/demo/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/justin_quiros/demo/config/environments/test.rb b/justin_quiros/demo/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/justin_quiros/demo/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/justin_quiros/demo/config/initializers/assets.rb b/justin_quiros/demo/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/justin_quiros/demo/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/justin_quiros/demo/config/initializers/backtrace_silencers.rb b/justin_quiros/demo/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/justin_quiros/demo/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/justin_quiros/demo/config/initializers/cookies_serializer.rb b/justin_quiros/demo/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/justin_quiros/demo/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/justin_quiros/demo/config/initializers/filter_parameter_logging.rb b/justin_quiros/demo/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/justin_quiros/demo/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/justin_quiros/demo/config/initializers/inflections.rb b/justin_quiros/demo/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/justin_quiros/demo/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/justin_quiros/demo/config/initializers/mime_types.rb b/justin_quiros/demo/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/justin_quiros/demo/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/justin_quiros/demo/config/initializers/rails_footnotes.rb b/justin_quiros/demo/config/initializers/rails_footnotes.rb deleted file mode 100644 index 9a15363..0000000 --- a/justin_quiros/demo/config/initializers/rails_footnotes.rb +++ /dev/null @@ -1,27 +0,0 @@ -defined?(Footnotes) && Footnotes.setup do |f| - # Whether or not to enable footnotes - f.enabled = Rails.env.development? - # You can also use a lambda / proc to conditionally toggle footnotes - # Example : - # f.enabled = -> { User.current.admin? } - # Beware of thread-safety though, Footnotes.enabled is NOT thread safe - # and should not be modified anywhere else. - - # Only toggle some notes : - # f.notes = [:session, :cookies, :params, :filters, :routes, :env, :queries, :log] - - # Change the prefix : - # f.prefix = 'mvim://open?url=file://%s&line=%d&column=%d' - - # Disable style : - # f.no_style = true - - # Lock notes to top right : - # f.lock_top_right = true - - # Change font size : - # f.font_size = '11px' - - # Allow to open multiple notes : - # f.multiple_notes = true -end diff --git a/justin_quiros/demo/config/initializers/session_store.rb b/justin_quiros/demo/config/initializers/session_store.rb deleted file mode 100644 index 27842ef..0000000 --- a/justin_quiros/demo/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_demo_session' diff --git a/justin_quiros/demo/config/initializers/wrap_parameters.rb b/justin_quiros/demo/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/justin_quiros/demo/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/justin_quiros/demo/config/locales/en.yml b/justin_quiros/demo/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/justin_quiros/demo/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/justin_quiros/demo/config/routes.rb b/justin_quiros/demo/config/routes.rb deleted file mode 100644 index 28bdd92..0000000 --- a/justin_quiros/demo/config/routes.rb +++ /dev/null @@ -1,73 +0,0 @@ -Rails.application.routes.draw do - get 'products/index' - get 'products/new' - post "products" => 'products#new' - root 'products#index' - - resources :products - - get "products" => "products#index" - get "products/new" => "products#new" - post "products" => "products#create" - get "products/:id" => "products#show" - get "products/:id/edit" => "products#edit" - patch "products/:id" => "products#update" - delete "products/:id" => "products#destroy" - - - - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/justin_quiros/demo/config/secrets.yml b/justin_quiros/demo/config/secrets.yml deleted file mode 100644 index d78a5f5..0000000 --- a/justin_quiros/demo/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: b57506a4396865b961fc24e19d82d160d6f30102c00320353e7bfab882b930632cede8f49fbf904e0920580964f890bbbe61d13393365099fab53e387d5b5801 - -test: - secret_key_base: 36894e87d42fff7805e5ccd637940710790753be7a2a3e08de161be8ada0e8d5fca4fa3dab127063ed075dc7fd7d408ed171c3b39c27989d072b866786249b96 - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/justin_quiros/demo/db/migrate/20171201182659_create_products.rb b/justin_quiros/demo/db/migrate/20171201182659_create_products.rb deleted file mode 100644 index 012aece..0000000 --- a/justin_quiros/demo/db/migrate/20171201182659_create_products.rb +++ /dev/null @@ -1,10 +0,0 @@ -class CreateProducts < ActiveRecord::Migration - def change - create_table :products do |t| - t.string :name - t.text :description - - t.timestamps null: false - end - end -end diff --git a/justin_quiros/demo/db/schema.rb b/justin_quiros/demo/db/schema.rb deleted file mode 100644 index 279b761..0000000 --- a/justin_quiros/demo/db/schema.rb +++ /dev/null @@ -1,23 +0,0 @@ -# encoding: UTF-8 -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# Note that this schema.rb definition is the authoritative source for your -# database schema. If you need to create the application database on another -# system, you should be using db:schema:load, not running all the migrations -# from scratch. The latter is a flawed and unsustainable approach (the more migrations -# you'll amass, the slower it'll run and the greater likelihood for issues). -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema.define(version: 20171201182659) do - - create_table "products", force: :cascade do |t| - t.string "name" - t.text "description" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - -end diff --git a/justin_quiros/demo/db/seeds.rb b/justin_quiros/demo/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/justin_quiros/demo/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/justin_quiros/demo/lib/assets/.keep b/justin_quiros/demo/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/demo/lib/tasks/.keep b/justin_quiros/demo/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/demo/log/.keep b/justin_quiros/demo/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/demo/public/404.html b/justin_quiros/demo/public/404.html deleted file mode 100644 index b612547..0000000 --- a/justin_quiros/demo/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/justin_quiros/demo/public/422.html b/justin_quiros/demo/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/justin_quiros/demo/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/justin_quiros/demo/public/500.html b/justin_quiros/demo/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/justin_quiros/demo/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/justin_quiros/demo/public/favicon.ico b/justin_quiros/demo/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/demo/public/robots.txt b/justin_quiros/demo/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/justin_quiros/demo/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/justin_quiros/demo/test/controllers/.keep b/justin_quiros/demo/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/demo/test/controllers/products_controller_test.rb b/justin_quiros/demo/test/controllers/products_controller_test.rb deleted file mode 100644 index d97d2ba..0000000 --- a/justin_quiros/demo/test/controllers/products_controller_test.rb +++ /dev/null @@ -1,14 +0,0 @@ -require 'test_helper' - -class ProductsControllerTest < ActionController::TestCase - test "should get index" do - get :index - assert_response :success - end - - test "should get new" do - get :new - assert_response :success - end - -end diff --git a/justin_quiros/demo/test/fixtures/.keep b/justin_quiros/demo/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/demo/test/fixtures/products.yml b/justin_quiros/demo/test/fixtures/products.yml deleted file mode 100644 index 2ff75a8..0000000 --- a/justin_quiros/demo/test/fixtures/products.yml +++ /dev/null @@ -1,9 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - name: MyString - description: MyText - -two: - name: MyString - description: MyText diff --git a/justin_quiros/demo/test/helpers/.keep b/justin_quiros/demo/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/demo/test/integration/.keep b/justin_quiros/demo/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/demo/test/mailers/.keep b/justin_quiros/demo/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/demo/test/models/.keep b/justin_quiros/demo/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/demo/test/models/product_test.rb b/justin_quiros/demo/test/models/product_test.rb deleted file mode 100644 index 211cdd0..0000000 --- a/justin_quiros/demo/test/models/product_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class ProductTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/justin_quiros/demo/test/test_helper.rb b/justin_quiros/demo/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/justin_quiros/demo/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/justin_quiros/demo/vendor/assets/javascripts/.keep b/justin_quiros/demo/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/demo/vendor/assets/stylesheets/.keep b/justin_quiros/demo/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/display/.gitignore b/justin_quiros/display/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/justin_quiros/display/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/justin_quiros/display/Gemfile b/justin_quiros/display/Gemfile deleted file mode 100644 index acc0432..0000000 --- a/justin_quiros/display/Gemfile +++ /dev/null @@ -1,50 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - -gem 'hirb' -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -gem 'rails-footnotes', '>= 4.0.0', '<5' - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end - diff --git a/justin_quiros/display/Gemfile.lock b/justin_quiros/display/Gemfile.lock deleted file mode 100644 index eefb285..0000000 --- a/justin_quiros/display/Gemfile.lock +++ /dev/null @@ -1,175 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-footnotes (4.1.8) - rails (>= 3.2) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (3.2.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - rails-footnotes (>= 4.0.0, < 5) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/justin_quiros/display/README.rdoc b/justin_quiros/display/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/justin_quiros/display/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/justin_quiros/display/Rakefile b/justin_quiros/display/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/justin_quiros/display/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/justin_quiros/display/app/assets/images/.keep b/justin_quiros/display/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/display/app/assets/javascripts/application.js b/justin_quiros/display/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/justin_quiros/display/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/justin_quiros/display/app/assets/javascripts/times.coffee b/justin_quiros/display/app/assets/javascripts/times.coffee deleted file mode 100644 index 24f83d1..0000000 --- a/justin_quiros/display/app/assets/javascripts/times.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://coffeescript.org/ diff --git a/justin_quiros/display/app/assets/stylesheets/application.css b/justin_quiros/display/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/justin_quiros/display/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/justin_quiros/display/app/assets/stylesheets/times.scss b/justin_quiros/display/app/assets/stylesheets/times.scss deleted file mode 100644 index 8aca602..0000000 --- a/justin_quiros/display/app/assets/stylesheets/times.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the Times controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/justin_quiros/display/app/controllers/application_controller.rb b/justin_quiros/display/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/justin_quiros/display/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/justin_quiros/display/app/controllers/concerns/.keep b/justin_quiros/display/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/display/app/controllers/times_controller.rb b/justin_quiros/display/app/controllers/times_controller.rb deleted file mode 100644 index 1a43f93..0000000 --- a/justin_quiros/display/app/controllers/times_controller.rb +++ /dev/null @@ -1,6 +0,0 @@ -class TimesController < ApplicationController - def main - @date = Time.now.strftime("%m/%d/%Y") - @time = Time.now.strftime("%H:%M:%S") - end -end diff --git a/justin_quiros/display/app/helpers/application_helper.rb b/justin_quiros/display/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/justin_quiros/display/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/justin_quiros/display/app/helpers/times_helper.rb b/justin_quiros/display/app/helpers/times_helper.rb deleted file mode 100644 index db171a4..0000000 --- a/justin_quiros/display/app/helpers/times_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module TimesHelper -end diff --git a/justin_quiros/display/app/mailers/.keep b/justin_quiros/display/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/display/app/models/.keep b/justin_quiros/display/app/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/display/app/models/concerns/.keep b/justin_quiros/display/app/models/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/display/app/views/layouts/application.html.erb b/justin_quiros/display/app/views/layouts/application.html.erb deleted file mode 100644 index 6f0044c..0000000 --- a/justin_quiros/display/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - Display - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/justin_quiros/display/app/views/times/main.html.erb b/justin_quiros/display/app/views/times/main.html.erb deleted file mode 100644 index c67cc27..0000000 --- a/justin_quiros/display/app/views/times/main.html.erb +++ /dev/null @@ -1,3 +0,0 @@ -

The current time and date:

-

<%= @date %>

-

<%= @time %>

diff --git a/justin_quiros/display/bin/bundle b/justin_quiros/display/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/justin_quiros/display/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/justin_quiros/display/bin/rails b/justin_quiros/display/bin/rails deleted file mode 100755 index 0138d79..0000000 --- a/justin_quiros/display/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/justin_quiros/display/bin/rake b/justin_quiros/display/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/justin_quiros/display/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/justin_quiros/display/bin/setup b/justin_quiros/display/bin/setup deleted file mode 100755 index acdb2c1..0000000 --- a/justin_quiros/display/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/justin_quiros/display/bin/spring b/justin_quiros/display/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/justin_quiros/display/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/justin_quiros/display/config.ru b/justin_quiros/display/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/justin_quiros/display/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/justin_quiros/display/config/application.rb b/justin_quiros/display/config/application.rb deleted file mode 100644 index 04a7b99..0000000 --- a/justin_quiros/display/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module Display - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/justin_quiros/display/config/boot.rb b/justin_quiros/display/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/justin_quiros/display/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/justin_quiros/display/config/database.yml b/justin_quiros/display/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/justin_quiros/display/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/justin_quiros/display/config/environment.rb b/justin_quiros/display/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/justin_quiros/display/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/justin_quiros/display/config/environments/development.rb b/justin_quiros/display/config/environments/development.rb deleted file mode 100644 index b9b130c..0000000 --- a/justin_quiros/display/config/environments/development.rb +++ /dev/null @@ -1,48 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - - # Use the below so you don't have to shut down server everytime you make a change in your controller - config.reload_classes_only_on_change = false - - # Use the below to get rid of unwanted text in console - config.log_level = :warn - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/justin_quiros/display/config/environments/production.rb b/justin_quiros/display/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/justin_quiros/display/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/justin_quiros/display/config/environments/test.rb b/justin_quiros/display/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/justin_quiros/display/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/justin_quiros/display/config/initializers/assets.rb b/justin_quiros/display/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/justin_quiros/display/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/justin_quiros/display/config/initializers/backtrace_silencers.rb b/justin_quiros/display/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/justin_quiros/display/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/justin_quiros/display/config/initializers/cookies_serializer.rb b/justin_quiros/display/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/justin_quiros/display/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/justin_quiros/display/config/initializers/filter_parameter_logging.rb b/justin_quiros/display/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/justin_quiros/display/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/justin_quiros/display/config/initializers/inflections.rb b/justin_quiros/display/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/justin_quiros/display/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/justin_quiros/display/config/initializers/mime_types.rb b/justin_quiros/display/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/justin_quiros/display/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/justin_quiros/display/config/initializers/session_store.rb b/justin_quiros/display/config/initializers/session_store.rb deleted file mode 100644 index a9cccfc..0000000 --- a/justin_quiros/display/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_display_session' diff --git a/justin_quiros/display/config/initializers/wrap_parameters.rb b/justin_quiros/display/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/justin_quiros/display/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/justin_quiros/display/config/locales/en.yml b/justin_quiros/display/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/justin_quiros/display/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/justin_quiros/display/config/routes.rb b/justin_quiros/display/config/routes.rb deleted file mode 100644 index ff97cf0..0000000 --- a/justin_quiros/display/config/routes.rb +++ /dev/null @@ -1,60 +0,0 @@ -Rails.application.routes.draw do - get 'times/main' - - get '/' => 'times#main' - - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/justin_quiros/display/config/secrets.yml b/justin_quiros/display/config/secrets.yml deleted file mode 100644 index a640577..0000000 --- a/justin_quiros/display/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: 0848331822edc2ce6a66f09bc831e2a98431c74a386bdf4097a27635e026cb388d8326f73d2da1bc79428e966e6e7b00b71762fade69d885d693eb3314737538 - -test: - secret_key_base: e08455af1dd3f09a85b6c6029fb6fe0e131017cc20deec04a10d5b27e8a2100bf2f04b025abb4d3868dc581df6db15f49ebf0819abc26e697a5be430fcf5401f - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/justin_quiros/display/db/seeds.rb b/justin_quiros/display/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/justin_quiros/display/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/justin_quiros/display/lib/assets/.keep b/justin_quiros/display/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/display/lib/tasks/.keep b/justin_quiros/display/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/display/log/.keep b/justin_quiros/display/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/display/public/404.html b/justin_quiros/display/public/404.html deleted file mode 100644 index b612547..0000000 --- a/justin_quiros/display/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/justin_quiros/display/public/422.html b/justin_quiros/display/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/justin_quiros/display/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/justin_quiros/display/public/500.html b/justin_quiros/display/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/justin_quiros/display/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/justin_quiros/display/public/favicon.ico b/justin_quiros/display/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/display/public/robots.txt b/justin_quiros/display/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/justin_quiros/display/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/justin_quiros/display/test/controllers/.keep b/justin_quiros/display/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/display/test/controllers/times_controller_test.rb b/justin_quiros/display/test/controllers/times_controller_test.rb deleted file mode 100644 index 649dafa..0000000 --- a/justin_quiros/display/test/controllers/times_controller_test.rb +++ /dev/null @@ -1,9 +0,0 @@ -require 'test_helper' - -class TimesControllerTest < ActionController::TestCase - test "should get main" do - get :main - assert_response :success - end - -end diff --git a/justin_quiros/display/test/fixtures/.keep b/justin_quiros/display/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/display/test/helpers/.keep b/justin_quiros/display/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/display/test/integration/.keep b/justin_quiros/display/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/display/test/mailers/.keep b/justin_quiros/display/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/display/test/models/.keep b/justin_quiros/display/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/display/test/test_helper.rb b/justin_quiros/display/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/justin_quiros/display/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/justin_quiros/display/vendor/assets/javascripts/.keep b/justin_quiros/display/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/display/vendor/assets/stylesheets/.keep b/justin_quiros/display/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/dojo_dashboard/.gitignore b/justin_quiros/dojo_dashboard/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/justin_quiros/dojo_dashboard/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/justin_quiros/dojo_dashboard/Gemfile b/justin_quiros/dojo_dashboard/Gemfile deleted file mode 100644 index 53b91be..0000000 --- a/justin_quiros/dojo_dashboard/Gemfile +++ /dev/null @@ -1,48 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -gem 'hirb' -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end - diff --git a/justin_quiros/dojo_dashboard/Gemfile.lock b/justin_quiros/dojo_dashboard/Gemfile.lock deleted file mode 100644 index 69988e1..0000000 --- a/justin_quiros/dojo_dashboard/Gemfile.lock +++ /dev/null @@ -1,172 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (4.0.1) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/justin_quiros/dojo_dashboard/README.rdoc b/justin_quiros/dojo_dashboard/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/justin_quiros/dojo_dashboard/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/justin_quiros/dojo_dashboard/Rakefile b/justin_quiros/dojo_dashboard/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/justin_quiros/dojo_dashboard/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/justin_quiros/dojo_dashboard/app/assets/images/.keep b/justin_quiros/dojo_dashboard/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/dojo_dashboard/app/assets/javascripts/application.js b/justin_quiros/dojo_dashboard/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/justin_quiros/dojo_dashboard/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/justin_quiros/dojo_dashboard/app/assets/javascripts/dojos.coffee b/justin_quiros/dojo_dashboard/app/assets/javascripts/dojos.coffee deleted file mode 100644 index 24f83d1..0000000 --- a/justin_quiros/dojo_dashboard/app/assets/javascripts/dojos.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://coffeescript.org/ diff --git a/justin_quiros/dojo_dashboard/app/assets/stylesheets/application.css b/justin_quiros/dojo_dashboard/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/justin_quiros/dojo_dashboard/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/justin_quiros/dojo_dashboard/app/assets/stylesheets/dojos.scss b/justin_quiros/dojo_dashboard/app/assets/stylesheets/dojos.scss deleted file mode 100644 index fb30922..0000000 --- a/justin_quiros/dojo_dashboard/app/assets/stylesheets/dojos.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the Dojos controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/justin_quiros/dojo_dashboard/app/controllers/application_controller.rb b/justin_quiros/dojo_dashboard/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/justin_quiros/dojo_dashboard/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/justin_quiros/dojo_dashboard/app/controllers/concerns/.keep b/justin_quiros/dojo_dashboard/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/dojo_dashboard/app/controllers/dojos_controller.rb b/justin_quiros/dojo_dashboard/app/controllers/dojos_controller.rb deleted file mode 100644 index 1e9cbed..0000000 --- a/justin_quiros/dojo_dashboard/app/controllers/dojos_controller.rb +++ /dev/null @@ -1,54 +0,0 @@ -class DojosController < ApplicationController - def index - @dojos = Dojo.all - end - - def new - @dojo = Dojo.new - end - - def create - # session[:form] = form_params - @dojo = Dojo.new(form_params) - if @dojo.save - flash[:success] = "You have successfully created a Dojo!" - redirect_to dojos_path - else - flash[:errors] = @dojo.errors.full_messages - redirect_to dojos_new_path - end - end - - def show - @dojo = Dojo.find(params[:id]) - end - - def edit - @dojo = Dojo.find(params[:id]) - - end - - def update - dojo = Dojo.find(params[:id]) - - if dojo.update(form_params) - flash[:success] = "You have successfully updated a Dojo!" - redirect_to dojos_path - else - flash[:errors] = dojo.errors.full_messages - redirect_to :back - end - end - - def destroy - dojo = Dojo.find(params[:id]) - dojo.destroy - redirect_to dojos_path - end - - private - def form_params - params.require(:form).permit(:branch, :street, :city, :state) - end -end - \ No newline at end of file diff --git a/justin_quiros/dojo_dashboard/app/helpers/application_helper.rb b/justin_quiros/dojo_dashboard/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/justin_quiros/dojo_dashboard/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/justin_quiros/dojo_dashboard/app/helpers/dojos_helper.rb b/justin_quiros/dojo_dashboard/app/helpers/dojos_helper.rb deleted file mode 100644 index 194211a..0000000 --- a/justin_quiros/dojo_dashboard/app/helpers/dojos_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module DojosHelper -end diff --git a/justin_quiros/dojo_dashboard/app/mailers/.keep b/justin_quiros/dojo_dashboard/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/dojo_dashboard/app/models/.keep b/justin_quiros/dojo_dashboard/app/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/dojo_dashboard/app/models/concerns/.keep b/justin_quiros/dojo_dashboard/app/models/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/dojo_dashboard/app/models/dojo.rb b/justin_quiros/dojo_dashboard/app/models/dojo.rb deleted file mode 100644 index b387055..0000000 --- a/justin_quiros/dojo_dashboard/app/models/dojo.rb +++ /dev/null @@ -1,4 +0,0 @@ -class Dojo < ActiveRecord::Base - validates :branch, :street, :city, presence: true, length: { in: 2..40 } - validates :state, presence: true, length: { is: 2 } -end diff --git a/justin_quiros/dojo_dashboard/app/views/dojos/edit.html.erb b/justin_quiros/dojo_dashboard/app/views/dojos/edit.html.erb deleted file mode 100644 index db49cfa..0000000 --- a/justin_quiros/dojo_dashboard/app/views/dojos/edit.html.erb +++ /dev/null @@ -1,21 +0,0 @@ -

Editing <%= @dojo.city %>

-<% if flash[:errors] %> - <% flash[:errors].each do |error| %> -

<%= error %>

- <% end %> -<% end %> -
- - -

-

-

-

-

-

-

-

- -
- -

Home | Show \ No newline at end of file diff --git a/justin_quiros/dojo_dashboard/app/views/dojos/index.html.erb b/justin_quiros/dojo_dashboard/app/views/dojos/index.html.erb deleted file mode 100644 index 4cf6445..0000000 --- a/justin_quiros/dojo_dashboard/app/views/dojos/index.html.erb +++ /dev/null @@ -1,36 +0,0 @@ - -

Listing <%= @dojos.count %> Dojos

-<% if flash[:success] %> -

<%= flash[:success] %>

-<% end %> - - - - - - - - - - - - <% @dojos.each do |dojo| %> - - - - - - - - - <% end %> - -
Coding Dojo BranchStreetCityStateActions
<%= dojo.branch %> - <%= dojo.street %> - <%= dojo.city %> - <%= dojo.state %> - ShowEdit -
- -
-

New Dojo

diff --git a/justin_quiros/dojo_dashboard/app/views/dojos/new.html.erb b/justin_quiros/dojo_dashboard/app/views/dojos/new.html.erb deleted file mode 100644 index fe85395..0000000 --- a/justin_quiros/dojo_dashboard/app/views/dojos/new.html.erb +++ /dev/null @@ -1,20 +0,0 @@ -

New Dojo

-<% if flash[:errors] %> - <% flash[:errors].each do |error| %> -

<%= error %>

- <% end %> -<% end %> -
- -

-

-

-

-

-

-

-

- -
- -

Go Back

\ No newline at end of file diff --git a/justin_quiros/dojo_dashboard/app/views/dojos/show.html.erb b/justin_quiros/dojo_dashboard/app/views/dojos/show.html.erb deleted file mode 100644 index e6c4a19..0000000 --- a/justin_quiros/dojo_dashboard/app/views/dojos/show.html.erb +++ /dev/null @@ -1,4 +0,0 @@ -

<%= @dojo.city %> Dojo

-
Address: <%= @dojo.street %>
-
City: <%= @dojo.city %>
-Home | Edit \ No newline at end of file diff --git a/justin_quiros/dojo_dashboard/app/views/layouts/application.html.erb b/justin_quiros/dojo_dashboard/app/views/layouts/application.html.erb deleted file mode 100644 index 0a5ffc5..0000000 --- a/justin_quiros/dojo_dashboard/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - DojoDashboard - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/justin_quiros/dojo_dashboard/bin/bundle b/justin_quiros/dojo_dashboard/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/justin_quiros/dojo_dashboard/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/justin_quiros/dojo_dashboard/bin/rails b/justin_quiros/dojo_dashboard/bin/rails deleted file mode 100755 index 0138d79..0000000 --- a/justin_quiros/dojo_dashboard/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/justin_quiros/dojo_dashboard/bin/rake b/justin_quiros/dojo_dashboard/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/justin_quiros/dojo_dashboard/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/justin_quiros/dojo_dashboard/bin/setup b/justin_quiros/dojo_dashboard/bin/setup deleted file mode 100755 index acdb2c1..0000000 --- a/justin_quiros/dojo_dashboard/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/justin_quiros/dojo_dashboard/bin/spring b/justin_quiros/dojo_dashboard/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/justin_quiros/dojo_dashboard/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/justin_quiros/dojo_dashboard/config.ru b/justin_quiros/dojo_dashboard/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/justin_quiros/dojo_dashboard/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/justin_quiros/dojo_dashboard/config/application.rb b/justin_quiros/dojo_dashboard/config/application.rb deleted file mode 100644 index 0e5ac64..0000000 --- a/justin_quiros/dojo_dashboard/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module DojoDashboard - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/justin_quiros/dojo_dashboard/config/boot.rb b/justin_quiros/dojo_dashboard/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/justin_quiros/dojo_dashboard/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/justin_quiros/dojo_dashboard/config/database.yml b/justin_quiros/dojo_dashboard/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/justin_quiros/dojo_dashboard/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/justin_quiros/dojo_dashboard/config/environment.rb b/justin_quiros/dojo_dashboard/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/justin_quiros/dojo_dashboard/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/justin_quiros/dojo_dashboard/config/environments/development.rb b/justin_quiros/dojo_dashboard/config/environments/development.rb deleted file mode 100644 index 587a52e..0000000 --- a/justin_quiros/dojo_dashboard/config/environments/development.rb +++ /dev/null @@ -1,47 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Use the below so you don't have to shut down server everytime you make a change in your controller - config.reload_classes_only_on_change = false - - # Use the below to get rid of unwanted text in console - config.log_level = :warn - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/justin_quiros/dojo_dashboard/config/environments/production.rb b/justin_quiros/dojo_dashboard/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/justin_quiros/dojo_dashboard/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/justin_quiros/dojo_dashboard/config/environments/test.rb b/justin_quiros/dojo_dashboard/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/justin_quiros/dojo_dashboard/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/justin_quiros/dojo_dashboard/config/initializers/assets.rb b/justin_quiros/dojo_dashboard/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/justin_quiros/dojo_dashboard/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/justin_quiros/dojo_dashboard/config/initializers/backtrace_silencers.rb b/justin_quiros/dojo_dashboard/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/justin_quiros/dojo_dashboard/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/justin_quiros/dojo_dashboard/config/initializers/cookies_serializer.rb b/justin_quiros/dojo_dashboard/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/justin_quiros/dojo_dashboard/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/justin_quiros/dojo_dashboard/config/initializers/filter_parameter_logging.rb b/justin_quiros/dojo_dashboard/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/justin_quiros/dojo_dashboard/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/justin_quiros/dojo_dashboard/config/initializers/inflections.rb b/justin_quiros/dojo_dashboard/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/justin_quiros/dojo_dashboard/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/justin_quiros/dojo_dashboard/config/initializers/mime_types.rb b/justin_quiros/dojo_dashboard/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/justin_quiros/dojo_dashboard/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/justin_quiros/dojo_dashboard/config/initializers/session_store.rb b/justin_quiros/dojo_dashboard/config/initializers/session_store.rb deleted file mode 100644 index d8522bf..0000000 --- a/justin_quiros/dojo_dashboard/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_dojo_dashboard_session' diff --git a/justin_quiros/dojo_dashboard/config/initializers/wrap_parameters.rb b/justin_quiros/dojo_dashboard/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/justin_quiros/dojo_dashboard/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/justin_quiros/dojo_dashboard/config/locales/en.yml b/justin_quiros/dojo_dashboard/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/justin_quiros/dojo_dashboard/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/justin_quiros/dojo_dashboard/config/routes.rb b/justin_quiros/dojo_dashboard/config/routes.rb deleted file mode 100644 index 445e575..0000000 --- a/justin_quiros/dojo_dashboard/config/routes.rb +++ /dev/null @@ -1,65 +0,0 @@ -Rails.application.routes.draw do - - get "dojos" => 'dojos#index' - get "dojos/new" => 'dojos#new' - post "dojos/create" => 'dojos#create' - get "dojos/:id" => 'dojos#show' - get "dojos/:id/edit" => 'dojos#edit' - patch "dojos/:id/edit" => 'dojos#update' - delete "dojos/:id" => 'dojos#destroy' - - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/justin_quiros/dojo_dashboard/config/secrets.yml b/justin_quiros/dojo_dashboard/config/secrets.yml deleted file mode 100644 index 9430dc1..0000000 --- a/justin_quiros/dojo_dashboard/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: 7a7a0f859c51b032b28d214542e690851cef105ada0a6cc7e519bf2e31af064242291f1cfbca7683ffe20142f7ddc087aeb6a5f4ecc7f0eee1c987296602dd9c - -test: - secret_key_base: d38d67298b102b67cfeaffd5ac59a542943eb1c2c1fc5b2950180355da39164ea4b577a463c59e5eb11c8dab727b7a7c19e65d80f2d5f40d6b586f4f748d2238 - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/justin_quiros/dojo_dashboard/db/migrate/20171203234313_create_dojos.rb b/justin_quiros/dojo_dashboard/db/migrate/20171203234313_create_dojos.rb deleted file mode 100644 index 0df8b3d..0000000 --- a/justin_quiros/dojo_dashboard/db/migrate/20171203234313_create_dojos.rb +++ /dev/null @@ -1,12 +0,0 @@ -class CreateDojos < ActiveRecord::Migration - def change - create_table :dojos do |t| - t.string :branch - t.string :street - t.string :city - t.string :state - - t.timestamps null: false - end - end -end diff --git a/justin_quiros/dojo_dashboard/db/schema.rb b/justin_quiros/dojo_dashboard/db/schema.rb deleted file mode 100644 index d15f0de..0000000 --- a/justin_quiros/dojo_dashboard/db/schema.rb +++ /dev/null @@ -1,25 +0,0 @@ -# encoding: UTF-8 -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# Note that this schema.rb definition is the authoritative source for your -# database schema. If you need to create the application database on another -# system, you should be using db:schema:load, not running all the migrations -# from scratch. The latter is a flawed and unsustainable approach (the more migrations -# you'll amass, the slower it'll run and the greater likelihood for issues). -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema.define(version: 20171203234313) do - - create_table "dojos", force: :cascade do |t| - t.string "branch" - t.string "street" - t.string "city" - t.string "state" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - -end diff --git a/justin_quiros/dojo_dashboard/db/seeds.rb b/justin_quiros/dojo_dashboard/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/justin_quiros/dojo_dashboard/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/justin_quiros/dojo_dashboard/lib/assets/.keep b/justin_quiros/dojo_dashboard/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/dojo_dashboard/lib/tasks/.keep b/justin_quiros/dojo_dashboard/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/dojo_dashboard/log/.keep b/justin_quiros/dojo_dashboard/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/dojo_dashboard/public/404.html b/justin_quiros/dojo_dashboard/public/404.html deleted file mode 100644 index b612547..0000000 --- a/justin_quiros/dojo_dashboard/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/justin_quiros/dojo_dashboard/public/422.html b/justin_quiros/dojo_dashboard/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/justin_quiros/dojo_dashboard/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/justin_quiros/dojo_dashboard/public/500.html b/justin_quiros/dojo_dashboard/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/justin_quiros/dojo_dashboard/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/justin_quiros/dojo_dashboard/public/favicon.ico b/justin_quiros/dojo_dashboard/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/dojo_dashboard/public/robots.txt b/justin_quiros/dojo_dashboard/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/justin_quiros/dojo_dashboard/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/justin_quiros/dojo_dashboard/test/controllers/.keep b/justin_quiros/dojo_dashboard/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/dojo_dashboard/test/controllers/dojos_controller_test.rb b/justin_quiros/dojo_dashboard/test/controllers/dojos_controller_test.rb deleted file mode 100644 index 3c565bf..0000000 --- a/justin_quiros/dojo_dashboard/test/controllers/dojos_controller_test.rb +++ /dev/null @@ -1,9 +0,0 @@ -require 'test_helper' - -class DojosControllerTest < ActionController::TestCase - test "should get index" do - get :index - assert_response :success - end - -end diff --git a/justin_quiros/dojo_dashboard/test/fixtures/.keep b/justin_quiros/dojo_dashboard/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/dojo_dashboard/test/fixtures/dojos.yml b/justin_quiros/dojo_dashboard/test/fixtures/dojos.yml deleted file mode 100644 index 215263e..0000000 --- a/justin_quiros/dojo_dashboard/test/fixtures/dojos.yml +++ /dev/null @@ -1,13 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - branch: MyString - street: MyString - city: MyString - state: MyString - -two: - branch: MyString - street: MyString - city: MyString - state: MyString diff --git a/justin_quiros/dojo_dashboard/test/helpers/.keep b/justin_quiros/dojo_dashboard/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/dojo_dashboard/test/integration/.keep b/justin_quiros/dojo_dashboard/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/dojo_dashboard/test/mailers/.keep b/justin_quiros/dojo_dashboard/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/dojo_dashboard/test/models/.keep b/justin_quiros/dojo_dashboard/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/dojo_dashboard/test/models/dojo_test.rb b/justin_quiros/dojo_dashboard/test/models/dojo_test.rb deleted file mode 100644 index a078f30..0000000 --- a/justin_quiros/dojo_dashboard/test/models/dojo_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class DojoTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/justin_quiros/dojo_dashboard/test/test_helper.rb b/justin_quiros/dojo_dashboard/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/justin_quiros/dojo_dashboard/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/justin_quiros/dojo_dashboard/vendor/assets/javascripts/.keep b/justin_quiros/dojo_dashboard/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/dojo_dashboard/vendor/assets/stylesheets/.keep b/justin_quiros/dojo_dashboard/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/dojo_ninjas/.gitignore b/justin_quiros/dojo_ninjas/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/justin_quiros/dojo_ninjas/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/justin_quiros/dojo_ninjas/Gemfile b/justin_quiros/dojo_ninjas/Gemfile deleted file mode 100644 index 0ee61bd..0000000 --- a/justin_quiros/dojo_ninjas/Gemfile +++ /dev/null @@ -1,48 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end - -gem 'hirb' diff --git a/justin_quiros/dojo_ninjas/Gemfile.lock b/justin_quiros/dojo_ninjas/Gemfile.lock deleted file mode 100644 index c2e340f..0000000 --- a/justin_quiros/dojo_ninjas/Gemfile.lock +++ /dev/null @@ -1,174 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - bcrypt (3.1.11) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (3.2.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - bcrypt (~> 3.1.7) - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/justin_quiros/dojo_ninjas/README.rdoc b/justin_quiros/dojo_ninjas/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/justin_quiros/dojo_ninjas/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/justin_quiros/dojo_ninjas/Rakefile b/justin_quiros/dojo_ninjas/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/justin_quiros/dojo_ninjas/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/justin_quiros/dojo_ninjas/app/assets/images/.keep b/justin_quiros/dojo_ninjas/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/dojo_ninjas/app/assets/javascripts/application.js b/justin_quiros/dojo_ninjas/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/justin_quiros/dojo_ninjas/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/justin_quiros/dojo_ninjas/app/assets/stylesheets/application.css b/justin_quiros/dojo_ninjas/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/justin_quiros/dojo_ninjas/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/justin_quiros/dojo_ninjas/app/controllers/application_controller.rb b/justin_quiros/dojo_ninjas/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/justin_quiros/dojo_ninjas/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/justin_quiros/dojo_ninjas/app/controllers/concerns/.keep b/justin_quiros/dojo_ninjas/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/dojo_ninjas/app/helpers/application_helper.rb b/justin_quiros/dojo_ninjas/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/justin_quiros/dojo_ninjas/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/justin_quiros/dojo_ninjas/app/mailers/.keep b/justin_quiros/dojo_ninjas/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/dojo_ninjas/app/models/.keep b/justin_quiros/dojo_ninjas/app/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/dojo_ninjas/app/models/concerns/.keep b/justin_quiros/dojo_ninjas/app/models/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/dojo_ninjas/app/models/dojo.rb b/justin_quiros/dojo_ninjas/app/models/dojo.rb deleted file mode 100644 index a4a2e9a..0000000 --- a/justin_quiros/dojo_ninjas/app/models/dojo.rb +++ /dev/null @@ -1,4 +0,0 @@ -class Dojo < ActiveRecord::Base - validates :name, :city, :state, presence: true, length: { in: 2..40 } - has_many :ninjas, :dependent => :nullify -end diff --git a/justin_quiros/dojo_ninjas/app/models/ninja.rb b/justin_quiros/dojo_ninjas/app/models/ninja.rb deleted file mode 100644 index 8ea043e..0000000 --- a/justin_quiros/dojo_ninjas/app/models/ninja.rb +++ /dev/null @@ -1,8 +0,0 @@ -class Ninja < ActiveRecord::Base - validates :first_name, :last_name, presence: true, length: { in: 2..20 } - belongs_to :dojo - - def name - self.first_name - end -end diff --git a/justin_quiros/dojo_ninjas/app/views/layouts/application.html.erb b/justin_quiros/dojo_ninjas/app/views/layouts/application.html.erb deleted file mode 100644 index 40d7e51..0000000 --- a/justin_quiros/dojo_ninjas/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - DojoNinjas - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/justin_quiros/dojo_ninjas/bin/bundle b/justin_quiros/dojo_ninjas/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/justin_quiros/dojo_ninjas/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/justin_quiros/dojo_ninjas/bin/rails b/justin_quiros/dojo_ninjas/bin/rails deleted file mode 100755 index 0138d79..0000000 --- a/justin_quiros/dojo_ninjas/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/justin_quiros/dojo_ninjas/bin/rake b/justin_quiros/dojo_ninjas/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/justin_quiros/dojo_ninjas/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/justin_quiros/dojo_ninjas/bin/setup b/justin_quiros/dojo_ninjas/bin/setup deleted file mode 100755 index acdb2c1..0000000 --- a/justin_quiros/dojo_ninjas/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/justin_quiros/dojo_ninjas/bin/spring b/justin_quiros/dojo_ninjas/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/justin_quiros/dojo_ninjas/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/justin_quiros/dojo_ninjas/config.ru b/justin_quiros/dojo_ninjas/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/justin_quiros/dojo_ninjas/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/justin_quiros/dojo_ninjas/config/application.rb b/justin_quiros/dojo_ninjas/config/application.rb deleted file mode 100644 index 156a9d5..0000000 --- a/justin_quiros/dojo_ninjas/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module DojoNinjas - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/justin_quiros/dojo_ninjas/config/boot.rb b/justin_quiros/dojo_ninjas/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/justin_quiros/dojo_ninjas/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/justin_quiros/dojo_ninjas/config/database.yml b/justin_quiros/dojo_ninjas/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/justin_quiros/dojo_ninjas/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/justin_quiros/dojo_ninjas/config/environment.rb b/justin_quiros/dojo_ninjas/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/justin_quiros/dojo_ninjas/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/justin_quiros/dojo_ninjas/config/environments/development.rb b/justin_quiros/dojo_ninjas/config/environments/development.rb deleted file mode 100644 index b55e214..0000000 --- a/justin_quiros/dojo_ninjas/config/environments/development.rb +++ /dev/null @@ -1,41 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/justin_quiros/dojo_ninjas/config/environments/production.rb b/justin_quiros/dojo_ninjas/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/justin_quiros/dojo_ninjas/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/justin_quiros/dojo_ninjas/config/environments/test.rb b/justin_quiros/dojo_ninjas/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/justin_quiros/dojo_ninjas/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/justin_quiros/dojo_ninjas/config/initializers/assets.rb b/justin_quiros/dojo_ninjas/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/justin_quiros/dojo_ninjas/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/justin_quiros/dojo_ninjas/config/initializers/backtrace_silencers.rb b/justin_quiros/dojo_ninjas/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/justin_quiros/dojo_ninjas/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/justin_quiros/dojo_ninjas/config/initializers/cookies_serializer.rb b/justin_quiros/dojo_ninjas/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/justin_quiros/dojo_ninjas/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/justin_quiros/dojo_ninjas/config/initializers/filter_parameter_logging.rb b/justin_quiros/dojo_ninjas/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/justin_quiros/dojo_ninjas/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/justin_quiros/dojo_ninjas/config/initializers/inflections.rb b/justin_quiros/dojo_ninjas/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/justin_quiros/dojo_ninjas/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/justin_quiros/dojo_ninjas/config/initializers/mime_types.rb b/justin_quiros/dojo_ninjas/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/justin_quiros/dojo_ninjas/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/justin_quiros/dojo_ninjas/config/initializers/session_store.rb b/justin_quiros/dojo_ninjas/config/initializers/session_store.rb deleted file mode 100644 index 313a66f..0000000 --- a/justin_quiros/dojo_ninjas/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_dojo_ninjas_session' diff --git a/justin_quiros/dojo_ninjas/config/initializers/wrap_parameters.rb b/justin_quiros/dojo_ninjas/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/justin_quiros/dojo_ninjas/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/justin_quiros/dojo_ninjas/config/locales/en.yml b/justin_quiros/dojo_ninjas/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/justin_quiros/dojo_ninjas/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/justin_quiros/dojo_ninjas/config/routes.rb b/justin_quiros/dojo_ninjas/config/routes.rb deleted file mode 100644 index 3f66539..0000000 --- a/justin_quiros/dojo_ninjas/config/routes.rb +++ /dev/null @@ -1,56 +0,0 @@ -Rails.application.routes.draw do - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/justin_quiros/dojo_ninjas/config/secrets.yml b/justin_quiros/dojo_ninjas/config/secrets.yml deleted file mode 100644 index f601568..0000000 --- a/justin_quiros/dojo_ninjas/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: 2fead8c0015a4c6e45ee7540187a08c56e04e30750265e2ebe3fe9a9b6980c3779f6d8485d17e27df94756804b44b3fab335a0e7627970c6e8d4091448894469 - -test: - secret_key_base: 5d3c5279179ad94c7882f1c1ab12d5e8c9ab9e49c3f2fed458bccd0e12b10dcca462204027230e5fe39ea5af1d8590f8846898145d45738d8be4d5cb082adb27 - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/justin_quiros/dojo_ninjas/db/migrate/20171129204110_create_dojos.rb b/justin_quiros/dojo_ninjas/db/migrate/20171129204110_create_dojos.rb deleted file mode 100644 index ece0705..0000000 --- a/justin_quiros/dojo_ninjas/db/migrate/20171129204110_create_dojos.rb +++ /dev/null @@ -1,11 +0,0 @@ -class CreateDojos < ActiveRecord::Migration - def change - create_table :dojos do |t| - t.string :name - t.string :city - t.string :state - - t.timestamps null: false - end - end -end diff --git a/justin_quiros/dojo_ninjas/db/migrate/20171129204212_create_ninjas.rb b/justin_quiros/dojo_ninjas/db/migrate/20171129204212_create_ninjas.rb deleted file mode 100644 index 8334127..0000000 --- a/justin_quiros/dojo_ninjas/db/migrate/20171129204212_create_ninjas.rb +++ /dev/null @@ -1,11 +0,0 @@ -class CreateNinjas < ActiveRecord::Migration - def change - create_table :ninjas do |t| - t.string :first_name - t.string :last_name - t.references :dojo, index: true, foreign_key: true - - t.timestamps null: false - end - end -end diff --git a/justin_quiros/dojo_ninjas/db/schema.rb b/justin_quiros/dojo_ninjas/db/schema.rb deleted file mode 100644 index e57fb30..0000000 --- a/justin_quiros/dojo_ninjas/db/schema.rb +++ /dev/null @@ -1,34 +0,0 @@ -# encoding: UTF-8 -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# Note that this schema.rb definition is the authoritative source for your -# database schema. If you need to create the application database on another -# system, you should be using db:schema:load, not running all the migrations -# from scratch. The latter is a flawed and unsustainable approach (the more migrations -# you'll amass, the slower it'll run and the greater likelihood for issues). -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema.define(version: 20171129204212) do - - create_table "dojos", force: :cascade do |t| - t.string "name" - t.string "city" - t.string "state" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - create_table "ninjas", force: :cascade do |t| - t.string "first_name" - t.string "last_name" - t.integer "dojo_id" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - add_index "ninjas", ["dojo_id"], name: "index_ninjas_on_dojo_id" - -end diff --git a/justin_quiros/dojo_ninjas/db/seeds.rb b/justin_quiros/dojo_ninjas/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/justin_quiros/dojo_ninjas/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/justin_quiros/dojo_ninjas/lib/assets/.keep b/justin_quiros/dojo_ninjas/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/dojo_ninjas/lib/tasks/.keep b/justin_quiros/dojo_ninjas/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/dojo_ninjas/log/.keep b/justin_quiros/dojo_ninjas/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/dojo_ninjas/public/404.html b/justin_quiros/dojo_ninjas/public/404.html deleted file mode 100644 index b612547..0000000 --- a/justin_quiros/dojo_ninjas/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/justin_quiros/dojo_ninjas/public/422.html b/justin_quiros/dojo_ninjas/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/justin_quiros/dojo_ninjas/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/justin_quiros/dojo_ninjas/public/500.html b/justin_quiros/dojo_ninjas/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/justin_quiros/dojo_ninjas/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/justin_quiros/dojo_ninjas/public/favicon.ico b/justin_quiros/dojo_ninjas/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/dojo_ninjas/public/robots.txt b/justin_quiros/dojo_ninjas/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/justin_quiros/dojo_ninjas/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/justin_quiros/dojo_ninjas/test/controllers/.keep b/justin_quiros/dojo_ninjas/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/dojo_ninjas/test/fixtures/.keep b/justin_quiros/dojo_ninjas/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/dojo_ninjas/test/fixtures/dojos.yml b/justin_quiros/dojo_ninjas/test/fixtures/dojos.yml deleted file mode 100644 index 07bb5b1..0000000 --- a/justin_quiros/dojo_ninjas/test/fixtures/dojos.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - name: MyString - city: MyString - state: MyString - -two: - name: MyString - city: MyString - state: MyString diff --git a/justin_quiros/dojo_ninjas/test/fixtures/ninjas.yml b/justin_quiros/dojo_ninjas/test/fixtures/ninjas.yml deleted file mode 100644 index ddd337f..0000000 --- a/justin_quiros/dojo_ninjas/test/fixtures/ninjas.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - first_name: MyString - last_name: MyString - dojo_id: - -two: - first_name: MyString - last_name: MyString - dojo_id: diff --git a/justin_quiros/dojo_ninjas/test/helpers/.keep b/justin_quiros/dojo_ninjas/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/dojo_ninjas/test/integration/.keep b/justin_quiros/dojo_ninjas/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/dojo_ninjas/test/mailers/.keep b/justin_quiros/dojo_ninjas/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/dojo_ninjas/test/models/.keep b/justin_quiros/dojo_ninjas/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/dojo_ninjas/test/models/dojo_test.rb b/justin_quiros/dojo_ninjas/test/models/dojo_test.rb deleted file mode 100644 index a078f30..0000000 --- a/justin_quiros/dojo_ninjas/test/models/dojo_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class DojoTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/justin_quiros/dojo_ninjas/test/models/ninja_test.rb b/justin_quiros/dojo_ninjas/test/models/ninja_test.rb deleted file mode 100644 index d21c152..0000000 --- a/justin_quiros/dojo_ninjas/test/models/ninja_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class NinjaTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/justin_quiros/dojo_ninjas/test/test_helper.rb b/justin_quiros/dojo_ninjas/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/justin_quiros/dojo_ninjas/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/justin_quiros/dojo_ninjas/vendor/assets/javascripts/.keep b/justin_quiros/dojo_ninjas/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/dojo_ninjas/vendor/assets/stylesheets/.keep b/justin_quiros/dojo_ninjas/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/exercise1.rb b/justin_quiros/exercise1.rb deleted file mode 100644 index 3104064..0000000 --- a/justin_quiros/exercise1.rb +++ /dev/null @@ -1,90 +0,0 @@ -=begin - - -This is how you -comment out multiple lines. - -=end - - - - - -# first_name = "Justin" -# last_name = "Quiros" - -# # puts "Your name is " +first_name+" "+last_name -# # puts "First name is #{first_name} and last name is #{last_name}" -# # puts "First name is %s and last name is %s" % [first_name, last_name] -# z = 50 -# puts "Value of z is #{z}" -# puts "Value of z is %d" % z - -# puts "I am 6'1\" tall" - -# # puts "hello" -# # puts "Coding" -# # puts "Dojo" - -# # # print "hello" -# # print "Coding" -# x = 5 -# y = 10 -# z = x+y - -# puts z - - -# BEGIN { -# puts "this runs before my puts" -# } - -# END { -# puts "this runs after my puts" -# } - -# class CodingDojo -# @@no_of_branches = 0 -# def initialize(id, name, address) -# @branch_id = id -# @branch_name = name -# @branch_address = address -# @@no_of_branches += 1 -# puts "Created branch #{@@no_of_branches}" -# end -# def hello -# puts "Hello CodingDojo!" -# end -# def display_all -# puts "Branch ID: #{@branch_id}" -# puts "Branch name: #{@branch_name}" -# puts "Branch address: #{@branch_address}" -# end -# end - -# branch = CodingDojo.new(177, "Alaska CodingDojo", "Anchorage AK") -# branch.display_all -# branch.hello - -# branch2 = CodingDojo.new(22, "Scranton CodingDojo", "Scranton PA") -# branch2.display_all - - - -#Returning self allows you to chain methods like OOP in Python -class Mammal - def initialize - puts "I am alive" - self - end - def breath - puts "Inhale and exhale" - self - end - - def who_am_i - puts self - self - end -end -my_mammal = Mammal.new.who_am_i.breath diff --git a/justin_quiros/friends/.gitignore b/justin_quiros/friends/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/justin_quiros/friends/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/justin_quiros/friends/Gemfile b/justin_quiros/friends/Gemfile deleted file mode 100644 index ac64fba..0000000 --- a/justin_quiros/friends/Gemfile +++ /dev/null @@ -1,48 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end - -gem 'hirb' \ No newline at end of file diff --git a/justin_quiros/friends/Gemfile.lock b/justin_quiros/friends/Gemfile.lock deleted file mode 100644 index 73114af..0000000 --- a/justin_quiros/friends/Gemfile.lock +++ /dev/null @@ -1,172 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (3.2.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/justin_quiros/friends/README.rdoc b/justin_quiros/friends/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/justin_quiros/friends/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/justin_quiros/friends/Rakefile b/justin_quiros/friends/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/justin_quiros/friends/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/justin_quiros/friends/app/assets/images/.keep b/justin_quiros/friends/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/friends/app/assets/javascripts/application.js b/justin_quiros/friends/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/justin_quiros/friends/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/justin_quiros/friends/app/assets/stylesheets/application.css b/justin_quiros/friends/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/justin_quiros/friends/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/justin_quiros/friends/app/controllers/application_controller.rb b/justin_quiros/friends/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/justin_quiros/friends/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/justin_quiros/friends/app/controllers/concerns/.keep b/justin_quiros/friends/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/friends/app/helpers/application_helper.rb b/justin_quiros/friends/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/justin_quiros/friends/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/justin_quiros/friends/app/mailers/.keep b/justin_quiros/friends/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/friends/app/models/.keep b/justin_quiros/friends/app/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/friends/app/models/concerns/.keep b/justin_quiros/friends/app/models/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/friends/app/models/homie.rb b/justin_quiros/friends/app/models/homie.rb deleted file mode 100644 index dce1b7b..0000000 --- a/justin_quiros/friends/app/models/homie.rb +++ /dev/null @@ -1,4 +0,0 @@ -class Homie < ActiveRecord::Base - belongs_to :user - belongs_to :receiver, foreign_key: :receiver_id, class_name: 'User' -end diff --git a/justin_quiros/friends/app/models/user.rb b/justin_quiros/friends/app/models/user.rb deleted file mode 100644 index 9581469..0000000 --- a/justin_quiros/friends/app/models/user.rb +++ /dev/null @@ -1,5 +0,0 @@ -class User < ActiveRecord::Base - has_many :homies, class_name: 'Homie' - has_many :friends, through: :homies, source: :receiver - -end diff --git a/justin_quiros/friends/app/views/layouts/application.html.erb b/justin_quiros/friends/app/views/layouts/application.html.erb deleted file mode 100644 index 167610a..0000000 --- a/justin_quiros/friends/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - Friends - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/justin_quiros/friends/bin/bundle b/justin_quiros/friends/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/justin_quiros/friends/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/justin_quiros/friends/bin/rails b/justin_quiros/friends/bin/rails deleted file mode 100755 index 0138d79..0000000 --- a/justin_quiros/friends/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/justin_quiros/friends/bin/rake b/justin_quiros/friends/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/justin_quiros/friends/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/justin_quiros/friends/bin/setup b/justin_quiros/friends/bin/setup deleted file mode 100755 index acdb2c1..0000000 --- a/justin_quiros/friends/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/justin_quiros/friends/bin/spring b/justin_quiros/friends/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/justin_quiros/friends/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/justin_quiros/friends/config.ru b/justin_quiros/friends/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/justin_quiros/friends/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/justin_quiros/friends/config/application.rb b/justin_quiros/friends/config/application.rb deleted file mode 100644 index 7cf2d47..0000000 --- a/justin_quiros/friends/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module Friends - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/justin_quiros/friends/config/boot.rb b/justin_quiros/friends/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/justin_quiros/friends/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/justin_quiros/friends/config/database.yml b/justin_quiros/friends/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/justin_quiros/friends/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/justin_quiros/friends/config/environment.rb b/justin_quiros/friends/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/justin_quiros/friends/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/justin_quiros/friends/config/environments/development.rb b/justin_quiros/friends/config/environments/development.rb deleted file mode 100644 index b55e214..0000000 --- a/justin_quiros/friends/config/environments/development.rb +++ /dev/null @@ -1,41 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/justin_quiros/friends/config/environments/production.rb b/justin_quiros/friends/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/justin_quiros/friends/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/justin_quiros/friends/config/environments/test.rb b/justin_quiros/friends/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/justin_quiros/friends/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/justin_quiros/friends/config/initializers/assets.rb b/justin_quiros/friends/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/justin_quiros/friends/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/justin_quiros/friends/config/initializers/backtrace_silencers.rb b/justin_quiros/friends/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/justin_quiros/friends/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/justin_quiros/friends/config/initializers/cookies_serializer.rb b/justin_quiros/friends/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/justin_quiros/friends/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/justin_quiros/friends/config/initializers/filter_parameter_logging.rb b/justin_quiros/friends/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/justin_quiros/friends/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/justin_quiros/friends/config/initializers/inflections.rb b/justin_quiros/friends/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/justin_quiros/friends/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/justin_quiros/friends/config/initializers/mime_types.rb b/justin_quiros/friends/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/justin_quiros/friends/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/justin_quiros/friends/config/initializers/session_store.rb b/justin_quiros/friends/config/initializers/session_store.rb deleted file mode 100644 index 916ead8..0000000 --- a/justin_quiros/friends/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_friends_session' diff --git a/justin_quiros/friends/config/initializers/wrap_parameters.rb b/justin_quiros/friends/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/justin_quiros/friends/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/justin_quiros/friends/config/locales/en.yml b/justin_quiros/friends/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/justin_quiros/friends/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/justin_quiros/friends/config/routes.rb b/justin_quiros/friends/config/routes.rb deleted file mode 100644 index 3f66539..0000000 --- a/justin_quiros/friends/config/routes.rb +++ /dev/null @@ -1,56 +0,0 @@ -Rails.application.routes.draw do - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/justin_quiros/friends/config/secrets.yml b/justin_quiros/friends/config/secrets.yml deleted file mode 100644 index 8a96300..0000000 --- a/justin_quiros/friends/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: 25770e305e6b4a46e4c742aca992df3c1b4ea214634a2ff02c0e97e7b9087c3dadd6cde46a0cbcffb28ee22f56d5344e8273ebae73d6fe47a8edcdf876879b99 - -test: - secret_key_base: bbefc9e60c07308ea8adf61538048dbbbdd58bb932fabc24f201b532766ebdee9e27ccd46c4d17929f9500a0133bd02e4e7d9418917cfb73a8f36390a4c9a448 - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/justin_quiros/friends/db/migrate/20171130212913_create_users.rb b/justin_quiros/friends/db/migrate/20171130212913_create_users.rb deleted file mode 100644 index 36d0b1b..0000000 --- a/justin_quiros/friends/db/migrate/20171130212913_create_users.rb +++ /dev/null @@ -1,10 +0,0 @@ -class CreateUsers < ActiveRecord::Migration - def change - create_table :users do |t| - t.string :first_name - t.string :last_name - - t.timestamps null: false - end - end -end diff --git a/justin_quiros/friends/db/migrate/20171130214705_create_homies.rb b/justin_quiros/friends/db/migrate/20171130214705_create_homies.rb deleted file mode 100644 index 427512f..0000000 --- a/justin_quiros/friends/db/migrate/20171130214705_create_homies.rb +++ /dev/null @@ -1,10 +0,0 @@ -class CreateHomies < ActiveRecord::Migration - def change - create_table :homies do |t| - t.references :user, index: true, foreign_key: true - t.references :receiver, index: true, foreign_key: true - - t.timestamps null: false - end - end -end diff --git a/justin_quiros/friends/db/schema.rb b/justin_quiros/friends/db/schema.rb deleted file mode 100644 index 6f1371e..0000000 --- a/justin_quiros/friends/db/schema.rb +++ /dev/null @@ -1,33 +0,0 @@ -# encoding: UTF-8 -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# Note that this schema.rb definition is the authoritative source for your -# database schema. If you need to create the application database on another -# system, you should be using db:schema:load, not running all the migrations -# from scratch. The latter is a flawed and unsustainable approach (the more migrations -# you'll amass, the slower it'll run and the greater likelihood for issues). -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema.define(version: 20171130214705) do - - create_table "homies", force: :cascade do |t| - t.integer "user_id" - t.integer "receiver_id" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - add_index "homies", ["receiver_id"], name: "index_homies_on_receiver_id" - add_index "homies", ["user_id"], name: "index_homies_on_user_id" - - create_table "users", force: :cascade do |t| - t.string "first_name" - t.string "last_name" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - -end diff --git a/justin_quiros/friends/db/seeds.rb b/justin_quiros/friends/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/justin_quiros/friends/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/justin_quiros/friends/lib/assets/.keep b/justin_quiros/friends/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/friends/lib/tasks/.keep b/justin_quiros/friends/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/friends/log/.keep b/justin_quiros/friends/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/friends/public/404.html b/justin_quiros/friends/public/404.html deleted file mode 100644 index b612547..0000000 --- a/justin_quiros/friends/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/justin_quiros/friends/public/422.html b/justin_quiros/friends/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/justin_quiros/friends/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/justin_quiros/friends/public/500.html b/justin_quiros/friends/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/justin_quiros/friends/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/justin_quiros/friends/public/favicon.ico b/justin_quiros/friends/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/friends/public/robots.txt b/justin_quiros/friends/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/justin_quiros/friends/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/justin_quiros/friends/test/controllers/.keep b/justin_quiros/friends/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/friends/test/fixtures/.keep b/justin_quiros/friends/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/friends/test/fixtures/homies.yml b/justin_quiros/friends/test/fixtures/homies.yml deleted file mode 100644 index 02e98ea..0000000 --- a/justin_quiros/friends/test/fixtures/homies.yml +++ /dev/null @@ -1,9 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - user_id: - receiver_id: - -two: - user_id: - receiver_id: diff --git a/justin_quiros/friends/test/fixtures/users.yml b/justin_quiros/friends/test/fixtures/users.yml deleted file mode 100644 index afdaa6a..0000000 --- a/justin_quiros/friends/test/fixtures/users.yml +++ /dev/null @@ -1,9 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - first_name: MyString - last_name: MyString - -two: - first_name: MyString - last_name: MyString diff --git a/justin_quiros/friends/test/helpers/.keep b/justin_quiros/friends/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/friends/test/integration/.keep b/justin_quiros/friends/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/friends/test/mailers/.keep b/justin_quiros/friends/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/friends/test/models/.keep b/justin_quiros/friends/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/friends/test/models/homie_test.rb b/justin_quiros/friends/test/models/homie_test.rb deleted file mode 100644 index bd8c17a..0000000 --- a/justin_quiros/friends/test/models/homie_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class HomieTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/justin_quiros/friends/test/models/user_test.rb b/justin_quiros/friends/test/models/user_test.rb deleted file mode 100644 index 82f61e0..0000000 --- a/justin_quiros/friends/test/models/user_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class UserTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/justin_quiros/friends/test/test_helper.rb b/justin_quiros/friends/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/justin_quiros/friends/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/justin_quiros/friends/vendor/assets/javascripts/.keep b/justin_quiros/friends/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/friends/vendor/assets/stylesheets/.keep b/justin_quiros/friends/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/guess.rb b/justin_quiros/guess.rb deleted file mode 100644 index 9954022..0000000 --- a/justin_quiros/guess.rb +++ /dev/null @@ -1,11 +0,0 @@ -def guess_number guess - number = 25 - if number == guess - puts "You got it!" - elsif number > guess - puts "Guess was too low!" - else - puts "Guess was too high!" - end -end -guess_number 26 diff --git a/justin_quiros/hashes.rb b/justin_quiros/hashes.rb deleted file mode 100644 index 119318b..0000000 --- a/justin_quiros/hashes.rb +++ /dev/null @@ -1,18 +0,0 @@ -q = {:first_name => "Justin", :last_name => "Quiros"} -q.delete(:first_name) -p q - -i = {} -p i.empty? - -p q.has_key?(:last_name) - -p q.has_value?("Quiros") - - -def new_user user = {first_name: "first", last_name: "last"} - puts "Welcome to our site, #{user[:first_name]} #{user[:last_name]}!" -end -our_user = {first_name: 'Justin', last_name: "Quiros"} -new_user # => "Welcome to our site, first last!" -new_user our_user # => "Welcome to our site, Oscar Vasquez!" diff --git a/justin_quiros/mathdojo.rb b/justin_quiros/mathdojo.rb deleted file mode 100644 index 2b586dd..0000000 --- a/justin_quiros/mathdojo.rb +++ /dev/null @@ -1,21 +0,0 @@ -class MathDojo - def initialize - @result = 0 - end - def add(*val) - @result += val.flatten.reduce(:+) - self - end - def subtract(*val) - @result -= val.flatten.reduce(:+) - self - end - def result - @result - end -end - -# challenge1 = MathDojo.new.add(2).add(2, 5).subtract(3, 2).result # => 4 -# p challenge1 -challenge2 = MathDojo.new.add(1).add([3, 5, 7, 8], [2, 4.3, 1.25]).subtract([2,3], [1.1, 2.3]).result # => 23.15 -p challenge2 \ No newline at end of file diff --git a/justin_quiros/models/.gitignore b/justin_quiros/models/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/justin_quiros/models/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/justin_quiros/models/Gemfile b/justin_quiros/models/Gemfile deleted file mode 100644 index 732f093..0000000 --- a/justin_quiros/models/Gemfile +++ /dev/null @@ -1,49 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end - -gem 'hirb' - diff --git a/justin_quiros/models/Gemfile.lock b/justin_quiros/models/Gemfile.lock deleted file mode 100644 index 73114af..0000000 --- a/justin_quiros/models/Gemfile.lock +++ /dev/null @@ -1,172 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (3.2.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/justin_quiros/models/README.rdoc b/justin_quiros/models/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/justin_quiros/models/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/justin_quiros/models/Rakefile b/justin_quiros/models/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/justin_quiros/models/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/justin_quiros/models/app/assets/images/.keep b/justin_quiros/models/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/models/app/assets/javascripts/application.js b/justin_quiros/models/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/justin_quiros/models/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/justin_quiros/models/app/assets/javascripts/users.coffee b/justin_quiros/models/app/assets/javascripts/users.coffee deleted file mode 100644 index 24f83d1..0000000 --- a/justin_quiros/models/app/assets/javascripts/users.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://coffeescript.org/ diff --git a/justin_quiros/models/app/assets/stylesheets/application.css b/justin_quiros/models/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/justin_quiros/models/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/justin_quiros/models/app/assets/stylesheets/users.scss b/justin_quiros/models/app/assets/stylesheets/users.scss deleted file mode 100644 index 31a2eac..0000000 --- a/justin_quiros/models/app/assets/stylesheets/users.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the Users controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/justin_quiros/models/app/controllers/application_controller.rb b/justin_quiros/models/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/justin_quiros/models/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/justin_quiros/models/app/controllers/concerns/.keep b/justin_quiros/models/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/models/app/controllers/users_controller.rb b/justin_quiros/models/app/controllers/users_controller.rb deleted file mode 100644 index 1d9518c..0000000 --- a/justin_quiros/models/app/controllers/users_controller.rb +++ /dev/null @@ -1,27 +0,0 @@ -class UsersController < ApplicationController - def index - @users = User.all - render json: @users - end - - def new - end - - def show - user = User.find(params[:id]) - render json: user - end - def create - @user = User.create(name: params[:name]) - redirect_to '/users' - end - def edit - @users = User.find(params[:id]) - puts @users.name - end - - def total - @total = User.all.count - render :text => "There are " + @total.to_s + " users!" - end -end diff --git a/justin_quiros/models/app/helpers/application_helper.rb b/justin_quiros/models/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/justin_quiros/models/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/justin_quiros/models/app/helpers/users_helper.rb b/justin_quiros/models/app/helpers/users_helper.rb deleted file mode 100644 index 2310a24..0000000 --- a/justin_quiros/models/app/helpers/users_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module UsersHelper -end diff --git a/justin_quiros/models/app/mailers/.keep b/justin_quiros/models/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/models/app/models/.keep b/justin_quiros/models/app/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/models/app/models/concerns/.keep b/justin_quiros/models/app/models/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/models/app/models/user.rb b/justin_quiros/models/app/models/user.rb deleted file mode 100644 index 4a57cf0..0000000 --- a/justin_quiros/models/app/models/user.rb +++ /dev/null @@ -1,2 +0,0 @@ -class User < ActiveRecord::Base -end diff --git a/justin_quiros/models/app/views/layouts/application.html.erb b/justin_quiros/models/app/views/layouts/application.html.erb deleted file mode 100644 index 7af9dc7..0000000 --- a/justin_quiros/models/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - Models - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/justin_quiros/models/app/views/users/edit.html.erb b/justin_quiros/models/app/views/users/edit.html.erb deleted file mode 100644 index 6261069..0000000 --- a/justin_quiros/models/app/views/users/edit.html.erb +++ /dev/null @@ -1,8 +0,0 @@ -

Update User

-
- - -
-
- -
\ No newline at end of file diff --git a/justin_quiros/models/app/views/users/index.html.erb b/justin_quiros/models/app/views/users/index.html.erb deleted file mode 100644 index 51968c8..0000000 --- a/justin_quiros/models/app/views/users/index.html.erb +++ /dev/null @@ -1,2 +0,0 @@ -

Users#index

-

Find me in app/views/users/index.html.erb

diff --git a/justin_quiros/models/app/views/users/new.html.erb b/justin_quiros/models/app/views/users/new.html.erb deleted file mode 100644 index e8fa012..0000000 --- a/justin_quiros/models/app/views/users/new.html.erb +++ /dev/null @@ -1,8 +0,0 @@ -

Create a new User

-
- - -
-
- -
\ No newline at end of file diff --git a/justin_quiros/models/app/views/users/total.html.erb b/justin_quiros/models/app/views/users/total.html.erb deleted file mode 100644 index 936b68c..0000000 --- a/justin_quiros/models/app/views/users/total.html.erb +++ /dev/null @@ -1,2 +0,0 @@ -

Users#total

-

Find me in app/views/users/total.html.erb

diff --git a/justin_quiros/models/bin/bundle b/justin_quiros/models/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/justin_quiros/models/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/justin_quiros/models/bin/rails b/justin_quiros/models/bin/rails deleted file mode 100755 index 0138d79..0000000 --- a/justin_quiros/models/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/justin_quiros/models/bin/rake b/justin_quiros/models/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/justin_quiros/models/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/justin_quiros/models/bin/setup b/justin_quiros/models/bin/setup deleted file mode 100755 index acdb2c1..0000000 --- a/justin_quiros/models/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/justin_quiros/models/bin/spring b/justin_quiros/models/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/justin_quiros/models/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/justin_quiros/models/config.ru b/justin_quiros/models/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/justin_quiros/models/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/justin_quiros/models/config/application.rb b/justin_quiros/models/config/application.rb deleted file mode 100644 index 0407fb0..0000000 --- a/justin_quiros/models/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module Models - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/justin_quiros/models/config/boot.rb b/justin_quiros/models/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/justin_quiros/models/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/justin_quiros/models/config/database.yml b/justin_quiros/models/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/justin_quiros/models/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/justin_quiros/models/config/environment.rb b/justin_quiros/models/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/justin_quiros/models/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/justin_quiros/models/config/environments/development.rb b/justin_quiros/models/config/environments/development.rb deleted file mode 100644 index cbfa466..0000000 --- a/justin_quiros/models/config/environments/development.rb +++ /dev/null @@ -1,48 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - - # Use the below so you don't have to shut down server everytime you make a change in your controller - config.reload_classes_only_on_change = false - - # Use the below to get rid of unwanted text in console - config.log_level = :warn - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/justin_quiros/models/config/environments/production.rb b/justin_quiros/models/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/justin_quiros/models/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/justin_quiros/models/config/environments/test.rb b/justin_quiros/models/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/justin_quiros/models/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/justin_quiros/models/config/initializers/assets.rb b/justin_quiros/models/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/justin_quiros/models/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/justin_quiros/models/config/initializers/backtrace_silencers.rb b/justin_quiros/models/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/justin_quiros/models/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/justin_quiros/models/config/initializers/cookies_serializer.rb b/justin_quiros/models/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/justin_quiros/models/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/justin_quiros/models/config/initializers/filter_parameter_logging.rb b/justin_quiros/models/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/justin_quiros/models/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/justin_quiros/models/config/initializers/inflections.rb b/justin_quiros/models/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/justin_quiros/models/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/justin_quiros/models/config/initializers/mime_types.rb b/justin_quiros/models/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/justin_quiros/models/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/justin_quiros/models/config/initializers/session_store.rb b/justin_quiros/models/config/initializers/session_store.rb deleted file mode 100644 index 809e98c..0000000 --- a/justin_quiros/models/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_models_session' diff --git a/justin_quiros/models/config/initializers/wrap_parameters.rb b/justin_quiros/models/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/justin_quiros/models/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/justin_quiros/models/config/locales/en.yml b/justin_quiros/models/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/justin_quiros/models/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/justin_quiros/models/config/routes.rb b/justin_quiros/models/config/routes.rb deleted file mode 100644 index 2db1674..0000000 --- a/justin_quiros/models/config/routes.rb +++ /dev/null @@ -1,68 +0,0 @@ -Rails.application.routes.draw do - get 'users/index' - get 'users/new' - get 'users/edit' - get 'users/total' - - get 'users' => "users#index" - get 'users/total' => "users#total" - post 'users' => "users#create" - get 'users/new' => "users#new" - get 'users/:id' => "users#show" - get 'users/:id/edit' => "users#edit" - - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/justin_quiros/models/config/secrets.yml b/justin_quiros/models/config/secrets.yml deleted file mode 100644 index e4b9b69..0000000 --- a/justin_quiros/models/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: 8e82a2b061c0ac9c6b9e9d62b19dfae268bb9290a76f728eaa8590f6487ea7dab23977868281f826d3f17be2b00d1ed33b17d30b72c401c08a7a81e99d1a90b6 - -test: - secret_key_base: bdaa15ee41b4356d5134f455707f3f52350cb3c8c80bd230f2eeeeab7e3fd1260527f485b56790c561a380caa161831bc3403f86d4ee39203502b87362555167 - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/justin_quiros/models/db/migrate/20171201201239_create_users.rb b/justin_quiros/models/db/migrate/20171201201239_create_users.rb deleted file mode 100644 index 5494756..0000000 --- a/justin_quiros/models/db/migrate/20171201201239_create_users.rb +++ /dev/null @@ -1,9 +0,0 @@ -class CreateUsers < ActiveRecord::Migration - def change - create_table :users do |t| - t.string :name - - t.timestamps null: false - end - end -end diff --git a/justin_quiros/models/db/schema.rb b/justin_quiros/models/db/schema.rb deleted file mode 100644 index d83cf9e..0000000 --- a/justin_quiros/models/db/schema.rb +++ /dev/null @@ -1,22 +0,0 @@ -# encoding: UTF-8 -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# Note that this schema.rb definition is the authoritative source for your -# database schema. If you need to create the application database on another -# system, you should be using db:schema:load, not running all the migrations -# from scratch. The latter is a flawed and unsustainable approach (the more migrations -# you'll amass, the slower it'll run and the greater likelihood for issues). -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema.define(version: 20171201201239) do - - create_table "users", force: :cascade do |t| - t.string "name" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - -end diff --git a/justin_quiros/models/db/seeds.rb b/justin_quiros/models/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/justin_quiros/models/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/justin_quiros/models/lib/assets/.keep b/justin_quiros/models/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/models/lib/tasks/.keep b/justin_quiros/models/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/models/log/.keep b/justin_quiros/models/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/models/public/404.html b/justin_quiros/models/public/404.html deleted file mode 100644 index b612547..0000000 --- a/justin_quiros/models/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/justin_quiros/models/public/422.html b/justin_quiros/models/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/justin_quiros/models/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/justin_quiros/models/public/500.html b/justin_quiros/models/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/justin_quiros/models/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/justin_quiros/models/public/favicon.ico b/justin_quiros/models/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/models/public/robots.txt b/justin_quiros/models/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/justin_quiros/models/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/justin_quiros/models/test/controllers/.keep b/justin_quiros/models/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/models/test/controllers/users_controller_test.rb b/justin_quiros/models/test/controllers/users_controller_test.rb deleted file mode 100644 index 1f794df..0000000 --- a/justin_quiros/models/test/controllers/users_controller_test.rb +++ /dev/null @@ -1,24 +0,0 @@ -require 'test_helper' - -class UsersControllerTest < ActionController::TestCase - test "should get index" do - get :index - assert_response :success - end - - test "should get new" do - get :new - assert_response :success - end - - test "should get edit" do - get :edit - assert_response :success - end - - test "should get total" do - get :total - assert_response :success - end - -end diff --git a/justin_quiros/models/test/fixtures/.keep b/justin_quiros/models/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/models/test/fixtures/users.yml b/justin_quiros/models/test/fixtures/users.yml deleted file mode 100644 index 56066c6..0000000 --- a/justin_quiros/models/test/fixtures/users.yml +++ /dev/null @@ -1,7 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - name: MyString - -two: - name: MyString diff --git a/justin_quiros/models/test/helpers/.keep b/justin_quiros/models/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/models/test/integration/.keep b/justin_quiros/models/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/models/test/mailers/.keep b/justin_quiros/models/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/models/test/models/.keep b/justin_quiros/models/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/models/test/models/user_test.rb b/justin_quiros/models/test/models/user_test.rb deleted file mode 100644 index 82f61e0..0000000 --- a/justin_quiros/models/test/models/user_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class UserTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/justin_quiros/models/test/test_helper.rb b/justin_quiros/models/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/justin_quiros/models/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/justin_quiros/models/vendor/assets/javascripts/.keep b/justin_quiros/models/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/models/vendor/assets/stylesheets/.keep b/justin_quiros/models/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/module_practice/main.rb b/justin_quiros/module_practice/main.rb deleted file mode 100644 index 4c3213c..0000000 --- a/justin_quiros/module_practice/main.rb +++ /dev/null @@ -1,9 +0,0 @@ -require_relative 'printer_module' -class Array - include Printer -end -class String - include Printer -end -[1,2,3].print_each_element -"hello".print_each_element \ No newline at end of file diff --git a/justin_quiros/module_practice/printer_module.rb b/justin_quiros/module_practice/printer_module.rb deleted file mode 100644 index fd368c2..0000000 --- a/justin_quiros/module_practice/printer_module.rb +++ /dev/null @@ -1,7 +0,0 @@ -module Printer - def print_each_element - for i in 0...self.length - puts self[i] - end - end -end \ No newline at end of file diff --git a/justin_quiros/my_app/.gitignore b/justin_quiros/my_app/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/justin_quiros/my_app/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/justin_quiros/my_app/Gemfile b/justin_quiros/my_app/Gemfile deleted file mode 100644 index a589995..0000000 --- a/justin_quiros/my_app/Gemfile +++ /dev/null @@ -1,49 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end - -gem 'hirb' - diff --git a/justin_quiros/my_app/Gemfile.lock b/justin_quiros/my_app/Gemfile.lock deleted file mode 100644 index c2e340f..0000000 --- a/justin_quiros/my_app/Gemfile.lock +++ /dev/null @@ -1,174 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - bcrypt (3.1.11) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (3.2.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - bcrypt (~> 3.1.7) - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/justin_quiros/my_app/README.rdoc b/justin_quiros/my_app/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/justin_quiros/my_app/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/justin_quiros/my_app/Rakefile b/justin_quiros/my_app/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/justin_quiros/my_app/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/justin_quiros/my_app/app/assets/images/.keep b/justin_quiros/my_app/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/my_app/app/assets/javascripts/application.js b/justin_quiros/my_app/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/justin_quiros/my_app/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/justin_quiros/my_app/app/assets/stylesheets/application.css b/justin_quiros/my_app/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/justin_quiros/my_app/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/justin_quiros/my_app/app/controllers/application_controller.rb b/justin_quiros/my_app/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/justin_quiros/my_app/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/justin_quiros/my_app/app/controllers/concerns/.keep b/justin_quiros/my_app/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/my_app/app/helpers/application_helper.rb b/justin_quiros/my_app/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/justin_quiros/my_app/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/justin_quiros/my_app/app/mailers/.keep b/justin_quiros/my_app/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/my_app/app/models/.keep b/justin_quiros/my_app/app/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/my_app/app/models/address.rb b/justin_quiros/my_app/app/models/address.rb deleted file mode 100644 index 2c0c20b..0000000 --- a/justin_quiros/my_app/app/models/address.rb +++ /dev/null @@ -1,3 +0,0 @@ -class Address < ActiveRecord::Base - belongs_to :user -end diff --git a/justin_quiros/my_app/app/models/concerns/.keep b/justin_quiros/my_app/app/models/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/my_app/app/models/message.rb b/justin_quiros/my_app/app/models/message.rb deleted file mode 100644 index 2c176a2..0000000 --- a/justin_quiros/my_app/app/models/message.rb +++ /dev/null @@ -1,3 +0,0 @@ -class Message < ActiveRecord::Base - belongs_to :user -end diff --git a/justin_quiros/my_app/app/models/user.rb b/justin_quiros/my_app/app/models/user.rb deleted file mode 100644 index 68e80d1..0000000 --- a/justin_quiros/my_app/app/models/user.rb +++ /dev/null @@ -1,7 +0,0 @@ -class User < ActiveRecord::Base - has_many :messages - has_one :address - # def messages - # User.find_by_sql("SELECT * FROM messages WHERE messages.user_id = #{self.id}") - # end -end diff --git a/justin_quiros/my_app/app/views/layouts/application.html.erb b/justin_quiros/my_app/app/views/layouts/application.html.erb deleted file mode 100644 index 8b06376..0000000 --- a/justin_quiros/my_app/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - MyApp - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/justin_quiros/my_app/bin/bundle b/justin_quiros/my_app/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/justin_quiros/my_app/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/justin_quiros/my_app/bin/rails b/justin_quiros/my_app/bin/rails deleted file mode 100755 index 0138d79..0000000 --- a/justin_quiros/my_app/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/justin_quiros/my_app/bin/rake b/justin_quiros/my_app/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/justin_quiros/my_app/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/justin_quiros/my_app/bin/setup b/justin_quiros/my_app/bin/setup deleted file mode 100755 index acdb2c1..0000000 --- a/justin_quiros/my_app/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/justin_quiros/my_app/bin/spring b/justin_quiros/my_app/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/justin_quiros/my_app/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/justin_quiros/my_app/config.ru b/justin_quiros/my_app/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/justin_quiros/my_app/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/justin_quiros/my_app/config/application.rb b/justin_quiros/my_app/config/application.rb deleted file mode 100644 index 7872863..0000000 --- a/justin_quiros/my_app/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module MyApp - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/justin_quiros/my_app/config/boot.rb b/justin_quiros/my_app/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/justin_quiros/my_app/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/justin_quiros/my_app/config/database.yml b/justin_quiros/my_app/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/justin_quiros/my_app/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/justin_quiros/my_app/config/environment.rb b/justin_quiros/my_app/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/justin_quiros/my_app/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/justin_quiros/my_app/config/environments/development.rb b/justin_quiros/my_app/config/environments/development.rb deleted file mode 100644 index b55e214..0000000 --- a/justin_quiros/my_app/config/environments/development.rb +++ /dev/null @@ -1,41 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/justin_quiros/my_app/config/environments/production.rb b/justin_quiros/my_app/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/justin_quiros/my_app/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/justin_quiros/my_app/config/environments/test.rb b/justin_quiros/my_app/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/justin_quiros/my_app/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/justin_quiros/my_app/config/initializers/assets.rb b/justin_quiros/my_app/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/justin_quiros/my_app/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/justin_quiros/my_app/config/initializers/backtrace_silencers.rb b/justin_quiros/my_app/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/justin_quiros/my_app/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/justin_quiros/my_app/config/initializers/cookies_serializer.rb b/justin_quiros/my_app/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/justin_quiros/my_app/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/justin_quiros/my_app/config/initializers/filter_parameter_logging.rb b/justin_quiros/my_app/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/justin_quiros/my_app/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/justin_quiros/my_app/config/initializers/inflections.rb b/justin_quiros/my_app/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/justin_quiros/my_app/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/justin_quiros/my_app/config/initializers/mime_types.rb b/justin_quiros/my_app/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/justin_quiros/my_app/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/justin_quiros/my_app/config/initializers/session_store.rb b/justin_quiros/my_app/config/initializers/session_store.rb deleted file mode 100644 index 7bd3bcd..0000000 --- a/justin_quiros/my_app/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_my_app_session' diff --git a/justin_quiros/my_app/config/initializers/wrap_parameters.rb b/justin_quiros/my_app/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/justin_quiros/my_app/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/justin_quiros/my_app/config/locales/en.yml b/justin_quiros/my_app/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/justin_quiros/my_app/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/justin_quiros/my_app/config/routes.rb b/justin_quiros/my_app/config/routes.rb deleted file mode 100644 index 3f66539..0000000 --- a/justin_quiros/my_app/config/routes.rb +++ /dev/null @@ -1,56 +0,0 @@ -Rails.application.routes.draw do - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/justin_quiros/my_app/config/secrets.yml b/justin_quiros/my_app/config/secrets.yml deleted file mode 100644 index cb158cd..0000000 --- a/justin_quiros/my_app/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: 32ef5ee11aa6e2a743a9b7647d5098519ee19b35ccd1206f31ebd8703bc35d04f04c1cb19a136941270b7e08cdaa54909f81a38b91b744bb7956f719c1183310 - -test: - secret_key_base: 9dba3d9f84303371a92ef9e56d07095e377fc8078a6602d8c59372be666966c72184b83387ac5585f00a3960f49bb207068e5d48a9dce948c29821d3f3f31f6e - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/justin_quiros/my_app/db/migrate/20171129194421_create_users.rb b/justin_quiros/my_app/db/migrate/20171129194421_create_users.rb deleted file mode 100644 index 36d0b1b..0000000 --- a/justin_quiros/my_app/db/migrate/20171129194421_create_users.rb +++ /dev/null @@ -1,10 +0,0 @@ -class CreateUsers < ActiveRecord::Migration - def change - create_table :users do |t| - t.string :first_name - t.string :last_name - - t.timestamps null: false - end - end -end diff --git a/justin_quiros/my_app/db/migrate/20171129200004_create_messages.rb b/justin_quiros/my_app/db/migrate/20171129200004_create_messages.rb deleted file mode 100644 index 2f88371..0000000 --- a/justin_quiros/my_app/db/migrate/20171129200004_create_messages.rb +++ /dev/null @@ -1,10 +0,0 @@ -class CreateMessages < ActiveRecord::Migration - def change - create_table :messages do |t| - t.text :content - t.references :user, index: true, foreign_key: true - - t.timestamps null: false - end - end -end diff --git a/justin_quiros/my_app/db/migrate/20171129200910_create_addresses.rb b/justin_quiros/my_app/db/migrate/20171129200910_create_addresses.rb deleted file mode 100644 index f7b2ac0..0000000 --- a/justin_quiros/my_app/db/migrate/20171129200910_create_addresses.rb +++ /dev/null @@ -1,12 +0,0 @@ -class CreateAddresses < ActiveRecord::Migration - def change - create_table :addresses do |t| - t.string :street - t.string :city - t.string :state - t.references :user, index: true, foreign_key: true - - t.timestamps null: false - end - end -end diff --git a/justin_quiros/my_app/db/schema.rb b/justin_quiros/my_app/db/schema.rb deleted file mode 100644 index d75d2c5..0000000 --- a/justin_quiros/my_app/db/schema.rb +++ /dev/null @@ -1,43 +0,0 @@ -# encoding: UTF-8 -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# Note that this schema.rb definition is the authoritative source for your -# database schema. If you need to create the application database on another -# system, you should be using db:schema:load, not running all the migrations -# from scratch. The latter is a flawed and unsustainable approach (the more migrations -# you'll amass, the slower it'll run and the greater likelihood for issues). -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema.define(version: 20171129200910) do - - create_table "addresses", force: :cascade do |t| - t.string "street" - t.string "city" - t.string "state" - t.integer "user_id" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - add_index "addresses", ["user_id"], name: "index_addresses_on_user_id" - - create_table "messages", force: :cascade do |t| - t.text "content" - t.integer "user_id" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - add_index "messages", ["user_id"], name: "index_messages_on_user_id" - - create_table "users", force: :cascade do |t| - t.string "first_name" - t.string "last_name" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - -end diff --git a/justin_quiros/my_app/db/seeds.rb b/justin_quiros/my_app/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/justin_quiros/my_app/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/justin_quiros/my_app/lib/assets/.keep b/justin_quiros/my_app/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/my_app/lib/tasks/.keep b/justin_quiros/my_app/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/my_app/log/.keep b/justin_quiros/my_app/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/my_app/public/404.html b/justin_quiros/my_app/public/404.html deleted file mode 100644 index b612547..0000000 --- a/justin_quiros/my_app/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/justin_quiros/my_app/public/422.html b/justin_quiros/my_app/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/justin_quiros/my_app/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/justin_quiros/my_app/public/500.html b/justin_quiros/my_app/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/justin_quiros/my_app/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/justin_quiros/my_app/public/favicon.ico b/justin_quiros/my_app/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/my_app/public/robots.txt b/justin_quiros/my_app/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/justin_quiros/my_app/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/justin_quiros/my_app/test/controllers/.keep b/justin_quiros/my_app/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/my_app/test/fixtures/.keep b/justin_quiros/my_app/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/my_app/test/fixtures/addresses.yml b/justin_quiros/my_app/test/fixtures/addresses.yml deleted file mode 100644 index 7207a5c..0000000 --- a/justin_quiros/my_app/test/fixtures/addresses.yml +++ /dev/null @@ -1,13 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - street: MyString - city: MyString - state: MyString - user_id: - -two: - street: MyString - city: MyString - state: MyString - user_id: diff --git a/justin_quiros/my_app/test/fixtures/messages.yml b/justin_quiros/my_app/test/fixtures/messages.yml deleted file mode 100644 index a5153b6..0000000 --- a/justin_quiros/my_app/test/fixtures/messages.yml +++ /dev/null @@ -1,9 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - content: MyText - user_id: - -two: - content: MyText - user_id: diff --git a/justin_quiros/my_app/test/fixtures/users.yml b/justin_quiros/my_app/test/fixtures/users.yml deleted file mode 100644 index afdaa6a..0000000 --- a/justin_quiros/my_app/test/fixtures/users.yml +++ /dev/null @@ -1,9 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - first_name: MyString - last_name: MyString - -two: - first_name: MyString - last_name: MyString diff --git a/justin_quiros/my_app/test/helpers/.keep b/justin_quiros/my_app/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/my_app/test/integration/.keep b/justin_quiros/my_app/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/my_app/test/mailers/.keep b/justin_quiros/my_app/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/my_app/test/models/.keep b/justin_quiros/my_app/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/my_app/test/models/address_test.rb b/justin_quiros/my_app/test/models/address_test.rb deleted file mode 100644 index 44f9f9b..0000000 --- a/justin_quiros/my_app/test/models/address_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class AddressTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/justin_quiros/my_app/test/models/message_test.rb b/justin_quiros/my_app/test/models/message_test.rb deleted file mode 100644 index 11e5db0..0000000 --- a/justin_quiros/my_app/test/models/message_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class MessageTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/justin_quiros/my_app/test/models/user_test.rb b/justin_quiros/my_app/test/models/user_test.rb deleted file mode 100644 index 82f61e0..0000000 --- a/justin_quiros/my_app/test/models/user_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class UserTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/justin_quiros/my_app/test/test_helper.rb b/justin_quiros/my_app/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/justin_quiros/my_app/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/justin_quiros/my_app/vendor/assets/javascripts/.keep b/justin_quiros/my_app/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/my_app/vendor/assets/stylesheets/.keep b/justin_quiros/my_app/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/myenumerable.rb b/justin_quiros/myenumerable.rb deleted file mode 100644 index 67cc61a..0000000 --- a/justin_quiros/myenumerable.rb +++ /dev/null @@ -1,14 +0,0 @@ -module MyEnumerable - def my_each - for i in 0..self.length - yield(self[i]) - end - end -end - -class Array - include MyEnumerable -end - -[1,2,3,4].my_each { |i| puts i } -[1,2,3,4].my_each { |i| puts i * 10 } \ No newline at end of file diff --git a/justin_quiros/names.rb b/justin_quiros/names.rb deleted file mode 100644 index 4f6ba40..0000000 --- a/justin_quiros/names.rb +++ /dev/null @@ -1,10 +0,0 @@ -a = {first_name: "Michael", last_name: "Choi"} -b = {first_name: "John", last_name: "Doe"} -c = {first_name: "Jane", last_name: "Doe"} -d = {first_name: "James", last_name: "Smith"} -e = {first_name: "Jennifer", last_name: "Smith"} -names = [a, b, c, d, e] - -p "You have " +names.count.to_s+ " names in the 'names' array." - -names.each {|key| puts "The name is '" +key[:first_name]+ " " +key[:last_name]+ "'"} \ No newline at end of file diff --git a/justin_quiros/ninja_gold/.gitignore b/justin_quiros/ninja_gold/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/justin_quiros/ninja_gold/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/justin_quiros/ninja_gold/Gemfile b/justin_quiros/ninja_gold/Gemfile deleted file mode 100644 index 8b11657..0000000 --- a/justin_quiros/ninja_gold/Gemfile +++ /dev/null @@ -1,47 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' -gem 'hirb' -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end - diff --git a/justin_quiros/ninja_gold/Gemfile.lock b/justin_quiros/ninja_gold/Gemfile.lock deleted file mode 100644 index be50182..0000000 --- a/justin_quiros/ninja_gold/Gemfile.lock +++ /dev/null @@ -1,172 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (4.0.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/justin_quiros/ninja_gold/README.rdoc b/justin_quiros/ninja_gold/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/justin_quiros/ninja_gold/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/justin_quiros/ninja_gold/Rakefile b/justin_quiros/ninja_gold/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/justin_quiros/ninja_gold/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/justin_quiros/ninja_gold/app/assets/images/.keep b/justin_quiros/ninja_gold/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/ninja_gold/app/assets/javascripts/application.js b/justin_quiros/ninja_gold/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/justin_quiros/ninja_gold/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/justin_quiros/ninja_gold/app/assets/javascripts/rpgs.coffee b/justin_quiros/ninja_gold/app/assets/javascripts/rpgs.coffee deleted file mode 100644 index 24f83d1..0000000 --- a/justin_quiros/ninja_gold/app/assets/javascripts/rpgs.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://coffeescript.org/ diff --git a/justin_quiros/ninja_gold/app/assets/stylesheets/application.css b/justin_quiros/ninja_gold/app/assets/stylesheets/application.css deleted file mode 100644 index a101aff..0000000 --- a/justin_quiros/ninja_gold/app/assets/stylesheets/application.css +++ /dev/null @@ -1,30 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ - - -.win { - color: green; -} - -.lose { - color: red; -} -.activity{ - overflow: scroll; - height: 200px; - border: solid 2px black; - width: 400px; -} \ No newline at end of file diff --git a/justin_quiros/ninja_gold/app/assets/stylesheets/rpgs.scss b/justin_quiros/ninja_gold/app/assets/stylesheets/rpgs.scss deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/ninja_gold/app/controllers/application_controller.rb b/justin_quiros/ninja_gold/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/justin_quiros/ninja_gold/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/justin_quiros/ninja_gold/app/controllers/concerns/.keep b/justin_quiros/ninja_gold/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/ninja_gold/app/controllers/rpgs_controller.rb b/justin_quiros/ninja_gold/app/controllers/rpgs_controller.rb deleted file mode 100644 index fce4c9e..0000000 --- a/justin_quiros/ninja_gold/app/controllers/rpgs_controller.rb +++ /dev/null @@ -1,31 +0,0 @@ -class RpgsController < ApplicationController - - def index - session[:gold] ||= 0 - session[:activity] ||= [] - @gold = session[:gold] - @activities = session[:activity] - - end - - def win_lose - if params[:place] == 'farm' - gold = rand(10..20) - elsif params[:place] == 'cave' - gold = rand(5..10) - elsif params[:place] == 'house' - gold = rand(2..5) - elsif params[:place] == 'casino' - gold = rand(-50..50) - end - time = Time.now - - if gold > 0 - session[:activity] << "Earned #{gold} golds from the #{params[:place]}! (#{time.strftime('%Y/%m/%d %l:%M %P')})" - else - session[:activity] << "Entered a casino and lost #{gold} golds... Ouch. (#{time.strftime('%Y/%m/%d %l:%M %P')})" - end - session[:gold] += gold - redirect_to root_path - end -end diff --git a/justin_quiros/ninja_gold/app/helpers/application_helper.rb b/justin_quiros/ninja_gold/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/justin_quiros/ninja_gold/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/justin_quiros/ninja_gold/app/helpers/rpgs_helper.rb b/justin_quiros/ninja_gold/app/helpers/rpgs_helper.rb deleted file mode 100644 index d6ff991..0000000 --- a/justin_quiros/ninja_gold/app/helpers/rpgs_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module RpgsHelper -end diff --git a/justin_quiros/ninja_gold/app/mailers/.keep b/justin_quiros/ninja_gold/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/ninja_gold/app/models/.keep b/justin_quiros/ninja_gold/app/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/ninja_gold/app/models/concerns/.keep b/justin_quiros/ninja_gold/app/models/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/ninja_gold/app/views/layouts/application.html.erb b/justin_quiros/ninja_gold/app/views/layouts/application.html.erb deleted file mode 100644 index e17cd6f..0000000 --- a/justin_quiros/ninja_gold/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - NinjaGold - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/justin_quiros/ninja_gold/app/views/rpgs/index.html.erb b/justin_quiros/ninja_gold/app/views/rpgs/index.html.erb deleted file mode 100644 index 3621b26..0000000 --- a/justin_quiros/ninja_gold/app/views/rpgs/index.html.erb +++ /dev/null @@ -1,53 +0,0 @@ -<%= stylesheet_link_tag "application.css" %> - - -

Your Gold: <%= @gold %>

-
-
- -

Farm

-

(Earns 10-20 golds)

- - -
-
-
-
- -

Cave

-

(Earns 5-10 golds)

- - -
-
-
-
- -

House

-

(Earns 2-5 golds)

- - -
-
-
-
- -

Casino

-

(Earns/Takes 0-50 golds)

- - -
-
-
-
​ -

Activities:

​ -
​ - <% @activities.reverse.each do |activity| %>​ - <% if activity.include?("Earned") %>​ -

<%= activity %>

​ - <% else %>​ -

<%= activity %>

​ - <% end %>​ - <% end %>​ -
​ -
​ diff --git a/justin_quiros/ninja_gold/bin/bundle b/justin_quiros/ninja_gold/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/justin_quiros/ninja_gold/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/justin_quiros/ninja_gold/bin/rails b/justin_quiros/ninja_gold/bin/rails deleted file mode 100755 index 0138d79..0000000 --- a/justin_quiros/ninja_gold/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/justin_quiros/ninja_gold/bin/rake b/justin_quiros/ninja_gold/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/justin_quiros/ninja_gold/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/justin_quiros/ninja_gold/bin/setup b/justin_quiros/ninja_gold/bin/setup deleted file mode 100755 index acdb2c1..0000000 --- a/justin_quiros/ninja_gold/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/justin_quiros/ninja_gold/bin/spring b/justin_quiros/ninja_gold/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/justin_quiros/ninja_gold/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/justin_quiros/ninja_gold/config.ru b/justin_quiros/ninja_gold/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/justin_quiros/ninja_gold/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/justin_quiros/ninja_gold/config/application.rb b/justin_quiros/ninja_gold/config/application.rb deleted file mode 100644 index 6d31756..0000000 --- a/justin_quiros/ninja_gold/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module NinjaGold - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/justin_quiros/ninja_gold/config/boot.rb b/justin_quiros/ninja_gold/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/justin_quiros/ninja_gold/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/justin_quiros/ninja_gold/config/database.yml b/justin_quiros/ninja_gold/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/justin_quiros/ninja_gold/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/justin_quiros/ninja_gold/config/environment.rb b/justin_quiros/ninja_gold/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/justin_quiros/ninja_gold/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/justin_quiros/ninja_gold/config/environments/development.rb b/justin_quiros/ninja_gold/config/environments/development.rb deleted file mode 100644 index f47eea1..0000000 --- a/justin_quiros/ninja_gold/config/environments/development.rb +++ /dev/null @@ -1,47 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Use the below so you don't have to shut down server everytime you make a change in your controller - config.reload_classes_only_on_change = false - - # Use the below to get rid of unwanted text in console - config.log_level = :warn - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/justin_quiros/ninja_gold/config/environments/production.rb b/justin_quiros/ninja_gold/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/justin_quiros/ninja_gold/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/justin_quiros/ninja_gold/config/environments/test.rb b/justin_quiros/ninja_gold/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/justin_quiros/ninja_gold/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/justin_quiros/ninja_gold/config/initializers/assets.rb b/justin_quiros/ninja_gold/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/justin_quiros/ninja_gold/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/justin_quiros/ninja_gold/config/initializers/backtrace_silencers.rb b/justin_quiros/ninja_gold/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/justin_quiros/ninja_gold/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/justin_quiros/ninja_gold/config/initializers/cookies_serializer.rb b/justin_quiros/ninja_gold/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/justin_quiros/ninja_gold/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/justin_quiros/ninja_gold/config/initializers/filter_parameter_logging.rb b/justin_quiros/ninja_gold/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/justin_quiros/ninja_gold/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/justin_quiros/ninja_gold/config/initializers/inflections.rb b/justin_quiros/ninja_gold/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/justin_quiros/ninja_gold/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/justin_quiros/ninja_gold/config/initializers/mime_types.rb b/justin_quiros/ninja_gold/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/justin_quiros/ninja_gold/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/justin_quiros/ninja_gold/config/initializers/session_store.rb b/justin_quiros/ninja_gold/config/initializers/session_store.rb deleted file mode 100644 index b6c33d9..0000000 --- a/justin_quiros/ninja_gold/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_ninja_gold_session' diff --git a/justin_quiros/ninja_gold/config/initializers/wrap_parameters.rb b/justin_quiros/ninja_gold/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/justin_quiros/ninja_gold/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/justin_quiros/ninja_gold/config/locales/en.yml b/justin_quiros/ninja_gold/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/justin_quiros/ninja_gold/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/justin_quiros/ninja_gold/config/routes.rb b/justin_quiros/ninja_gold/config/routes.rb deleted file mode 100644 index 04c5ff4..0000000 --- a/justin_quiros/ninja_gold/config/routes.rb +++ /dev/null @@ -1,65 +0,0 @@ -Rails.application.routes.draw do - # get 'rpgs/farm' - # get 'rpgs/cave' - # get 'rpgs/house' - # get 'rpgs/casino' - - root 'rpgs#index' - - post 'gold' => 'rpgs#win_lose' - - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/justin_quiros/ninja_gold/config/secrets.yml b/justin_quiros/ninja_gold/config/secrets.yml deleted file mode 100644 index a864b63..0000000 --- a/justin_quiros/ninja_gold/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: c53ac652c2cb6702fe19fedd0aa5df68261cd5661127b98446885a7a9ca7b4e8a74fb3667e7ad0c6a5c4f3cfb616ca9c525f969efe87c512fba3d8bfca56ee14 - -test: - secret_key_base: 5d2ce11681d38d02cea7ed3dc31b9fc142cfef1db720c6e08cda16f856b978ffb6c15dc1d5782f6fda42e21aae35c22bf527daed7e54e3c34194fc0fdb30cb29 - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/justin_quiros/ninja_gold/db/seeds.rb b/justin_quiros/ninja_gold/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/justin_quiros/ninja_gold/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/justin_quiros/ninja_gold/lib/assets/.keep b/justin_quiros/ninja_gold/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/ninja_gold/lib/tasks/.keep b/justin_quiros/ninja_gold/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/ninja_gold/log/.keep b/justin_quiros/ninja_gold/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/ninja_gold/public/404.html b/justin_quiros/ninja_gold/public/404.html deleted file mode 100644 index b612547..0000000 --- a/justin_quiros/ninja_gold/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/justin_quiros/ninja_gold/public/422.html b/justin_quiros/ninja_gold/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/justin_quiros/ninja_gold/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/justin_quiros/ninja_gold/public/500.html b/justin_quiros/ninja_gold/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/justin_quiros/ninja_gold/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/justin_quiros/ninja_gold/public/favicon.ico b/justin_quiros/ninja_gold/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/ninja_gold/public/robots.txt b/justin_quiros/ninja_gold/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/justin_quiros/ninja_gold/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/justin_quiros/ninja_gold/test/controllers/.keep b/justin_quiros/ninja_gold/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/ninja_gold/test/controllers/rpgs_controller_test.rb b/justin_quiros/ninja_gold/test/controllers/rpgs_controller_test.rb deleted file mode 100644 index 8f884cd..0000000 --- a/justin_quiros/ninja_gold/test/controllers/rpgs_controller_test.rb +++ /dev/null @@ -1,24 +0,0 @@ -require 'test_helper' - -class RpgsControllerTest < ActionController::TestCase - test "should get farm" do - get :farm - assert_response :success - end - - test "should get cave" do - get :cave - assert_response :success - end - - test "should get house" do - get :house - assert_response :success - end - - test "should get casino" do - get :casino - assert_response :success - end - -end diff --git a/justin_quiros/ninja_gold/test/fixtures/.keep b/justin_quiros/ninja_gold/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/ninja_gold/test/helpers/.keep b/justin_quiros/ninja_gold/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/ninja_gold/test/integration/.keep b/justin_quiros/ninja_gold/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/ninja_gold/test/mailers/.keep b/justin_quiros/ninja_gold/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/ninja_gold/test/models/.keep b/justin_quiros/ninja_gold/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/ninja_gold/test/test_helper.rb b/justin_quiros/ninja_gold/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/justin_quiros/ninja_gold/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/justin_quiros/ninja_gold/vendor/assets/javascripts/.keep b/justin_quiros/ninja_gold/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/ninja_gold/vendor/assets/stylesheets/.keep b/justin_quiros/ninja_gold/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/optimize/.gitignore b/justin_quiros/optimize/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/justin_quiros/optimize/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/justin_quiros/optimize/Gemfile b/justin_quiros/optimize/Gemfile deleted file mode 100644 index 732f093..0000000 --- a/justin_quiros/optimize/Gemfile +++ /dev/null @@ -1,49 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end - -gem 'hirb' - diff --git a/justin_quiros/optimize/Gemfile.lock b/justin_quiros/optimize/Gemfile.lock deleted file mode 100644 index 73114af..0000000 --- a/justin_quiros/optimize/Gemfile.lock +++ /dev/null @@ -1,172 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (3.2.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/justin_quiros/optimize/Jerebko b/justin_quiros/optimize/Jerebko deleted file mode 100644 index 45a7fe5..0000000 --- a/justin_quiros/optimize/Jerebko +++ /dev/null @@ -1,230 +0,0 @@ - - SSUUMMMMAARRYY OOFF LLEESSSS CCOOMMMMAANNDDSS - - Commands marked with * may be preceded by a number, _N. - Notes in parentheses indicate the behavior if _N is given. - A key preceded by a caret indicates the Ctrl key; thus ^K is ctrl-K. - - h H Display this help. - q :q Q :Q ZZ Exit. - --------------------------------------------------------------------------- - - MMOOVVIINNGG - - e ^E j ^N CR * Forward one line (or _N lines). - y ^Y k ^K ^P * Backward one line (or _N lines). - f ^F ^V SPACE * Forward one window (or _N lines). - b ^B ESC-v * Backward one window (or _N lines). - z * Forward one window (and set window to _N). - w * Backward one window (and set window to _N). - ESC-SPACE * Forward one window, but don't stop at end-of-file. - d ^D * Forward one half-window (and set half-window to _N). - u ^U * Backward one half-window (and set half-window to _N). - ESC-) RightArrow * Left one half screen width (or _N positions). - ESC-( LeftArrow * Right one half screen width (or _N positions). - F Forward forever; like "tail -f". - r ^R ^L Repaint screen. - R Repaint screen, discarding buffered input. - --------------------------------------------------- - Default "window" is the screen height. - Default "half-window" is half of the screen height. - --------------------------------------------------------------------------- - - SSEEAARRCCHHIINNGG - - /_p_a_t_t_e_r_n * Search forward for (_N-th) matching line. - ?_p_a_t_t_e_r_n * Search backward for (_N-th) matching line. - n * Repeat previous search (for _N-th occurrence). - N * Repeat previous search in reverse direction. - ESC-n * Repeat previous search, spanning files. - ESC-N * Repeat previous search, reverse dir. & spanning files. - ESC-u Undo (toggle) search highlighting. - &_p_a_t_t_e_r_n * Display only matching lines - --------------------------------------------------- - A search pattern may be preceded by one or more of: - ^N or ! Search for NON-matching lines. - ^E or * Search multiple files (pass thru END OF FILE). - ^F or @ Start search at FIRST file (for /) or last file (for ?). - ^K Highlight matches, but don't move (KEEP position). - ^R Don't use REGULAR EXPRESSIONS. - --------------------------------------------------------------------------- - - JJUUMMPPIINNGG - - g < ESC-< * Go to first line in file (or line _N). - G > ESC-> * Go to last line in file (or line _N). - p % * Go to beginning of file (or _N percent into file). - t * Go to the (_N-th) next tag. - T * Go to the (_N-th) previous tag. - { ( [ * Find close bracket } ) ]. - } ) ] * Find open bracket { ( [. - ESC-^F _<_c_1_> _<_c_2_> * Find close bracket _<_c_2_>. - ESC-^B _<_c_1_> _<_c_2_> * Find open bracket _<_c_1_> - --------------------------------------------------- - Each "find close bracket" command goes forward to the close bracket - matching the (_N-th) open bracket in the top line. - Each "find open bracket" command goes backward to the open bracket - matching the (_N-th) close bracket in the bottom line. - - m_<_l_e_t_t_e_r_> Mark the current position with . - '_<_l_e_t_t_e_r_> Go to a previously marked position. - '' Go to the previous position. - ^X^X Same as '. - --------------------------------------------------- - A mark is any upper-case or lower-case letter. - Certain marks are predefined: - ^ means beginning of the file - $ means end of the file - --------------------------------------------------------------------------- - - CCHHAANNGGIINNGG FFIILLEESS - - :e [_f_i_l_e] Examine a new file. - ^X^V Same as :e. - :n * Examine the (_N-th) next file from the command line. - :p * Examine the (_N-th) previous file from the command line. - :x * Examine the first (or _N-th) file from the command line. - :d Delete the current file from the command line list. - = ^G :f Print current file name. - --------------------------------------------------------------------------- - - MMIISSCCEELLLLAANNEEOOUUSS CCOOMMMMAANNDDSS - - -_<_f_l_a_g_> Toggle a command line option [see OPTIONS below]. - --_<_n_a_m_e_> Toggle a command line option, by name. - __<_f_l_a_g_> Display the setting of a command line option. - ___<_n_a_m_e_> Display the setting of an option, by name. - +_c_m_d Execute the less cmd each time a new file is examined. - - !_c_o_m_m_a_n_d Execute the shell command with $SHELL. - |XX_c_o_m_m_a_n_d Pipe file between current pos & mark XX to shell command. - v Edit the current file with $VISUAL or $EDITOR. - V Print version number of "less". - --------------------------------------------------------------------------- - - OOPPTTIIOONNSS - - Most options may be changed either on the command line, - or from within less by using the - or -- command. - Options may be given in one of two forms: either a single - character preceded by a -, or a name preceded by --. - - -? ........ --help - Display help (from command line). - -a ........ --search-skip-screen - Search skips current screen. - -A ........ --SEARCH-SKIP-SCREEN - Search starts just after target line. - -b [_N] .... --buffers=[_N] - Number of buffers. - -B ........ --auto-buffers - Don't automatically allocate buffers for pipes. - -c ........ --clear-screen - Repaint by clearing rather than scrolling. - -d ........ --dumb - Dumb terminal. - -D [_x_n_._n] . --color=_x_n_._n - Set screen colors. (MS-DOS only) - -e -E .... --quit-at-eof --QUIT-AT-EOF - Quit at end of file. - -f ........ --force - Force open non-regular files. - -F ........ --quit-if-one-screen - Quit if entire file fits on first screen. - -g ........ --hilite-search - Highlight only last match for searches. - -G ........ --HILITE-SEARCH - Don't highlight any matches for searches. - -h [_N] .... --max-back-scroll=[_N] - Backward scroll limit. - -i ........ --ignore-case - Ignore case in searches that do not contain uppercase. - -I ........ --IGNORE-CASE - Ignore case in all searches. - -j [_N] .... --jump-target=[_N] - Screen position of target lines. - -J ........ --status-column - Display a status column at left edge of screen. - -k [_f_i_l_e] . --lesskey-file=[_f_i_l_e] - Use a lesskey file. - -K --quit-on-intr - Exit less in response to ctrl-C. - -L ........ --no-lessopen - Ignore the LESSOPEN environment variable. - -m -M .... --long-prompt --LONG-PROMPT - Set prompt style. - -n -N .... --line-numbers --LINE-NUMBERS - Don't use line numbers. - -o [_f_i_l_e] . --log-file=[_f_i_l_e] - Copy to log file (standard input only). - -O [_f_i_l_e] . --LOG-FILE=[_f_i_l_e] - Copy to log file (unconditionally overwrite). - -p [_p_a_t_t_e_r_n] --pattern=[_p_a_t_t_e_r_n] - Start at pattern (from command line). - -P [_p_r_o_m_p_t] --prompt=[_p_r_o_m_p_t] - Define new prompt. - -q -Q .... --quiet --QUIET --silent --SILENT - Quiet the terminal bell. - -r -R .... --raw-control-chars --RAW-CONTROL-CHARS - Output "raw" control characters. - -s ........ --squeeze-blank-lines - Squeeze multiple blank lines. - -S ........ --chop-long-lines - Chop (truncate) long lines rather than wrapping. - -t [_t_a_g] .. --tag=[_t_a_g] - Find a tag. - -T [_t_a_g_s_f_i_l_e] --tag-file=[_t_a_g_s_f_i_l_e] - Use an alternate tags file. - -u -U .... --underline-special --UNDERLINE-SPECIAL - Change handling of backspaces. - -V ........ --version - Display the version number of "less". - -w ........ --hilite-unread - Highlight first new line after forward-screen. - -W ........ --HILITE-UNREAD - Highlight first new line after any forward movement. - -x [_N[,...]] --tabs=[_N[,...]] - Set tab stops. - -X ........ --no-init - Don't use termcap init/deinit strings. - -y [_N] .... --max-forw-scroll=[_N] - Forward scroll limit. - -z [_N] .... --window=[_N] - Set size of window. - -" [_c[_c]] . --quotes=[_c[_c]] - Set shell quote characters. - -~ ........ --tilde - Don't display tildes after end of file. - -# [_N] .... --shift=[_N] - Horizontal scroll amount (0 = one half screen width) - ........ --no-keypad - Don't send termcap keypad init/deinit strings. - ........ --follow-name - The F command changes files if the input file is renamed. - - - --------------------------------------------------------------------------- - - LLIINNEE EEDDIITTIINNGG - - These keys can be used to edit text being entered - on the "command line" at the bottom of the screen. - - RightArrow ESC-l Move cursor right one character. - LeftArrow ESC-h Move cursor left one character. - ctrl-RightArrow ESC-RightArrow ESC-w Move cursor right one word. - ctrl-LeftArrow ESC-LeftArrow ESC-b Move cursor left one word. - HOME ESC-0 Move cursor to start of line. - END ESC-$ Move cursor to end of line. - BACKSPACE Delete char to left of cursor. - DELETE ESC-x Delete char under cursor. - ctrl-BACKSPACE ESC-BACKSPACE Delete word to left of cursor. - ctrl-DELETE ESC-DELETE ESC-X Delete word under cursor. - ctrl-U ESC (MS-DOS only) Delete entire line. - UpArrow ESC-k Retrieve previous command line. - DownArrow ESC-j Retrieve next command line. - TAB Complete filename & cycle. - SHIFT-TAB ESC-TAB Complete filename & reverse cycle. - ctrl-L Complete filename, list all. - - diff --git a/justin_quiros/optimize/McCullough b/justin_quiros/optimize/McCullough deleted file mode 100644 index 45a7fe5..0000000 --- a/justin_quiros/optimize/McCullough +++ /dev/null @@ -1,230 +0,0 @@ - - SSUUMMMMAARRYY OOFF LLEESSSS CCOOMMMMAANNDDSS - - Commands marked with * may be preceded by a number, _N. - Notes in parentheses indicate the behavior if _N is given. - A key preceded by a caret indicates the Ctrl key; thus ^K is ctrl-K. - - h H Display this help. - q :q Q :Q ZZ Exit. - --------------------------------------------------------------------------- - - MMOOVVIINNGG - - e ^E j ^N CR * Forward one line (or _N lines). - y ^Y k ^K ^P * Backward one line (or _N lines). - f ^F ^V SPACE * Forward one window (or _N lines). - b ^B ESC-v * Backward one window (or _N lines). - z * Forward one window (and set window to _N). - w * Backward one window (and set window to _N). - ESC-SPACE * Forward one window, but don't stop at end-of-file. - d ^D * Forward one half-window (and set half-window to _N). - u ^U * Backward one half-window (and set half-window to _N). - ESC-) RightArrow * Left one half screen width (or _N positions). - ESC-( LeftArrow * Right one half screen width (or _N positions). - F Forward forever; like "tail -f". - r ^R ^L Repaint screen. - R Repaint screen, discarding buffered input. - --------------------------------------------------- - Default "window" is the screen height. - Default "half-window" is half of the screen height. - --------------------------------------------------------------------------- - - SSEEAARRCCHHIINNGG - - /_p_a_t_t_e_r_n * Search forward for (_N-th) matching line. - ?_p_a_t_t_e_r_n * Search backward for (_N-th) matching line. - n * Repeat previous search (for _N-th occurrence). - N * Repeat previous search in reverse direction. - ESC-n * Repeat previous search, spanning files. - ESC-N * Repeat previous search, reverse dir. & spanning files. - ESC-u Undo (toggle) search highlighting. - &_p_a_t_t_e_r_n * Display only matching lines - --------------------------------------------------- - A search pattern may be preceded by one or more of: - ^N or ! Search for NON-matching lines. - ^E or * Search multiple files (pass thru END OF FILE). - ^F or @ Start search at FIRST file (for /) or last file (for ?). - ^K Highlight matches, but don't move (KEEP position). - ^R Don't use REGULAR EXPRESSIONS. - --------------------------------------------------------------------------- - - JJUUMMPPIINNGG - - g < ESC-< * Go to first line in file (or line _N). - G > ESC-> * Go to last line in file (or line _N). - p % * Go to beginning of file (or _N percent into file). - t * Go to the (_N-th) next tag. - T * Go to the (_N-th) previous tag. - { ( [ * Find close bracket } ) ]. - } ) ] * Find open bracket { ( [. - ESC-^F _<_c_1_> _<_c_2_> * Find close bracket _<_c_2_>. - ESC-^B _<_c_1_> _<_c_2_> * Find open bracket _<_c_1_> - --------------------------------------------------- - Each "find close bracket" command goes forward to the close bracket - matching the (_N-th) open bracket in the top line. - Each "find open bracket" command goes backward to the open bracket - matching the (_N-th) close bracket in the bottom line. - - m_<_l_e_t_t_e_r_> Mark the current position with . - '_<_l_e_t_t_e_r_> Go to a previously marked position. - '' Go to the previous position. - ^X^X Same as '. - --------------------------------------------------- - A mark is any upper-case or lower-case letter. - Certain marks are predefined: - ^ means beginning of the file - $ means end of the file - --------------------------------------------------------------------------- - - CCHHAANNGGIINNGG FFIILLEESS - - :e [_f_i_l_e] Examine a new file. - ^X^V Same as :e. - :n * Examine the (_N-th) next file from the command line. - :p * Examine the (_N-th) previous file from the command line. - :x * Examine the first (or _N-th) file from the command line. - :d Delete the current file from the command line list. - = ^G :f Print current file name. - --------------------------------------------------------------------------- - - MMIISSCCEELLLLAANNEEOOUUSS CCOOMMMMAANNDDSS - - -_<_f_l_a_g_> Toggle a command line option [see OPTIONS below]. - --_<_n_a_m_e_> Toggle a command line option, by name. - __<_f_l_a_g_> Display the setting of a command line option. - ___<_n_a_m_e_> Display the setting of an option, by name. - +_c_m_d Execute the less cmd each time a new file is examined. - - !_c_o_m_m_a_n_d Execute the shell command with $SHELL. - |XX_c_o_m_m_a_n_d Pipe file between current pos & mark XX to shell command. - v Edit the current file with $VISUAL or $EDITOR. - V Print version number of "less". - --------------------------------------------------------------------------- - - OOPPTTIIOONNSS - - Most options may be changed either on the command line, - or from within less by using the - or -- command. - Options may be given in one of two forms: either a single - character preceded by a -, or a name preceded by --. - - -? ........ --help - Display help (from command line). - -a ........ --search-skip-screen - Search skips current screen. - -A ........ --SEARCH-SKIP-SCREEN - Search starts just after target line. - -b [_N] .... --buffers=[_N] - Number of buffers. - -B ........ --auto-buffers - Don't automatically allocate buffers for pipes. - -c ........ --clear-screen - Repaint by clearing rather than scrolling. - -d ........ --dumb - Dumb terminal. - -D [_x_n_._n] . --color=_x_n_._n - Set screen colors. (MS-DOS only) - -e -E .... --quit-at-eof --QUIT-AT-EOF - Quit at end of file. - -f ........ --force - Force open non-regular files. - -F ........ --quit-if-one-screen - Quit if entire file fits on first screen. - -g ........ --hilite-search - Highlight only last match for searches. - -G ........ --HILITE-SEARCH - Don't highlight any matches for searches. - -h [_N] .... --max-back-scroll=[_N] - Backward scroll limit. - -i ........ --ignore-case - Ignore case in searches that do not contain uppercase. - -I ........ --IGNORE-CASE - Ignore case in all searches. - -j [_N] .... --jump-target=[_N] - Screen position of target lines. - -J ........ --status-column - Display a status column at left edge of screen. - -k [_f_i_l_e] . --lesskey-file=[_f_i_l_e] - Use a lesskey file. - -K --quit-on-intr - Exit less in response to ctrl-C. - -L ........ --no-lessopen - Ignore the LESSOPEN environment variable. - -m -M .... --long-prompt --LONG-PROMPT - Set prompt style. - -n -N .... --line-numbers --LINE-NUMBERS - Don't use line numbers. - -o [_f_i_l_e] . --log-file=[_f_i_l_e] - Copy to log file (standard input only). - -O [_f_i_l_e] . --LOG-FILE=[_f_i_l_e] - Copy to log file (unconditionally overwrite). - -p [_p_a_t_t_e_r_n] --pattern=[_p_a_t_t_e_r_n] - Start at pattern (from command line). - -P [_p_r_o_m_p_t] --prompt=[_p_r_o_m_p_t] - Define new prompt. - -q -Q .... --quiet --QUIET --silent --SILENT - Quiet the terminal bell. - -r -R .... --raw-control-chars --RAW-CONTROL-CHARS - Output "raw" control characters. - -s ........ --squeeze-blank-lines - Squeeze multiple blank lines. - -S ........ --chop-long-lines - Chop (truncate) long lines rather than wrapping. - -t [_t_a_g] .. --tag=[_t_a_g] - Find a tag. - -T [_t_a_g_s_f_i_l_e] --tag-file=[_t_a_g_s_f_i_l_e] - Use an alternate tags file. - -u -U .... --underline-special --UNDERLINE-SPECIAL - Change handling of backspaces. - -V ........ --version - Display the version number of "less". - -w ........ --hilite-unread - Highlight first new line after forward-screen. - -W ........ --HILITE-UNREAD - Highlight first new line after any forward movement. - -x [_N[,...]] --tabs=[_N[,...]] - Set tab stops. - -X ........ --no-init - Don't use termcap init/deinit strings. - -y [_N] .... --max-forw-scroll=[_N] - Forward scroll limit. - -z [_N] .... --window=[_N] - Set size of window. - -" [_c[_c]] . --quotes=[_c[_c]] - Set shell quote characters. - -~ ........ --tilde - Don't display tildes after end of file. - -# [_N] .... --shift=[_N] - Horizontal scroll amount (0 = one half screen width) - ........ --no-keypad - Don't send termcap keypad init/deinit strings. - ........ --follow-name - The F command changes files if the input file is renamed. - - - --------------------------------------------------------------------------- - - LLIINNEE EEDDIITTIINNGG - - These keys can be used to edit text being entered - on the "command line" at the bottom of the screen. - - RightArrow ESC-l Move cursor right one character. - LeftArrow ESC-h Move cursor left one character. - ctrl-RightArrow ESC-RightArrow ESC-w Move cursor right one word. - ctrl-LeftArrow ESC-LeftArrow ESC-b Move cursor left one word. - HOME ESC-0 Move cursor to start of line. - END ESC-$ Move cursor to end of line. - BACKSPACE Delete char to left of cursor. - DELETE ESC-x Delete char under cursor. - ctrl-BACKSPACE ESC-BACKSPACE Delete word to left of cursor. - ctrl-DELETE ESC-DELETE ESC-X Delete word under cursor. - ctrl-U ESC (MS-DOS only) Delete entire line. - UpArrow ESC-k Retrieve previous command line. - DownArrow ESC-j Retrieve next command line. - TAB Complete filename & cycle. - SHIFT-TAB ESC-TAB Complete filename & reverse cycle. - ctrl-L Complete filename, list all. - - diff --git a/justin_quiros/optimize/README.rdoc b/justin_quiros/optimize/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/justin_quiros/optimize/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/justin_quiros/optimize/Rakefile b/justin_quiros/optimize/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/justin_quiros/optimize/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/justin_quiros/optimize/app/assets/images/.keep b/justin_quiros/optimize/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/optimize/app/assets/javascripts/application.js b/justin_quiros/optimize/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/justin_quiros/optimize/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/justin_quiros/optimize/app/assets/stylesheets/application.css b/justin_quiros/optimize/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/justin_quiros/optimize/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/justin_quiros/optimize/app/controllers/application_controller.rb b/justin_quiros/optimize/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/justin_quiros/optimize/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/justin_quiros/optimize/app/controllers/concerns/.keep b/justin_quiros/optimize/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/optimize/app/helpers/application_helper.rb b/justin_quiros/optimize/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/justin_quiros/optimize/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/justin_quiros/optimize/app/mailers/.keep b/justin_quiros/optimize/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/optimize/app/models/.keep b/justin_quiros/optimize/app/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/optimize/app/models/concerns/.keep b/justin_quiros/optimize/app/models/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/optimize/app/models/player.rb b/justin_quiros/optimize/app/models/player.rb deleted file mode 100644 index b30fdc9..0000000 --- a/justin_quiros/optimize/app/models/player.rb +++ /dev/null @@ -1,3 +0,0 @@ -class Player < ActiveRecord::Base - belongs_to :team -end diff --git a/justin_quiros/optimize/app/models/team.rb b/justin_quiros/optimize/app/models/team.rb deleted file mode 100644 index f5b01c9..0000000 --- a/justin_quiros/optimize/app/models/team.rb +++ /dev/null @@ -1,3 +0,0 @@ -class Team < ActiveRecord::Base - has_many :players -end diff --git a/justin_quiros/optimize/app/views/layouts/application.html.erb b/justin_quiros/optimize/app/views/layouts/application.html.erb deleted file mode 100644 index 7fc9d5f..0000000 --- a/justin_quiros/optimize/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - Optimize - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/justin_quiros/optimize/bin/bundle b/justin_quiros/optimize/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/justin_quiros/optimize/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/justin_quiros/optimize/bin/rails b/justin_quiros/optimize/bin/rails deleted file mode 100755 index 0138d79..0000000 --- a/justin_quiros/optimize/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/justin_quiros/optimize/bin/rake b/justin_quiros/optimize/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/justin_quiros/optimize/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/justin_quiros/optimize/bin/setup b/justin_quiros/optimize/bin/setup deleted file mode 100755 index acdb2c1..0000000 --- a/justin_quiros/optimize/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/justin_quiros/optimize/bin/spring b/justin_quiros/optimize/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/justin_quiros/optimize/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/justin_quiros/optimize/config.ru b/justin_quiros/optimize/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/justin_quiros/optimize/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/justin_quiros/optimize/config/application.rb b/justin_quiros/optimize/config/application.rb deleted file mode 100644 index 82f8fb1..0000000 --- a/justin_quiros/optimize/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module Optimize - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/justin_quiros/optimize/config/boot.rb b/justin_quiros/optimize/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/justin_quiros/optimize/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/justin_quiros/optimize/config/database.yml b/justin_quiros/optimize/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/justin_quiros/optimize/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/justin_quiros/optimize/config/environment.rb b/justin_quiros/optimize/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/justin_quiros/optimize/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/justin_quiros/optimize/config/environments/development.rb b/justin_quiros/optimize/config/environments/development.rb deleted file mode 100644 index b55e214..0000000 --- a/justin_quiros/optimize/config/environments/development.rb +++ /dev/null @@ -1,41 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/justin_quiros/optimize/config/environments/production.rb b/justin_quiros/optimize/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/justin_quiros/optimize/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/justin_quiros/optimize/config/environments/test.rb b/justin_quiros/optimize/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/justin_quiros/optimize/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/justin_quiros/optimize/config/initializers/assets.rb b/justin_quiros/optimize/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/justin_quiros/optimize/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/justin_quiros/optimize/config/initializers/backtrace_silencers.rb b/justin_quiros/optimize/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/justin_quiros/optimize/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/justin_quiros/optimize/config/initializers/cookies_serializer.rb b/justin_quiros/optimize/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/justin_quiros/optimize/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/justin_quiros/optimize/config/initializers/filter_parameter_logging.rb b/justin_quiros/optimize/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/justin_quiros/optimize/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/justin_quiros/optimize/config/initializers/inflections.rb b/justin_quiros/optimize/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/justin_quiros/optimize/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/justin_quiros/optimize/config/initializers/mime_types.rb b/justin_quiros/optimize/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/justin_quiros/optimize/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/justin_quiros/optimize/config/initializers/session_store.rb b/justin_quiros/optimize/config/initializers/session_store.rb deleted file mode 100644 index 7e5d399..0000000 --- a/justin_quiros/optimize/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_optimize_session' diff --git a/justin_quiros/optimize/config/initializers/wrap_parameters.rb b/justin_quiros/optimize/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/justin_quiros/optimize/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/justin_quiros/optimize/config/locales/en.yml b/justin_quiros/optimize/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/justin_quiros/optimize/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/justin_quiros/optimize/config/routes.rb b/justin_quiros/optimize/config/routes.rb deleted file mode 100644 index 3f66539..0000000 --- a/justin_quiros/optimize/config/routes.rb +++ /dev/null @@ -1,56 +0,0 @@ -Rails.application.routes.draw do - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/justin_quiros/optimize/config/secrets.yml b/justin_quiros/optimize/config/secrets.yml deleted file mode 100644 index e95fc2b..0000000 --- a/justin_quiros/optimize/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: e060ebae6cd5a928433a336bdb1233dea11d5848a69ff678d0403b8b32a3b990e7857095f5500c8936c111e320021b74e407f181f3d5aaddc6fe4f0c5d62070e - -test: - secret_key_base: 9d687bbcda3d233e25de3d714e7ba095a582c5ebc57d0c33a0afbceb3e78472836bb66f25a20711c8a6f48e4e513e3c50d5688b83f259c1ffd6205c2c9e1dae3 - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/justin_quiros/optimize/db/migrate/20171130145829_create_teams.rb b/justin_quiros/optimize/db/migrate/20171130145829_create_teams.rb deleted file mode 100644 index 5f7137c..0000000 --- a/justin_quiros/optimize/db/migrate/20171130145829_create_teams.rb +++ /dev/null @@ -1,11 +0,0 @@ -class CreateTeams < ActiveRecord::Migration - def change - create_table :teams do |t| - t.string :name - t.string :mascot - t.string :stadium - - t.timestamps null: false - end - end -end diff --git a/justin_quiros/optimize/db/migrate/20171130145834_create_players.rb b/justin_quiros/optimize/db/migrate/20171130145834_create_players.rb deleted file mode 100644 index 9949aad..0000000 --- a/justin_quiros/optimize/db/migrate/20171130145834_create_players.rb +++ /dev/null @@ -1,10 +0,0 @@ -class CreatePlayers < ActiveRecord::Migration - def change - create_table :players do |t| - t.string :name - t.references :team, index: true, foreign_key: true - - t.timestamps null: false - end - end -end diff --git a/justin_quiros/optimize/db/schema.rb b/justin_quiros/optimize/db/schema.rb deleted file mode 100644 index 422dab0..0000000 --- a/justin_quiros/optimize/db/schema.rb +++ /dev/null @@ -1,33 +0,0 @@ -# encoding: UTF-8 -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# Note that this schema.rb definition is the authoritative source for your -# database schema. If you need to create the application database on another -# system, you should be using db:schema:load, not running all the migrations -# from scratch. The latter is a flawed and unsustainable approach (the more migrations -# you'll amass, the slower it'll run and the greater likelihood for issues). -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema.define(version: 20171130145834) do - - create_table "players", force: :cascade do |t| - t.string "name" - t.integer "team_id" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - add_index "players", ["team_id"], name: "index_players_on_team_id" - - create_table "teams", force: :cascade do |t| - t.string "name" - t.string "mascot" - t.string "stadium" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - -end diff --git a/justin_quiros/optimize/db/seeds.rb b/justin_quiros/optimize/db/seeds.rb deleted file mode 100644 index ef67a95..0000000 --- a/justin_quiros/optimize/db/seeds.rb +++ /dev/null @@ -1,113 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) - -# we require 'open-uri' to request the html files -require 'open-uri' -teams = [ - ["Atlanta Hawks", "Skyhawk", "Philips Arena"], - ["Boston Celtics", "Lucky the Leprechaun", "TD Garden"], - ["Brooklyn Nets", "BrooklyKnight", "Barclays Center"], - ["Charlotte Hornets", "Hugo the Hornet", "Spectrum Center"], - ["Chicago Bulls", "Benny the Bull", "United Center"], - ["Cleveland Cavaliers", "Moondog", "Quicken Loans Arena"], - ["Dallas Mavericks", "Champ", "American Airlines Center"], - ["Denver Nuggets", "Rocky the Mountain Lion", "Pepsi Center"], - ["Detroit Pistons", "Hooper", "The Palace of Auburn Hills"], - ["Golden State Warriors", "Thunder", "Oracle Arena"], - ["Houston Rockets", "Clutch", "Toyota Center"], - ["Indiana Pacers", "Boomer the Panther", "Bankers Life Fieldhouse"], - ["Los Angeles Clippers", "Chuck", "Staples Center"], - ["Los Angeles Lakers", "Jack Nicholson", "Staples Center"], - ["Memphis Grizzlies", "Griz", "FedExForum"], - ["Miami Heat", "Burnie", "American Airlines Arena"], - ["Milwaukee Bucks", "Bango", "BMO Harris Bradley Center"], - ["Minnesota Timberwolves", "Crunch the Wolf", "Target Center"], - ["New Orleans Pelicans", "Pierre the Pelican", "Smoothie King Center"], - ["New York Knicks", "Spike Lee", "Madison Square Garden"], - ["Oklahoma City Thunder", "Rumble the Bison", "Chesapeake Energy Arena"], - ["Orlando Magic", "Stuff the Magic Dragon", "Amway Center"], - ["Philadelphia 76ers", "Franklin the Dog", "Wells Fargo Center Philadelphia"], - ["Phoenix Suns", "The Suns Gorilla", "Talking Stick Resort Arena"], - ["Portland Trail Blazers", "Blaze the Trail Cat", "Moda Center"], - ["Sacramento Kings", "Slamson the Lion", "Golden 1 Center"], - ["San Antonio Spurs", "The Coyote", "AT&T Center"], - ["Toronto Raptors", "Raptor", "Air Canada Centre"], - ["Utah Jazz", "Jazz Bear", "Vivint Smart Home Arena"], - ["Washington Wizards", "G. Wiz", "Verizon Center"] -] -# Here, we are using the Nokogiri gem (already comes with Rails), to scrape the ESPN website for the list of players. -# For more information on Nokogiri, you can go to their documentation or visit http://www.nokogiri.org/ -atlanta_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/atl/atlanta-hawks")).css("td.sortcell") -boston_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/bos/boston-celtics")).css("td.sortcell") -brooklyn_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/bkn/brooklyn-nets")).css("td.sortcell") -charlotte_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/cha/charlotte-hornets")).css("td.sortcell") -chicago_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/chi/chicago-bulls")).css("td.sortcell") -cleveland_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/cle/cleveland-cavaliers")).css("td.sortcell") -dallas_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/dal/dallas-mavericks")).css("td.sortcell") -denver_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/den/denver-nuggets")).css("td.sortcell") -detroit_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/det/detroit-pistons")).css("td.sortcell") -warriors_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/gs/golden-state-warriors")).css("td.sortcell") -houston_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/hou/houston-rockets")).css("td.sortcell") -indiana_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/ind/indiana-pacers")).css("td.sortcell") -clippers_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/lac/la-clippers")).css("td.sortcell") -lakers_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/lal/los-angeles-lakers")).css("td.sortcell") -memphis_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/mem/memphis-grizzlies")).css("td.sortcell") -miami_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/mia/miami-heat")).css("td.sortcell") -milwaukee_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/mil/milwaukee-bucks")).css("td.sortcell") -minnesota_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/min/minnesota-timberwolves")).css("td.sortcell") -nola_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/no/new-orleans-pelicans")).css("td.sortcell") -knicks_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/ny/new-york-knicks")).css("td.sortcell") -okc_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/okc/oklahoma-city-thunder")).css("td.sortcell") -orlando_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/orl/orlando-magic")).css("td.sortcell") -phili_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/phi/philadelphia-76ers")).css("td.sortcell") -phoenix_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/phx/phoenix-suns")).css("td.sortcell") -portland_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/por/portland-trail-blazers")).css("td.sortcell") -sacramento_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/sac/sacramento-kings")).css("td.sortcell") -spurs_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/sa/san-antonio-spurs")).css("td.sortcell") -toronto_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/tor/toronto-raptors")).css("td.sortcell") -utah_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/utah/utah-jazz")).css("td.sortcell") -washington_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/wsh/washington-wizards")).css("td.sortcell") -players = [ - atlanta_players, - boston_players, - brooklyn_players, - charlotte_players, - chicago_players, - cleveland_players, - dallas_players, - denver_players, - detroit_players, - warriors_players, - houston_players, - indiana_players, - clippers_players, - lakers_players, - memphis_players, - miami_players, - milwaukee_players, - minnesota_players, - nola_players, - knicks_players, - okc_players, - orlando_players, - phili_players, - phoenix_players, - portland_players, - sacramento_players, - spurs_players, - toronto_players, - utah_players, - washington_players -] -players.each_with_index do |roster, index| - Team.create(name: teams[index][0], mascot: teams[index][1], stadium: teams[index][2]) - roster.each do |player| - Team.last.players.create(name: player.text) - end -end - diff --git a/justin_quiros/optimize/lib/assets/.keep b/justin_quiros/optimize/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/optimize/lib/tasks/.keep b/justin_quiros/optimize/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/optimize/log/.keep b/justin_quiros/optimize/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/optimize/oJ|21|Magette | 1 | 2017-11-30 15:01:51 UTC | 2017-11-30 15:01:51 UTC | b/justin_quiros/optimize/oJ|21|Magette | 1 | 2017-11-30 15:01:51 UTC | 2017-11-30 15:01:51 UTC | deleted file mode 100644 index 45a7fe5..0000000 --- a/justin_quiros/optimize/oJ|21|Magette | 1 | 2017-11-30 15:01:51 UTC | 2017-11-30 15:01:51 UTC | +++ /dev/null @@ -1,230 +0,0 @@ - - SSUUMMMMAARRYY OOFF LLEESSSS CCOOMMMMAANNDDSS - - Commands marked with * may be preceded by a number, _N. - Notes in parentheses indicate the behavior if _N is given. - A key preceded by a caret indicates the Ctrl key; thus ^K is ctrl-K. - - h H Display this help. - q :q Q :Q ZZ Exit. - --------------------------------------------------------------------------- - - MMOOVVIINNGG - - e ^E j ^N CR * Forward one line (or _N lines). - y ^Y k ^K ^P * Backward one line (or _N lines). - f ^F ^V SPACE * Forward one window (or _N lines). - b ^B ESC-v * Backward one window (or _N lines). - z * Forward one window (and set window to _N). - w * Backward one window (and set window to _N). - ESC-SPACE * Forward one window, but don't stop at end-of-file. - d ^D * Forward one half-window (and set half-window to _N). - u ^U * Backward one half-window (and set half-window to _N). - ESC-) RightArrow * Left one half screen width (or _N positions). - ESC-( LeftArrow * Right one half screen width (or _N positions). - F Forward forever; like "tail -f". - r ^R ^L Repaint screen. - R Repaint screen, discarding buffered input. - --------------------------------------------------- - Default "window" is the screen height. - Default "half-window" is half of the screen height. - --------------------------------------------------------------------------- - - SSEEAARRCCHHIINNGG - - /_p_a_t_t_e_r_n * Search forward for (_N-th) matching line. - ?_p_a_t_t_e_r_n * Search backward for (_N-th) matching line. - n * Repeat previous search (for _N-th occurrence). - N * Repeat previous search in reverse direction. - ESC-n * Repeat previous search, spanning files. - ESC-N * Repeat previous search, reverse dir. & spanning files. - ESC-u Undo (toggle) search highlighting. - &_p_a_t_t_e_r_n * Display only matching lines - --------------------------------------------------- - A search pattern may be preceded by one or more of: - ^N or ! Search for NON-matching lines. - ^E or * Search multiple files (pass thru END OF FILE). - ^F or @ Start search at FIRST file (for /) or last file (for ?). - ^K Highlight matches, but don't move (KEEP position). - ^R Don't use REGULAR EXPRESSIONS. - --------------------------------------------------------------------------- - - JJUUMMPPIINNGG - - g < ESC-< * Go to first line in file (or line _N). - G > ESC-> * Go to last line in file (or line _N). - p % * Go to beginning of file (or _N percent into file). - t * Go to the (_N-th) next tag. - T * Go to the (_N-th) previous tag. - { ( [ * Find close bracket } ) ]. - } ) ] * Find open bracket { ( [. - ESC-^F _<_c_1_> _<_c_2_> * Find close bracket _<_c_2_>. - ESC-^B _<_c_1_> _<_c_2_> * Find open bracket _<_c_1_> - --------------------------------------------------- - Each "find close bracket" command goes forward to the close bracket - matching the (_N-th) open bracket in the top line. - Each "find open bracket" command goes backward to the open bracket - matching the (_N-th) close bracket in the bottom line. - - m_<_l_e_t_t_e_r_> Mark the current position with . - '_<_l_e_t_t_e_r_> Go to a previously marked position. - '' Go to the previous position. - ^X^X Same as '. - --------------------------------------------------- - A mark is any upper-case or lower-case letter. - Certain marks are predefined: - ^ means beginning of the file - $ means end of the file - --------------------------------------------------------------------------- - - CCHHAANNGGIINNGG FFIILLEESS - - :e [_f_i_l_e] Examine a new file. - ^X^V Same as :e. - :n * Examine the (_N-th) next file from the command line. - :p * Examine the (_N-th) previous file from the command line. - :x * Examine the first (or _N-th) file from the command line. - :d Delete the current file from the command line list. - = ^G :f Print current file name. - --------------------------------------------------------------------------- - - MMIISSCCEELLLLAANNEEOOUUSS CCOOMMMMAANNDDSS - - -_<_f_l_a_g_> Toggle a command line option [see OPTIONS below]. - --_<_n_a_m_e_> Toggle a command line option, by name. - __<_f_l_a_g_> Display the setting of a command line option. - ___<_n_a_m_e_> Display the setting of an option, by name. - +_c_m_d Execute the less cmd each time a new file is examined. - - !_c_o_m_m_a_n_d Execute the shell command with $SHELL. - |XX_c_o_m_m_a_n_d Pipe file between current pos & mark XX to shell command. - v Edit the current file with $VISUAL or $EDITOR. - V Print version number of "less". - --------------------------------------------------------------------------- - - OOPPTTIIOONNSS - - Most options may be changed either on the command line, - or from within less by using the - or -- command. - Options may be given in one of two forms: either a single - character preceded by a -, or a name preceded by --. - - -? ........ --help - Display help (from command line). - -a ........ --search-skip-screen - Search skips current screen. - -A ........ --SEARCH-SKIP-SCREEN - Search starts just after target line. - -b [_N] .... --buffers=[_N] - Number of buffers. - -B ........ --auto-buffers - Don't automatically allocate buffers for pipes. - -c ........ --clear-screen - Repaint by clearing rather than scrolling. - -d ........ --dumb - Dumb terminal. - -D [_x_n_._n] . --color=_x_n_._n - Set screen colors. (MS-DOS only) - -e -E .... --quit-at-eof --QUIT-AT-EOF - Quit at end of file. - -f ........ --force - Force open non-regular files. - -F ........ --quit-if-one-screen - Quit if entire file fits on first screen. - -g ........ --hilite-search - Highlight only last match for searches. - -G ........ --HILITE-SEARCH - Don't highlight any matches for searches. - -h [_N] .... --max-back-scroll=[_N] - Backward scroll limit. - -i ........ --ignore-case - Ignore case in searches that do not contain uppercase. - -I ........ --IGNORE-CASE - Ignore case in all searches. - -j [_N] .... --jump-target=[_N] - Screen position of target lines. - -J ........ --status-column - Display a status column at left edge of screen. - -k [_f_i_l_e] . --lesskey-file=[_f_i_l_e] - Use a lesskey file. - -K --quit-on-intr - Exit less in response to ctrl-C. - -L ........ --no-lessopen - Ignore the LESSOPEN environment variable. - -m -M .... --long-prompt --LONG-PROMPT - Set prompt style. - -n -N .... --line-numbers --LINE-NUMBERS - Don't use line numbers. - -o [_f_i_l_e] . --log-file=[_f_i_l_e] - Copy to log file (standard input only). - -O [_f_i_l_e] . --LOG-FILE=[_f_i_l_e] - Copy to log file (unconditionally overwrite). - -p [_p_a_t_t_e_r_n] --pattern=[_p_a_t_t_e_r_n] - Start at pattern (from command line). - -P [_p_r_o_m_p_t] --prompt=[_p_r_o_m_p_t] - Define new prompt. - -q -Q .... --quiet --QUIET --silent --SILENT - Quiet the terminal bell. - -r -R .... --raw-control-chars --RAW-CONTROL-CHARS - Output "raw" control characters. - -s ........ --squeeze-blank-lines - Squeeze multiple blank lines. - -S ........ --chop-long-lines - Chop (truncate) long lines rather than wrapping. - -t [_t_a_g] .. --tag=[_t_a_g] - Find a tag. - -T [_t_a_g_s_f_i_l_e] --tag-file=[_t_a_g_s_f_i_l_e] - Use an alternate tags file. - -u -U .... --underline-special --UNDERLINE-SPECIAL - Change handling of backspaces. - -V ........ --version - Display the version number of "less". - -w ........ --hilite-unread - Highlight first new line after forward-screen. - -W ........ --HILITE-UNREAD - Highlight first new line after any forward movement. - -x [_N[,...]] --tabs=[_N[,...]] - Set tab stops. - -X ........ --no-init - Don't use termcap init/deinit strings. - -y [_N] .... --max-forw-scroll=[_N] - Forward scroll limit. - -z [_N] .... --window=[_N] - Set size of window. - -" [_c[_c]] . --quotes=[_c[_c]] - Set shell quote characters. - -~ ........ --tilde - Don't display tildes after end of file. - -# [_N] .... --shift=[_N] - Horizontal scroll amount (0 = one half screen width) - ........ --no-keypad - Don't send termcap keypad init/deinit strings. - ........ --follow-name - The F command changes files if the input file is renamed. - - - --------------------------------------------------------------------------- - - LLIINNEE EEDDIITTIINNGG - - These keys can be used to edit text being entered - on the "command line" at the bottom of the screen. - - RightArrow ESC-l Move cursor right one character. - LeftArrow ESC-h Move cursor left one character. - ctrl-RightArrow ESC-RightArrow ESC-w Move cursor right one word. - ctrl-LeftArrow ESC-LeftArrow ESC-b Move cursor left one word. - HOME ESC-0 Move cursor to start of line. - END ESC-$ Move cursor to end of line. - BACKSPACE Delete char to left of cursor. - DELETE ESC-x Delete char under cursor. - ctrl-BACKSPACE ESC-BACKSPACE Delete word to left of cursor. - ctrl-DELETE ESC-DELETE ESC-X Delete word under cursor. - ctrl-U ESC (MS-DOS only) Delete entire line. - UpArrow ESC-k Retrieve previous command line. - DownArrow ESC-j Retrieve next command line. - TAB Complete filename & cycle. - SHIFT-TAB ESC-TAB Complete filename & reverse cycle. - ctrl-L Complete filename, list all. - - diff --git a/justin_quiros/optimize/on the Lion b/justin_quiros/optimize/on the Lion deleted file mode 100644 index 45a7fe5..0000000 --- a/justin_quiros/optimize/on the Lion +++ /dev/null @@ -1,230 +0,0 @@ - - SSUUMMMMAARRYY OOFF LLEESSSS CCOOMMMMAANNDDSS - - Commands marked with * may be preceded by a number, _N. - Notes in parentheses indicate the behavior if _N is given. - A key preceded by a caret indicates the Ctrl key; thus ^K is ctrl-K. - - h H Display this help. - q :q Q :Q ZZ Exit. - --------------------------------------------------------------------------- - - MMOOVVIINNGG - - e ^E j ^N CR * Forward one line (or _N lines). - y ^Y k ^K ^P * Backward one line (or _N lines). - f ^F ^V SPACE * Forward one window (or _N lines). - b ^B ESC-v * Backward one window (or _N lines). - z * Forward one window (and set window to _N). - w * Backward one window (and set window to _N). - ESC-SPACE * Forward one window, but don't stop at end-of-file. - d ^D * Forward one half-window (and set half-window to _N). - u ^U * Backward one half-window (and set half-window to _N). - ESC-) RightArrow * Left one half screen width (or _N positions). - ESC-( LeftArrow * Right one half screen width (or _N positions). - F Forward forever; like "tail -f". - r ^R ^L Repaint screen. - R Repaint screen, discarding buffered input. - --------------------------------------------------- - Default "window" is the screen height. - Default "half-window" is half of the screen height. - --------------------------------------------------------------------------- - - SSEEAARRCCHHIINNGG - - /_p_a_t_t_e_r_n * Search forward for (_N-th) matching line. - ?_p_a_t_t_e_r_n * Search backward for (_N-th) matching line. - n * Repeat previous search (for _N-th occurrence). - N * Repeat previous search in reverse direction. - ESC-n * Repeat previous search, spanning files. - ESC-N * Repeat previous search, reverse dir. & spanning files. - ESC-u Undo (toggle) search highlighting. - &_p_a_t_t_e_r_n * Display only matching lines - --------------------------------------------------- - A search pattern may be preceded by one or more of: - ^N or ! Search for NON-matching lines. - ^E or * Search multiple files (pass thru END OF FILE). - ^F or @ Start search at FIRST file (for /) or last file (for ?). - ^K Highlight matches, but don't move (KEEP position). - ^R Don't use REGULAR EXPRESSIONS. - --------------------------------------------------------------------------- - - JJUUMMPPIINNGG - - g < ESC-< * Go to first line in file (or line _N). - G > ESC-> * Go to last line in file (or line _N). - p % * Go to beginning of file (or _N percent into file). - t * Go to the (_N-th) next tag. - T * Go to the (_N-th) previous tag. - { ( [ * Find close bracket } ) ]. - } ) ] * Find open bracket { ( [. - ESC-^F _<_c_1_> _<_c_2_> * Find close bracket _<_c_2_>. - ESC-^B _<_c_1_> _<_c_2_> * Find open bracket _<_c_1_> - --------------------------------------------------- - Each "find close bracket" command goes forward to the close bracket - matching the (_N-th) open bracket in the top line. - Each "find open bracket" command goes backward to the open bracket - matching the (_N-th) close bracket in the bottom line. - - m_<_l_e_t_t_e_r_> Mark the current position with . - '_<_l_e_t_t_e_r_> Go to a previously marked position. - '' Go to the previous position. - ^X^X Same as '. - --------------------------------------------------- - A mark is any upper-case or lower-case letter. - Certain marks are predefined: - ^ means beginning of the file - $ means end of the file - --------------------------------------------------------------------------- - - CCHHAANNGGIINNGG FFIILLEESS - - :e [_f_i_l_e] Examine a new file. - ^X^V Same as :e. - :n * Examine the (_N-th) next file from the command line. - :p * Examine the (_N-th) previous file from the command line. - :x * Examine the first (or _N-th) file from the command line. - :d Delete the current file from the command line list. - = ^G :f Print current file name. - --------------------------------------------------------------------------- - - MMIISSCCEELLLLAANNEEOOUUSS CCOOMMMMAANNDDSS - - -_<_f_l_a_g_> Toggle a command line option [see OPTIONS below]. - --_<_n_a_m_e_> Toggle a command line option, by name. - __<_f_l_a_g_> Display the setting of a command line option. - ___<_n_a_m_e_> Display the setting of an option, by name. - +_c_m_d Execute the less cmd each time a new file is examined. - - !_c_o_m_m_a_n_d Execute the shell command with $SHELL. - |XX_c_o_m_m_a_n_d Pipe file between current pos & mark XX to shell command. - v Edit the current file with $VISUAL or $EDITOR. - V Print version number of "less". - --------------------------------------------------------------------------- - - OOPPTTIIOONNSS - - Most options may be changed either on the command line, - or from within less by using the - or -- command. - Options may be given in one of two forms: either a single - character preceded by a -, or a name preceded by --. - - -? ........ --help - Display help (from command line). - -a ........ --search-skip-screen - Search skips current screen. - -A ........ --SEARCH-SKIP-SCREEN - Search starts just after target line. - -b [_N] .... --buffers=[_N] - Number of buffers. - -B ........ --auto-buffers - Don't automatically allocate buffers for pipes. - -c ........ --clear-screen - Repaint by clearing rather than scrolling. - -d ........ --dumb - Dumb terminal. - -D [_x_n_._n] . --color=_x_n_._n - Set screen colors. (MS-DOS only) - -e -E .... --quit-at-eof --QUIT-AT-EOF - Quit at end of file. - -f ........ --force - Force open non-regular files. - -F ........ --quit-if-one-screen - Quit if entire file fits on first screen. - -g ........ --hilite-search - Highlight only last match for searches. - -G ........ --HILITE-SEARCH - Don't highlight any matches for searches. - -h [_N] .... --max-back-scroll=[_N] - Backward scroll limit. - -i ........ --ignore-case - Ignore case in searches that do not contain uppercase. - -I ........ --IGNORE-CASE - Ignore case in all searches. - -j [_N] .... --jump-target=[_N] - Screen position of target lines. - -J ........ --status-column - Display a status column at left edge of screen. - -k [_f_i_l_e] . --lesskey-file=[_f_i_l_e] - Use a lesskey file. - -K --quit-on-intr - Exit less in response to ctrl-C. - -L ........ --no-lessopen - Ignore the LESSOPEN environment variable. - -m -M .... --long-prompt --LONG-PROMPT - Set prompt style. - -n -N .... --line-numbers --LINE-NUMBERS - Don't use line numbers. - -o [_f_i_l_e] . --log-file=[_f_i_l_e] - Copy to log file (standard input only). - -O [_f_i_l_e] . --LOG-FILE=[_f_i_l_e] - Copy to log file (unconditionally overwrite). - -p [_p_a_t_t_e_r_n] --pattern=[_p_a_t_t_e_r_n] - Start at pattern (from command line). - -P [_p_r_o_m_p_t] --prompt=[_p_r_o_m_p_t] - Define new prompt. - -q -Q .... --quiet --QUIET --silent --SILENT - Quiet the terminal bell. - -r -R .... --raw-control-chars --RAW-CONTROL-CHARS - Output "raw" control characters. - -s ........ --squeeze-blank-lines - Squeeze multiple blank lines. - -S ........ --chop-long-lines - Chop (truncate) long lines rather than wrapping. - -t [_t_a_g] .. --tag=[_t_a_g] - Find a tag. - -T [_t_a_g_s_f_i_l_e] --tag-file=[_t_a_g_s_f_i_l_e] - Use an alternate tags file. - -u -U .... --underline-special --UNDERLINE-SPECIAL - Change handling of backspaces. - -V ........ --version - Display the version number of "less". - -w ........ --hilite-unread - Highlight first new line after forward-screen. - -W ........ --HILITE-UNREAD - Highlight first new line after any forward movement. - -x [_N[,...]] --tabs=[_N[,...]] - Set tab stops. - -X ........ --no-init - Don't use termcap init/deinit strings. - -y [_N] .... --max-forw-scroll=[_N] - Forward scroll limit. - -z [_N] .... --window=[_N] - Set size of window. - -" [_c[_c]] . --quotes=[_c[_c]] - Set shell quote characters. - -~ ........ --tilde - Don't display tildes after end of file. - -# [_N] .... --shift=[_N] - Horizontal scroll amount (0 = one half screen width) - ........ --no-keypad - Don't send termcap keypad init/deinit strings. - ........ --follow-name - The F command changes files if the input file is renamed. - - - --------------------------------------------------------------------------- - - LLIINNEE EEDDIITTIINNGG - - These keys can be used to edit text being entered - on the "command line" at the bottom of the screen. - - RightArrow ESC-l Move cursor right one character. - LeftArrow ESC-h Move cursor left one character. - ctrl-RightArrow ESC-RightArrow ESC-w Move cursor right one word. - ctrl-LeftArrow ESC-LeftArrow ESC-b Move cursor left one word. - HOME ESC-0 Move cursor to start of line. - END ESC-$ Move cursor to end of line. - BACKSPACE Delete char to left of cursor. - DELETE ESC-x Delete char under cursor. - ctrl-BACKSPACE ESC-BACKSPACE Delete word to left of cursor. - ctrl-DELETE ESC-DELETE ESC-X Delete word under cursor. - ctrl-U ESC (MS-DOS only) Delete entire line. - UpArrow ESC-k Retrieve previous command line. - DownArrow ESC-j Retrieve next command line. - TAB Complete filename & cycle. - SHIFT-TAB ESC-TAB Complete filename & reverse cycle. - ctrl-L Complete filename, list all. - - diff --git a/justin_quiros/optimize/public/404.html b/justin_quiros/optimize/public/404.html deleted file mode 100644 index b612547..0000000 --- a/justin_quiros/optimize/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/justin_quiros/optimize/public/422.html b/justin_quiros/optimize/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/justin_quiros/optimize/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/justin_quiros/optimize/public/500.html b/justin_quiros/optimize/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/justin_quiros/optimize/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/justin_quiros/optimize/public/favicon.ico b/justin_quiros/optimize/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/optimize/public/robots.txt b/justin_quiros/optimize/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/justin_quiros/optimize/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/justin_quiros/optimize/q b/justin_quiros/optimize/q deleted file mode 100644 index ee99dbe..0000000 --- a/justin_quiros/optimize/q +++ /dev/null @@ -1,503 +0,0 @@ -+-----+--------------------------+---------+-------------------------+-------------------------+ -| id | name | team_id | created_at | updated_at | -+-----+--------------------------+---------+-------------------------+-------------------------+ -| 1 | Luke Babbitt | 1 | 2017-11-30 15:01:51 UTC | 2017-11-30 15:01:51 UTC | -| 2 | Kent Bazemore | 1 | 2017-11-30 15:01:51 UTC | 2017-11-30 15:01:51 UTC | -| 3 | Marco Belinelli | 1 | 2017-11-30 15:01:51 UTC | 2017-11-30 15:01:51 UTC | -| 4 | DeAndre' Bembry | 1 | 2017-11-30 15:01:51 UTC | 2017-11-30 15:01:51 UTC | -| 5 | Nicolas Brussino | 1 | 2017-11-30 15:01:51 UTC | 2017-11-30 15:01:51 UTC | -| 6 | Tyler Cavanaugh | 1 | 2017-11-30 15:01:51 UTC | 2017-11-30 15:01:51 UTC | -| 7 | John Collins | 1 | 2017-11-30 15:01:51 UTC | 2017-11-30 15:01:51 UTC | -| 8 | Dewayne Dedmon | 1 | 2017-11-30 15:01:51 UTC | 2017-11-30 15:01:51 UTC | -| 9 | Malcolm Delaney | 1 | 2017-11-30 15:01:51 UTC | 2017-11-30 15:01:51 UTC | -| 10 | Tyler Dorsey | 1 | 2017-11-30 15:01:51 UTC | 2017-11-30 15:01:51 UTC | -| 11 | Ersan Ilyasova | 1 | 2017-11-30 15:01:51 UTC | 2017-11-30 15:01:51 UTC | -| 12 | Josh Magette | 1 | 2017-11-30 15:01:51 UTC | 2017-11-30 15:01:51 UTC | -| 13 | Mike Muscala | 1 | 2017-11-30 15:01:51 UTC | 2017-11-30 15:01:51 UTC | -| 14 | Miles Plumlee | 1 | 2017-11-30 15:01:51 UTC | 2017-11-30 15:01:51 UTC | -| 15 | Taurean Prince | 1 | 2017-11-30 15:01:51 UTC | 2017-11-30 15:01:51 UTC | -| 16 | Dennis Schroder | 1 | 2017-11-30 15:01:51 UTC | 2017-11-30 15:01:51 UTC | -| 17 | Isaiah Taylor | 1 | 2017-11-30 15:01:51 UTC | 2017-11-30 15:01:51 UTC | -| 18 | Kadeem Allen | 2 | 2017-11-30 15:01:51 UTC | 2017-11-30 15:01:51 UTC | -| 19 | Aron Baynes | 2 | 2017-11-30 15:01:51 UTC | 2017-11-30 15:01:51 UTC | -| 20 | Jabari Bird | 2 | 2017-11-30 15:01:51 UTC | 2017-11-30 15:01:51 UTC | -| 21 | Jaylen Brown | 2 | 2017-11-30 15:01:51 UTC | 2017-11-30 15:01:51 UTC | -| 22 | Gordon Hayward | 2 | 2017-11-30 15:01:51 UTC | 2017-11-30 15:01:51 UTC | -| 23 | Al Horford | 2 | 2017-11-30 15:01:51 UTC | 2017-11-30 15:01:51 UTC | -| 24 | Kyrie Irving | 2 | 2017-11-30 15:01:51 UTC | 2017-11-30 15:01:51 UTC | -| 25 | Shane Larkin | 2 | 2017-11-30 15:01:51 UTC | 2017-11-30 15:01:51 UTC | -| 26 | Marcus Morris | 2 | 2017-11-30 15:01:51 UTC | 2017-11-30 15:01:51 UTC | -| 27 | Abdel Nader | 2 | 2017-11-30 15:01:51 UTC | 2017-11-30 15:01:51 UTC | -| 28 | Semi Ojeleye | 2 | 2017-11-30 15:01:51 UTC | 2017-11-30 15:01:51 UTC | -| 29 | Terry Rozier | 2 | 2017-11-30 15:01:51 UTC | 2017-11-30 15:01:51 UTC | -| 30 | Marcus Smart | 2 | 2017-11-30 15:01:51 UTC | 2017-11-30 15:01:51 UTC | -| 31 | Jayson Tatum | 2 | 2017-11-30 15:01:51 UTC | 2017-11-30 15:01:51 UTC | -| 32 | Daniel Theis | 2 | 2017-11-30 15:01:51 UTC | 2017-11-30 15:01:51 UTC | -| 33 | Guerschon Yabusele | 2 | 2017-11-30 15:01:51 UTC | 2017-11-30 15:01:51 UTC | -| 34 | Quincy Acy | 3 | 2017-11-30 15:01:51 UTC | 2017-11-30 15:01:51 UTC | -| 35 | Jarrett Allen | 3 | 2017-11-30 15:01:52 UTC | 2017-11-30 15:01:52 UTC | -| 36 | Trevor Booker | 3 | 2017-11-30 15:01:52 UTC | 2017-11-30 15:01:52 UTC | -| 37 | DeMarre Carroll | 3 | 2017-11-30 15:01:52 UTC | 2017-11-30 15:01:52 UTC | -| 38 | Allen Crabbe | 3 | 2017-11-30 15:01:52 UTC | 2017-11-30 15:01:52 UTC | -| 39 | Spencer Dinwiddie | 3 | 2017-11-30 15:01:52 UTC | 2017-11-30 15:01:52 UTC | -| 40 | Joe Harris | 3 | 2017-11-30 15:01:52 UTC | 2017-11-30 15:01:52 UTC | -| 41 | Rondae Hollis-Jefferson | 3 | 2017-11-30 15:01:52 UTC | 2017-11-30 15:01:52 UTC | -| 42 | Sean Kilpatrick | 3 | 2017-11-30 15:01:52 UTC | 2017-11-30 15:01:52 UTC | -| 43 | Caris LeVert | 3 | 2017-11-30 15:01:52 UTC | 2017-11-30 15:01:52 UTC | -| 44 | Jeremy Lin | 3 | 2017-11-30 15:01:52 UTC | 2017-11-30 15:01:52 UTC | -| 45 | Timofey Mozgov | 3 | 2017-11-30 15:01:52 UTC | 2017-11-30 15:01:52 UTC | -| 46 | Yakuba Ouattara | 3 | 2017-11-30 15:01:52 UTC | 2017-11-30 15:01:52 UTC | -| 47 | D'Angelo Russell | 3 | 2017-11-30 15:01:52 UTC | 2017-11-30 15:01:52 UTC | -| 48 | Isaiah Whitehead | 3 | 2017-11-30 15:01:52 UTC | 2017-11-30 15:01:52 UTC | -| 49 | Jacob Wiley | 3 | 2017-11-30 15:01:52 UTC | 2017-11-30 15:01:52 UTC | -| 50 | Tyler Zeller | 3 | 2017-11-30 15:01:52 UTC | 2017-11-30 15:01:52 UTC | -| 51 | Dwayne Bacon | 4 | 2017-11-30 15:01:52 UTC | 2017-11-30 15:01:52 UTC | -| 52 | Nicolas Batum | 4 | 2017-11-30 15:01:52 UTC | 2017-11-30 15:01:52 UTC | -| 53 | Michael Carter-Williams | 4 | 2017-11-30 15:01:52 UTC | 2017-11-30 15:01:52 UTC | -| 54 | Treveon Graham | 4 | 2017-11-30 15:01:52 UTC | 2017-11-30 15:01:52 UTC | -| 55 | Dwight Howard | 4 | 2017-11-30 15:01:52 UTC | 2017-11-30 15:01:52 UTC | -| 56 | Frank Kaminsky | 4 | 2017-11-30 15:01:52 UTC | 2017-11-30 15:01:52 UTC | -| 57 | Michael Kidd-Gilchrist | 4 | 2017-11-30 15:01:52 UTC | 2017-11-30 15:01:52 UTC | -| 58 | Jeremy Lamb | 4 | 2017-11-30 15:01:52 UTC | 2017-11-30 15:01:52 UTC | -| 59 | Mangok Mathiang | 4 | 2017-11-30 15:01:52 UTC | 2017-11-30 15:01:52 UTC | -| 60 | Malik Monk | 4 | 2017-11-30 15:01:52 UTC | 2017-11-30 15:01:52 UTC | -| 61 | Johnny O'Bryant III | 4 | 2017-11-30 15:01:52 UTC | 2017-11-30 15:01:52 UTC | -| 62 | Marcus Paige | 4 | 2017-11-30 15:01:52 UTC | 2017-11-30 15:01:52 UTC | -| 63 | Julyan Stone | 4 | 2017-11-30 15:01:52 UTC | 2017-11-30 15:01:52 UTC | -| 64 | Kemba Walker | 4 | 2017-11-30 15:01:52 UTC | 2017-11-30 15:01:52 UTC | -| 65 | Marvin Williams | 4 | 2017-11-30 15:01:52 UTC | 2017-11-30 15:01:52 UTC | -| 66 | Cody Zeller | 4 | 2017-11-30 15:01:52 UTC | 2017-11-30 15:01:52 UTC | -| 67 | Ryan Arcidiacono | 5 | 2017-11-30 15:01:52 UTC | 2017-11-30 15:01:52 UTC | -| 68 | Antonio Blakeney | 5 | 2017-11-30 15:01:52 UTC | 2017-11-30 15:01:52 UTC | -| 69 | Kris Dunn | 5 | 2017-11-30 15:01:52 UTC | 2017-11-30 15:01:52 UTC | -| 70 | Kay Felder | 5 | 2017-11-30 15:01:52 UTC | 2017-11-30 15:01:52 UTC | -| 71 | Cristiano Felicio | 5 | 2017-11-30 15:01:52 UTC | 2017-11-30 15:01:52 UTC | -| 72 | Jerian Grant | 5 | 2017-11-30 15:01:52 UTC | 2017-11-30 15:01:52 UTC | -| 73 | Justin Holiday | 5 | 2017-11-30 15:01:52 UTC | 2017-11-30 15:01:52 UTC | -| 74 | Zach LaVine | 5 | 2017-11-30 15:01:52 UTC | 2017-11-30 15:01:52 UTC | -| 75 | Robin Lopez | 5 | 2017-11-30 15:01:53 UTC | 2017-11-30 15:01:53 UTC | -| 76 | Lauri Markkanen | 5 | 2017-11-30 15:01:53 UTC | 2017-11-30 15:01:53 UTC | -| 77 | Nikola Mirotic | 5 | 2017-11-30 15:01:53 UTC | 2017-11-30 15:01:53 UTC | -| 78 | David Nwaba | 5 | 2017-11-30 15:01:53 UTC | 2017-11-30 15:01:53 UTC | -| 79 | Cameron Payne | 5 | 2017-11-30 15:01:53 UTC | 2017-11-30 15:01:53 UTC | -| 80 | Quincy Pondexter | 5 | 2017-11-30 15:01:53 UTC | 2017-11-30 15:01:53 UTC | -| 81 | Bobby Portis | 5 | 2017-11-30 15:01:53 UTC | 2017-11-30 15:01:53 UTC | -| 82 | Denzel Valentine | 5 | 2017-11-30 15:01:53 UTC | 2017-11-30 15:01:53 UTC | -| 83 | Paul Zipser | 5 | 2017-11-30 15:01:53 UTC | 2017-11-30 15:01:53 UTC | -| 84 | Jose Calderon | 6 | 2017-11-30 15:01:53 UTC | 2017-11-30 15:01:53 UTC | -| 85 | Jae Crowder | 6 | 2017-11-30 15:01:53 UTC | 2017-11-30 15:01:53 UTC | -| 86 | Channing Frye | 6 | 2017-11-30 15:01:53 UTC | 2017-11-30 15:01:53 UTC | -| 87 | Jeff Green | 6 | 2017-11-30 15:01:53 UTC | 2017-11-30 15:01:53 UTC | -| 88 | John Holland | 6 | 2017-11-30 15:01:53 UTC | 2017-11-30 15:01:53 UTC | -| 89 | LeBron James | 6 | 2017-11-30 15:01:53 UTC | 2017-11-30 15:01:53 UTC | -| 90 | Kyle Korver | 6 | 2017-11-30 15:01:53 UTC | 2017-11-30 15:01:53 UTC | -| 91 | Kevin Love | 6 | 2017-11-30 15:01:53 UTC | 2017-11-30 15:01:53 UTC | -| 92 | Cedi Osman | 6 | 2017-11-30 15:01:53 UTC | 2017-11-30 15:01:53 UTC | -| 93 | London Perrantes | 6 | 2017-11-30 15:01:53 UTC | 2017-11-30 15:01:53 UTC | -| 94 | Derrick Rose | 6 | 2017-11-30 15:01:53 UTC | 2017-11-30 15:01:53 UTC | -| 95 | Iman Shumpert | 6 | 2017-11-30 15:01:53 UTC | 2017-11-30 15:01:53 UTC | -| 96 | JR Smith | 6 | 2017-11-30 15:01:53 UTC | 2017-11-30 15:01:53 UTC | -| 97 | Isaiah Thomas | 6 | 2017-11-30 15:01:53 UTC | 2017-11-30 15:01:53 UTC | -| 98 | Tristan Thompson | 6 | 2017-11-30 15:01:53 UTC | 2017-11-30 15:01:53 UTC | -| 99 | Dwyane Wade | 6 | 2017-11-30 15:01:53 UTC | 2017-11-30 15:01:53 UTC | -| 100 | Ante Zizic | 6 | 2017-11-30 15:01:53 UTC | 2017-11-30 15:01:53 UTC | -| 101 | J.J. Barea | 7 | 2017-11-30 15:01:53 UTC | 2017-11-30 15:01:53 UTC | -| 102 | Harrison Barnes | 7 | 2017-11-30 15:01:53 UTC | 2017-11-30 15:01:53 UTC | -| 103 | Antonius Cleveland | 7 | 2017-11-30 15:01:53 UTC | 2017-11-30 15:01:53 UTC | -| 104 | Seth Curry | 7 | 2017-11-30 15:01:53 UTC | 2017-11-30 15:01:53 UTC | -| 105 | Yogi Ferrell | 7 | 2017-11-30 15:01:53 UTC | 2017-11-30 15:01:53 UTC | -| 106 | Dorian Finney-Smith | 7 | 2017-11-30 15:01:53 UTC | 2017-11-30 15:01:53 UTC | -| 107 | Devin Harris | 7 | 2017-11-30 15:01:53 UTC | 2017-11-30 15:01:53 UTC | -| 108 | Maximilian Kleber | 7 | 2017-11-30 15:01:53 UTC | 2017-11-30 15:01:53 UTC | -| 109 | Wesley Matthews | 7 | 2017-11-30 15:01:53 UTC | 2017-11-30 15:01:53 UTC | -| 110 | Josh McRoberts | 7 | 2017-11-30 15:01:53 UTC | 2017-11-30 15:01:53 UTC | -| 111 | Salah Mejri | 7 | 2017-11-30 15:01:53 UTC | 2017-11-30 15:01:53 UTC | -| 112 | Johnathan Motley | 7 | 2017-11-30 15:01:53 UTC | 2017-11-30 15:01:53 UTC | -| 113 | Nerlens Noel | 7 | 2017-11-30 15:01:53 UTC | 2017-11-30 15:01:53 UTC | -| 114 | Dirk Nowitzki | 7 | 2017-11-30 15:01:54 UTC | 2017-11-30 15:01:54 UTC | -| 115 | Dwight Powell | 7 | 2017-11-30 15:01:54 UTC | 2017-11-30 15:01:54 UTC | -| 116 | Dennis Smith Jr. | 7 | 2017-11-30 15:01:54 UTC | 2017-11-30 15:01:54 UTC | -| 117 | Jeff Withey | 7 | 2017-11-30 15:01:54 UTC | 2017-11-30 15:01:54 UTC | -| 118 | Darrell Arthur | 8 | 2017-11-30 15:01:54 UTC | 2017-11-30 15:01:54 UTC | -| 119 | Will Barton | 8 | 2017-11-30 15:01:54 UTC | 2017-11-30 15:01:54 UTC | -| 120 | Malik Beasley | 8 | 2017-11-30 15:01:54 UTC | 2017-11-30 15:01:54 UTC | -| 121 | Wilson Chandler | 8 | 2017-11-30 15:01:54 UTC | 2017-11-30 15:01:54 UTC | -| 122 | Torrey Craig | 8 | 2017-11-30 15:01:54 UTC | 2017-11-30 15:01:54 UTC | -| 123 | Kenneth Faried | 8 | 2017-11-30 15:01:54 UTC | 2017-11-30 15:01:54 UTC | -| 124 | Gary Harris | 8 | 2017-11-30 15:01:54 UTC | 2017-11-30 15:01:54 UTC | -| 125 | Juan Hernangomez | 8 | 2017-11-30 15:01:54 UTC | 2017-11-30 15:01:54 UTC | -| 126 | Richard Jefferson | 8 | 2017-11-30 15:01:54 UTC | 2017-11-30 15:01:54 UTC | -| 127 | Nikola Jokic | 8 | 2017-11-30 15:01:54 UTC | 2017-11-30 15:01:54 UTC | -| 128 | Tyler Lydon | 8 | 2017-11-30 15:01:54 UTC | 2017-11-30 15:01:54 UTC | -| 129 | Trey Lyles | 8 | 2017-11-30 15:01:54 UTC | 2017-11-30 15:01:54 UTC | -| 130 | Paul Millsap | 8 | 2017-11-30 15:01:54 UTC | 2017-11-30 15:01:54 UTC | -| 131 | Monte Morris | 8 | 2017-11-30 15:01:54 UTC | 2017-11-30 15:01:54 UTC | -| 132 | Emmanuel Mudiay | 8 | 2017-11-30 15:01:54 UTC | 2017-11-30 15:01:54 UTC | -| 133 | Jamal Murray | 8 | 2017-11-30 15:01:54 UTC | 2017-11-30 15:01:54 UTC | -| 134 | Mason Plumlee | 8 | 2017-11-30 15:01:54 UTC | 2017-11-30 15:01:54 UTC | -| 135 | Avery Bradley | 9 | 2017-11-30 15:01:54 UTC | 2017-11-30 15:01:54 UTC | -| 136 | Reggie Bullock | 9 | 2017-11-30 15:01:54 UTC | 2017-11-30 15:01:54 UTC | -| 137 | Dwight Buycks | 9 | 2017-11-30 15:01:54 UTC | 2017-11-30 15:01:54 UTC | -| 138 | Andre Drummond | 9 | 2017-11-30 15:01:54 UTC | 2017-11-30 15:01:54 UTC | -| 139 | Henry Ellenson | 9 | 2017-11-30 15:01:54 UTC | 2017-11-30 15:01:54 UTC | -| 140 | Langston Galloway | 9 | 2017-11-30 15:01:54 UTC | 2017-11-30 15:01:54 UTC | -| 141 | Tobias Harris | 9 | 2017-11-30 15:01:54 UTC | 2017-11-30 15:01:54 UTC | -| 142 | Reggie Jackson | 9 | 2017-11-30 15:01:54 UTC | 2017-11-30 15:01:54 UTC | -| 143 | Stanley Johnson | 9 | 2017-11-30 15:01:54 UTC | 2017-11-30 15:01:54 UTC | -| 144 | Luke Kennard | 9 | 2017-11-30 15:01:54 UTC | 2017-11-30 15:01:54 UTC | -| 145 | Jon Leuer | 9 | 2017-11-30 15:01:54 UTC | 2017-11-30 15:01:54 UTC | -| 146 | Boban Marjanovic | 9 | 2017-11-30 15:01:54 UTC | 2017-11-30 15:01:54 UTC | -| 147 | Luis Montero | 9 | 2017-11-30 15:01:55 UTC | 2017-11-30 15:01:55 UTC | -| 148 | Eric Moreland | 9 | 2017-11-30 15:01:55 UTC | 2017-11-30 15:01:55 UTC | -| 149 | Ish Smith | 9 | 2017-11-30 15:01:55 UTC | 2017-11-30 15:01:55 UTC | -| 150 | Anthony Tolliver | 9 | 2017-11-30 15:01:55 UTC | 2017-11-30 15:01:55 UTC | -| 151 | Jordan Bell | 10 | 2017-11-30 15:01:55 UTC | 2017-11-30 15:01:55 UTC | -| 152 | Chris Boucher | 10 | 2017-11-30 15:01:55 UTC | 2017-11-30 15:01:55 UTC | -| 153 | Omri Casspi | 10 | 2017-11-30 15:01:55 UTC | 2017-11-30 15:01:55 UTC | -| 154 | Quinn Cook | 10 | 2017-11-30 15:01:55 UTC | 2017-11-30 15:01:55 UTC | -| 155 | Stephen Curry | 10 | 2017-11-30 15:01:55 UTC | 2017-11-30 15:01:55 UTC | -| 156 | Kevin Durant | 10 | 2017-11-30 15:01:55 UTC | 2017-11-30 15:01:55 UTC | -| 157 | Draymond Green | 10 | 2017-11-30 15:01:55 UTC | 2017-11-30 15:01:55 UTC | -| 158 | Andre Iguodala | 10 | 2017-11-30 15:01:55 UTC | 2017-11-30 15:01:55 UTC | -| 159 | Damian Jones | 10 | 2017-11-30 15:01:55 UTC | 2017-11-30 15:01:55 UTC | -| 160 | Shaun Livingston | 10 | 2017-11-30 15:01:55 UTC | 2017-11-30 15:01:55 UTC | -| 161 | Kevon Looney | 10 | 2017-11-30 15:01:55 UTC | 2017-11-30 15:01:55 UTC | -| 162 | Patrick McCaw | 10 | 2017-11-30 15:01:55 UTC | 2017-11-30 15:01:55 UTC | -| 163 | JaVale McGee | 10 | 2017-11-30 15:01:55 UTC | 2017-11-30 15:01:55 UTC | -| 164 | Zaza Pachulia | 10 | 2017-11-30 15:01:55 UTC | 2017-11-30 15:01:55 UTC | -| 165 | Klay Thompson | 10 | 2017-11-30 15:01:55 UTC | 2017-11-30 15:01:55 UTC | -| 166 | David West | 10 | 2017-11-30 15:01:55 UTC | 2017-11-30 15:01:55 UTC | -| 167 | Nick Young | 10 | 2017-11-30 15:01:55 UTC | 2017-11-30 15:01:55 UTC | -| 168 | Ryan Anderson | 11 | 2017-11-30 15:01:55 UTC | 2017-11-30 15:01:55 UTC | -| 169 | Trevor Ariza | 11 | 2017-11-30 15:01:55 UTC | 2017-11-30 15:01:55 UTC | -| 170 | Tarik Black | 11 | 2017-11-30 15:01:55 UTC | 2017-11-30 15:01:55 UTC | -| 171 | Bobby Brown | 11 | 2017-11-30 15:01:55 UTC | 2017-11-30 15:01:55 UTC | -| 172 | Clint Capela | 11 | 2017-11-30 15:01:55 UTC | 2017-11-30 15:01:55 UTC | -| 173 | Eric Gordon | 11 | 2017-11-30 15:01:55 UTC | 2017-11-30 15:01:55 UTC | -| 174 | James Harden | 11 | 2017-11-30 15:01:55 UTC | 2017-11-30 15:01:55 UTC | -| 175 | Nene Hilario | 11 | 2017-11-30 15:01:55 UTC | 2017-11-30 15:01:55 UTC | -| 176 | Demetrius Jackson | 11 | 2017-11-30 15:01:55 UTC | 2017-11-30 15:01:55 UTC | -| 177 | Luc Mbah a Moute | 11 | 2017-11-30 15:01:55 UTC | 2017-11-30 15:01:55 UTC | -| 178 | Chinanu Onuaku | 11 | 2017-11-30 15:01:55 UTC | 2017-11-30 15:01:55 UTC | -| 179 | Chris Paul | 11 | 2017-11-30 15:01:55 UTC | 2017-11-30 15:01:55 UTC | -| 180 | Zhou Qi | 11 | 2017-11-30 15:01:55 UTC | 2017-11-30 15:01:55 UTC | -| 181 | PJ Tucker | 11 | 2017-11-30 15:01:55 UTC | 2017-11-30 15:01:55 UTC | -| 182 | Briante Weber | 11 | 2017-11-30 15:01:56 UTC | 2017-11-30 15:01:56 UTC | -| 183 | Troy Williams | 11 | 2017-11-30 15:01:56 UTC | 2017-11-30 15:01:56 UTC | -| 184 | Ike Anigbogu | 12 | 2017-11-30 15:01:56 UTC | 2017-11-30 15:01:56 UTC | -| 185 | Bojan Bogdanovic | 12 | 2017-11-30 15:01:56 UTC | 2017-11-30 15:01:56 UTC | -| 186 | Darren Collison | 12 | 2017-11-30 15:01:56 UTC | 2017-11-30 15:01:56 UTC | -| 187 | Al Jefferson | 12 | 2017-11-30 15:01:56 UTC | 2017-11-30 15:01:56 UTC | -| 188 | Cory Joseph | 12 | 2017-11-30 15:01:56 UTC | 2017-11-30 15:01:56 UTC | -| 189 | T.J. Leaf | 12 | 2017-11-30 15:01:56 UTC | 2017-11-30 15:01:56 UTC | -| 190 | Victor Oladipo | 12 | 2017-11-30 15:01:56 UTC | 2017-11-30 15:01:56 UTC | -| 191 | Alex Poythress | 12 | 2017-11-30 15:01:56 UTC | 2017-11-30 15:01:56 UTC | -| 192 | Glenn Robinson III | 12 | 2017-11-30 15:01:56 UTC | 2017-11-30 15:01:56 UTC | -| 193 | Domantas Sabonis | 12 | 2017-11-30 15:01:56 UTC | 2017-11-30 15:01:56 UTC | -| 194 | Lance Stephenson | 12 | 2017-11-30 15:01:56 UTC | 2017-11-30 15:01:56 UTC | -| 195 | Edmond Sumner | 12 | 2017-11-30 15:01:56 UTC | 2017-11-30 15:01:56 UTC | -| 196 | Myles Turner | 12 | 2017-11-30 15:01:56 UTC | 2017-11-30 15:01:56 UTC | -| 197 | Damien Wilkins | 12 | 2017-11-30 15:01:56 UTC | 2017-11-30 15:01:56 UTC | -| 198 | Joe Young | 12 | 2017-11-30 15:01:56 UTC | 2017-11-30 15:01:56 UTC | -| 199 | Thaddeus Young | 12 | 2017-11-30 15:01:56 UTC | 2017-11-30 15:01:56 UTC | -| 200 | Patrick Beverley | 13 | 2017-11-30 15:01:56 UTC | 2017-11-30 15:01:56 UTC | -| 201 | Sam Dekker | 13 | 2017-11-30 15:01:56 UTC | 2017-11-30 15:01:56 UTC | -| 202 | Jawun Evans | 13 | 2017-11-30 15:01:56 UTC | 2017-11-30 15:01:56 UTC | -| 203 | Danilo Gallinari | 13 | 2017-11-30 15:01:56 UTC | 2017-11-30 15:01:56 UTC | -| 204 | Blake Griffin | 13 | 2017-11-30 15:01:56 UTC | 2017-11-30 15:01:56 UTC | -| 205 | Montrezl Harrell | 13 | 2017-11-30 15:01:56 UTC | 2017-11-30 15:01:56 UTC | -| 206 | Brice Johnson | 13 | 2017-11-30 15:01:56 UTC | 2017-11-30 15:01:56 UTC | -| 207 | Wesley Johnson | 13 | 2017-11-30 15:01:56 UTC | 2017-11-30 15:01:56 UTC | -| 208 | DeAndre Jordan | 13 | 2017-11-30 15:01:56 UTC | 2017-11-30 15:01:56 UTC | -| 209 | Willie Reed | 13 | 2017-11-30 15:01:56 UTC | 2017-11-30 15:01:56 UTC | -| 210 | Austin Rivers | 13 | 2017-11-30 15:01:56 UTC | 2017-11-30 15:01:56 UTC | -| 211 | Milos Teodosic | 13 | 2017-11-30 15:01:56 UTC | 2017-11-30 15:01:56 UTC | -| 212 | Sindarius Thornwell | 13 | 2017-11-30 15:01:56 UTC | 2017-11-30 15:01:56 UTC | -| 213 | C.J. Williams | 13 | 2017-11-30 15:01:56 UTC | 2017-11-30 15:01:56 UTC | -| 214 | Lou Williams | 13 | 2017-11-30 15:01:56 UTC | 2017-11-30 15:01:56 UTC | -| 215 | Jamil Wilson | 13 | 2017-11-30 15:01:56 UTC | 2017-11-30 15:01:56 UTC | -| 216 | Lonzo Ball | 14 | 2017-11-30 15:01:56 UTC | 2017-11-30 15:01:56 UTC | -| 217 | Vander Blue | 14 | 2017-11-30 15:01:56 UTC | 2017-11-30 15:01:56 UTC | -| 218 | Andrew Bogut | 14 | 2017-11-30 15:01:56 UTC | 2017-11-30 15:01:56 UTC | -| 219 | Corey Brewer | 14 | 2017-11-30 15:01:57 UTC | 2017-11-30 15:01:57 UTC | -| 220 | Thomas Bryant | 14 | 2017-11-30 15:01:57 UTC | 2017-11-30 15:01:57 UTC | -| 221 | Kentavious Caldwell-Pope | 14 | 2017-11-30 15:01:57 UTC | 2017-11-30 15:01:57 UTC | -| 222 | Alex Caruso | 14 | 2017-11-30 15:01:57 UTC | 2017-11-30 15:01:57 UTC | -| 223 | Jordan Clarkson | 14 | 2017-11-30 15:01:57 UTC | 2017-11-30 15:01:57 UTC | -| 224 | Luol Deng | 14 | 2017-11-30 15:01:57 UTC | 2017-11-30 15:01:57 UTC | -| 225 | Tyler Ennis | 14 | 2017-11-30 15:01:57 UTC | 2017-11-30 15:01:57 UTC | -| 226 | Josh Hart | 14 | 2017-11-30 15:01:57 UTC | 2017-11-30 15:01:57 UTC | -| 227 | Brandon Ingram | 14 | 2017-11-30 15:01:57 UTC | 2017-11-30 15:01:57 UTC | -| 228 | Kyle Kuzma | 14 | 2017-11-30 15:01:57 UTC | 2017-11-30 15:01:57 UTC | -| 229 | Brook Lopez | 14 | 2017-11-30 15:01:57 UTC | 2017-11-30 15:01:57 UTC | -| 230 | Larry Nance Jr. | 14 | 2017-11-30 15:01:57 UTC | 2017-11-30 15:01:57 UTC | -| 231 | Julius Randle | 14 | 2017-11-30 15:01:57 UTC | 2017-11-30 15:01:57 UTC | -| 232 | Ivica Zubac | 14 | 2017-11-30 15:01:57 UTC | 2017-11-30 15:01:57 UTC | -| 233 | Dillon Brooks | 15 | 2017-11-30 15:01:57 UTC | 2017-11-30 15:01:57 UTC | -| 234 | Mario Chalmers | 15 | 2017-11-30 15:01:57 UTC | 2017-11-30 15:01:57 UTC | -| 235 | Mike Conley | 15 | 2017-11-30 15:01:57 UTC | 2017-11-30 15:01:57 UTC | -| 236 | Deyonta Davis | 15 | 2017-11-30 15:01:57 UTC | 2017-11-30 15:01:57 UTC | -| 237 | James Ennis III | 15 | 2017-11-30 15:01:57 UTC | 2017-11-30 15:01:57 UTC | -| 238 | Tyreke Evans | 15 | 2017-11-30 15:01:57 UTC | 2017-11-30 15:01:57 UTC | -| 239 | Marc Gasol | 15 | 2017-11-30 15:01:57 UTC | 2017-11-30 15:01:57 UTC | -| 240 | JaMychal Green | 15 | 2017-11-30 15:01:57 UTC | 2017-11-30 15:01:57 UTC | -| 241 | Andrew Harrison | 15 | 2017-11-30 15:01:57 UTC | 2017-11-30 15:01:57 UTC | -| 242 | Vince Hunter | 15 | 2017-11-30 15:01:57 UTC | 2017-11-30 15:01:57 UTC | -| 243 | Jarell Martin | 15 | 2017-11-30 15:01:57 UTC | 2017-11-30 15:01:57 UTC | -| 244 | Ben McLemore | 15 | 2017-11-30 15:01:57 UTC | 2017-11-30 15:01:57 UTC | -| 245 | Chandler Parsons | 15 | 2017-11-30 15:01:57 UTC | 2017-11-30 15:01:57 UTC | -| 246 | Ivan Rabb | 15 | 2017-11-30 15:01:57 UTC | 2017-11-30 15:01:57 UTC | -| 247 | Wayne Selden | 15 | 2017-11-30 15:01:57 UTC | 2017-11-30 15:01:57 UTC | -| 248 | Kobi Simmons | 15 | 2017-11-30 15:01:58 UTC | 2017-11-30 15:01:58 UTC | -| 249 | Brandan Wright | 15 | 2017-11-30 15:01:58 UTC | 2017-11-30 15:01:58 UTC | -| 250 | Bam Adebayo | 16 | 2017-11-30 15:01:58 UTC | 2017-11-30 15:01:58 UTC | -| 251 | Goran Dragic | 16 | 2017-11-30 15:01:58 UTC | 2017-11-30 15:01:58 UTC | -| 252 | Wayne Ellington | 16 | 2017-11-30 15:01:58 UTC | 2017-11-30 15:01:58 UTC | -| 253 | AJ Hammons | 16 | 2017-11-30 15:01:58 UTC | 2017-11-30 15:01:58 UTC | -| 254 | Udonis Haslem | 16 | 2017-11-30 15:01:58 UTC | 2017-11-30 15:01:58 UTC | -| 255 | James Johnson | 16 | 2017-11-30 15:01:58 UTC | 2017-11-30 15:01:58 UTC | -| 256 | Tyler Johnson | 16 | 2017-11-30 15:01:58 UTC | 2017-11-30 15:01:58 UTC | -| 257 | Rodney McGruder | 16 | 2017-11-30 15:01:58 UTC | 2017-11-30 15:01:58 UTC | -| 258 | Jordan Mickey | 16 | 2017-11-30 15:01:58 UTC | 2017-11-30 15:01:58 UTC | -| 259 | Kelly Olynyk | 16 | 2017-11-30 15:01:58 UTC | 2017-11-30 15:01:58 UTC | -| 260 | Josh Richardson | 16 | 2017-11-30 15:01:58 UTC | 2017-11-30 15:01:58 UTC | -| 261 | Dion Waiters | 16 | 2017-11-30 15:01:58 UTC | 2017-11-30 15:01:58 UTC | -| 262 | Derrick Walton Jr. | 16 | 2017-11-30 15:01:58 UTC | 2017-11-30 15:01:58 UTC | -| 263 | Okaro White | 16 | 2017-11-30 15:01:58 UTC | 2017-11-30 15:01:58 UTC | -| 264 | Hassan Whiteside | 16 | 2017-11-30 15:01:58 UTC | 2017-11-30 15:01:58 UTC | -| 265 | Matt Williams | 16 | 2017-11-30 15:01:58 UTC | 2017-11-30 15:01:58 UTC | -| 266 | Justise Winslow | 16 | 2017-11-30 15:01:58 UTC | 2017-11-30 15:01:58 UTC | -| 267 | Giannis Antetokounmpo | 17 | 2017-11-30 15:01:58 UTC | 2017-11-30 15:01:58 UTC | -| 268 | Eric Bledsoe | 17 | 2017-11-30 15:01:58 UTC | 2017-11-30 15:01:58 UTC | -| 269 | Joel Bolomboy | 17 | 2017-11-30 15:01:58 UTC | 2017-11-30 15:01:58 UTC | -| 270 | Malcolm Brogdon | 17 | 2017-11-30 15:01:58 UTC | 2017-11-30 15:01:58 UTC | -| 271 | Sterling Brown | 17 | 2017-11-30 15:01:58 UTC | 2017-11-30 15:01:58 UTC | -| 272 | Matthew Dellavedova | 17 | 2017-11-30 15:01:58 UTC | 2017-11-30 15:01:58 UTC | -| 273 | John Henson | 17 | 2017-11-30 15:01:58 UTC | 2017-11-30 15:01:58 UTC | -| 274 | DeAndre Liggins | 17 | 2017-11-30 15:01:58 UTC | 2017-11-30 15:01:58 UTC | -| 275 | Thon Maker | 17 | 2017-11-30 15:01:58 UTC | 2017-11-30 15:01:58 UTC | -| 276 | Khris Middleton | 17 | 2017-11-30 15:01:58 UTC | 2017-11-30 15:01:58 UTC | -| 277 | Jabari Parker | 17 | 2017-11-30 15:01:58 UTC | 2017-11-30 15:01:58 UTC | -| 278 | Gary Payton II | 17 | 2017-11-30 15:01:58 UTC | 2017-11-30 15:01:58 UTC | -| 279 | Tony Snell | 17 | 2017-11-30 15:01:58 UTC | 2017-11-30 15:01:58 UTC | -| 280 | Mirza Teletovic | 17 | 2017-11-30 15:01:58 UTC | 2017-11-30 15:01:58 UTC | -| 281 | Jason Terry | 17 | 2017-11-30 15:01:58 UTC | 2017-11-30 15:01:58 UTC | -| 282 | Rashad Vaughn | 17 | 2017-11-30 15:01:58 UTC | 2017-11-30 15:01:58 UTC | -| 283 | D.J. Wilson | 17 | 2017-11-30 15:01:59 UTC | 2017-11-30 15:01:59 UTC | -| 284 | Cole Aldrich | 18 | 2017-11-30 15:01:59 UTC | 2017-11-30 15:01:59 UTC | -| 285 | Nemanja Bjelica | 18 | 2017-11-30 15:01:59 UTC | 2017-11-30 15:01:59 UTC | -| 286 | Aaron Brooks | 18 | 2017-11-30 15:01:59 UTC | 2017-11-30 15:01:59 UTC | -| 287 | Anthony Brown | 18 | 2017-11-30 15:01:59 UTC | 2017-11-30 15:01:59 UTC | -| 288 | Jimmy Butler | 18 | 2017-11-30 15:01:59 UTC | 2017-11-30 15:01:59 UTC | -| 289 | Jamal Crawford | 18 | 2017-11-30 15:01:59 UTC | 2017-11-30 15:01:59 UTC | -| 290 | Gorgui Dieng | 18 | 2017-11-30 15:01:59 UTC | 2017-11-30 15:01:59 UTC | -| 291 | Marcus Georges-Hunt | 18 | 2017-11-30 15:01:59 UTC | 2017-11-30 15:01:59 UTC | -| 292 | Taj Gibson | 18 | 2017-11-30 15:01:59 UTC | 2017-11-30 15:01:59 UTC | -| 293 | Tyus Jones | 18 | 2017-11-30 15:01:59 UTC | 2017-11-30 15:01:59 UTC | -| 294 | Shabazz Muhammad | 18 | 2017-11-30 15:01:59 UTC | 2017-11-30 15:01:59 UTC | -| 295 | Justin Patton | 18 | 2017-11-30 15:01:59 UTC | 2017-11-30 15:01:59 UTC | -| 296 | Jeff Teague | 18 | 2017-11-30 15:01:59 UTC | 2017-11-30 15:01:59 UTC | -| 297 | Karl-Anthony Towns | 18 | 2017-11-30 15:01:59 UTC | 2017-11-30 15:01:59 UTC | -| 298 | Andrew Wiggins | 18 | 2017-11-30 15:01:59 UTC | 2017-11-30 15:01:59 UTC | -| 299 | Alexis Ajinca | 19 | 2017-11-30 15:01:59 UTC | 2017-11-30 15:01:59 UTC | -| 300 | Tony Allen | 19 | 2017-11-30 15:01:59 UTC | 2017-11-30 15:01:59 UTC | -| 301 | Omer Asik | 19 | 2017-11-30 15:01:59 UTC | 2017-11-30 15:01:59 UTC | -| 302 | Ian Clark | 19 | 2017-11-30 15:01:59 UTC | 2017-11-30 15:01:59 UTC | -| 303 | Charles Cooke | 19 | 2017-11-30 15:01:59 UTC | 2017-11-30 15:01:59 UTC | -| 304 | DeMarcus Cousins | 19 | 2017-11-30 15:01:59 UTC | 2017-11-30 15:01:59 UTC | -| 305 | Dante Cunningham | 19 | 2017-11-30 15:01:59 UTC | 2017-11-30 15:01:59 UTC | -| 306 | Anthony Davis | 19 | 2017-11-30 15:01:59 UTC | 2017-11-30 15:01:59 UTC | -| 307 | Cheick Diallo | 19 | 2017-11-30 15:01:59 UTC | 2017-11-30 15:01:59 UTC | -| 308 | Solomon Hill | 19 | 2017-11-30 15:01:59 UTC | 2017-11-30 15:01:59 UTC | -| 309 | Jrue Holiday | 19 | 2017-11-30 15:01:59 UTC | 2017-11-30 15:01:59 UTC | -| 310 | Frank Jackson | 19 | 2017-11-30 15:01:59 UTC | 2017-11-30 15:01:59 UTC | -| 311 | Jalen Jones | 19 | 2017-11-30 15:01:59 UTC | 2017-11-30 15:01:59 UTC | -| 312 | Darius Miller | 19 | 2017-11-30 15:01:59 UTC | 2017-11-30 15:01:59 UTC | -| 313 | E'Twaun Moore | 19 | 2017-11-30 15:01:59 UTC | 2017-11-30 15:01:59 UTC | -| 314 | Jameer Nelson | 19 | 2017-11-30 15:01:59 UTC | 2017-11-30 15:01:59 UTC | -| 315 | Rajon Rondo | 19 | 2017-11-30 15:01:59 UTC | 2017-11-30 15:01:59 UTC | -| 316 | Ron Baker | 20 | 2017-11-30 15:02:00 UTC | 2017-11-30 15:02:00 UTC | -| 317 | Michael Beasley | 20 | 2017-11-30 15:02:00 UTC | 2017-11-30 15:02:00 UTC | -| 318 | Damyean Dotson | 20 | 2017-11-30 15:02:00 UTC | 2017-11-30 15:02:00 UTC | -| 319 | Tim Hardaway Jr. | 20 | 2017-11-30 15:02:00 UTC | 2017-11-30 15:02:00 UTC | -| 320 | Willy Hernangomez | 20 | 2017-11-30 15:02:00 UTC | 2017-11-30 15:02:00 UTC | -| 321 | Isaiah Hicks | 20 | 2017-11-30 15:02:00 UTC | 2017-11-30 15:02:00 UTC | -| 322 | Jarrett Jack | 20 | 2017-11-30 15:02:00 UTC | 2017-11-30 15:02:00 UTC | -| 323 | Enes Kanter | 20 | 2017-11-30 15:02:00 UTC | 2017-11-30 15:02:00 UTC | -| 324 | Luke Kornet | 20 | 2017-11-30 15:02:00 UTC | 2017-11-30 15:02:00 UTC | -| 325 | Courtney Lee | 20 | 2017-11-30 15:02:00 UTC | 2017-11-30 15:02:00 UTC | -| 326 | Doug McDermott | 20 | 2017-11-30 15:02:00 UTC | 2017-11-30 15:02:00 UTC | -| 327 | Joakim Noah | 20 | 2017-11-30 15:02:00 UTC | 2017-11-30 15:02:00 UTC | -| 328 | Frank Ntilikina | 20 | 2017-11-30 15:02:00 UTC | 2017-11-30 15:02:00 UTC | -| 329 | Kyle O'Quinn | 20 | 2017-11-30 15:02:00 UTC | 2017-11-30 15:02:00 UTC | -| 330 | Kristaps Porzingis | 20 | 2017-11-30 15:02:00 UTC | 2017-11-30 15:02:00 UTC | -| 331 | Ramon Sessions | 20 | 2017-11-30 15:02:00 UTC | 2017-11-30 15:02:00 UTC | -| 332 | Lance Thomas | 20 | 2017-11-30 15:02:00 UTC | 2017-11-30 15:02:00 UTC | -| 333 | Alex Abrines | 21 | 2017-11-30 15:02:00 UTC | 2017-11-30 15:02:00 UTC | -| 334 | Steven Adams | 21 | 2017-11-30 15:02:00 UTC | 2017-11-30 15:02:00 UTC | -| 335 | Carmelo Anthony | 21 | 2017-11-30 15:02:00 UTC | 2017-11-30 15:02:00 UTC | -| 336 | Nick Collison | 21 | 2017-11-30 15:02:00 UTC | 2017-11-30 15:02:00 UTC | -| 337 | PJ Dozier | 21 | 2017-11-30 15:02:00 UTC | 2017-11-30 15:02:00 UTC | -| 338 | Raymond Felton | 21 | 2017-11-30 15:02:00 UTC | 2017-11-30 15:02:00 UTC | -| 339 | Terrance Ferguson | 21 | 2017-11-30 15:02:00 UTC | 2017-11-30 15:02:00 UTC | -| 340 | Paul George | 21 | 2017-11-30 15:02:00 UTC | 2017-11-30 15:02:00 UTC | -| 341 | Jerami Grant | 21 | 2017-11-30 15:02:00 UTC | 2017-11-30 15:02:00 UTC | -| 342 | Daniel Hamilton | 21 | 2017-11-30 15:02:00 UTC | 2017-11-30 15:02:00 UTC | -| 343 | Josh Huestis | 21 | 2017-11-30 15:02:00 UTC | 2017-11-30 15:02:00 UTC | -| 344 | Dakari Johnson | 21 | 2017-11-30 15:02:00 UTC | 2017-11-30 15:02:00 UTC | -| 345 | Patrick Patterson | 21 | 2017-11-30 15:02:00 UTC | 2017-11-30 15:02:00 UTC | -| 346 | Andre Roberson | 21 | 2017-11-30 15:02:00 UTC | 2017-11-30 15:02:00 UTC | -| 347 | Kyle Singler | 21 | 2017-11-30 15:02:00 UTC | 2017-11-30 15:02:00 UTC | -| 348 | Russell Westbrook | 21 | 2017-11-30 15:02:00 UTC | 2017-11-30 15:02:00 UTC | -| 349 | Arron Afflalo | 22 | 2017-11-30 15:02:00 UTC | 2017-11-30 15:02:00 UTC | -| 350 | Jamel Artis | 22 | 2017-11-30 15:02:00 UTC | 2017-11-30 15:02:00 UTC | -| 351 | D.J. Augustin | 22 | 2017-11-30 15:02:01 UTC | 2017-11-30 15:02:01 UTC | -| 352 | Khem Birch | 22 | 2017-11-30 15:02:01 UTC | 2017-11-30 15:02:01 UTC | -| 353 | Bismack Biyombo | 22 | 2017-11-30 15:02:01 UTC | 2017-11-30 15:02:01 UTC | -| 354 | Evan Fournier | 22 | 2017-11-30 15:02:01 UTC | 2017-11-30 15:02:01 UTC | -| 355 | Aaron Gordon | 22 | 2017-11-30 15:02:01 UTC | 2017-11-30 15:02:01 UTC | -| 356 | Mario Hezonja | 22 | 2017-11-30 15:02:01 UTC | 2017-11-30 15:02:01 UTC | -| 357 | Jonathan Isaac | 22 | 2017-11-30 15:02:01 UTC | 2017-11-30 15:02:01 UTC | -| 358 | Wesley Iwundu | 22 | 2017-11-30 15:02:01 UTC | 2017-11-30 15:02:01 UTC | -| 359 | Shelvin Mack | 22 | 2017-11-30 15:02:01 UTC | 2017-11-30 15:02:01 UTC | -| 360 | Adreian Payne | 22 | 2017-11-30 15:02:01 UTC | 2017-11-30 15:02:01 UTC | -| 361 | Elfrid Payton | 22 | 2017-11-30 15:02:01 UTC | 2017-11-30 15:02:01 UTC | -| 362 | Terrence Ross | 22 | 2017-11-30 15:02:01 UTC | 2017-11-30 15:02:01 UTC | -| 363 | Jonathon Simmons | 22 | 2017-11-30 15:02:01 UTC | 2017-11-30 15:02:01 UTC | -| 364 | Marreese Speights | 22 | 2017-11-30 15:02:01 UTC | 2017-11-30 15:02:01 UTC | -| 365 | Nikola Vucevic | 22 | 2017-11-30 15:02:01 UTC | 2017-11-30 15:02:01 UTC | -| 366 | Justin Anderson | 23 | 2017-11-30 15:02:01 UTC | 2017-11-30 15:02:01 UTC | -| 367 | Jerryd Bayless | 23 | 2017-11-30 15:02:01 UTC | 2017-11-30 15:02:01 UTC | -| 368 | Robert Covington | 23 | 2017-11-30 15:02:01 UTC | 2017-11-30 15:02:01 UTC | -| 369 | Joel Embiid | 23 | 2017-11-30 15:02:01 UTC | 2017-11-30 15:02:01 UTC | -| 370 | Markelle Fultz | 23 | 2017-11-30 15:02:01 UTC | 2017-11-30 15:02:01 UTC | -| 371 | Richaun Holmes | 23 | 2017-11-30 15:02:01 UTC | 2017-11-30 15:02:01 UTC | -| 372 | Amir Johnson | 23 | 2017-11-30 15:02:01 UTC | 2017-11-30 15:02:01 UTC | -| 373 | Furkan Korkmaz | 23 | 2017-11-30 15:02:01 UTC | 2017-11-30 15:02:01 UTC | -| 374 | Timothe Luwawu-Cabarrot | 23 | 2017-11-30 15:02:01 UTC | 2017-11-30 15:02:01 UTC | -| 375 | James Michael McAdoo | 23 | 2017-11-30 15:02:01 UTC | 2017-11-30 15:02:01 UTC | -| 376 | T.J. McConnell | 23 | 2017-11-30 15:02:01 UTC | 2017-11-30 15:02:01 UTC | -| 377 | Jahlil Okafor | 23 | 2017-11-30 15:02:01 UTC | 2017-11-30 15:02:01 UTC | -| 378 | Jacob Pullen | 23 | 2017-11-30 15:02:01 UTC | 2017-11-30 15:02:01 UTC | -| 379 | JJ Redick | 23 | 2017-11-30 15:02:01 UTC | 2017-11-30 15:02:01 UTC | -| 380 | Dario Saric | 23 | 2017-11-30 15:02:01 UTC | 2017-11-30 15:02:01 UTC | -| 381 | Ben Simmons | 23 | 2017-11-30 15:02:01 UTC | 2017-11-30 15:02:01 UTC | -| 382 | Nik Stauskas | 23 | 2017-11-30 15:02:01 UTC | 2017-11-30 15:02:01 UTC | -| 383 | Dragan Bender | 24 | 2017-11-30 15:02:01 UTC | 2017-11-30 15:02:01 UTC | -| 384 | Devin Booker | 24 | 2017-11-30 15:02:01 UTC | 2017-11-30 15:02:01 UTC | -| 385 | Tyson Chandler | 24 | 2017-11-30 15:02:01 UTC | 2017-11-30 15:02:01 UTC | -| 386 | Marquese Chriss | 24 | 2017-11-30 15:02:01 UTC | 2017-11-30 15:02:01 UTC | -| 387 | Troy Daniels | 24 | 2017-11-30 15:02:02 UTC | 2017-11-30 15:02:02 UTC | -| 388 | Jared Dudley | 24 | 2017-11-30 15:02:02 UTC | 2017-11-30 15:02:02 UTC | -| 389 | Josh Jackson | 24 | 2017-11-30 15:02:02 UTC | 2017-11-30 15:02:02 UTC | -| 390 | Mike James | 24 | 2017-11-30 15:02:02 UTC | 2017-11-30 15:02:02 UTC | -| 391 | Derrick Jones Jr. | 24 | 2017-11-30 15:02:02 UTC | 2017-11-30 15:02:02 UTC | -| 392 | Brandon Knight | 24 | 2017-11-30 15:02:02 UTC | 2017-11-30 15:02:02 UTC | -| 393 | Alex Len | 24 | 2017-11-30 15:02:02 UTC | 2017-11-30 15:02:02 UTC | -| 394 | Greg Monroe | 24 | 2017-11-30 15:02:02 UTC | 2017-11-30 15:02:02 UTC | -| 395 | Alec Peters | 24 | 2017-11-30 15:02:02 UTC | 2017-11-30 15:02:02 UTC | -| 396 | Davon Reed | 24 | 2017-11-30 15:02:02 UTC | 2017-11-30 15:02:02 UTC | -| 397 | Tyler Ulis | 24 | 2017-11-30 15:02:02 UTC | 2017-11-30 15:02:02 UTC | -| 398 | TJ Warren | 24 | 2017-11-30 15:02:02 UTC | 2017-11-30 15:02:02 UTC | -| 399 | Alan Williams | 24 | 2017-11-30 15:02:02 UTC | 2017-11-30 15:02:02 UTC | -| 400 | Al-Farouq Aminu | 25 | 2017-11-30 15:02:02 UTC | 2017-11-30 15:02:02 UTC | -| 401 | Wade Baldwin IV | 25 | 2017-11-30 15:02:02 UTC | 2017-11-30 15:02:02 UTC | -| 402 | Zach Collins | 25 | 2017-11-30 15:02:02 UTC | 2017-11-30 15:02:02 UTC | -| 403 | Pat Connaughton | 25 | 2017-11-30 15:02:02 UTC | 2017-11-30 15:02:02 UTC | -| 404 | Ed Davis | 25 | 2017-11-30 15:02:02 UTC | 2017-11-30 15:02:02 UTC | -| 405 | Maurice Harkless | 25 | 2017-11-30 15:02:02 UTC | 2017-11-30 15:02:02 UTC | -| 406 | Jake Layman | 25 | 2017-11-30 15:02:02 UTC | 2017-11-30 15:02:02 UTC | -| 407 | Meyers Leonard | 25 | 2017-11-30 15:02:02 UTC | 2017-11-30 15:02:02 UTC | -| 408 | Damian Lillard | 25 | 2017-11-30 15:02:02 UTC | 2017-11-30 15:02:02 UTC | -| 409 | CJ McCollum | 25 | 2017-11-30 15:02:02 UTC | 2017-11-30 15:02:02 UTC | -| 410 | Shabazz Napier | 25 | 2017-11-30 15:02:02 UTC | 2017-11-30 15:02:02 UTC | -| 411 | Jusuf Nurkic | 25 | 2017-11-30 15:02:02 UTC | 2017-11-30 15:02:02 UTC | -| 412 | Caleb Swanigan | 25 | 2017-11-30 15:02:02 UTC | 2017-11-30 15:02:02 UTC | -| 413 | Evan Turner | 25 | 2017-11-30 15:02:02 UTC | 2017-11-30 15:02:02 UTC | -| 414 | Noah Vonleh | 25 | 2017-11-30 15:02:02 UTC | 2017-11-30 15:02:02 UTC | -| 415 | CJ Wilcox | 25 | 2017-11-30 15:02:02 UTC | 2017-11-30 15:02:02 UTC | -| 416 | Bogdan Bogdanovic | 26 | 2017-11-30 15:02:02 UTC | 2017-11-30 15:02:02 UTC | -| 417 | Vince Carter | 26 | 2017-11-30 15:02:02 UTC | 2017-11-30 15:02:02 UTC | -| 418 | Willie Cauley-Stein | 26 | 2017-11-30 15:02:02 UTC | 2017-11-30 15:02:02 UTC | -| 419 | Jack Cooley | 26 | 2017-11-30 15:02:02 UTC | 2017-11-30 15:02:02 UTC | -| 420 | De'Aaron Fox | 26 | 2017-11-30 15:02:03 UTC | 2017-11-30 15:02:03 UTC | -| 421 | Harry Giles | 26 | 2017-11-30 15:02:03 UTC | 2017-11-30 15:02:03 UTC | -| 422 | Buddy Hield | 26 | 2017-11-30 15:02:03 UTC | 2017-11-30 15:02:03 UTC | -| 423 | George Hill | 26 | 2017-11-30 15:02:03 UTC | 2017-11-30 15:02:03 UTC | -| 424 | Justin Jackson | 26 | 2017-11-30 15:02:03 UTC | 2017-11-30 15:02:03 UTC | -| 425 | Kosta Koufos | 26 | 2017-11-30 15:02:03 UTC | 2017-11-30 15:02:03 UTC | -| 426 | Skal Labissiere | 26 | 2017-11-30 15:02:03 UTC | 2017-11-30 15:02:03 UTC | -| 427 | Frank Mason III | 26 | 2017-11-30 15:02:03 UTC | 2017-11-30 15:02:03 UTC | -| 428 | Georgios Papagiannis | 26 | 2017-11-30 15:02:03 UTC | 2017-11-30 15:02:03 UTC | -| 429 | Zach Randolph | 26 | 2017-11-30 15:02:03 UTC | 2017-11-30 15:02:03 UTC | -| 430 | Malachi Richardson | 26 | 2017-11-30 15:02:03 UTC | 2017-11-30 15:02:03 UTC | -| 431 | JaKarr Sampson | 26 | 2017-11-30 15:02:03 UTC | 2017-11-30 15:02:03 UTC | -| 432 | Garrett Temple | 26 | 2017-11-30 15:02:03 UTC | 2017-11-30 15:02:03 UTC | -| 433 | LaMarcus Aldridge | 27 | 2017-11-30 15:02:03 UTC | 2017-11-30 15:02:03 UTC | -| 434 | Kyle Anderson | 27 | 2017-11-30 15:02:03 UTC | 2017-11-30 15:02:03 UTC | -| 435 | Davis Bertans | 27 | 2017-11-30 15:02:03 UTC | 2017-11-30 15:02:03 UTC | -| 436 | Matt Costello | 27 | 2017-11-30 15:02:03 UTC | 2017-11-30 15:02:03 UTC | -| 437 | Bryn Forbes | 27 | 2017-11-30 15:02:03 UTC | 2017-11-30 15:02:03 UTC | -| 438 | Pau Gasol | 27 | 2017-11-30 15:02:03 UTC | 2017-11-30 15:02:03 UTC | -| 439 | Rudy Gay | 27 | 2017-11-30 15:02:03 UTC | 2017-11-30 15:02:03 UTC | -| 440 | Manu Ginobili | 27 | 2017-11-30 15:02:03 UTC | 2017-11-30 15:02:03 UTC | -| 441 | Danny Green | 27 | 2017-11-30 15:02:03 UTC | 2017-11-30 15:02:03 UTC | -| 442 | Darrun Hilliard | 27 | 2017-11-30 15:02:03 UTC | 2017-11-30 15:02:03 UTC | -| 443 | Joffrey Lauvergne | 27 | 2017-11-30 15:02:03 UTC | 2017-11-30 15:02:03 UTC | -| 444 | Kawhi Leonard | 27 | 2017-11-30 15:02:03 UTC | 2017-11-30 15:02:03 UTC | -| 445 | Patty Mills | 27 | 2017-11-30 15:02:03 UTC | 2017-11-30 15:02:03 UTC | -| 446 | Dejounte Murray | 27 | 2017-11-30 15:02:03 UTC | 2017-11-30 15:02:03 UTC | -| 447 | Tony Parker | 27 | 2017-11-30 15:02:03 UTC | 2017-11-30 15:02:03 UTC | -| 448 | Brandon Paul | 27 | 2017-11-30 15:02:03 UTC | 2017-11-30 15:02:03 UTC | -| 449 | Derrick White | 27 | 2017-11-30 15:02:03 UTC | 2017-11-30 15:02:03 UTC | -| 450 | OG Anunoby | 28 | 2017-11-30 15:02:03 UTC | 2017-11-30 15:02:03 UTC | -| 451 | Lorenzo Brown | 28 | 2017-11-30 15:02:04 UTC | 2017-11-30 15:02:04 UTC | -| 452 | Bruno Caboclo | 28 | 2017-11-30 15:02:04 UTC | 2017-11-30 15:02:04 UTC | -| 453 | DeMar DeRozan | 28 | 2017-11-30 15:02:04 UTC | 2017-11-30 15:02:04 UTC | -| 454 | Serge Ibaka | 28 | 2017-11-30 15:02:04 UTC | 2017-11-30 15:02:04 UTC | -| 455 | Kyle Lowry | 28 | 2017-11-30 15:02:04 UTC | 2017-11-30 15:02:04 UTC | -| 456 | Alfonzo McKinnie | 28 | 2017-11-30 15:02:04 UTC | 2017-11-30 15:02:04 UTC | -| 457 | CJ Miles | 28 | 2017-11-30 15:02:04 UTC | 2017-11-30 15:02:04 UTC | -| 458 | Malcolm Miller | 28 | 2017-11-30 15:02:04 UTC | 2017-11-30 15:02:04 UTC | -| 459 | Lucas Nogueira | 28 | 2017-11-30 15:02:04 UTC | 2017-11-30 15:02:04 UTC | -| 460 | Jakob Poeltl | 28 | 2017-11-30 15:02:04 UTC | 2017-11-30 15:02:04 UTC | -| 461 | Norman Powell | 28 | 2017-11-30 15:02:04 UTC | 2017-11-30 15:02:04 UTC | -| 462 | Pascal Siakam | 28 | 2017-11-30 15:02:04 UTC | 2017-11-30 15:02:04 UTC | -| 463 | Jonas Valanciunas | 28 | 2017-11-30 15:02:04 UTC | 2017-11-30 15:02:04 UTC | -| 464 | Fred VanVleet | 28 | 2017-11-30 15:02:04 UTC | 2017-11-30 15:02:04 UTC | -| 465 | Delon Wright | 28 | 2017-11-30 15:02:04 UTC | 2017-11-30 15:02:04 UTC | -| 466 | Tony Bradley | 29 | 2017-11-30 15:02:04 UTC | 2017-11-30 15:02:04 UTC | -| 467 | Alec Burks | 29 | 2017-11-30 15:02:04 UTC | 2017-11-30 15:02:04 UTC | -| 468 | Dante Exum | 29 | 2017-11-30 15:02:04 UTC | 2017-11-30 15:02:04 UTC | -| 469 | Derrick Favors | 29 | 2017-11-30 15:02:04 UTC | 2017-11-30 15:02:04 UTC | -| 470 | Rudy Gobert | 29 | 2017-11-30 15:02:04 UTC | 2017-11-30 15:02:04 UTC | -| 471 | Eric Griffin | 29 | 2017-11-30 15:02:04 UTC | 2017-11-30 15:02:04 UTC | -| 472 | Rodney Hood | 29 | 2017-11-30 15:02:04 UTC | 2017-11-30 15:02:04 UTC | -| 473 | Joe Ingles | 29 | 2017-11-30 15:02:04 UTC | 2017-11-30 15:02:04 UTC | -| 474 | Jonas Jerebko | 29 | 2017-11-30 15:02:04 UTC | 2017-11-30 15:02:04 UTC | -| 475 | Joe Johnson | 29 | 2017-11-30 15:02:04 UTC | 2017-11-30 15:02:04 UTC | -| 476 | Donovan Mitchell | 29 | 2017-11-30 15:02:04 UTC | 2017-11-30 15:02:04 UTC | -| 477 | Raul Neto | 29 | 2017-11-30 15:02:04 UTC | 2017-11-30 15:02:04 UTC | -| 478 | Royce O'Neale | 29 | 2017-11-30 15:02:04 UTC | 2017-11-30 15:02:04 UTC | -| 479 | Ricky Rubio | 29 | 2017-11-30 15:02:04 UTC | 2017-11-30 15:02:04 UTC | -| 480 | Thabo Sefolosha | 29 | 2017-11-30 15:02:04 UTC | 2017-11-30 15:02:04 UTC | -| 481 | Ekpe Udoh | 29 | 2017-11-30 15:02:04 UTC | 2017-11-30 15:02:04 UTC | -| 482 | Nate Wolters | 29 | 2017-11-30 15:02:05 UTC | 2017-11-30 15:02:05 UTC | -| 483 | Bradley Beal | 30 | 2017-11-30 15:02:05 UTC | 2017-11-30 15:02:05 UTC | -| 484 | Tim Frazier | 30 | 2017-11-30 15:02:05 UTC | 2017-11-30 15:02:05 UTC | -| 485 | Marcin Gortat | 30 | 2017-11-30 15:02:05 UTC | 2017-11-30 15:02:05 UTC | -| 486 | Sheldon Mac | 30 | 2017-11-30 15:02:05 UTC | 2017-11-30 15:02:05 UTC | -| 487 | Ian Mahinmi | 30 | 2017-11-30 15:02:05 UTC | 2017-11-30 15:02:05 UTC | -| 488 | Chris McCullough | 30 | 2017-11-30 15:02:05 UTC | 2017-11-30 15:02:05 UTC | -| 489 | Jodie Meeks | 30 | 2017-11-30 15:02:05 UTC | 2017-11-30 15:02:05 UTC | -| 490 | Markieff Morris | 30 | 2017-11-30 15:02:05 UTC | 2017-11-30 15:02:05 UTC | -| 491 | Kelly Oubre Jr. | 30 | 2017-11-30 15:02:05 UTC | 2017-11-30 15:02:05 UTC | -| 492 | Otto Porter Jr. | 30 | 2017-11-30 15:02:05 UTC | 2017-11-30 15:02:05 UTC | -| 493 | Devin Robinson | 30 | 2017-11-30 15:02:05 UTC | 2017-11-30 15:02:05 UTC | -| 494 | Tomas Satoransky | 30 | 2017-11-30 15:02:05 UTC | 2017-11-30 15:02:05 UTC | -| 495 | Mike Scott | 30 | 2017-11-30 15:02:05 UTC | 2017-11-30 15:02:05 UTC | -| 496 | Jason Smith | 30 | 2017-11-30 15:02:05 UTC | 2017-11-30 15:02:05 UTC | -| 497 | John Wall | 30 | 2017-11-30 15:02:05 UTC | 2017-11-30 15:02:05 UTC | -| 498 | Mike Young | 30 | 2017-11-30 15:02:05 UTC | 2017-11-30 15:02:05 UTC | -+-----+--------------------------+---------+-------------------------+-------------------------+ -498 rows in set diff --git a/justin_quiros/optimize/test/controllers/.keep b/justin_quiros/optimize/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/optimize/test/fixtures/.keep b/justin_quiros/optimize/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/optimize/test/fixtures/players.yml b/justin_quiros/optimize/test/fixtures/players.yml deleted file mode 100644 index 56a4719..0000000 --- a/justin_quiros/optimize/test/fixtures/players.yml +++ /dev/null @@ -1,9 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - name: MyString - team_id: - -two: - name: MyString - team_id: diff --git a/justin_quiros/optimize/test/fixtures/teams.yml b/justin_quiros/optimize/test/fixtures/teams.yml deleted file mode 100644 index d9c869d..0000000 --- a/justin_quiros/optimize/test/fixtures/teams.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - name: MyString - mascot: MyString - stadium: MyString - -two: - name: MyString - mascot: MyString - stadium: MyString diff --git a/justin_quiros/optimize/test/helpers/.keep b/justin_quiros/optimize/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/optimize/test/integration/.keep b/justin_quiros/optimize/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/optimize/test/mailers/.keep b/justin_quiros/optimize/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/optimize/test/models/.keep b/justin_quiros/optimize/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/optimize/test/models/player_test.rb b/justin_quiros/optimize/test/models/player_test.rb deleted file mode 100644 index 3cf71d7..0000000 --- a/justin_quiros/optimize/test/models/player_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class PlayerTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/justin_quiros/optimize/test/models/team_test.rb b/justin_quiros/optimize/test/models/team_test.rb deleted file mode 100644 index 8b101cb..0000000 --- a/justin_quiros/optimize/test/models/team_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class TeamTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/justin_quiros/optimize/test/test_helper.rb b/justin_quiros/optimize/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/justin_quiros/optimize/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/justin_quiros/optimize/vendor/assets/javascripts/.keep b/justin_quiros/optimize/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/optimize/vendor/assets/stylesheets/.keep b/justin_quiros/optimize/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/orm_practice/.gitignore b/justin_quiros/orm_practice/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/justin_quiros/orm_practice/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/justin_quiros/orm_practice/Gemfile b/justin_quiros/orm_practice/Gemfile deleted file mode 100644 index 7774973..0000000 --- a/justin_quiros/orm_practice/Gemfile +++ /dev/null @@ -1,49 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end - -#for rails console -gem 'hirb' diff --git a/justin_quiros/orm_practice/Gemfile.lock b/justin_quiros/orm_practice/Gemfile.lock deleted file mode 100644 index c2e340f..0000000 --- a/justin_quiros/orm_practice/Gemfile.lock +++ /dev/null @@ -1,174 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - bcrypt (3.1.11) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (3.2.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - bcrypt (~> 3.1.7) - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/justin_quiros/orm_practice/README.rdoc b/justin_quiros/orm_practice/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/justin_quiros/orm_practice/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/justin_quiros/orm_practice/Rakefile b/justin_quiros/orm_practice/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/justin_quiros/orm_practice/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/justin_quiros/orm_practice/app/assets/images/.keep b/justin_quiros/orm_practice/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/orm_practice/app/assets/javascripts/application.js b/justin_quiros/orm_practice/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/justin_quiros/orm_practice/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/justin_quiros/orm_practice/app/assets/stylesheets/application.css b/justin_quiros/orm_practice/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/justin_quiros/orm_practice/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/justin_quiros/orm_practice/app/controllers/application_controller.rb b/justin_quiros/orm_practice/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/justin_quiros/orm_practice/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/justin_quiros/orm_practice/app/controllers/concerns/.keep b/justin_quiros/orm_practice/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/orm_practice/app/helpers/application_helper.rb b/justin_quiros/orm_practice/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/justin_quiros/orm_practice/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/justin_quiros/orm_practice/app/mailers/.keep b/justin_quiros/orm_practice/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/orm_practice/app/models/.keep b/justin_quiros/orm_practice/app/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/orm_practice/app/models/concerns/.keep b/justin_quiros/orm_practice/app/models/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/orm_practice/app/models/user.rb b/justin_quiros/orm_practice/app/models/user.rb deleted file mode 100644 index 5cac8db..0000000 --- a/justin_quiros/orm_practice/app/models/user.rb +++ /dev/null @@ -1,44 +0,0 @@ -class User < ActiveRecord::Base - EMAIL_REGEX = /\A([^@\s]+)@((?:[-a-z0-9]+\.)+[a-z]+)\z/i - validates :first_name, :last_name, presence: true, length: { in: 2..20 } - validates :email, presence: true, uniqueness: { case_sensitive: false }, format: { with: EMAIL_REGEX }, length: { in: 4..40 } - -# this callback will run before saving on create and update - before_save :downcase_email - - # this callback will run after creating a new user - after_create :successfully_created - - # this callback will run after updating an existing user - after_update :successfully_updated - - # this callback will only run on creating a record to ensure a default age of 0 - before_validation :default_age, on: [:create] - - - # creating a custom instance method. self refers to the ActiveRecord object - def full_name - "#{self.first_name} #{self.last_name}" - end - - # creating a custom class method. self refers to the User model - def self.average_age - self.sum(:age) / self.count - end - - private - def downcase_email - self.email.downcase! - end - - def successfully_created - puts "Successfully created a new user" - end - def successfully_updated - puts "Successfully updated a existing user" - end - - def default_age - self.age = 0 unless self.age? - end -end diff --git a/justin_quiros/orm_practice/app/views/layouts/application.html.erb b/justin_quiros/orm_practice/app/views/layouts/application.html.erb deleted file mode 100644 index a1bac82..0000000 --- a/justin_quiros/orm_practice/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - OrmPractice - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/justin_quiros/orm_practice/bin/bundle b/justin_quiros/orm_practice/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/justin_quiros/orm_practice/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/justin_quiros/orm_practice/bin/rails b/justin_quiros/orm_practice/bin/rails deleted file mode 100755 index 0138d79..0000000 --- a/justin_quiros/orm_practice/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/justin_quiros/orm_practice/bin/rake b/justin_quiros/orm_practice/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/justin_quiros/orm_practice/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/justin_quiros/orm_practice/bin/setup b/justin_quiros/orm_practice/bin/setup deleted file mode 100755 index acdb2c1..0000000 --- a/justin_quiros/orm_practice/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/justin_quiros/orm_practice/bin/spring b/justin_quiros/orm_practice/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/justin_quiros/orm_practice/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/justin_quiros/orm_practice/config.ru b/justin_quiros/orm_practice/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/justin_quiros/orm_practice/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/justin_quiros/orm_practice/config/application.rb b/justin_quiros/orm_practice/config/application.rb deleted file mode 100644 index f5c981b..0000000 --- a/justin_quiros/orm_practice/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module OrmPractice - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/justin_quiros/orm_practice/config/boot.rb b/justin_quiros/orm_practice/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/justin_quiros/orm_practice/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/justin_quiros/orm_practice/config/database.yml b/justin_quiros/orm_practice/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/justin_quiros/orm_practice/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/justin_quiros/orm_practice/config/environment.rb b/justin_quiros/orm_practice/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/justin_quiros/orm_practice/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/justin_quiros/orm_practice/config/environments/development.rb b/justin_quiros/orm_practice/config/environments/development.rb deleted file mode 100644 index b55e214..0000000 --- a/justin_quiros/orm_practice/config/environments/development.rb +++ /dev/null @@ -1,41 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/justin_quiros/orm_practice/config/environments/production.rb b/justin_quiros/orm_practice/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/justin_quiros/orm_practice/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/justin_quiros/orm_practice/config/environments/test.rb b/justin_quiros/orm_practice/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/justin_quiros/orm_practice/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/justin_quiros/orm_practice/config/initializers/assets.rb b/justin_quiros/orm_practice/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/justin_quiros/orm_practice/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/justin_quiros/orm_practice/config/initializers/backtrace_silencers.rb b/justin_quiros/orm_practice/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/justin_quiros/orm_practice/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/justin_quiros/orm_practice/config/initializers/cookies_serializer.rb b/justin_quiros/orm_practice/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/justin_quiros/orm_practice/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/justin_quiros/orm_practice/config/initializers/filter_parameter_logging.rb b/justin_quiros/orm_practice/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/justin_quiros/orm_practice/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/justin_quiros/orm_practice/config/initializers/inflections.rb b/justin_quiros/orm_practice/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/justin_quiros/orm_practice/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/justin_quiros/orm_practice/config/initializers/mime_types.rb b/justin_quiros/orm_practice/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/justin_quiros/orm_practice/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/justin_quiros/orm_practice/config/initializers/wrap_parameters.rb b/justin_quiros/orm_practice/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/justin_quiros/orm_practice/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/justin_quiros/orm_practice/config/locales/en.yml b/justin_quiros/orm_practice/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/justin_quiros/orm_practice/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/justin_quiros/orm_practice/config/routes.rb b/justin_quiros/orm_practice/config/routes.rb deleted file mode 100644 index 3f66539..0000000 --- a/justin_quiros/orm_practice/config/routes.rb +++ /dev/null @@ -1,56 +0,0 @@ -Rails.application.routes.draw do - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/justin_quiros/orm_practice/config/secrets.yml b/justin_quiros/orm_practice/config/secrets.yml deleted file mode 100644 index ce8e2e8..0000000 --- a/justin_quiros/orm_practice/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: cc63a6361d1904f5eec95a2355508ce0297f6c4d48369f8f1945dd7287784701b1c32d490537480add6a360f38cbbd404b095354aa16f6f78b8b7551351909fc - -test: - secret_key_base: 71fc3a76fc06a9f346ad4f297aa7c1835e51952445a6ab1055c0f1f0ecbed1424eed75bc33bc6de19b0d2d5de1b1ea94e7d58e43433d3473a726d0a5f8fc8e8a - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/justin_quiros/orm_practice/db/migrate/20171129153239_create_users.rb b/justin_quiros/orm_practice/db/migrate/20171129153239_create_users.rb deleted file mode 100644 index c76d659..0000000 --- a/justin_quiros/orm_practice/db/migrate/20171129153239_create_users.rb +++ /dev/null @@ -1,13 +0,0 @@ -class CreateUsers < ActiveRecord::Migration - def change - create_table :users do |t| - t.string :first_name - t.string :last_name - t.string :email - t.string :password - t.integer :age - - t.timestamps null: false - end - end -end diff --git a/justin_quiros/orm_practice/db/schema.rb b/justin_quiros/orm_practice/db/schema.rb deleted file mode 100644 index a242e9e..0000000 --- a/justin_quiros/orm_practice/db/schema.rb +++ /dev/null @@ -1,26 +0,0 @@ -# encoding: UTF-8 -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# Note that this schema.rb definition is the authoritative source for your -# database schema. If you need to create the application database on another -# system, you should be using db:schema:load, not running all the migrations -# from scratch. The latter is a flawed and unsustainable approach (the more migrations -# you'll amass, the slower it'll run and the greater likelihood for issues). -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema.define(version: 20171129153239) do - - create_table "users", force: :cascade do |t| - t.string "first_name" - t.string "last_name" - t.string "email" - t.string "password" - t.integer "age" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - -end diff --git a/justin_quiros/orm_practice/db/seeds.rb b/justin_quiros/orm_practice/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/justin_quiros/orm_practice/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/justin_quiros/orm_practice/lib/assets/.keep b/justin_quiros/orm_practice/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/orm_practice/lib/tasks/.keep b/justin_quiros/orm_practice/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/orm_practice/log/.keep b/justin_quiros/orm_practice/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/orm_practice/public/404.html b/justin_quiros/orm_practice/public/404.html deleted file mode 100644 index b612547..0000000 --- a/justin_quiros/orm_practice/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/justin_quiros/orm_practice/public/422.html b/justin_quiros/orm_practice/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/justin_quiros/orm_practice/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/justin_quiros/orm_practice/public/500.html b/justin_quiros/orm_practice/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/justin_quiros/orm_practice/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/justin_quiros/orm_practice/public/favicon.ico b/justin_quiros/orm_practice/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/orm_practice/public/robots.txt b/justin_quiros/orm_practice/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/justin_quiros/orm_practice/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/justin_quiros/orm_practice/test/controllers/.keep b/justin_quiros/orm_practice/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/orm_practice/test/fixtures/.keep b/justin_quiros/orm_practice/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/orm_practice/test/fixtures/users.yml b/justin_quiros/orm_practice/test/fixtures/users.yml deleted file mode 100644 index 1b24932..0000000 --- a/justin_quiros/orm_practice/test/fixtures/users.yml +++ /dev/null @@ -1,15 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - first_name: MyString - last_name: MyString - email: MyString - password: MyString - age: 1 - -two: - first_name: MyString - last_name: MyString - email: MyString - password: MyString - age: 1 diff --git a/justin_quiros/orm_practice/test/helpers/.keep b/justin_quiros/orm_practice/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/orm_practice/test/integration/.keep b/justin_quiros/orm_practice/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/orm_practice/test/mailers/.keep b/justin_quiros/orm_practice/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/orm_practice/test/models/.keep b/justin_quiros/orm_practice/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/orm_practice/test/models/user_test.rb b/justin_quiros/orm_practice/test/models/user_test.rb deleted file mode 100644 index 82f61e0..0000000 --- a/justin_quiros/orm_practice/test/models/user_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class UserTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/justin_quiros/orm_practice/test/test_helper.rb b/justin_quiros/orm_practice/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/justin_quiros/orm_practice/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/justin_quiros/orm_practice/vendor/assets/javascripts/.keep b/justin_quiros/orm_practice/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/orm_practice/vendor/assets/stylesheets/.keep b/justin_quiros/orm_practice/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/poly/.gitignore b/justin_quiros/poly/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/justin_quiros/poly/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/justin_quiros/poly/Gemfile b/justin_quiros/poly/Gemfile deleted file mode 100644 index 732f093..0000000 --- a/justin_quiros/poly/Gemfile +++ /dev/null @@ -1,49 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end - -gem 'hirb' - diff --git a/justin_quiros/poly/Gemfile.lock b/justin_quiros/poly/Gemfile.lock deleted file mode 100644 index 73114af..0000000 --- a/justin_quiros/poly/Gemfile.lock +++ /dev/null @@ -1,172 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (3.2.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/justin_quiros/poly/README.rdoc b/justin_quiros/poly/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/justin_quiros/poly/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/justin_quiros/poly/Rakefile b/justin_quiros/poly/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/justin_quiros/poly/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/justin_quiros/poly/app/assets/images/.keep b/justin_quiros/poly/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/poly/app/assets/javascripts/application.js b/justin_quiros/poly/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/justin_quiros/poly/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/justin_quiros/poly/app/assets/stylesheets/application.css b/justin_quiros/poly/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/justin_quiros/poly/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/justin_quiros/poly/app/controllers/application_controller.rb b/justin_quiros/poly/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/justin_quiros/poly/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/justin_quiros/poly/app/controllers/concerns/.keep b/justin_quiros/poly/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/poly/app/helpers/application_helper.rb b/justin_quiros/poly/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/justin_quiros/poly/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/justin_quiros/poly/app/mailers/.keep b/justin_quiros/poly/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/poly/app/models/.keep b/justin_quiros/poly/app/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/poly/app/models/concerns/.keep b/justin_quiros/poly/app/models/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/poly/app/models/employee.rb b/justin_quiros/poly/app/models/employee.rb deleted file mode 100644 index 214b42e..0000000 --- a/justin_quiros/poly/app/models/employee.rb +++ /dev/null @@ -1,3 +0,0 @@ -class Employee < ActiveRecord::Base - has_many :pictures, as: :imageable -end diff --git a/justin_quiros/poly/app/models/picture.rb b/justin_quiros/poly/app/models/picture.rb deleted file mode 100644 index 72a71a9..0000000 --- a/justin_quiros/poly/app/models/picture.rb +++ /dev/null @@ -1,3 +0,0 @@ -class Picture < ActiveRecord::Base - belongs_to :imageable, polymorphic: true -end diff --git a/justin_quiros/poly/app/models/product.rb b/justin_quiros/poly/app/models/product.rb deleted file mode 100644 index b714a02..0000000 --- a/justin_quiros/poly/app/models/product.rb +++ /dev/null @@ -1,3 +0,0 @@ -class Product < ActiveRecord::Base - has_many :pictures, as: :imageable -end diff --git a/justin_quiros/poly/app/views/layouts/application.html.erb b/justin_quiros/poly/app/views/layouts/application.html.erb deleted file mode 100644 index ef2917a..0000000 --- a/justin_quiros/poly/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - Poly - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/justin_quiros/poly/bin/bundle b/justin_quiros/poly/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/justin_quiros/poly/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/justin_quiros/poly/bin/rails b/justin_quiros/poly/bin/rails deleted file mode 100755 index 0138d79..0000000 --- a/justin_quiros/poly/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/justin_quiros/poly/bin/rake b/justin_quiros/poly/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/justin_quiros/poly/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/justin_quiros/poly/bin/setup b/justin_quiros/poly/bin/setup deleted file mode 100755 index acdb2c1..0000000 --- a/justin_quiros/poly/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/justin_quiros/poly/bin/spring b/justin_quiros/poly/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/justin_quiros/poly/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/justin_quiros/poly/config.ru b/justin_quiros/poly/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/justin_quiros/poly/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/justin_quiros/poly/config/application.rb b/justin_quiros/poly/config/application.rb deleted file mode 100644 index dc125b0..0000000 --- a/justin_quiros/poly/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module Poly - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/justin_quiros/poly/config/boot.rb b/justin_quiros/poly/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/justin_quiros/poly/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/justin_quiros/poly/config/database.yml b/justin_quiros/poly/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/justin_quiros/poly/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/justin_quiros/poly/config/environment.rb b/justin_quiros/poly/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/justin_quiros/poly/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/justin_quiros/poly/config/environments/development.rb b/justin_quiros/poly/config/environments/development.rb deleted file mode 100644 index b55e214..0000000 --- a/justin_quiros/poly/config/environments/development.rb +++ /dev/null @@ -1,41 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/justin_quiros/poly/config/environments/production.rb b/justin_quiros/poly/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/justin_quiros/poly/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/justin_quiros/poly/config/environments/test.rb b/justin_quiros/poly/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/justin_quiros/poly/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/justin_quiros/poly/config/initializers/assets.rb b/justin_quiros/poly/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/justin_quiros/poly/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/justin_quiros/poly/config/initializers/backtrace_silencers.rb b/justin_quiros/poly/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/justin_quiros/poly/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/justin_quiros/poly/config/initializers/cookies_serializer.rb b/justin_quiros/poly/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/justin_quiros/poly/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/justin_quiros/poly/config/initializers/filter_parameter_logging.rb b/justin_quiros/poly/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/justin_quiros/poly/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/justin_quiros/poly/config/initializers/inflections.rb b/justin_quiros/poly/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/justin_quiros/poly/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/justin_quiros/poly/config/initializers/mime_types.rb b/justin_quiros/poly/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/justin_quiros/poly/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/justin_quiros/poly/config/initializers/session_store.rb b/justin_quiros/poly/config/initializers/session_store.rb deleted file mode 100644 index 69452fb..0000000 --- a/justin_quiros/poly/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_poly_session' diff --git a/justin_quiros/poly/config/initializers/wrap_parameters.rb b/justin_quiros/poly/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/justin_quiros/poly/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/justin_quiros/poly/config/locales/en.yml b/justin_quiros/poly/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/justin_quiros/poly/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/justin_quiros/poly/config/routes.rb b/justin_quiros/poly/config/routes.rb deleted file mode 100644 index 3f66539..0000000 --- a/justin_quiros/poly/config/routes.rb +++ /dev/null @@ -1,56 +0,0 @@ -Rails.application.routes.draw do - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/justin_quiros/poly/config/secrets.yml b/justin_quiros/poly/config/secrets.yml deleted file mode 100644 index 4ede6af..0000000 --- a/justin_quiros/poly/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: 0efac5736bc72a40eea754c01c95c783d82a4d39bb0d4c2c050ea2ae832c803a1fdba58b911e0002772fbb1f31da412bc95e579f787eb6ef185223fb29a68f89 - -test: - secret_key_base: f938ef5f13a0eba98c51b03090c0e475bf4d3f966489db8d6ab1f4f57a839a6b64d02d391b70f9274976d706c48e80b2c95f703a35bd6a88d165e30d624f1025 - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/justin_quiros/poly/db/migrate/20171130194336_create_pictures.rb b/justin_quiros/poly/db/migrate/20171130194336_create_pictures.rb deleted file mode 100644 index c5c8b51..0000000 --- a/justin_quiros/poly/db/migrate/20171130194336_create_pictures.rb +++ /dev/null @@ -1,9 +0,0 @@ -class CreatePictures < ActiveRecord::Migration - def change - create_table :pictures do |t| - t.references :imageable, polymorphic: true, index: true - - t.timestamps null: false - end - end -end diff --git a/justin_quiros/poly/db/migrate/20171130194343_create_employees.rb b/justin_quiros/poly/db/migrate/20171130194343_create_employees.rb deleted file mode 100644 index 918b08f..0000000 --- a/justin_quiros/poly/db/migrate/20171130194343_create_employees.rb +++ /dev/null @@ -1,10 +0,0 @@ -class CreateEmployees < ActiveRecord::Migration - def change - create_table :employees do |t| - t.string :first_name - t.string :last_name - - t.timestamps null: false - end - end -end diff --git a/justin_quiros/poly/db/migrate/20171130194351_create_products.rb b/justin_quiros/poly/db/migrate/20171130194351_create_products.rb deleted file mode 100644 index e3435f6..0000000 --- a/justin_quiros/poly/db/migrate/20171130194351_create_products.rb +++ /dev/null @@ -1,9 +0,0 @@ -class CreateProducts < ActiveRecord::Migration - def change - create_table :products do |t| - t.string :name - - t.timestamps null: false - end - end -end diff --git a/justin_quiros/poly/db/schema.rb b/justin_quiros/poly/db/schema.rb deleted file mode 100644 index 598de13..0000000 --- a/justin_quiros/poly/db/schema.rb +++ /dev/null @@ -1,38 +0,0 @@ -# encoding: UTF-8 -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# Note that this schema.rb definition is the authoritative source for your -# database schema. If you need to create the application database on another -# system, you should be using db:schema:load, not running all the migrations -# from scratch. The latter is a flawed and unsustainable approach (the more migrations -# you'll amass, the slower it'll run and the greater likelihood for issues). -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema.define(version: 20171130194351) do - - create_table "employees", force: :cascade do |t| - t.string "first_name" - t.string "last_name" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - create_table "pictures", force: :cascade do |t| - t.integer "imageable_id" - t.string "imageable_type" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - add_index "pictures", ["imageable_type", "imageable_id"], name: "index_pictures_on_imageable_type_and_imageable_id" - - create_table "products", force: :cascade do |t| - t.string "name" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - -end diff --git a/justin_quiros/poly/db/seeds.rb b/justin_quiros/poly/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/justin_quiros/poly/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/justin_quiros/poly/lib/assets/.keep b/justin_quiros/poly/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/poly/lib/tasks/.keep b/justin_quiros/poly/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/poly/log/.keep b/justin_quiros/poly/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/poly/public/404.html b/justin_quiros/poly/public/404.html deleted file mode 100644 index b612547..0000000 --- a/justin_quiros/poly/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/justin_quiros/poly/public/422.html b/justin_quiros/poly/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/justin_quiros/poly/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/justin_quiros/poly/public/500.html b/justin_quiros/poly/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/justin_quiros/poly/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/justin_quiros/poly/public/favicon.ico b/justin_quiros/poly/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/poly/public/robots.txt b/justin_quiros/poly/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/justin_quiros/poly/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/justin_quiros/poly/test/controllers/.keep b/justin_quiros/poly/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/poly/test/fixtures/.keep b/justin_quiros/poly/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/poly/test/fixtures/employees.yml b/justin_quiros/poly/test/fixtures/employees.yml deleted file mode 100644 index afdaa6a..0000000 --- a/justin_quiros/poly/test/fixtures/employees.yml +++ /dev/null @@ -1,9 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - first_name: MyString - last_name: MyString - -two: - first_name: MyString - last_name: MyString diff --git a/justin_quiros/poly/test/fixtures/pictures.yml b/justin_quiros/poly/test/fixtures/pictures.yml deleted file mode 100644 index 24eee9e..0000000 --- a/justin_quiros/poly/test/fixtures/pictures.yml +++ /dev/null @@ -1,9 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - imageable_id: - imageable_type: Imageable - -two: - imageable_id: - imageable_type: Imageable diff --git a/justin_quiros/poly/test/fixtures/products.yml b/justin_quiros/poly/test/fixtures/products.yml deleted file mode 100644 index 56066c6..0000000 --- a/justin_quiros/poly/test/fixtures/products.yml +++ /dev/null @@ -1,7 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - name: MyString - -two: - name: MyString diff --git a/justin_quiros/poly/test/helpers/.keep b/justin_quiros/poly/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/poly/test/integration/.keep b/justin_quiros/poly/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/poly/test/mailers/.keep b/justin_quiros/poly/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/poly/test/models/.keep b/justin_quiros/poly/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/poly/test/models/employee_test.rb b/justin_quiros/poly/test/models/employee_test.rb deleted file mode 100644 index c1674c3..0000000 --- a/justin_quiros/poly/test/models/employee_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class EmployeeTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/justin_quiros/poly/test/models/picture_test.rb b/justin_quiros/poly/test/models/picture_test.rb deleted file mode 100644 index 59e7bb4..0000000 --- a/justin_quiros/poly/test/models/picture_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class PictureTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/justin_quiros/poly/test/models/product_test.rb b/justin_quiros/poly/test/models/product_test.rb deleted file mode 100644 index 211cdd0..0000000 --- a/justin_quiros/poly/test/models/product_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class ProductTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/justin_quiros/poly/test/test_helper.rb b/justin_quiros/poly/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/justin_quiros/poly/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/justin_quiros/poly/vendor/assets/javascripts/.keep b/justin_quiros/poly/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/poly/vendor/assets/stylesheets/.keep b/justin_quiros/poly/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/project.rb b/justin_quiros/project.rb deleted file mode 100644 index 88cfc8f..0000000 --- a/justin_quiros/project.rb +++ /dev/null @@ -1,16 +0,0 @@ -class Project - def initialize(name, description) - @name = name - @description = description - end - def elevator_pitch - puts "Project name: #{@name}" - puts "Project description: #{@description}" - end - def name - puts "#{@name}" - end -end -project1 = Project.new("Cool Project", "This project is really cool") -project1.name -project1.elevator_pitch \ No newline at end of file diff --git a/justin_quiros/puzzle.rb b/justin_quiros/puzzle.rb deleted file mode 100644 index 70cfccc..0000000 --- a/justin_quiros/puzzle.rb +++ /dev/null @@ -1,38 +0,0 @@ -# 1 -# arr = [3,5,1,2,7,9,8,13,25,32] -# arr2 = [] -# p arr.inject(0, :+) -# arr.each_index {|i| arr2.push(arr[i]) if arr[i] > 10} -# p arr2 - -# 2 -# arr = ["John", "KB", "Oliver", "Cory", "Matthew", "Christopher"] -# p arr.shuffle -# arr.each_index {|i| puts arr[i] if arr[i].length > 5} - -# 3 -# arr = ("a".."z").to_a -# b = arr.shuffle.last, arr.shuffle.first -# p b -# p "The first letter in the shuffled array is a vowel!" if ["a","e","i","o","u"].include? b.first - -# 4 -# arr = [] -# 10.times { arr << rand(55..100) } -# p arr.sort -# p arr.min -# p arr.max - -# 5 -# str = "" -# 5.times { str << (65+rand(26)).chr} -# puts str - -# 6 -# arr = [] -# 10.times do -# str = "" -# 5.times { str << (65+rand(26)).chr } -# arr << str -# end -# puts arr diff --git a/justin_quiros/quiz.rb b/justin_quiros/quiz.rb deleted file mode 100644 index bb01949..0000000 --- a/justin_quiros/quiz.rb +++ /dev/null @@ -1,24 +0,0 @@ -class CodingDojo - @@no_of_branches = 0 - def initialize(id, name, address) - @branch_id = id - @branch_name = name - @branch_address = address - @@no_of_branches += 1 - puts "Created branch #{@@no_of_branches}" - end - def hello - puts "Hello CodingDojo!" - end - def display_all - puts "Branch ID: #{@branch_id}" - puts "Branch Name: #{@branch_name}" - puts "Branch Address: #{@branch_address}" - end - def self.num_of_branches - @@no_of_branches - end -end -seattle = CodingDojo.new(1, "Seattle", "123 Seattle Avenue") -san_jose = CodingDojo.new(2, "San Jose", "456 San Jose Boulevard") -burbank = CodingDojo.new(3, "Burbank", "789 Burbank Street") \ No newline at end of file diff --git a/justin_quiros/range.rb b/justin_quiros/range.rb deleted file mode 100644 index 165a97b..0000000 --- a/justin_quiros/range.rb +++ /dev/null @@ -1,6 +0,0 @@ -x = (1..20) - -puts "It does include 4!" if x.include? 4 -puts "The last number in x is " + x.last.to_s -puts "The max in x is " + x.max.to_s -puts "The min in x is " + x.min.to_s \ No newline at end of file diff --git a/justin_quiros/routes/.gitignore b/justin_quiros/routes/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/justin_quiros/routes/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/justin_quiros/routes/Gemfile b/justin_quiros/routes/Gemfile deleted file mode 100644 index 732f093..0000000 --- a/justin_quiros/routes/Gemfile +++ /dev/null @@ -1,49 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end - -gem 'hirb' - diff --git a/justin_quiros/routes/Gemfile.lock b/justin_quiros/routes/Gemfile.lock deleted file mode 100644 index 73114af..0000000 --- a/justin_quiros/routes/Gemfile.lock +++ /dev/null @@ -1,172 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (3.2.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/justin_quiros/routes/README.rdoc b/justin_quiros/routes/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/justin_quiros/routes/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/justin_quiros/routes/Rakefile b/justin_quiros/routes/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/justin_quiros/routes/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/justin_quiros/routes/app/assets/images/.keep b/justin_quiros/routes/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/routes/app/assets/javascripts/application.js b/justin_quiros/routes/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/justin_quiros/routes/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/justin_quiros/routes/app/assets/stylesheets/application.css b/justin_quiros/routes/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/justin_quiros/routes/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/justin_quiros/routes/app/controllers/application_controller.rb b/justin_quiros/routes/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/justin_quiros/routes/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/justin_quiros/routes/app/controllers/concerns/.keep b/justin_quiros/routes/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/routes/app/controllers/tests_controller.rb b/justin_quiros/routes/app/controllers/tests_controller.rb deleted file mode 100644 index 1137d57..0000000 --- a/justin_quiros/routes/app/controllers/tests_controller.rb +++ /dev/null @@ -1,32 +0,0 @@ -class TestsController < ApplicationController - - - def index - render :text => "What do you want me to say???" - end - def hi - session[:count] ||= 0 - render :text => "Hello CodingDojo!" - end - def say_hello - render :text => "Saying Hello!" - end - def hello - if params[:name] == "joe" - render :text => "Saying Hello Joe!" - else - redirect_to '/say/hello/joe' - end - end - def hello_joe - render :text => "Saying Hello Joe!" - end - def times - session[:count] += 1 - render :text => "You have visited this page " + session[:count].to_s + " times." - end - def times_restart - session[:count] = 0 - render :text => "Destroyed the session!" - end -end diff --git a/justin_quiros/routes/app/helpers/application_helper.rb b/justin_quiros/routes/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/justin_quiros/routes/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/justin_quiros/routes/app/mailers/.keep b/justin_quiros/routes/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/routes/app/models/.keep b/justin_quiros/routes/app/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/routes/app/models/concerns/.keep b/justin_quiros/routes/app/models/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/routes/app/views/layouts/application.html.erb b/justin_quiros/routes/app/views/layouts/application.html.erb deleted file mode 100644 index 593f853..0000000 --- a/justin_quiros/routes/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - Routes - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/justin_quiros/routes/app/views/tests/index.html.erb b/justin_quiros/routes/app/views/tests/index.html.erb deleted file mode 100644 index 5a4c8ac..0000000 --- a/justin_quiros/routes/app/views/tests/index.html.erb +++ /dev/null @@ -1,2 +0,0 @@ -

Tests#index

-

Find me in app/views/tests/index.html.erb

diff --git a/justin_quiros/routes/bin/bundle b/justin_quiros/routes/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/justin_quiros/routes/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/justin_quiros/routes/bin/rails b/justin_quiros/routes/bin/rails deleted file mode 100755 index 0138d79..0000000 --- a/justin_quiros/routes/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/justin_quiros/routes/bin/rake b/justin_quiros/routes/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/justin_quiros/routes/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/justin_quiros/routes/bin/setup b/justin_quiros/routes/bin/setup deleted file mode 100755 index acdb2c1..0000000 --- a/justin_quiros/routes/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/justin_quiros/routes/bin/spring b/justin_quiros/routes/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/justin_quiros/routes/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/justin_quiros/routes/config.ru b/justin_quiros/routes/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/justin_quiros/routes/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/justin_quiros/routes/config/application.rb b/justin_quiros/routes/config/application.rb deleted file mode 100644 index cb1a49d..0000000 --- a/justin_quiros/routes/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module Routes - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/justin_quiros/routes/config/boot.rb b/justin_quiros/routes/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/justin_quiros/routes/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/justin_quiros/routes/config/database.yml b/justin_quiros/routes/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/justin_quiros/routes/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/justin_quiros/routes/config/environment.rb b/justin_quiros/routes/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/justin_quiros/routes/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/justin_quiros/routes/config/environments/development.rb b/justin_quiros/routes/config/environments/development.rb deleted file mode 100644 index 0290ec9..0000000 --- a/justin_quiros/routes/config/environments/development.rb +++ /dev/null @@ -1,47 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Use the below so you don't have to shut down server everytime you make a change in your controller - config.reload_classes_only_on_change = false - - # Use the below to get rid of unwanted text in console - config.log_level = :warn - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/justin_quiros/routes/config/environments/production.rb b/justin_quiros/routes/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/justin_quiros/routes/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/justin_quiros/routes/config/environments/test.rb b/justin_quiros/routes/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/justin_quiros/routes/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/justin_quiros/routes/config/initializers/assets.rb b/justin_quiros/routes/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/justin_quiros/routes/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/justin_quiros/routes/config/initializers/backtrace_silencers.rb b/justin_quiros/routes/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/justin_quiros/routes/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/justin_quiros/routes/config/initializers/cookies_serializer.rb b/justin_quiros/routes/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/justin_quiros/routes/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/justin_quiros/routes/config/initializers/filter_parameter_logging.rb b/justin_quiros/routes/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/justin_quiros/routes/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/justin_quiros/routes/config/initializers/inflections.rb b/justin_quiros/routes/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/justin_quiros/routes/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/justin_quiros/routes/config/initializers/mime_types.rb b/justin_quiros/routes/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/justin_quiros/routes/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/justin_quiros/routes/config/initializers/session_store.rb b/justin_quiros/routes/config/initializers/session_store.rb deleted file mode 100644 index 98f9ece..0000000 --- a/justin_quiros/routes/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_routes_session' diff --git a/justin_quiros/routes/config/initializers/wrap_parameters.rb b/justin_quiros/routes/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/justin_quiros/routes/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/justin_quiros/routes/config/locales/en.yml b/justin_quiros/routes/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/justin_quiros/routes/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/justin_quiros/routes/config/routes.rb b/justin_quiros/routes/config/routes.rb deleted file mode 100644 index 22f6ddd..0000000 --- a/justin_quiros/routes/config/routes.rb +++ /dev/null @@ -1,70 +0,0 @@ -Rails.application.routes.draw do - get 'tests/index' - - get "/" => "tests#index" - get "hello" => "tests#hi" - get "say/hello" => "tests#say_hello" - get "say/hello/:name" => "tests#hello" - get "say/hello/joe" => "tests#hello_joe" - get "times" => "tests#times" - get "times/restart" => "tests#times_restart" - - - - - - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/justin_quiros/routes/config/secrets.yml b/justin_quiros/routes/config/secrets.yml deleted file mode 100644 index 5d98ba3..0000000 --- a/justin_quiros/routes/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: ee3fb26fde0c1263936a871126c8d490c004074702b7ca240dca4bc74b609fc7962378da3209b610ada7ee6070b1d5dcbe3ffaf1c20cfe5fa0ed3b43ff7b358e - -test: - secret_key_base: e2320cb941445789bcbb61bb4540eb00400a93f019afd59b4f483f6ec4fb08d1e6b750ca64234ce3e10664cd895f0d788e7e5bfd68cfb0731653cf9fc911640d - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/justin_quiros/routes/db/seeds.rb b/justin_quiros/routes/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/justin_quiros/routes/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/justin_quiros/routes/lib/assets/.keep b/justin_quiros/routes/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/routes/lib/tasks/.keep b/justin_quiros/routes/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/routes/log/.keep b/justin_quiros/routes/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/routes/public/404.html b/justin_quiros/routes/public/404.html deleted file mode 100644 index b612547..0000000 --- a/justin_quiros/routes/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/justin_quiros/routes/public/422.html b/justin_quiros/routes/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/justin_quiros/routes/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/justin_quiros/routes/public/500.html b/justin_quiros/routes/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/justin_quiros/routes/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/justin_quiros/routes/public/favicon.ico b/justin_quiros/routes/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/routes/public/robots.txt b/justin_quiros/routes/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/justin_quiros/routes/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/justin_quiros/routes/test/controllers/.keep b/justin_quiros/routes/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/routes/test/controllers/tests_controller_test.rb b/justin_quiros/routes/test/controllers/tests_controller_test.rb deleted file mode 100644 index ab3b578..0000000 --- a/justin_quiros/routes/test/controllers/tests_controller_test.rb +++ /dev/null @@ -1,9 +0,0 @@ -require 'test_helper' - -class TestsControllerTest < ActionController::TestCase - test "should get index" do - get :index - assert_response :success - end - -end diff --git a/justin_quiros/routes/test/fixtures/.keep b/justin_quiros/routes/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/routes/test/helpers/.keep b/justin_quiros/routes/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/routes/test/integration/.keep b/justin_quiros/routes/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/routes/test/mailers/.keep b/justin_quiros/routes/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/routes/test/models/.keep b/justin_quiros/routes/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/routes/test/test_helper.rb b/justin_quiros/routes/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/justin_quiros/routes/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/justin_quiros/routes/vendor/assets/javascripts/.keep b/justin_quiros/routes/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/routes/vendor/assets/stylesheets/.keep b/justin_quiros/routes/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/survey/.gitignore b/justin_quiros/survey/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/justin_quiros/survey/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/justin_quiros/survey/Gemfile b/justin_quiros/survey/Gemfile deleted file mode 100644 index e87fad5..0000000 --- a/justin_quiros/survey/Gemfile +++ /dev/null @@ -1,47 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end - diff --git a/justin_quiros/survey/Gemfile.lock b/justin_quiros/survey/Gemfile.lock deleted file mode 100644 index 2d8e864..0000000 --- a/justin_quiros/survey/Gemfile.lock +++ /dev/null @@ -1,170 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (4.0.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/justin_quiros/survey/README.rdoc b/justin_quiros/survey/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/justin_quiros/survey/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/justin_quiros/survey/Rakefile b/justin_quiros/survey/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/justin_quiros/survey/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/justin_quiros/survey/app/assets/images/.keep b/justin_quiros/survey/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/survey/app/assets/javascripts/application.js b/justin_quiros/survey/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/justin_quiros/survey/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/justin_quiros/survey/app/assets/javascripts/dojos.coffee b/justin_quiros/survey/app/assets/javascripts/dojos.coffee deleted file mode 100644 index 24f83d1..0000000 --- a/justin_quiros/survey/app/assets/javascripts/dojos.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://coffeescript.org/ diff --git a/justin_quiros/survey/app/assets/stylesheets/application.css b/justin_quiros/survey/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/justin_quiros/survey/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/justin_quiros/survey/app/assets/stylesheets/dojos.scss b/justin_quiros/survey/app/assets/stylesheets/dojos.scss deleted file mode 100644 index fb30922..0000000 --- a/justin_quiros/survey/app/assets/stylesheets/dojos.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the Dojos controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/justin_quiros/survey/app/controllers/application_controller.rb b/justin_quiros/survey/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/justin_quiros/survey/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/justin_quiros/survey/app/controllers/concerns/.keep b/justin_quiros/survey/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/survey/app/controllers/dojos_controller.rb b/justin_quiros/survey/app/controllers/dojos_controller.rb deleted file mode 100644 index a129c95..0000000 --- a/justin_quiros/survey/app/controllers/dojos_controller.rb +++ /dev/null @@ -1,23 +0,0 @@ -class DojosController < ApplicationController - def index - session[:views] ||= 0 - end - - def create - session[:views] += 1 - - session[:survey] = survey_params - - redirect_to dojos_show_path - end - - def show - @result = session[:survey] - flash[:success] = "Thanks for submitting this form! You have submitted this form #{ session[:views] } time(s) now." - end - - private - def survey_params - params.require(:survey).permit(:name, :location, :language, :comments) - end -end diff --git a/justin_quiros/survey/app/helpers/application_helper.rb b/justin_quiros/survey/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/justin_quiros/survey/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/justin_quiros/survey/app/helpers/dojos_helper.rb b/justin_quiros/survey/app/helpers/dojos_helper.rb deleted file mode 100644 index 194211a..0000000 --- a/justin_quiros/survey/app/helpers/dojos_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module DojosHelper -end diff --git a/justin_quiros/survey/app/mailers/.keep b/justin_quiros/survey/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/survey/app/models/.keep b/justin_quiros/survey/app/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/survey/app/models/concerns/.keep b/justin_quiros/survey/app/models/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/survey/app/views/dojos/index.html.erb b/justin_quiros/survey/app/views/dojos/index.html.erb deleted file mode 100644 index 69cb436..0000000 --- a/justin_quiros/survey/app/views/dojos/index.html.erb +++ /dev/null @@ -1,27 +0,0 @@ -
- - - - - - - -

- - -
\ No newline at end of file diff --git a/justin_quiros/survey/app/views/dojos/show.html.erb b/justin_quiros/survey/app/views/dojos/show.html.erb deleted file mode 100644 index bcd5a3b..0000000 --- a/justin_quiros/survey/app/views/dojos/show.html.erb +++ /dev/null @@ -1,6 +0,0 @@ -

<%= flash[:success] %>

-

Name: <%= @result['name'] %>

-

Dojo Location: <%= @result['location'] %>

-

Favorite Language: <%= @result['language'] %>

-

Comment: <%= @result['comments'] %>

-Go Back \ No newline at end of file diff --git a/justin_quiros/survey/app/views/layouts/application.html.erb b/justin_quiros/survey/app/views/layouts/application.html.erb deleted file mode 100644 index 00b0656..0000000 --- a/justin_quiros/survey/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - Survey - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/justin_quiros/survey/bin/bundle b/justin_quiros/survey/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/justin_quiros/survey/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/justin_quiros/survey/bin/rails b/justin_quiros/survey/bin/rails deleted file mode 100755 index 0138d79..0000000 --- a/justin_quiros/survey/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/justin_quiros/survey/bin/rake b/justin_quiros/survey/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/justin_quiros/survey/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/justin_quiros/survey/bin/setup b/justin_quiros/survey/bin/setup deleted file mode 100755 index acdb2c1..0000000 --- a/justin_quiros/survey/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/justin_quiros/survey/bin/spring b/justin_quiros/survey/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/justin_quiros/survey/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/justin_quiros/survey/config.ru b/justin_quiros/survey/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/justin_quiros/survey/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/justin_quiros/survey/config/application.rb b/justin_quiros/survey/config/application.rb deleted file mode 100644 index c85fb1c..0000000 --- a/justin_quiros/survey/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module Survey - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/justin_quiros/survey/config/boot.rb b/justin_quiros/survey/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/justin_quiros/survey/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/justin_quiros/survey/config/database.yml b/justin_quiros/survey/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/justin_quiros/survey/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/justin_quiros/survey/config/environment.rb b/justin_quiros/survey/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/justin_quiros/survey/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/justin_quiros/survey/config/environments/development.rb b/justin_quiros/survey/config/environments/development.rb deleted file mode 100644 index 13ea7f8..0000000 --- a/justin_quiros/survey/config/environments/development.rb +++ /dev/null @@ -1,52 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - - - - - # Use the below so you don't have to shut down server everytime you make a change in your controller - config.reload_classes_only_on_change = false - - # Use the below to get rid of unwanted text in console - config.log_level = :warn - - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/justin_quiros/survey/config/environments/production.rb b/justin_quiros/survey/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/justin_quiros/survey/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/justin_quiros/survey/config/environments/test.rb b/justin_quiros/survey/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/justin_quiros/survey/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/justin_quiros/survey/config/initializers/assets.rb b/justin_quiros/survey/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/justin_quiros/survey/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/justin_quiros/survey/config/initializers/backtrace_silencers.rb b/justin_quiros/survey/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/justin_quiros/survey/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/justin_quiros/survey/config/initializers/cookies_serializer.rb b/justin_quiros/survey/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/justin_quiros/survey/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/justin_quiros/survey/config/initializers/filter_parameter_logging.rb b/justin_quiros/survey/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/justin_quiros/survey/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/justin_quiros/survey/config/initializers/inflections.rb b/justin_quiros/survey/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/justin_quiros/survey/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/justin_quiros/survey/config/initializers/mime_types.rb b/justin_quiros/survey/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/justin_quiros/survey/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/justin_quiros/survey/config/initializers/session_store.rb b/justin_quiros/survey/config/initializers/session_store.rb deleted file mode 100644 index 1cbc3bc..0000000 --- a/justin_quiros/survey/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_survey_session' diff --git a/justin_quiros/survey/config/initializers/wrap_parameters.rb b/justin_quiros/survey/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/justin_quiros/survey/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/justin_quiros/survey/config/locales/en.yml b/justin_quiros/survey/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/justin_quiros/survey/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/justin_quiros/survey/config/routes.rb b/justin_quiros/survey/config/routes.rb deleted file mode 100644 index 04a08c3..0000000 --- a/justin_quiros/survey/config/routes.rb +++ /dev/null @@ -1,62 +0,0 @@ -Rails.application.routes.draw do - root 'dojos#index' - - - get '/' => 'dojos#index' - post 'dojos/create' =>'dojos#create' - get 'dojos/show'=> 'dojos#show' - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/justin_quiros/survey/config/secrets.yml b/justin_quiros/survey/config/secrets.yml deleted file mode 100644 index 431110d..0000000 --- a/justin_quiros/survey/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: f28b8b085e57d477633f92315446a6b3928a04e7b6cc9fcaaffd4745cf9dbc713ec024e8b6ec8856a13c2d7856d7193b21a9abf6ce859a0e8d76d24426ce13b8 - -test: - secret_key_base: 0e7d6e557bc5f5de982339e555486eeb79a53147d0aac880fdf45934e53e6d4692a5225f720f719931706820f466fcb44bee0d5571f466bb3259b6605bf88363 - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/justin_quiros/survey/db/seeds.rb b/justin_quiros/survey/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/justin_quiros/survey/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/justin_quiros/survey/lib/assets/.keep b/justin_quiros/survey/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/survey/lib/tasks/.keep b/justin_quiros/survey/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/survey/log/.keep b/justin_quiros/survey/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/survey/public/404.html b/justin_quiros/survey/public/404.html deleted file mode 100644 index b612547..0000000 --- a/justin_quiros/survey/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/justin_quiros/survey/public/422.html b/justin_quiros/survey/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/justin_quiros/survey/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/justin_quiros/survey/public/500.html b/justin_quiros/survey/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/justin_quiros/survey/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/justin_quiros/survey/public/favicon.ico b/justin_quiros/survey/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/survey/public/robots.txt b/justin_quiros/survey/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/justin_quiros/survey/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/justin_quiros/survey/test/controllers/.keep b/justin_quiros/survey/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/survey/test/controllers/dojos_controller_test.rb b/justin_quiros/survey/test/controllers/dojos_controller_test.rb deleted file mode 100644 index 5762aa7..0000000 --- a/justin_quiros/survey/test/controllers/dojos_controller_test.rb +++ /dev/null @@ -1,19 +0,0 @@ -require 'test_helper' - -class DojosControllerTest < ActionController::TestCase - test "should get index" do - get :index - assert_response :success - end - - test "should get create" do - get :create - assert_response :success - end - - test "should get show" do - get :show - assert_response :success - end - -end diff --git a/justin_quiros/survey/test/fixtures/.keep b/justin_quiros/survey/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/survey/test/helpers/.keep b/justin_quiros/survey/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/survey/test/integration/.keep b/justin_quiros/survey/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/survey/test/mailers/.keep b/justin_quiros/survey/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/survey/test/models/.keep b/justin_quiros/survey/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/survey/test/test_helper.rb b/justin_quiros/survey/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/justin_quiros/survey/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/justin_quiros/survey/vendor/assets/javascripts/.keep b/justin_quiros/survey/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/survey/vendor/assets/stylesheets/.keep b/justin_quiros/survey/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/user.rb b/justin_quiros/user.rb deleted file mode 100644 index f524139..0000000 --- a/justin_quiros/user.rb +++ /dev/null @@ -1,48 +0,0 @@ -class User - @first_name - - @last_name - # attr_reader :first_name - # attr_writer :first_name - # attr_reader :last_name - # attr_writer :last_name - attr_accessor :first_name, :last_name - - def initialize(f_name, l_name) - @first_name = f_name - @last_name = l_name - end - - def full_name - puts "I am #{@first_name} #{@last_name}" - end - - def say_hello - puts "Hello" - end - - def self.foo - puts "This is a class method" - end - # This is longer way of writing what is above. - # These are setter and getter methods - # VVVVVV - # def first_name=(val) - # @first_name = val - # end - # def first_name - # @first_name - # end -end - -justin = User.new("Justin", "Quiros") -# p justin.first_name + " " + justin.last_name - -puts justin.full_name -puts User.foo -# user1 = User.new -# user2 = User.new -# user1.first_name = "Justin" -# user1.last_name = "Quiros" -# p user1.first_name -# p user1.last_name \ No newline at end of file diff --git a/justin_quiros/user_login_project/.gitignore b/justin_quiros/user_login_project/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/justin_quiros/user_login_project/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/justin_quiros/user_login_project/Gemfile b/justin_quiros/user_login_project/Gemfile deleted file mode 100644 index 0ee61bd..0000000 --- a/justin_quiros/user_login_project/Gemfile +++ /dev/null @@ -1,48 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end - -gem 'hirb' diff --git a/justin_quiros/user_login_project/Gemfile.lock b/justin_quiros/user_login_project/Gemfile.lock deleted file mode 100644 index c2e340f..0000000 --- a/justin_quiros/user_login_project/Gemfile.lock +++ /dev/null @@ -1,174 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - bcrypt (3.1.11) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (3.2.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - bcrypt (~> 3.1.7) - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/justin_quiros/user_login_project/README.rdoc b/justin_quiros/user_login_project/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/justin_quiros/user_login_project/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/justin_quiros/user_login_project/Rakefile b/justin_quiros/user_login_project/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/justin_quiros/user_login_project/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/justin_quiros/user_login_project/app/assets/images/.keep b/justin_quiros/user_login_project/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/user_login_project/app/assets/javascripts/application.js b/justin_quiros/user_login_project/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/justin_quiros/user_login_project/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/justin_quiros/user_login_project/app/assets/stylesheets/application.css b/justin_quiros/user_login_project/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/justin_quiros/user_login_project/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/justin_quiros/user_login_project/app/controllers/application_controller.rb b/justin_quiros/user_login_project/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/justin_quiros/user_login_project/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/justin_quiros/user_login_project/app/controllers/concerns/.keep b/justin_quiros/user_login_project/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/user_login_project/app/helpers/application_helper.rb b/justin_quiros/user_login_project/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/justin_quiros/user_login_project/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/justin_quiros/user_login_project/app/mailers/.keep b/justin_quiros/user_login_project/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/user_login_project/app/models/.keep b/justin_quiros/user_login_project/app/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/user_login_project/app/models/concerns/.keep b/justin_quiros/user_login_project/app/models/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/user_login_project/app/models/user.rb b/justin_quiros/user_login_project/app/models/user.rb deleted file mode 100644 index 06214cf..0000000 --- a/justin_quiros/user_login_project/app/models/user.rb +++ /dev/null @@ -1,7 +0,0 @@ -class User < ActiveRecord::Base - EMAIL_REGEX = /\A([^@\s]+)@((?:[-a-z0-9]+\.)+[a-z]+)\z/i - validates :first_name, :last_name, :email, :age, presence: true - validates :first_name, :last_name, length: { in: 2..50 } - validates :age, numericality: { greater_than_or_equal_to: 10, less_than: 150 } - validates :email, presence: true, uniqueness: { case_sensitive: false }, format: { with: EMAIL_REGEX }, length: { in: 4..40 } -end diff --git a/justin_quiros/user_login_project/app/views/layouts/application.html.erb b/justin_quiros/user_login_project/app/views/layouts/application.html.erb deleted file mode 100644 index 03b8954..0000000 --- a/justin_quiros/user_login_project/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - UserLoginProject - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/justin_quiros/user_login_project/bin/bundle b/justin_quiros/user_login_project/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/justin_quiros/user_login_project/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/justin_quiros/user_login_project/bin/rails b/justin_quiros/user_login_project/bin/rails deleted file mode 100755 index 0138d79..0000000 --- a/justin_quiros/user_login_project/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/justin_quiros/user_login_project/bin/rake b/justin_quiros/user_login_project/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/justin_quiros/user_login_project/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/justin_quiros/user_login_project/bin/setup b/justin_quiros/user_login_project/bin/setup deleted file mode 100755 index acdb2c1..0000000 --- a/justin_quiros/user_login_project/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/justin_quiros/user_login_project/bin/spring b/justin_quiros/user_login_project/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/justin_quiros/user_login_project/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/justin_quiros/user_login_project/config.ru b/justin_quiros/user_login_project/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/justin_quiros/user_login_project/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/justin_quiros/user_login_project/config/application.rb b/justin_quiros/user_login_project/config/application.rb deleted file mode 100644 index 49c5e84..0000000 --- a/justin_quiros/user_login_project/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module UserLoginProject - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/justin_quiros/user_login_project/config/boot.rb b/justin_quiros/user_login_project/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/justin_quiros/user_login_project/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/justin_quiros/user_login_project/config/database.yml b/justin_quiros/user_login_project/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/justin_quiros/user_login_project/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/justin_quiros/user_login_project/config/environment.rb b/justin_quiros/user_login_project/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/justin_quiros/user_login_project/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/justin_quiros/user_login_project/config/environments/development.rb b/justin_quiros/user_login_project/config/environments/development.rb deleted file mode 100644 index b55e214..0000000 --- a/justin_quiros/user_login_project/config/environments/development.rb +++ /dev/null @@ -1,41 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/justin_quiros/user_login_project/config/environments/production.rb b/justin_quiros/user_login_project/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/justin_quiros/user_login_project/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/justin_quiros/user_login_project/config/environments/test.rb b/justin_quiros/user_login_project/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/justin_quiros/user_login_project/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/justin_quiros/user_login_project/config/initializers/assets.rb b/justin_quiros/user_login_project/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/justin_quiros/user_login_project/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/justin_quiros/user_login_project/config/initializers/backtrace_silencers.rb b/justin_quiros/user_login_project/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/justin_quiros/user_login_project/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/justin_quiros/user_login_project/config/initializers/cookies_serializer.rb b/justin_quiros/user_login_project/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/justin_quiros/user_login_project/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/justin_quiros/user_login_project/config/initializers/filter_parameter_logging.rb b/justin_quiros/user_login_project/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/justin_quiros/user_login_project/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/justin_quiros/user_login_project/config/initializers/inflections.rb b/justin_quiros/user_login_project/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/justin_quiros/user_login_project/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/justin_quiros/user_login_project/config/initializers/mime_types.rb b/justin_quiros/user_login_project/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/justin_quiros/user_login_project/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/justin_quiros/user_login_project/config/initializers/session_store.rb b/justin_quiros/user_login_project/config/initializers/session_store.rb deleted file mode 100644 index d692eec..0000000 --- a/justin_quiros/user_login_project/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_user_login_project_session' diff --git a/justin_quiros/user_login_project/config/initializers/wrap_parameters.rb b/justin_quiros/user_login_project/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/justin_quiros/user_login_project/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/justin_quiros/user_login_project/config/locales/en.yml b/justin_quiros/user_login_project/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/justin_quiros/user_login_project/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/justin_quiros/user_login_project/config/routes.rb b/justin_quiros/user_login_project/config/routes.rb deleted file mode 100644 index 3f66539..0000000 --- a/justin_quiros/user_login_project/config/routes.rb +++ /dev/null @@ -1,56 +0,0 @@ -Rails.application.routes.draw do - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/justin_quiros/user_login_project/config/secrets.yml b/justin_quiros/user_login_project/config/secrets.yml deleted file mode 100644 index ef8e0c8..0000000 --- a/justin_quiros/user_login_project/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: 9c7a7051066d10d5a8750a8f78fdb6a028dda47f7046cd1d4bdd675d6e6672263d5d6c0906f4805b6c6cadeafeb1b16e45ebebcb3e8813c1a800a92aec34c3b3 - -test: - secret_key_base: 52b2d8a3b1f662ed2df2d381b8649112cef63257008b5e02c2376300a8ba209bc0e7aa689afa3751713f54c48f49c18ae13b9875c40c572376bbb2dd4f7ae0ec - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/justin_quiros/user_login_project/db/migrate/20171129184845_create_users.rb b/justin_quiros/user_login_project/db/migrate/20171129184845_create_users.rb deleted file mode 100644 index 648f540..0000000 --- a/justin_quiros/user_login_project/db/migrate/20171129184845_create_users.rb +++ /dev/null @@ -1,12 +0,0 @@ -class CreateUsers < ActiveRecord::Migration - def change - create_table :users do |t| - t.string :first_name - t.string :last_name - t.string :email - t.integer :age - - t.timestamps null: false - end - end -end diff --git a/justin_quiros/user_login_project/db/schema.rb b/justin_quiros/user_login_project/db/schema.rb deleted file mode 100644 index d514bf8..0000000 --- a/justin_quiros/user_login_project/db/schema.rb +++ /dev/null @@ -1,25 +0,0 @@ -# encoding: UTF-8 -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# Note that this schema.rb definition is the authoritative source for your -# database schema. If you need to create the application database on another -# system, you should be using db:schema:load, not running all the migrations -# from scratch. The latter is a flawed and unsustainable approach (the more migrations -# you'll amass, the slower it'll run and the greater likelihood for issues). -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema.define(version: 20171129184845) do - - create_table "users", force: :cascade do |t| - t.string "first_name" - t.string "last_name" - t.string "email" - t.integer "age" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - -end diff --git a/justin_quiros/user_login_project/db/seeds.rb b/justin_quiros/user_login_project/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/justin_quiros/user_login_project/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/justin_quiros/user_login_project/lib/assets/.keep b/justin_quiros/user_login_project/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/user_login_project/lib/tasks/.keep b/justin_quiros/user_login_project/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/user_login_project/log/.keep b/justin_quiros/user_login_project/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/user_login_project/public/404.html b/justin_quiros/user_login_project/public/404.html deleted file mode 100644 index b612547..0000000 --- a/justin_quiros/user_login_project/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/justin_quiros/user_login_project/public/422.html b/justin_quiros/user_login_project/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/justin_quiros/user_login_project/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/justin_quiros/user_login_project/public/500.html b/justin_quiros/user_login_project/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/justin_quiros/user_login_project/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/justin_quiros/user_login_project/public/favicon.ico b/justin_quiros/user_login_project/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/user_login_project/public/robots.txt b/justin_quiros/user_login_project/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/justin_quiros/user_login_project/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/justin_quiros/user_login_project/test/controllers/.keep b/justin_quiros/user_login_project/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/user_login_project/test/fixtures/.keep b/justin_quiros/user_login_project/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/user_login_project/test/fixtures/users.yml b/justin_quiros/user_login_project/test/fixtures/users.yml deleted file mode 100644 index 2b033cb..0000000 --- a/justin_quiros/user_login_project/test/fixtures/users.yml +++ /dev/null @@ -1,13 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - first_name: MyString - last_name: MyString - email: MyString - age: 1 - -two: - first_name: MyString - last_name: MyString - email: MyString - age: 1 diff --git a/justin_quiros/user_login_project/test/helpers/.keep b/justin_quiros/user_login_project/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/user_login_project/test/integration/.keep b/justin_quiros/user_login_project/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/user_login_project/test/mailers/.keep b/justin_quiros/user_login_project/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/user_login_project/test/models/.keep b/justin_quiros/user_login_project/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/user_login_project/test/models/user_test.rb b/justin_quiros/user_login_project/test/models/user_test.rb deleted file mode 100644 index 82f61e0..0000000 --- a/justin_quiros/user_login_project/test/models/user_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class UserTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/justin_quiros/user_login_project/test/test_helper.rb b/justin_quiros/user_login_project/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/justin_quiros/user_login_project/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/justin_quiros/user_login_project/vendor/assets/javascripts/.keep b/justin_quiros/user_login_project/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/user_login_project/vendor/assets/stylesheets/.keep b/justin_quiros/user_login_project/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/justin_quiros/wizninsam/human.rb b/justin_quiros/wizninsam/human.rb deleted file mode 100644 index 800d537..0000000 --- a/justin_quiros/wizninsam/human.rb +++ /dev/null @@ -1,34 +0,0 @@ - -class Human - attr_accessor :strength, :intelligence, :stealth, :health - def initialize - @strength = 3 - @stealth = 3 - @intelligence = 3 - @health = 100 - end - def attack(object) - if object.class.ancestors.include?(Human) - object.health -= 10 - self - else - puts "You can not attack a non-human!" - end - end - def display_info - puts "Strength: #{@strength}" - puts "Stealth: #{@stealth}" - puts "Intelligence: #{@intelligence}" - puts "Health: #{@health}" - end -end - -require_relative "ninja" -require_relative "wizard" -require_relative "samurai" - -sam = Samurai.new -nin = Ninja.new -wiz = Wizard.new -joe = 0 - diff --git a/justin_quiros/wizninsam/ninja.rb b/justin_quiros/wizninsam/ninja.rb deleted file mode 100644 index 9778f33..0000000 --- a/justin_quiros/wizninsam/ninja.rb +++ /dev/null @@ -1,15 +0,0 @@ - -class Ninja < Human - def initialize - super - @stealth = 175 - end - def steal(object) - attack(object) - @health += 10 - end - def get_away - @health -= 15 - end -end - diff --git a/justin_quiros/wizninsam/samurai.rb b/justin_quiros/wizninsam/samurai.rb deleted file mode 100644 index 84222fe..0000000 --- a/justin_quiros/wizninsam/samurai.rb +++ /dev/null @@ -1,23 +0,0 @@ - -class Samurai < Human -@@no_of_sam = 0 - def initialize - super - @health = 200 - @@no_of_sam += 1 - end - def death_blow(object) - if object.class.ancestors.include?(Human) - object.health = 0 - self - else - puts "You can not attack a non-human!" - end - end - def meditate - @health = 200 - end - def how_many - puts "There are currently #{@@no_of_sam} samurais out there." - end -end diff --git a/justin_quiros/wizninsam/wizard.rb b/justin_quiros/wizninsam/wizard.rb deleted file mode 100644 index c236183..0000000 --- a/justin_quiros/wizninsam/wizard.rb +++ /dev/null @@ -1,15 +0,0 @@ - -class Wizard < Human - def initialize - super - @health = 50 - @intelligence = 25 - end - def heal - @health += 10 - end - def fireball(object) - object.health -=20 - end -end - diff --git a/richardN/.DS_Store b/richardN/.DS_Store deleted file mode 100644 index 10e06740b5541fef3c00e191d938e33a3843d3fd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8196 zcmeI1&2G~`6ov0Jp*SfOSs|Fk^45V)mH^NycFVvRb%6BPT3xNVQfb98RrSEMmFW_LDLdwEkq&jW=1P^Fn6eYo z-^_G{!sNHZXUlYAu2Rz*0*1hO0-|=`q7&5Z31v(5dwLl2lOW~+GH_9`pU^wMWXQvm zxPoaq(ys5pC?2L+yZwW0RI1lDuUl5#s&Cg{d#8NrWqvkE`~LW)*m~k;r-2?n<2+uB z{owg9njST7J>p5`50hvt&BHK4%BvT{B;?aRpCn-_kK?Hc%c@zmqegQ!>+U)&yVIGs z>{+kZZrR=4z4^RmHE%l)4v){?f0%uofBGWVLrmXV=%(6U^j|S5S?xP-oWwkNiwxnu zL2qaRk|FtYhPNPssgL&|1(tLlxqq`P^{p7qdkzqG_AX7cbiD7AWbg731@-&MUpT0+|{;r2~3M19}X-i*qV0 zQ2Jb;giRBMz!fJ@QR~|g_5VTn`~NFW!7R@ZSZ@NXI`9U4F!=KWxQIj4+BVuTnh24X pE0q>>vK)uXavZw&!w_Q|slwxG&6Q#g;=jKLFwcL<-E`|s;5YCKZ%zOJ diff --git a/richardN/README.md b/richardN/README.md deleted file mode 100644 index 0ef0cf5..0000000 --- a/richardN/README.md +++ /dev/null @@ -1,74 +0,0 @@ -# Coding Dojo - Ruby on Rails October 2017 - -Welcome Rubyists - -> “Often people, especially computer engineers, focus on the machines. They think, "By doing this, the machine will run faster. By doing this, the machine will run more effectively. By doing this, the machine will something something something." They are focusing on machines. But in fact we need to focus on humans, on how humans care about doing programming or operating the application of the machines. We are the masters. They are the slaves.” -- Yukihiro Matsumoto - - -## Setup - 1. Fork this repo to your github account. - 2. Clone it locally onto your laptop. - 3. Create a folder with your name, ex: cody_williams - 4. Add *this* (https://github.com/CodingDojoDallas/ruby_dec_2017/) repo as a REMOTE to your locally cloned copy. -``` -git remote add upstream https://github.com/codingdojodallas/ruby_dec_2017 -``` - 5. Profit! -# Daily Commits - -Please commit daily. That way we can provide you with feedback :) or just a thumbs up if everything looks good. Here is a good resource that describes how daily commit process should go. - -https://www.dropbox.com/s/h3texmoqm801j8w/github_workflow_v4.pdf?dl=0 - -NOTE: If you don't get in at least one pull request daily, then *_ya ain't serious_*. - -## Videos - - -Self Join Many To Many - https://youtu.be/fhCNn1XTuy0
-Social Network, Self Join Many To Many https://youtu.be/_OsYvpndaX4 - -Relations are Hard - https://youtu.be/YW6X53ia2Z8
- -Deployment - https://youtu.be/V2Frb35zpBA
- -Sort by count of a relation - https://youtu.be/p5UOxHR2200
- -## Resources - -[Ruby v2.3.1 Documentation](http://ruby-doc.org/core-2.3.1/ "Ruby v2.3.1 Documentation")
- -[Rails v4.2.7 Documentation](http://guides.rubyonrails.org/v4.2/ "Rails v4.2.7 Documentation")
- -[Ruby Style Guide](https://github.com/bbatsov/ruby-style-guide "Ruby Style Guide")
- -[Active Record Validations](http://guides.rubyonrails.org/active_record_validations.html "Active Record Validations")
- -http://www.rubyinside.com/ - -https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - -http://api.rubyonrails.org/classes/ActiveRecord/QueryMethods.html - -http://api.rubyonrails.org/classes/ActiveModel/Validations/HelperMethods.html - -## Articles - -[Puts vs. Print vs. P](https://gist.github.com/MilanGrubnic70/11092705 "Puts vs. Print vs. P")
- -[Understanding Ruby Blocks](http://mixandgo.com/blog/mastering-ruby-blocks-in-less-than-5-minutes "Understanding Ruby Blocks")
- -[Creating Multiple Associations with the Same Table](http://www.spacevatican.org/2008/5/6/creating-multiple-associations-with-the-same-table/ "Creating Multiple Associations with the Same Table")
- -[Understanding Polymorphic Associations](https://launchschool.com/blog/understanding-polymorphic-associations-in-rails "Understanding Polymorphic Associations")
- -[What's the Deal With Polymorphic Associations?](https://robots.thoughtbot.com/whats-the-deal-with-rails-polymorphic-associations "What's the Deal With Polymorphic Associations?")
- -[Creating Polymorphic Associations in Rails](http://culttt.com/2016/01/13/creating-polymorphic-relationships-in-ruby-on-rails/ "Creating Polymorphic Associations in Rails")
- -[Active Record Callbacks](http://guides.rubyonrails.org/active_record_callbacks.html#available-callbacks "Active Record Callbacks")
- -An important note: -*before_save* is called every time an object is saved. So for new and existing objects. (create and update action) -*before_create* only before creation. So only for new objects (create action, but not update) diff --git a/richardN/controllers/.DS_Store b/richardN/controllers/.DS_Store deleted file mode 100644 index 28bb6afa868bf778f2b055de68c5fa4cf0999f1b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHK!EVz)5S>i}Y=RIzAeEypl{n;(q!m3NBr7e4-jIyS0Z?l<7PaJhtJooe5aiE* zPvB4ZgMLnVv%9I(ma6KZ6`&bw_Ra3jjJ40!?hX;D(R4f@3W!KU8CxARe-NH$y(BF^ z(grHdu~V3Xv@j|9oKWQNXMn$5n{qm$0~%iVelIZh?9_@~NI(-ZG^Ls{s%QENPC zC&OHIA^zu02Z-)b-#b2S}W~)_aA88)!j$k5AmUy#dT6ot5Gs}$Gz7{ zeVBUtjWNZUous>YHrorHY?-o7@-my);C!6H<^9{d9Glt5Ov`a)^TcjK>yGa11*`M< z#`>Ta4u^|gIN#jt_ri_!=Zi&0udWSV?(83Z{xbi%`1aj0Lkj=DmB${J@B_xRynTu% zWns#X@LlFv#tRAq!hkSv8w~ipMnAlbJ1pbJ&L#8AF+P%a$vk@s&Lx^PnV&B){5tbB!{eBq%&>rN_i zD6KFc44h|R#dQNd|6g5Q|DO+%o-iN`{8tR9_IA8I!jk;idTDWd)`rl1C=2^F4$neh i*rOP}d=x*0TETe81~Bs2IK&7 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end - -gem 'hirb' \ No newline at end of file diff --git a/richardN/controllers/imc2/Gemfile.lock b/richardN/controllers/imc2/Gemfile.lock deleted file mode 100644 index be50182..0000000 --- a/richardN/controllers/imc2/Gemfile.lock +++ /dev/null @@ -1,172 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (4.0.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/richardN/controllers/imc2/README.rdoc b/richardN/controllers/imc2/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/richardN/controllers/imc2/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/richardN/controllers/imc2/Rakefile b/richardN/controllers/imc2/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/richardN/controllers/imc2/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/richardN/controllers/imc2/app/assets/images/.keep b/richardN/controllers/imc2/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/imc2/app/assets/javascripts/application.js b/richardN/controllers/imc2/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/richardN/controllers/imc2/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/richardN/controllers/imc2/app/assets/javascripts/users.coffee b/richardN/controllers/imc2/app/assets/javascripts/users.coffee deleted file mode 100644 index 24f83d1..0000000 --- a/richardN/controllers/imc2/app/assets/javascripts/users.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://coffeescript.org/ diff --git a/richardN/controllers/imc2/app/assets/stylesheets/application.css b/richardN/controllers/imc2/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/richardN/controllers/imc2/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/richardN/controllers/imc2/app/assets/stylesheets/users.scss b/richardN/controllers/imc2/app/assets/stylesheets/users.scss deleted file mode 100644 index 31a2eac..0000000 --- a/richardN/controllers/imc2/app/assets/stylesheets/users.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the Users controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/richardN/controllers/imc2/app/controllers/application_controller.rb b/richardN/controllers/imc2/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/richardN/controllers/imc2/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/richardN/controllers/imc2/app/controllers/concerns/.keep b/richardN/controllers/imc2/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/imc2/app/controllers/users_controller.rb b/richardN/controllers/imc2/app/controllers/users_controller.rb deleted file mode 100644 index 66a4f00..0000000 --- a/richardN/controllers/imc2/app/controllers/users_controller.rb +++ /dev/null @@ -1,39 +0,0 @@ -class UsersController < ApplicationController - def index - render json: User.all - end - def new - render "new.html.erb" - end - def create - @user=User.create(user_params) - return redirect_to '/users' - end - def info - render json: User.find(params[:id]) - end - def edituser - @name = User.find(params[:id]).name - session[:id] = params[:id] - return render 'edit.html.erb' - end - def edit - @user = User.find(session[:id]).update(user_params) - return redirect_to '/users' - end - # def edit - # @user = User.find(params[:id]) - # end - - def total - render json: { total: User.count } - end - - - - - private - def user_params - params.require(:user).permit(:name) - end -end diff --git a/richardN/controllers/imc2/app/helpers/application_helper.rb b/richardN/controllers/imc2/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/richardN/controllers/imc2/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/richardN/controllers/imc2/app/helpers/users_helper.rb b/richardN/controllers/imc2/app/helpers/users_helper.rb deleted file mode 100644 index 2310a24..0000000 --- a/richardN/controllers/imc2/app/helpers/users_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module UsersHelper -end diff --git a/richardN/controllers/imc2/app/mailers/.keep b/richardN/controllers/imc2/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/imc2/app/models/.keep b/richardN/controllers/imc2/app/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/imc2/app/models/concerns/.keep b/richardN/controllers/imc2/app/models/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/imc2/app/models/user.rb b/richardN/controllers/imc2/app/models/user.rb deleted file mode 100644 index 4a57cf0..0000000 --- a/richardN/controllers/imc2/app/models/user.rb +++ /dev/null @@ -1,2 +0,0 @@ -class User < ActiveRecord::Base -end diff --git a/richardN/controllers/imc2/app/views/layouts/application.html.erb b/richardN/controllers/imc2/app/views/layouts/application.html.erb deleted file mode 100644 index 3335f31..0000000 --- a/richardN/controllers/imc2/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - Imc2 - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/richardN/controllers/imc2/app/views/users/edit.html.erb b/richardN/controllers/imc2/app/views/users/edit.html.erb deleted file mode 100644 index c771b82..0000000 --- a/richardN/controllers/imc2/app/views/users/edit.html.erb +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - Document - - -
- - - -
- - \ No newline at end of file diff --git a/richardN/controllers/imc2/app/views/users/new.html.erb b/richardN/controllers/imc2/app/views/users/new.html.erb deleted file mode 100644 index b3c5496..0000000 --- a/richardN/controllers/imc2/app/views/users/new.html.erb +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - Document - - -
- - - -
- - \ No newline at end of file diff --git a/richardN/controllers/imc2/bin/bundle b/richardN/controllers/imc2/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/richardN/controllers/imc2/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/richardN/controllers/imc2/bin/rails b/richardN/controllers/imc2/bin/rails deleted file mode 100755 index 0138d79..0000000 --- a/richardN/controllers/imc2/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/richardN/controllers/imc2/bin/rake b/richardN/controllers/imc2/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/richardN/controllers/imc2/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/richardN/controllers/imc2/bin/setup b/richardN/controllers/imc2/bin/setup deleted file mode 100755 index acdb2c1..0000000 --- a/richardN/controllers/imc2/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/richardN/controllers/imc2/bin/spring b/richardN/controllers/imc2/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/richardN/controllers/imc2/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/richardN/controllers/imc2/config.ru b/richardN/controllers/imc2/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/richardN/controllers/imc2/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/richardN/controllers/imc2/config/application.rb b/richardN/controllers/imc2/config/application.rb deleted file mode 100644 index 5f268ce..0000000 --- a/richardN/controllers/imc2/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module Imc2 - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/richardN/controllers/imc2/config/boot.rb b/richardN/controllers/imc2/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/richardN/controllers/imc2/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/richardN/controllers/imc2/config/database.yml b/richardN/controllers/imc2/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/richardN/controllers/imc2/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/richardN/controllers/imc2/config/environment.rb b/richardN/controllers/imc2/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/richardN/controllers/imc2/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/richardN/controllers/imc2/config/environments/development.rb b/richardN/controllers/imc2/config/environments/development.rb deleted file mode 100644 index b55e214..0000000 --- a/richardN/controllers/imc2/config/environments/development.rb +++ /dev/null @@ -1,41 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/richardN/controllers/imc2/config/environments/production.rb b/richardN/controllers/imc2/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/richardN/controllers/imc2/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/richardN/controllers/imc2/config/environments/test.rb b/richardN/controllers/imc2/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/richardN/controllers/imc2/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/richardN/controllers/imc2/config/initializers/assets.rb b/richardN/controllers/imc2/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/richardN/controllers/imc2/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/richardN/controllers/imc2/config/initializers/backtrace_silencers.rb b/richardN/controllers/imc2/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/richardN/controllers/imc2/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/richardN/controllers/imc2/config/initializers/cookies_serializer.rb b/richardN/controllers/imc2/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/richardN/controllers/imc2/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/richardN/controllers/imc2/config/initializers/filter_parameter_logging.rb b/richardN/controllers/imc2/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/richardN/controllers/imc2/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/richardN/controllers/imc2/config/initializers/inflections.rb b/richardN/controllers/imc2/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/richardN/controllers/imc2/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/richardN/controllers/imc2/config/initializers/mime_types.rb b/richardN/controllers/imc2/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/richardN/controllers/imc2/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/richardN/controllers/imc2/config/initializers/session_store.rb b/richardN/controllers/imc2/config/initializers/session_store.rb deleted file mode 100644 index f4cda61..0000000 --- a/richardN/controllers/imc2/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_imc2_session' diff --git a/richardN/controllers/imc2/config/initializers/wrap_parameters.rb b/richardN/controllers/imc2/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/richardN/controllers/imc2/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/richardN/controllers/imc2/config/locales/en.yml b/richardN/controllers/imc2/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/richardN/controllers/imc2/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/richardN/controllers/imc2/config/routes.rb b/richardN/controllers/imc2/config/routes.rb deleted file mode 100644 index d2f30cc..0000000 --- a/richardN/controllers/imc2/config/routes.rb +++ /dev/null @@ -1,67 +0,0 @@ -Rails.application.routes.draw do - get "users" => "users#index" - get "users/new" => 'users#new' - post "users" => "users#create" - get "users/new(/:id)" => 'users#info' - get "users(/:id)/edit" => 'users#edituser' - post "users/edit" => 'users#edit' - get "users/total" => "users#total" - # get "new" => "users#new" - # get "say/hello(/:name)" => "users#say" - # get "times" => "users#times" - # get "times/restart" => "hellos#restart" - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/richardN/controllers/imc2/config/secrets.yml b/richardN/controllers/imc2/config/secrets.yml deleted file mode 100644 index 64058be..0000000 --- a/richardN/controllers/imc2/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: ab24a00d2e5ce7ee8c2beaeda92681aab7131401cb85ecdff7b7e93266848fc7df7457524f6fd8e1aa41e337fae01dfce66c8f9ba37bd2b80616debb2d0ac737 - -test: - secret_key_base: c87194bbdd0aee458778ccc590ed1ccc96c7e6dcac50c363cd15309437881d55183511b6f19cedbc17fdd06c35909c207e2b71ab7ce31967255d4591e8a4cec9 - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/richardN/controllers/imc2/db/migrate/20171202220035_create_users.rb b/richardN/controllers/imc2/db/migrate/20171202220035_create_users.rb deleted file mode 100644 index 5494756..0000000 --- a/richardN/controllers/imc2/db/migrate/20171202220035_create_users.rb +++ /dev/null @@ -1,9 +0,0 @@ -class CreateUsers < ActiveRecord::Migration - def change - create_table :users do |t| - t.string :name - - t.timestamps null: false - end - end -end diff --git a/richardN/controllers/imc2/db/schema.rb b/richardN/controllers/imc2/db/schema.rb deleted file mode 100644 index a9edc91..0000000 --- a/richardN/controllers/imc2/db/schema.rb +++ /dev/null @@ -1,22 +0,0 @@ -# encoding: UTF-8 -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# Note that this schema.rb definition is the authoritative source for your -# database schema. If you need to create the application database on another -# system, you should be using db:schema:load, not running all the migrations -# from scratch. The latter is a flawed and unsustainable approach (the more migrations -# you'll amass, the slower it'll run and the greater likelihood for issues). -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema.define(version: 20171202220035) do - - create_table "users", force: :cascade do |t| - t.string "name" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - -end diff --git a/richardN/controllers/imc2/db/seeds.rb b/richardN/controllers/imc2/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/richardN/controllers/imc2/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/richardN/controllers/imc2/lib/assets/.keep b/richardN/controllers/imc2/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/imc2/lib/tasks/.keep b/richardN/controllers/imc2/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/imc2/log/.keep b/richardN/controllers/imc2/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/imc2/public/404.html b/richardN/controllers/imc2/public/404.html deleted file mode 100644 index b612547..0000000 --- a/richardN/controllers/imc2/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/richardN/controllers/imc2/public/422.html b/richardN/controllers/imc2/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/richardN/controllers/imc2/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/richardN/controllers/imc2/public/500.html b/richardN/controllers/imc2/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/richardN/controllers/imc2/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/richardN/controllers/imc2/public/favicon.ico b/richardN/controllers/imc2/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/imc2/public/robots.txt b/richardN/controllers/imc2/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/richardN/controllers/imc2/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/richardN/controllers/imc2/test/controllers/.keep b/richardN/controllers/imc2/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/imc2/test/controllers/users_controller_test.rb b/richardN/controllers/imc2/test/controllers/users_controller_test.rb deleted file mode 100644 index d23f182..0000000 --- a/richardN/controllers/imc2/test/controllers/users_controller_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class UsersControllerTest < ActionController::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/richardN/controllers/imc2/test/fixtures/.keep b/richardN/controllers/imc2/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/imc2/test/fixtures/users.yml b/richardN/controllers/imc2/test/fixtures/users.yml deleted file mode 100644 index 56066c6..0000000 --- a/richardN/controllers/imc2/test/fixtures/users.yml +++ /dev/null @@ -1,7 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - name: MyString - -two: - name: MyString diff --git a/richardN/controllers/imc2/test/helpers/.keep b/richardN/controllers/imc2/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/imc2/test/integration/.keep b/richardN/controllers/imc2/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/imc2/test/mailers/.keep b/richardN/controllers/imc2/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/imc2/test/models/.keep b/richardN/controllers/imc2/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/imc2/test/models/user_test.rb b/richardN/controllers/imc2/test/models/user_test.rb deleted file mode 100644 index 82f61e0..0000000 --- a/richardN/controllers/imc2/test/models/user_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class UserTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/richardN/controllers/imc2/test/test_helper.rb b/richardN/controllers/imc2/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/richardN/controllers/imc2/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/richardN/controllers/imc2/vendor/assets/javascripts/.keep b/richardN/controllers/imc2/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/imc2/vendor/assets/stylesheets/.keep b/richardN/controllers/imc2/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/routesContollers/.DS_Store b/richardN/controllers/routesContollers/.DS_Store deleted file mode 100644 index c1529ae0759457b9e2660ff7be0fd4ce07249384..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHK%Wl&^6upy#)JZ`^2q`SR0EtC}lD29W2q}bAs0$=S5G(+-c5GU!jvYBpBM3p+ z@DH$MfyAHi2Yd)00OyW}%HtFkT_9A=mBwd0bMB1qnU{x%L~rVKh#Ev>Au(3!c${He z&uPUXfx7TqFG>7X^1@|qSxGif&1ZaTz57Zt8e_~j>BM*w%gxD zsa&~KU9+sZRlibyH8_fAgVafM-K^N#y0@Mrst>kr~6b%MxG zq;uf;puBt@L|#1W#nZ@}$aV%=bck~HspYl8xFs|#DE0%a{799^ zBUk6h(fpDd%{6+69eX54ASA!Q=26YFFY9c4MTqem(y{I*$2sp;1}`Xni{KG1vf`C_ zz)|H{Rm{FAxw6Hf-Y-WdZswx1=m}=)F(Tv{c4mAUe;xc?x=($21Z0gpj!*A}qtm=9 zSU)~ZC@t_1pT;YLH!7|if%r65l}^xFBzsQu7G->&bMZl%bD5fh*7~`;jgwKpC~%P# z;QhfyV(cnhW+=A~JmeJsSV6Hg1$Gq!zaT diff --git a/richardN/controllers/routesContollers/.gitignore b/richardN/controllers/routesContollers/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/richardN/controllers/routesContollers/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/richardN/controllers/routesContollers/Gemfile b/richardN/controllers/routesContollers/Gemfile deleted file mode 100644 index ac64fba..0000000 --- a/richardN/controllers/routesContollers/Gemfile +++ /dev/null @@ -1,48 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end - -gem 'hirb' \ No newline at end of file diff --git a/richardN/controllers/routesContollers/Gemfile.lock b/richardN/controllers/routesContollers/Gemfile.lock deleted file mode 100644 index be50182..0000000 --- a/richardN/controllers/routesContollers/Gemfile.lock +++ /dev/null @@ -1,172 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (4.0.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/richardN/controllers/routesContollers/README.rdoc b/richardN/controllers/routesContollers/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/richardN/controllers/routesContollers/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/richardN/controllers/routesContollers/Rakefile b/richardN/controllers/routesContollers/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/richardN/controllers/routesContollers/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/richardN/controllers/routesContollers/app/assets/images/.keep b/richardN/controllers/routesContollers/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/routesContollers/app/assets/javascripts/application.js b/richardN/controllers/routesContollers/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/richardN/controllers/routesContollers/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/richardN/controllers/routesContollers/app/assets/javascripts/hellos.coffee b/richardN/controllers/routesContollers/app/assets/javascripts/hellos.coffee deleted file mode 100644 index 24f83d1..0000000 --- a/richardN/controllers/routesContollers/app/assets/javascripts/hellos.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://coffeescript.org/ diff --git a/richardN/controllers/routesContollers/app/assets/stylesheets/application.css b/richardN/controllers/routesContollers/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/richardN/controllers/routesContollers/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/richardN/controllers/routesContollers/app/assets/stylesheets/hellos.scss b/richardN/controllers/routesContollers/app/assets/stylesheets/hellos.scss deleted file mode 100644 index fd2cdb1..0000000 --- a/richardN/controllers/routesContollers/app/assets/stylesheets/hellos.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the Hellos controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/richardN/controllers/routesContollers/app/controllers/application_controller.rb b/richardN/controllers/routesContollers/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/richardN/controllers/routesContollers/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/richardN/controllers/routesContollers/app/controllers/concerns/.keep b/richardN/controllers/routesContollers/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/routesContollers/app/controllers/hellos_controller.rb b/richardN/controllers/routesContollers/app/controllers/hellos_controller.rb deleted file mode 100644 index 36d79ae..0000000 --- a/richardN/controllers/routesContollers/app/controllers/hellos_controller.rb +++ /dev/null @@ -1,27 +0,0 @@ -class HellosController < ApplicationController - def index - render text: "What da frack am I to say?" - end - def hello - render text: "Hello Nurse!" - end - def say - unless params[:name] - render text: "Say my name" - else - if params[:name]=="michael" - redirect_to "/say/hello/joe" - else - render text: "say hello #{params[:name]}" - end - end - end - def times - session[:count] ||=0 - render text: "you visited this url #{session[:count] +=1} time(s)" - end - def restart - session.clear - render text:"destroy this session" - end -end \ No newline at end of file diff --git a/richardN/controllers/routesContollers/app/helpers/application_helper.rb b/richardN/controllers/routesContollers/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/richardN/controllers/routesContollers/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/richardN/controllers/routesContollers/app/helpers/hellos_helper.rb b/richardN/controllers/routesContollers/app/helpers/hellos_helper.rb deleted file mode 100644 index b91478f..0000000 --- a/richardN/controllers/routesContollers/app/helpers/hellos_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module HellosHelper -end diff --git a/richardN/controllers/routesContollers/app/mailers/.keep b/richardN/controllers/routesContollers/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/routesContollers/app/models/.keep b/richardN/controllers/routesContollers/app/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/routesContollers/app/models/concerns/.keep b/richardN/controllers/routesContollers/app/models/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/routesContollers/app/views/layouts/application.html.erb b/richardN/controllers/routesContollers/app/views/layouts/application.html.erb deleted file mode 100644 index d7d01ec..0000000 --- a/richardN/controllers/routesContollers/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - RoutesContollers - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/richardN/controllers/routesContollers/bin/bundle b/richardN/controllers/routesContollers/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/richardN/controllers/routesContollers/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/richardN/controllers/routesContollers/bin/rails b/richardN/controllers/routesContollers/bin/rails deleted file mode 100755 index 0138d79..0000000 --- a/richardN/controllers/routesContollers/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/richardN/controllers/routesContollers/bin/rake b/richardN/controllers/routesContollers/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/richardN/controllers/routesContollers/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/richardN/controllers/routesContollers/bin/setup b/richardN/controllers/routesContollers/bin/setup deleted file mode 100755 index acdb2c1..0000000 --- a/richardN/controllers/routesContollers/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/richardN/controllers/routesContollers/bin/spring b/richardN/controllers/routesContollers/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/richardN/controllers/routesContollers/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/richardN/controllers/routesContollers/config.ru b/richardN/controllers/routesContollers/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/richardN/controllers/routesContollers/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/richardN/controllers/routesContollers/config/application.rb b/richardN/controllers/routesContollers/config/application.rb deleted file mode 100644 index def9f1c..0000000 --- a/richardN/controllers/routesContollers/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module RoutesContollers - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/richardN/controllers/routesContollers/config/boot.rb b/richardN/controllers/routesContollers/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/richardN/controllers/routesContollers/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/richardN/controllers/routesContollers/config/database.yml b/richardN/controllers/routesContollers/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/richardN/controllers/routesContollers/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/richardN/controllers/routesContollers/config/environment.rb b/richardN/controllers/routesContollers/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/richardN/controllers/routesContollers/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/richardN/controllers/routesContollers/config/environments/development.rb b/richardN/controllers/routesContollers/config/environments/development.rb deleted file mode 100644 index b55e214..0000000 --- a/richardN/controllers/routesContollers/config/environments/development.rb +++ /dev/null @@ -1,41 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/richardN/controllers/routesContollers/config/environments/production.rb b/richardN/controllers/routesContollers/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/richardN/controllers/routesContollers/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/richardN/controllers/routesContollers/config/environments/test.rb b/richardN/controllers/routesContollers/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/richardN/controllers/routesContollers/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/richardN/controllers/routesContollers/config/initializers/assets.rb b/richardN/controllers/routesContollers/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/richardN/controllers/routesContollers/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/richardN/controllers/routesContollers/config/initializers/backtrace_silencers.rb b/richardN/controllers/routesContollers/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/richardN/controllers/routesContollers/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/richardN/controllers/routesContollers/config/initializers/cookies_serializer.rb b/richardN/controllers/routesContollers/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/richardN/controllers/routesContollers/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/richardN/controllers/routesContollers/config/initializers/filter_parameter_logging.rb b/richardN/controllers/routesContollers/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/richardN/controllers/routesContollers/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/richardN/controllers/routesContollers/config/initializers/inflections.rb b/richardN/controllers/routesContollers/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/richardN/controllers/routesContollers/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/richardN/controllers/routesContollers/config/initializers/mime_types.rb b/richardN/controllers/routesContollers/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/richardN/controllers/routesContollers/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/richardN/controllers/routesContollers/config/initializers/session_store.rb b/richardN/controllers/routesContollers/config/initializers/session_store.rb deleted file mode 100644 index ef2b66e..0000000 --- a/richardN/controllers/routesContollers/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_routesContollers_session' diff --git a/richardN/controllers/routesContollers/config/initializers/wrap_parameters.rb b/richardN/controllers/routesContollers/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/richardN/controllers/routesContollers/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/richardN/controllers/routesContollers/config/locales/en.yml b/richardN/controllers/routesContollers/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/richardN/controllers/routesContollers/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/richardN/controllers/routesContollers/config/routes.rb b/richardN/controllers/routesContollers/config/routes.rb deleted file mode 100644 index 961649d..0000000 --- a/richardN/controllers/routesContollers/config/routes.rb +++ /dev/null @@ -1,61 +0,0 @@ -Rails.application.routes.draw do - root "hellos#index" - get "hello" => "hellos#hello" - get "say/hello(/:name)" => "hellos#say" - get "times" => "hellos#times" - get "times/restart" => "hellos#restart" - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/richardN/controllers/routesContollers/config/secrets.yml b/richardN/controllers/routesContollers/config/secrets.yml deleted file mode 100644 index c0d57bf..0000000 --- a/richardN/controllers/routesContollers/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: bd8a18a5829974853a2ab2dd42939896c45261d12ff730a3bbcf3b9c85792e6b1b4d96f9f1d03fb0009dbf023faac30130a6c5266654761fa930b8766962f7a3 - -test: - secret_key_base: 3d65f63a719ff586fd9d56bdf40f2d42da12de78fb9f4616babb96894ed8ee76b7362906b507df7b8b83e7a4c7d167fff64a427edefb8aae56f3944c6e49d8ea - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/richardN/controllers/routesContollers/db/schema.rb b/richardN/controllers/routesContollers/db/schema.rb deleted file mode 100644 index 4dfbb16..0000000 --- a/richardN/controllers/routesContollers/db/schema.rb +++ /dev/null @@ -1,16 +0,0 @@ -# encoding: UTF-8 -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# Note that this schema.rb definition is the authoritative source for your -# database schema. If you need to create the application database on another -# system, you should be using db:schema:load, not running all the migrations -# from scratch. The latter is a flawed and unsustainable approach (the more migrations -# you'll amass, the slower it'll run and the greater likelihood for issues). -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema.define(version: 0) do - -end diff --git a/richardN/controllers/routesContollers/db/seeds.rb b/richardN/controllers/routesContollers/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/richardN/controllers/routesContollers/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/richardN/controllers/routesContollers/lib/assets/.keep b/richardN/controllers/routesContollers/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/routesContollers/lib/tasks/.keep b/richardN/controllers/routesContollers/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/routesContollers/log/.keep b/richardN/controllers/routesContollers/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/routesContollers/public/404.html b/richardN/controllers/routesContollers/public/404.html deleted file mode 100644 index b612547..0000000 --- a/richardN/controllers/routesContollers/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/richardN/controllers/routesContollers/public/422.html b/richardN/controllers/routesContollers/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/richardN/controllers/routesContollers/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/richardN/controllers/routesContollers/public/500.html b/richardN/controllers/routesContollers/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/richardN/controllers/routesContollers/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/richardN/controllers/routesContollers/public/favicon.ico b/richardN/controllers/routesContollers/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/routesContollers/public/robots.txt b/richardN/controllers/routesContollers/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/richardN/controllers/routesContollers/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/richardN/controllers/routesContollers/test/controllers/.keep b/richardN/controllers/routesContollers/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/routesContollers/test/controllers/hellos_controller_test.rb b/richardN/controllers/routesContollers/test/controllers/hellos_controller_test.rb deleted file mode 100644 index 79e128e..0000000 --- a/richardN/controllers/routesContollers/test/controllers/hellos_controller_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class HellosControllerTest < ActionController::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/richardN/controllers/routesContollers/test/fixtures/.keep b/richardN/controllers/routesContollers/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/routesContollers/test/helpers/.keep b/richardN/controllers/routesContollers/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/routesContollers/test/integration/.keep b/richardN/controllers/routesContollers/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/routesContollers/test/mailers/.keep b/richardN/controllers/routesContollers/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/routesContollers/test/models/.keep b/richardN/controllers/routesContollers/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/routesContollers/test/test_helper.rb b/richardN/controllers/routesContollers/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/richardN/controllers/routesContollers/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/richardN/controllers/routesContollers/vendor/assets/javascripts/.keep b/richardN/controllers/routesContollers/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/routesContollers/vendor/assets/stylesheets/.keep b/richardN/controllers/routesContollers/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/timeDisplay/.gitignore b/richardN/controllers/timeDisplay/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/richardN/controllers/timeDisplay/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/richardN/controllers/timeDisplay/Gemfile b/richardN/controllers/timeDisplay/Gemfile deleted file mode 100644 index 5e63a7c..0000000 --- a/richardN/controllers/timeDisplay/Gemfile +++ /dev/null @@ -1,50 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end - -gem 'hirb' - -gem 'rails-footnotes', '~> 4.0' diff --git a/richardN/controllers/timeDisplay/Gemfile.lock b/richardN/controllers/timeDisplay/Gemfile.lock deleted file mode 100644 index e1d3e74..0000000 --- a/richardN/controllers/timeDisplay/Gemfile.lock +++ /dev/null @@ -1,175 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-footnotes (4.1.8) - rails (>= 3.2) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (4.0.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - rails-footnotes (~> 4.0) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/richardN/controllers/timeDisplay/README.rdoc b/richardN/controllers/timeDisplay/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/richardN/controllers/timeDisplay/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/richardN/controllers/timeDisplay/Rakefile b/richardN/controllers/timeDisplay/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/richardN/controllers/timeDisplay/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/richardN/controllers/timeDisplay/app/assets/images/.keep b/richardN/controllers/timeDisplay/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/timeDisplay/app/assets/javascripts/application.js b/richardN/controllers/timeDisplay/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/richardN/controllers/timeDisplay/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/richardN/controllers/timeDisplay/app/assets/javascripts/time_displays.coffee b/richardN/controllers/timeDisplay/app/assets/javascripts/time_displays.coffee deleted file mode 100644 index 24f83d1..0000000 --- a/richardN/controllers/timeDisplay/app/assets/javascripts/time_displays.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://coffeescript.org/ diff --git a/richardN/controllers/timeDisplay/app/assets/stylesheets/application.css b/richardN/controllers/timeDisplay/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/richardN/controllers/timeDisplay/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/richardN/controllers/timeDisplay/app/assets/stylesheets/time_displays.scss b/richardN/controllers/timeDisplay/app/assets/stylesheets/time_displays.scss deleted file mode 100644 index 8521424..0000000 --- a/richardN/controllers/timeDisplay/app/assets/stylesheets/time_displays.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the TimeDisplays controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/richardN/controllers/timeDisplay/app/controllers/application_controller.rb b/richardN/controllers/timeDisplay/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/richardN/controllers/timeDisplay/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/richardN/controllers/timeDisplay/app/controllers/concerns/.keep b/richardN/controllers/timeDisplay/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/timeDisplay/app/controllers/time_displays_controller.rb b/richardN/controllers/timeDisplay/app/controllers/time_displays_controller.rb deleted file mode 100644 index 37e6e2d..0000000 --- a/richardN/controllers/timeDisplay/app/controllers/time_displays_controller.rb +++ /dev/null @@ -1,7 +0,0 @@ -class TimeDisplaysController < ApplicationController - def main - @time = Time.now.strftime("%H:%M:%S") - @date = Time.now.strftime("%m:%d:%Y") - return render 'time.html.erb' - end -end diff --git a/richardN/controllers/timeDisplay/app/helpers/application_helper.rb b/richardN/controllers/timeDisplay/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/richardN/controllers/timeDisplay/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/richardN/controllers/timeDisplay/app/helpers/time_displays_helper.rb b/richardN/controllers/timeDisplay/app/helpers/time_displays_helper.rb deleted file mode 100644 index c3ad47d..0000000 --- a/richardN/controllers/timeDisplay/app/helpers/time_displays_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module TimeDisplaysHelper -end diff --git a/richardN/controllers/timeDisplay/app/mailers/.keep b/richardN/controllers/timeDisplay/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/timeDisplay/app/models/.keep b/richardN/controllers/timeDisplay/app/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/timeDisplay/app/models/concerns/.keep b/richardN/controllers/timeDisplay/app/models/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/timeDisplay/app/views/layouts/application.html.erb b/richardN/controllers/timeDisplay/app/views/layouts/application.html.erb deleted file mode 100644 index 8b25576..0000000 --- a/richardN/controllers/timeDisplay/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - TimeDisplay - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/richardN/controllers/timeDisplay/app/views/time_displays/time.html.erb b/richardN/controllers/timeDisplay/app/views/time_displays/time.html.erb deleted file mode 100644 index 77d404b..0000000 --- a/richardN/controllers/timeDisplay/app/views/time_displays/time.html.erb +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - time - - -

<%= @date %>

-

<%= @time %>

- - \ No newline at end of file diff --git a/richardN/controllers/timeDisplay/bin/bundle b/richardN/controllers/timeDisplay/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/richardN/controllers/timeDisplay/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/richardN/controllers/timeDisplay/bin/rails b/richardN/controllers/timeDisplay/bin/rails deleted file mode 100755 index 0138d79..0000000 --- a/richardN/controllers/timeDisplay/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/richardN/controllers/timeDisplay/bin/rake b/richardN/controllers/timeDisplay/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/richardN/controllers/timeDisplay/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/richardN/controllers/timeDisplay/bin/setup b/richardN/controllers/timeDisplay/bin/setup deleted file mode 100755 index acdb2c1..0000000 --- a/richardN/controllers/timeDisplay/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/richardN/controllers/timeDisplay/bin/spring b/richardN/controllers/timeDisplay/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/richardN/controllers/timeDisplay/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/richardN/controllers/timeDisplay/config.ru b/richardN/controllers/timeDisplay/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/richardN/controllers/timeDisplay/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/richardN/controllers/timeDisplay/config/application.rb b/richardN/controllers/timeDisplay/config/application.rb deleted file mode 100644 index 94c66d8..0000000 --- a/richardN/controllers/timeDisplay/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module TimeDisplay - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/richardN/controllers/timeDisplay/config/boot.rb b/richardN/controllers/timeDisplay/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/richardN/controllers/timeDisplay/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/richardN/controllers/timeDisplay/config/database.yml b/richardN/controllers/timeDisplay/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/richardN/controllers/timeDisplay/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/richardN/controllers/timeDisplay/config/environment.rb b/richardN/controllers/timeDisplay/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/richardN/controllers/timeDisplay/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/richardN/controllers/timeDisplay/config/environments/development.rb b/richardN/controllers/timeDisplay/config/environments/development.rb deleted file mode 100644 index b55e214..0000000 --- a/richardN/controllers/timeDisplay/config/environments/development.rb +++ /dev/null @@ -1,41 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/richardN/controllers/timeDisplay/config/environments/production.rb b/richardN/controllers/timeDisplay/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/richardN/controllers/timeDisplay/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/richardN/controllers/timeDisplay/config/environments/test.rb b/richardN/controllers/timeDisplay/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/richardN/controllers/timeDisplay/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/richardN/controllers/timeDisplay/config/initializers/assets.rb b/richardN/controllers/timeDisplay/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/richardN/controllers/timeDisplay/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/richardN/controllers/timeDisplay/config/initializers/backtrace_silencers.rb b/richardN/controllers/timeDisplay/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/richardN/controllers/timeDisplay/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/richardN/controllers/timeDisplay/config/initializers/cookies_serializer.rb b/richardN/controllers/timeDisplay/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/richardN/controllers/timeDisplay/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/richardN/controllers/timeDisplay/config/initializers/filter_parameter_logging.rb b/richardN/controllers/timeDisplay/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/richardN/controllers/timeDisplay/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/richardN/controllers/timeDisplay/config/initializers/inflections.rb b/richardN/controllers/timeDisplay/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/richardN/controllers/timeDisplay/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/richardN/controllers/timeDisplay/config/initializers/mime_types.rb b/richardN/controllers/timeDisplay/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/richardN/controllers/timeDisplay/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/richardN/controllers/timeDisplay/config/initializers/rails_footnotes.rb b/richardN/controllers/timeDisplay/config/initializers/rails_footnotes.rb deleted file mode 100644 index 9a15363..0000000 --- a/richardN/controllers/timeDisplay/config/initializers/rails_footnotes.rb +++ /dev/null @@ -1,27 +0,0 @@ -defined?(Footnotes) && Footnotes.setup do |f| - # Whether or not to enable footnotes - f.enabled = Rails.env.development? - # You can also use a lambda / proc to conditionally toggle footnotes - # Example : - # f.enabled = -> { User.current.admin? } - # Beware of thread-safety though, Footnotes.enabled is NOT thread safe - # and should not be modified anywhere else. - - # Only toggle some notes : - # f.notes = [:session, :cookies, :params, :filters, :routes, :env, :queries, :log] - - # Change the prefix : - # f.prefix = 'mvim://open?url=file://%s&line=%d&column=%d' - - # Disable style : - # f.no_style = true - - # Lock notes to top right : - # f.lock_top_right = true - - # Change font size : - # f.font_size = '11px' - - # Allow to open multiple notes : - # f.multiple_notes = true -end diff --git a/richardN/controllers/timeDisplay/config/initializers/session_store.rb b/richardN/controllers/timeDisplay/config/initializers/session_store.rb deleted file mode 100644 index 51c9c49..0000000 --- a/richardN/controllers/timeDisplay/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_timeDisplay_session' diff --git a/richardN/controllers/timeDisplay/config/initializers/wrap_parameters.rb b/richardN/controllers/timeDisplay/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/richardN/controllers/timeDisplay/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/richardN/controllers/timeDisplay/config/locales/en.yml b/richardN/controllers/timeDisplay/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/richardN/controllers/timeDisplay/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/richardN/controllers/timeDisplay/config/routes.rb b/richardN/controllers/timeDisplay/config/routes.rb deleted file mode 100644 index 0ddd762..0000000 --- a/richardN/controllers/timeDisplay/config/routes.rb +++ /dev/null @@ -1,57 +0,0 @@ -Rails.application.routes.draw do - root 'time_displays#main' - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/richardN/controllers/timeDisplay/config/secrets.yml b/richardN/controllers/timeDisplay/config/secrets.yml deleted file mode 100644 index fba9f5d..0000000 --- a/richardN/controllers/timeDisplay/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: 819f296db12a892b38319d080e8e2b474cab51f6fe2ce2edbe9d3ac4ed5be2e8aa50d8e5f71bd25cf436f993256ac359b9591f38ac06695954ba10c539a17e6c - -test: - secret_key_base: bad10e142c8c2786dcacaf77b030c8c6c255fc9ccc08d89798ecf9e2c3e09cda27b2fadf1afee48a930cab5f9ff315ffb40f15e0ebca8889830bf04c22c6e1ce - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/richardN/controllers/timeDisplay/db/seeds.rb b/richardN/controllers/timeDisplay/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/richardN/controllers/timeDisplay/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/richardN/controllers/timeDisplay/lib/assets/.keep b/richardN/controllers/timeDisplay/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/timeDisplay/lib/tasks/.keep b/richardN/controllers/timeDisplay/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/timeDisplay/log/.keep b/richardN/controllers/timeDisplay/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/timeDisplay/public/404.html b/richardN/controllers/timeDisplay/public/404.html deleted file mode 100644 index b612547..0000000 --- a/richardN/controllers/timeDisplay/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/richardN/controllers/timeDisplay/public/422.html b/richardN/controllers/timeDisplay/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/richardN/controllers/timeDisplay/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/richardN/controllers/timeDisplay/public/500.html b/richardN/controllers/timeDisplay/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/richardN/controllers/timeDisplay/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/richardN/controllers/timeDisplay/public/favicon.ico b/richardN/controllers/timeDisplay/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/timeDisplay/public/robots.txt b/richardN/controllers/timeDisplay/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/richardN/controllers/timeDisplay/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/richardN/controllers/timeDisplay/test/controllers/.keep b/richardN/controllers/timeDisplay/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/timeDisplay/test/controllers/time_displays_controller_test.rb b/richardN/controllers/timeDisplay/test/controllers/time_displays_controller_test.rb deleted file mode 100644 index c6cc0da..0000000 --- a/richardN/controllers/timeDisplay/test/controllers/time_displays_controller_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class TimeDisplaysControllerTest < ActionController::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/richardN/controllers/timeDisplay/test/fixtures/.keep b/richardN/controllers/timeDisplay/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/timeDisplay/test/helpers/.keep b/richardN/controllers/timeDisplay/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/timeDisplay/test/integration/.keep b/richardN/controllers/timeDisplay/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/timeDisplay/test/mailers/.keep b/richardN/controllers/timeDisplay/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/timeDisplay/test/models/.keep b/richardN/controllers/timeDisplay/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/timeDisplay/test/test_helper.rb b/richardN/controllers/timeDisplay/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/richardN/controllers/timeDisplay/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/richardN/controllers/timeDisplay/vendor/assets/javascripts/.keep b/richardN/controllers/timeDisplay/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/controllers/timeDisplay/vendor/assets/stylesheets/.keep b/richardN/controllers/timeDisplay/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/fundamentals/.DS_Store b/richardN/fundamentals/.DS_Store deleted file mode 100644 index c2ebcc8b7870e9ede0e31a65abd4eba740ad934f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHKJx{|h5PgP9q=g|Hj2W4bDn^#5Dnn;}05k{2`ijoiDFdlcw2`l zU<&*;1!V1ZG3J_GvaYS)#iS?~1xICTxL`T`@WvL4=U;0+;=DCD3GT7M z9a-BwqVDgG8~$BPeT=E+=&lkmUK)%e&Sy<;$z+WMu|3jzgLi-#GruNt%zUP!GKwPJ zuTk!icWdsVSDlk?Bh0D6Oy^jjWUD1Jh<0^;f;s0Vy!MPlySjf5kBsxopG0WqhR9$XEn(#VVlRI#~HD0I|bvZ*0p4 zgK#p%T(Jts5t<8BVxT&`Vz@wOf2Mx9VihpZ;q>z1G_unhiu2L={>;0>S7VG$F*DxjyZ(&N}S "dog and bear" \ No newline at end of file diff --git a/richardN/fundamentals/basic13.rb b/richardN/fundamentals/basic13.rb deleted file mode 100644 index 06201da..0000000 --- a/richardN/fundamentals/basic13.rb +++ /dev/null @@ -1,53 +0,0 @@ -#print 1-255 -(1...255).to_a - -#print odd between 1-255 -(1...255).select(&:odd) - -#print the sum of the numbers that have been printed so far -sum = 0 -(0...255).each{|i| puts "New number: #{i} Sum: #{sum+=i}"} - -# Iterating through an array -X = [1,3,5,7,-5,9,13] -X.each{|i| puts i} - -# Find Max -puts x.max - -# Get Average -p X.reduce(:+)/X.size - -# Array with Odd Numbers -y =*(1..255).step(2) - -# Greater Than Y -array = [1,3,5,7] -y = 3 -puts array.reject{|i| i> y}.count() - -# Square the values -x = [1, 5, 10, -2] -x.collect!{|i| i*i } -x.map!{|i| i*i} -p x - -# Eliminate Negative Numbers -x = [1, 5, 10, -2] -x.map!{|i| if i<0 then 0 else i end} -x = x.each_index{|i| x[i] = 0 if x[i]<0 } -p x - -# Max, Min, and Average -x = [1, 5, 10, -2] -mma = Hash["min" => x.min, "max" => x.max, "avg" => x.reduce(:+)/x.size] -p mma - -# Shifting the Values in the Array -x = [1, 5, 10, 7, -2] -p x.rotate! - -# Number to String -x = [-1,-3,2] -x.map!{|i| if i<0 then "dojo" else i end} -p x \ No newline at end of file diff --git a/richardN/fundamentals/guess.rb b/richardN/fundamentals/guess.rb deleted file mode 100644 index 28e4250..0000000 --- a/richardN/fundamentals/guess.rb +++ /dev/null @@ -1,13 +0,0 @@ -def guess_number guess - number = 25 - # your code here - puts "u got it" unless guess != number - puts "too high" unless guess > number - puts "too low" unless guess < number -end - -print guess_number guess=5 -print guess_number guess=10 -print guess_number guess=100 -print guess_number guess=26 -print guess_number guess=25 \ No newline at end of file diff --git a/richardN/fundamentals/hashes.rb b/richardN/fundamentals/hashes.rb deleted file mode 100644 index cacce73..0000000 --- a/richardN/fundamentals/hashes.rb +++ /dev/null @@ -1,19 +0,0 @@ -# .delete(key) deletes the key-value pair and returns the value from hsh whose key is equal to key. - -h = {first_name: "Coding", last_name: "Dojo"} -h.delete :last_name -puts h - -# .empty? => returns true if hash contains no key-value pairs -h = {} -h.empty? - -# .has_key?(key) returns true if given key is present -h = {first_name: "Coding", last_name: "Dojo"} -h.has_key? :first_name # => true -h.has_key? "first_name" # => false - -# .has_value?(value) returns true if given value is present for some key -h = {first_name: "Coding", last_name: "Dojo"} -h.has_value? "Coding" # => true -h.has_value? "Bootcamp" # => false \ No newline at end of file diff --git a/richardN/fundamentals/iterators.rb b/richardN/fundamentals/iterators.rb deleted file mode 100644 index 935f573..0000000 --- a/richardN/fundamentals/iterators.rb +++ /dev/null @@ -1,16 +0,0 @@ -# .any? { |obj| block } => true or false -["ant", "bear", "cat"].any? { |word| word.length >= 3 } # => true -# .each => calls block once for each element in ruby self, passing that element as a block parameter. -["ant", "bear", "cat"].each { |word| print word, "--" } # => ant--bear--cat-- -# .collect { |obj| block } => returns a new array with the results of running block once for every element in enum -(1..4).collect { |i| i*i } # => [1, 4, 9, 16] -(1..4).collect { "cat" } # => ["cat", "cat", "cat", "cat"] -# .detect/.find => returns the first for which block is not false. -(1..10).detect { |i| i %5 == 0 and i % 7 == 0 } # => nil -(1..100).detect { |i| i %5 == 0 and i % 7 == 0 } # => 35 -# .find_all { |obj| block } or .select { |obj| block } => returns an array containing all elements of enum for which block is not false -(1..10).find_all { |i| i % 3 == 0 } # => [3, 6, 9] -# .reject { |obj| block } => opposite of find_all -(1..10).reject { |i| i % 3 == 0 } # => [1, 2, 4, 5, 7, 8, 10] -# .upto(limit) => iterates block up to the int number -5.upto(10) { |i| print i, " " } # => 5 6 7 8 9 10 \ No newline at end of file diff --git a/richardN/fundamentals/my_enumerable.rb b/richardN/fundamentals/my_enumerable.rb deleted file mode 100644 index a3e6c47..0000000 --- a/richardN/fundamentals/my_enumerable.rb +++ /dev/null @@ -1,13 +0,0 @@ -module MyEnumerable - def my_each - # your code here! - for i in 0...self.length - yeild(self[i]) - end - end - class Array - include MyEnumerable - end - - [1,2,3,4].my_each { |i| puts i } # => 1 2 3 4 - [1,2,3,4].my_each { |i| puts i * 10 } # => 10 20 30 40 \ No newline at end of file diff --git a/richardN/fundamentals/names.rb b/richardN/fundamentals/names.rb deleted file mode 100644 index 00f3e57..0000000 --- a/richardN/fundamentals/names.rb +++ /dev/null @@ -1,22 +0,0 @@ -=begin -Create a ruby method that goes over each name in the names array and prints something like below. -You have 5 names in the 'names' array -The name is 'Michael Choi' -The name is 'John Doe' -The name is 'Jane Doe' -The name is 'James Smith' -The name is 'Jennifer Smith' -=end - -a = {first_name: "Michael", last_name: "Choi"} -b = {first_name: "John", last_name: "Doe"} -c = {first_name: "Jane", last_name: "Doe"} -d = {first_name: "James", last_name: "Smith"} -e = {first_name: "Jennifer", last_name: "Smith"} -names = [a, b, c, d, e] - -puts "you have #{names.length} names in the 'names' array" -names.each do |name| - puts "the name is #{name[:first_name]} #{name[:last_name]}" -end - diff --git a/richardN/fundamentals/puzzles.rb b/richardN/fundamentals/puzzles.rb deleted file mode 100644 index c3d7465..0000000 --- a/richardN/fundamentals/puzzles.rb +++ /dev/null @@ -1,55 +0,0 @@ -# Create an array with the following values: 3,5,1,2,7,9,8,13,25,32. -numbers_array = [3,5,1,2,7,9,8,13,25,32] - -# Return the sum of all numbers in the array. -puts numbers_array.reduce(:+) - -# Also have it return an array that only include numbers that are greater than 10. -puts numbers_array.reject { |number| number < 10 } - -# Create an array with the following values: John, KB, Oliver, Cory, Matthew, Christopher. -persons_array = ["John", "KB", "Oliver", "Cory", "Matthew", "Christopher"] - -# Shuffle the array and print the name of each person. -persons_array.shuffle.each { |person| puts person} - -# Have the program also return an array with names that are longer than 5 characters. -puts persons_array.select { |person| person.length > 5 } - -# Create an array that contains all 26 letters in the alphabet (this array must have 26 values). -letters_array = ("a".."z").to_a - -# Shuffle the array and display the last letter of the array. -puts letters_array.shuffle.last - -# Have it also display the first letter of the array. -puts letters_array.shuffle.first - -# If the first letter in the array is a vowel, have it display a message -shuffled = letters_array.shuffle -puts "#{shuffled.first} is a vowel" if ["a","e","i","o","u"].include? shuffled.first - -# Generate an array with 10 random numbers between 55-100. -random_array = [] -10.times { random_array << rand(55..100) } - -# have it be sorted (showing the smallest number in the beginning). Display all the numbers in the arrays. -puts random_array.sort - -# Next, display the minimum value in the array as well as the maximum value. -puts random_array.max -puts random_array.min - -# Create a random string that is 5 characters long (hint: (65+rand(26)).chr returns a random character; use a map function and a range to do this). -str = "" -5.times { str << rand(65..90).chr } -puts str - -# Generate an array with 10 random strings that are each 5 characters long -string_array = [] -10.times do - str = "" - 5.times { str << rand(65..90).chr } - string_array << str -end -puts string_array \ No newline at end of file diff --git a/richardN/fundamentals/range.rb b/richardN/fundamentals/range.rb deleted file mode 100644 index 2f6e625..0000000 --- a/richardN/fundamentals/range.rb +++ /dev/null @@ -1,12 +0,0 @@ -x = (-10..10) -alp = ("a".."r") - -puts x -puts alp - -puts x.include?(5) -puts x.include?(20) - -puts alp.last -puts x.max -puts x.min diff --git a/richardN/models/.DS_Store b/richardN/models/.DS_Store deleted file mode 100644 index a1e4500524681f85951825ce5d30de38f2616b86..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHKPfrs;6n_Inw?$<6k5QA2jR^@HKm`uQxE745nowE962P+C4rSxAQ+Kyis5Si- z>e201)Ev%@W{=unuZWv8Zez7z9!>WEM6ysRZplL}hSRh9d)W$B)+{kY2?jO{jH(tCFIRL@4N=U!L7Q9BKEkn1sr!pk(S{Z)U z^;V9_RPUL-v;F$O;LyPEz{u#x*!ak~!Sfdi`jBH6pOgc>+6CsZAmdeOLGKSS|7?-@ zxq$9ruK9>Qi!Ap5O@luLEYs5Cqpp?x3i=Emb%;Ul1eE&g<-jd1ZEuG(%JUhD0rR{Z z3*E?N{#u)LZ9~i+(cP@S&2UD(f~5*~3s-3nB6h^**X$s${W8t$Z+f;vy(K@xqKNJ0 zUCe^7Tufk9?4s+J(>K3L9+PQvLTWmsThyjab%SU+S@D@q(JLp7Y4e`)(qIy9fdw1z z6q@i7-oRUU4tyv|K5@OqT z-LnGUV}2QXTM@?tPD)EA!2qM-w^IVOo?$F zGY~UyoPloH)cO5?`}gnv<3VvNW*}zZzhZzS7Olk$rljuHj^y}VYhc;J!iD=aC5jNN k)O9Qreie^n5rQ^@D~P7TrbO&PiGKtH4RIAS@K+i54okV&ng9R* diff --git a/richardN/models/Users/.DS_Store b/richardN/models/Users/.DS_Store deleted file mode 100644 index 7c22c55dc0e15f9e74397fc72704b76b30b7b863..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8196 zcmeHM&2G~`5T0#9>ZBlYsFWUk0Et6|5`NkPLJA=j>H!H61P4HEoP^e@V@HnD2ttrA zyaQZ0An_)=0T03hz&E=~WN*?_B~-z#wEJy#zuC=vW3Mv~5sB8M-yqr|A_tYRx`Adz z;d!o0WlfK40tM`ed^)0#B8q9S#I^%g0jq#jz$#!BunJrR1@O$~;+*l^SF^UY3RngH zO9l9Ra8VhX8dHVx=s+V=0ALZrvY?MVK-#z(n;KJv(iCf|>_KQ#p;HW@%rWmW9oW>E zDpckqlsO5#v(Ooekh{aqm2?tKg|@W{SOu09;M~1JH<7pdlw|Yw{UGXjLF8ecZ>f8z zH-5>29#Mh1G@_Bg`nH)^~3d_~WEr{~^{2#Y?4i$Ei4#E0x!s<7nDRy2)hR z>c%hm)01v;?CJiqC<+$+uJ_y@Ob@D?52G;Y`r#m!#(sYQ%BvTC*pH^IXcG3va-EKv zaGbJJKB(4av%8J@wtH)5zU|I-chS9bduKi`JGJYL`}>E(x9?`}=N~>vFG=X*hOVm5 zi}o{mT7%P090pN%gb`*J$b*hyUKvrtOjf@V_3)k~q&KX&!To4(%ULdB71PA9_-R$=k`eX6*{# z`KI=QBWkjurMPnxv#b*CunDdvUa^mEzc@-$A1-3Z<-#h#L|9Q8u_ErI_zy(%76x*G43t#Zhk6rV-a<1*79-?w# pUaC-DR)N2&z;DKsRhR$( diff --git a/richardN/models/Users/.gitignore b/richardN/models/Users/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/richardN/models/Users/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/richardN/models/Users/Gemfile b/richardN/models/Users/Gemfile deleted file mode 100644 index ac64fba..0000000 --- a/richardN/models/Users/Gemfile +++ /dev/null @@ -1,48 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end - -gem 'hirb' \ No newline at end of file diff --git a/richardN/models/Users/Gemfile.lock b/richardN/models/Users/Gemfile.lock deleted file mode 100644 index 73114af..0000000 --- a/richardN/models/Users/Gemfile.lock +++ /dev/null @@ -1,172 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (3.2.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/richardN/models/Users/README.rdoc b/richardN/models/Users/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/richardN/models/Users/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/richardN/models/Users/Rakefile b/richardN/models/Users/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/richardN/models/Users/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/richardN/models/Users/app/.DS_Store b/richardN/models/Users/app/.DS_Store deleted file mode 100644 index 5249f6be1f2baa4807b0d1923d443ad9ed92ed79..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHKPjAyO6o1~jF71Tq0jV5wLE^AO%b)FlCPm#i>^3O~4uG~~iD;xWu9|caluo(u z9oQF`v~R*U;Dhi1;P-5U)}|nFL8$VJo`28wdyf5cY{x_-2Ggid)FC1V%GhWlSs`4{ zT9XY^!j(d`QBZ!I%JVRlVa?kXSOzQu{~H6mcAFGXjwhzY^~;;WGw8$bN>tZ(=$s^F z@SFfsJTa`>tDd87mZG+42)~rZtGq?G<~>4>lGSaCPfOlS8lfkVYJaI8;@h8m!!jS6 zo$5Y8GyybKs^bd~DM(;n&KF%*cV>}Rn-B!t6gFoR4#sVJ~{v=Cf_73G7vqcx+HKwvQ zV?58-x8@mHD{Ibx`HGyKH6N!Po@Kx?@b?Vx{@_9xJ%g1-wRIp-R{&rG#Y$lF4*3u5u^gX|$lFV*mgE diff --git a/richardN/models/Users/app/assets/images/.keep b/richardN/models/Users/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/Users/app/assets/javascripts/application.js b/richardN/models/Users/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/richardN/models/Users/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/richardN/models/Users/app/assets/stylesheets/application.css b/richardN/models/Users/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/richardN/models/Users/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/richardN/models/Users/app/controllers/application_controller.rb b/richardN/models/Users/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/richardN/models/Users/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/richardN/models/Users/app/controllers/concerns/.keep b/richardN/models/Users/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/Users/app/helpers/application_helper.rb b/richardN/models/Users/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/richardN/models/Users/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/richardN/models/Users/app/mailers/.keep b/richardN/models/Users/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/Users/app/models/.DS_Store b/richardN/models/Users/app/models/.DS_Store deleted file mode 100644 index 8f9e58a9000969c39b5840565e89e9f9bb65147f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHK&2AGh5FV!qb%GE%R0_wvAaSUwgrD|+kXC6q^oFzu4uIO-W<^&l>nOWv1ZmJd z20Q|9(l_Yiz&Ez35(UJm2+&M4{>I}OJN|6hYa&v^>1aUIB_a)FY_w7QM7W)GO&Z?Q z0xH|b_%JsoNp6z0SaJNF4Di~uXoucWir@13@s@ZDz4y(E{rj3u$WVbYr3tWHT5pd3 z`n&jKR*wDtxJbr%R#yG~rD|+6TQ@ef?&!{~&YS4e%%Uo;rsXi6yyDukxH?U|{oI)R z%8rv4SvouFZta_*inAh}*yL=KBINbUtQeWu&`gU_Y5R#>gVt@`KI-=7^GAdJc5r`p zu^r6!_Fz7Iu)A2ab?@%r$>H()4K~Te-hWDRNW1MH}aB z(v(We*$#M1R#{U$L@cw6s)#Tk3MLHJ-gn@sN0X`oBC}Zfcc4&_d z6!r-KY{G2?Hh&0mPT(>0SUW@uM7dO;OI7}fp - - - Users - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/richardN/models/Users/bin/bundle b/richardN/models/Users/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/richardN/models/Users/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/richardN/models/Users/bin/rails b/richardN/models/Users/bin/rails deleted file mode 100755 index 0138d79..0000000 --- a/richardN/models/Users/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/richardN/models/Users/bin/rake b/richardN/models/Users/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/richardN/models/Users/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/richardN/models/Users/bin/setup b/richardN/models/Users/bin/setup deleted file mode 100755 index acdb2c1..0000000 --- a/richardN/models/Users/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/richardN/models/Users/bin/spring b/richardN/models/Users/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/richardN/models/Users/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/richardN/models/Users/config.ru b/richardN/models/Users/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/richardN/models/Users/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/richardN/models/Users/config/application.rb b/richardN/models/Users/config/application.rb deleted file mode 100644 index 367abd3..0000000 --- a/richardN/models/Users/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module Users - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/richardN/models/Users/config/boot.rb b/richardN/models/Users/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/richardN/models/Users/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/richardN/models/Users/config/database.yml b/richardN/models/Users/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/richardN/models/Users/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/richardN/models/Users/config/environment.rb b/richardN/models/Users/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/richardN/models/Users/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/richardN/models/Users/config/environments/development.rb b/richardN/models/Users/config/environments/development.rb deleted file mode 100644 index b55e214..0000000 --- a/richardN/models/Users/config/environments/development.rb +++ /dev/null @@ -1,41 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/richardN/models/Users/config/environments/production.rb b/richardN/models/Users/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/richardN/models/Users/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/richardN/models/Users/config/environments/test.rb b/richardN/models/Users/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/richardN/models/Users/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/richardN/models/Users/config/initializers/assets.rb b/richardN/models/Users/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/richardN/models/Users/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/richardN/models/Users/config/initializers/backtrace_silencers.rb b/richardN/models/Users/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/richardN/models/Users/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/richardN/models/Users/config/initializers/cookies_serializer.rb b/richardN/models/Users/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/richardN/models/Users/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/richardN/models/Users/config/initializers/filter_parameter_logging.rb b/richardN/models/Users/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/richardN/models/Users/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/richardN/models/Users/config/initializers/inflections.rb b/richardN/models/Users/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/richardN/models/Users/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/richardN/models/Users/config/initializers/mime_types.rb b/richardN/models/Users/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/richardN/models/Users/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/richardN/models/Users/config/initializers/session_store.rb b/richardN/models/Users/config/initializers/session_store.rb deleted file mode 100644 index 5ce5a2c..0000000 --- a/richardN/models/Users/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_Users_session' diff --git a/richardN/models/Users/config/initializers/wrap_parameters.rb b/richardN/models/Users/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/richardN/models/Users/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/richardN/models/Users/config/locales/en.yml b/richardN/models/Users/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/richardN/models/Users/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/richardN/models/Users/config/routes.rb b/richardN/models/Users/config/routes.rb deleted file mode 100644 index 3f66539..0000000 --- a/richardN/models/Users/config/routes.rb +++ /dev/null @@ -1,56 +0,0 @@ -Rails.application.routes.draw do - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/richardN/models/Users/config/secrets.yml b/richardN/models/Users/config/secrets.yml deleted file mode 100644 index 5223de2..0000000 --- a/richardN/models/Users/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: 2c02823cd9f4225cfea5bb640755bdfc957ce5dcf35472391f7346ed99f24607c8913d0c1be1a883b16584e0fa444ef781f210d6bba0697c78f0c85e6a709023 - -test: - secret_key_base: 599be68d2e7a8805936c4098641d4466ce91131f2d43a1025ae9278c147286b2cfa3ad65d0791fae5ace455063cb591b6d2d39be94b6f4f727c6a3ed617da438 - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/richardN/models/Users/db/.DS_Store b/richardN/models/Users/db/.DS_Store deleted file mode 100644 index 4b17523e5b26fab33c02ff1dbfde6d8486fce16d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHK&2G~`5S~p_x=B@$15!Eqg2bUhNq-Lr$qMDrTO}hn0BY^pYAw0mDt3q<1o<)A zN8n9(10JV*v%5qsfh&s8j5Yhs&d#j8pI7@sL~1xr2Shz0(on`$2gM(R+gTT+CAF8#|UVX5pbys&cx*wtoGl}ZB9#_M7^p0!Caea|^`?WE}+>Vnsc{VxeJ$h-% zI?l^%WRvqWL&*ELd6}BY(2UEpvi(G^LF>Fb4a)zpiFdz&F153n!U;p&_5`B|=iZCDyEC&O;J_Jz4&|~A!E*&WB6#&S`NGq`U z(8xJ~$IxTr5G@epQh_d2`74HU>F@_WF7((qbm^r0 - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/richardN/models/Users/public/422.html b/richardN/models/Users/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/richardN/models/Users/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/richardN/models/Users/public/500.html b/richardN/models/Users/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/richardN/models/Users/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/richardN/models/Users/public/favicon.ico b/richardN/models/Users/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/Users/public/robots.txt b/richardN/models/Users/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/richardN/models/Users/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/richardN/models/Users/test/controllers/.keep b/richardN/models/Users/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/Users/test/fixtures/.keep b/richardN/models/Users/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/Users/test/fixtures/users.yml b/richardN/models/Users/test/fixtures/users.yml deleted file mode 100644 index 3a4f25b..0000000 --- a/richardN/models/Users/test/fixtures/users.yml +++ /dev/null @@ -1,13 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - first_name: MyText - last_name: MyText - email_addy: MyText - age: 1 - -two: - first_name: MyText - last_name: MyText - email_addy: MyText - age: 1 diff --git a/richardN/models/Users/test/helpers/.keep b/richardN/models/Users/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/Users/test/integration/.keep b/richardN/models/Users/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/Users/test/mailers/.keep b/richardN/models/Users/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/Users/test/models/.keep b/richardN/models/Users/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/Users/test/models/user_test.rb b/richardN/models/Users/test/models/user_test.rb deleted file mode 100644 index 82f61e0..0000000 --- a/richardN/models/Users/test/models/user_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class UserTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/richardN/models/Users/test/test_helper.rb b/richardN/models/Users/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/richardN/models/Users/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/richardN/models/Users/vendor/assets/javascripts/.keep b/richardN/models/Users/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/Users/vendor/assets/stylesheets/.keep b/richardN/models/Users/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/blogPostMessage/.gitignore b/richardN/models/blogPostMessage/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/richardN/models/blogPostMessage/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/richardN/models/blogPostMessage/Gemfile b/richardN/models/blogPostMessage/Gemfile deleted file mode 100644 index 6f0b52d..0000000 --- a/richardN/models/blogPostMessage/Gemfile +++ /dev/null @@ -1,50 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end - -gem 'hirb' - -gem 'rails-footnotes' diff --git a/richardN/models/blogPostMessage/Gemfile.lock b/richardN/models/blogPostMessage/Gemfile.lock deleted file mode 100644 index da3421f..0000000 --- a/richardN/models/blogPostMessage/Gemfile.lock +++ /dev/null @@ -1,175 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-footnotes (4.1.8) - rails (>= 3.2) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (4.0.1) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - rails-footnotes - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/richardN/models/blogPostMessage/README.rdoc b/richardN/models/blogPostMessage/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/richardN/models/blogPostMessage/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/richardN/models/blogPostMessage/Rakefile b/richardN/models/blogPostMessage/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/richardN/models/blogPostMessage/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/richardN/models/blogPostMessage/app/assets/images/.keep b/richardN/models/blogPostMessage/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/blogPostMessage/app/assets/javascripts/application.js b/richardN/models/blogPostMessage/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/richardN/models/blogPostMessage/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/richardN/models/blogPostMessage/app/assets/stylesheets/application.css b/richardN/models/blogPostMessage/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/richardN/models/blogPostMessage/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/richardN/models/blogPostMessage/app/controllers/application_controller.rb b/richardN/models/blogPostMessage/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/richardN/models/blogPostMessage/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/richardN/models/blogPostMessage/app/controllers/concerns/.keep b/richardN/models/blogPostMessage/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/blogPostMessage/app/helpers/application_helper.rb b/richardN/models/blogPostMessage/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/richardN/models/blogPostMessage/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/richardN/models/blogPostMessage/app/mailers/.keep b/richardN/models/blogPostMessage/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/blogPostMessage/app/models/.keep b/richardN/models/blogPostMessage/app/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/blogPostMessage/app/models/blog.rb b/richardN/models/blogPostMessage/app/models/blog.rb deleted file mode 100644 index a6648f3..0000000 --- a/richardN/models/blogPostMessage/app/models/blog.rb +++ /dev/null @@ -1,7 +0,0 @@ -class Blog < ActiveRecord::Base - has_many :owners - has_many :posts - has_many :users, through: :owners - has_many :user_posts, through: :posts, source: :user - validates :name, :description, presence: true -end diff --git a/richardN/models/blogPostMessage/app/models/concerns/.keep b/richardN/models/blogPostMessage/app/models/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/blogPostMessage/app/models/message.rb b/richardN/models/blogPostMessage/app/models/message.rb deleted file mode 100644 index 25a8dc9..0000000 --- a/richardN/models/blogPostMessage/app/models/message.rb +++ /dev/null @@ -1,5 +0,0 @@ -class Message < ActiveRecord::Base - belongs_to :user - belongs_to :post - validates :author, :message, presence: true -end diff --git a/richardN/models/blogPostMessage/app/models/owner.rb b/richardN/models/blogPostMessage/app/models/owner.rb deleted file mode 100644 index cf59588..0000000 --- a/richardN/models/blogPostMessage/app/models/owner.rb +++ /dev/null @@ -1,4 +0,0 @@ -class Owner < ActiveRecord::Base - belongs_to :blog - belongs_to :user -end diff --git a/richardN/models/blogPostMessage/app/models/post.rb b/richardN/models/blogPostMessage/app/models/post.rb deleted file mode 100644 index ab213bb..0000000 --- a/richardN/models/blogPostMessage/app/models/post.rb +++ /dev/null @@ -1,6 +0,0 @@ -class Post < ActiveRecord::Base - belongs_to :user - belongs_to :blog - has_many :messages - validates :content, :title, presence: true -end diff --git a/richardN/models/blogPostMessage/app/models/user.rb b/richardN/models/blogPostMessage/app/models/user.rb deleted file mode 100644 index 7c3d851..0000000 --- a/richardN/models/blogPostMessage/app/models/user.rb +++ /dev/null @@ -1,10 +0,0 @@ -class User < ActiveRecord::Base - has_many :owners - has_many :messages - has_many :posts - has_many :blogs, through: :owners - has_many :blog_posts, through: :posts, source: :blog - EMAIL_REGEX = /\A([^@\s]+)@((?:[-a-z0-9]+\.)+[a-z]+)\z/i - validates :email, uniqueness: {case_sensitive: false}, format: {with: EMAIL_REGEX} - validates :first_name, :last_name, :email, presence: true -end diff --git a/richardN/models/blogPostMessage/app/views/layouts/application.html.erb b/richardN/models/blogPostMessage/app/views/layouts/application.html.erb deleted file mode 100644 index 131c65a..0000000 --- a/richardN/models/blogPostMessage/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - BlogPostMessage - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/richardN/models/blogPostMessage/bin/bundle b/richardN/models/blogPostMessage/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/richardN/models/blogPostMessage/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/richardN/models/blogPostMessage/bin/rails b/richardN/models/blogPostMessage/bin/rails deleted file mode 100755 index 0138d79..0000000 --- a/richardN/models/blogPostMessage/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/richardN/models/blogPostMessage/bin/rake b/richardN/models/blogPostMessage/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/richardN/models/blogPostMessage/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/richardN/models/blogPostMessage/bin/setup b/richardN/models/blogPostMessage/bin/setup deleted file mode 100755 index acdb2c1..0000000 --- a/richardN/models/blogPostMessage/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/richardN/models/blogPostMessage/bin/spring b/richardN/models/blogPostMessage/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/richardN/models/blogPostMessage/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/richardN/models/blogPostMessage/config.ru b/richardN/models/blogPostMessage/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/richardN/models/blogPostMessage/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/richardN/models/blogPostMessage/config/application.rb b/richardN/models/blogPostMessage/config/application.rb deleted file mode 100644 index 3df57df..0000000 --- a/richardN/models/blogPostMessage/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module BlogPostMessage - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/richardN/models/blogPostMessage/config/boot.rb b/richardN/models/blogPostMessage/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/richardN/models/blogPostMessage/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/richardN/models/blogPostMessage/config/database.yml b/richardN/models/blogPostMessage/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/richardN/models/blogPostMessage/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/richardN/models/blogPostMessage/config/environment.rb b/richardN/models/blogPostMessage/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/richardN/models/blogPostMessage/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/richardN/models/blogPostMessage/config/environments/development.rb b/richardN/models/blogPostMessage/config/environments/development.rb deleted file mode 100644 index b55e214..0000000 --- a/richardN/models/blogPostMessage/config/environments/development.rb +++ /dev/null @@ -1,41 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/richardN/models/blogPostMessage/config/environments/production.rb b/richardN/models/blogPostMessage/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/richardN/models/blogPostMessage/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/richardN/models/blogPostMessage/config/environments/test.rb b/richardN/models/blogPostMessage/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/richardN/models/blogPostMessage/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/richardN/models/blogPostMessage/config/initializers/assets.rb b/richardN/models/blogPostMessage/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/richardN/models/blogPostMessage/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/richardN/models/blogPostMessage/config/initializers/backtrace_silencers.rb b/richardN/models/blogPostMessage/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/richardN/models/blogPostMessage/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/richardN/models/blogPostMessage/config/initializers/cookies_serializer.rb b/richardN/models/blogPostMessage/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/richardN/models/blogPostMessage/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/richardN/models/blogPostMessage/config/initializers/filter_parameter_logging.rb b/richardN/models/blogPostMessage/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/richardN/models/blogPostMessage/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/richardN/models/blogPostMessage/config/initializers/inflections.rb b/richardN/models/blogPostMessage/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/richardN/models/blogPostMessage/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/richardN/models/blogPostMessage/config/initializers/mime_types.rb b/richardN/models/blogPostMessage/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/richardN/models/blogPostMessage/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/richardN/models/blogPostMessage/config/initializers/session_store.rb b/richardN/models/blogPostMessage/config/initializers/session_store.rb deleted file mode 100644 index 7380620..0000000 --- a/richardN/models/blogPostMessage/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_blogPostMessage_session' diff --git a/richardN/models/blogPostMessage/config/initializers/wrap_parameters.rb b/richardN/models/blogPostMessage/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/richardN/models/blogPostMessage/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/richardN/models/blogPostMessage/config/locales/en.yml b/richardN/models/blogPostMessage/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/richardN/models/blogPostMessage/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/richardN/models/blogPostMessage/config/routes.rb b/richardN/models/blogPostMessage/config/routes.rb deleted file mode 100644 index 3f66539..0000000 --- a/richardN/models/blogPostMessage/config/routes.rb +++ /dev/null @@ -1,56 +0,0 @@ -Rails.application.routes.draw do - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/richardN/models/blogPostMessage/config/secrets.yml b/richardN/models/blogPostMessage/config/secrets.yml deleted file mode 100644 index 56b3a18..0000000 --- a/richardN/models/blogPostMessage/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: fba9d64b2fe628ea3f8774453f3a21adf5e72d027080fb0aa22b01a33fb90bb06acf5591b84f31c165087cfa7b8144c9a3812441afe3efc6c18e360075def8fa - -test: - secret_key_base: dfbf7f4719657f4a29bca7c408f10f730b0306ac7070308635fb11a9f212bb70af9c11d6ed80c7a19a649cce71a57790f1119ee6a3729eba8962c9adc36149ef - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/richardN/models/blogPostMessage/db/migrate/20171204020601_create_users.rb b/richardN/models/blogPostMessage/db/migrate/20171204020601_create_users.rb deleted file mode 100644 index cc285fe..0000000 --- a/richardN/models/blogPostMessage/db/migrate/20171204020601_create_users.rb +++ /dev/null @@ -1,11 +0,0 @@ -class CreateUsers < ActiveRecord::Migration - def change - create_table :users do |t| - t.string :first_name - t.string :last_name - t.string :email - - t.timestamps null: false - end - end -end diff --git a/richardN/models/blogPostMessage/db/migrate/20171204020634_create_blogs.rb b/richardN/models/blogPostMessage/db/migrate/20171204020634_create_blogs.rb deleted file mode 100644 index 87471d4..0000000 --- a/richardN/models/blogPostMessage/db/migrate/20171204020634_create_blogs.rb +++ /dev/null @@ -1,10 +0,0 @@ -class CreateBlogs < ActiveRecord::Migration - def change - create_table :blogs do |t| - t.string :name - t.text :description - - t.timestamps null: false - end - end -end diff --git a/richardN/models/blogPostMessage/db/migrate/20171204020711_create_owners.rb b/richardN/models/blogPostMessage/db/migrate/20171204020711_create_owners.rb deleted file mode 100644 index 2737c7e..0000000 --- a/richardN/models/blogPostMessage/db/migrate/20171204020711_create_owners.rb +++ /dev/null @@ -1,10 +0,0 @@ -class CreateOwners < ActiveRecord::Migration - def change - create_table :owners do |t| - t.references :user - t.references :blog, index: true, foreign_key: true - - t.timestamps null: false - end - end -end diff --git a/richardN/models/blogPostMessage/db/migrate/20171204020756_create_posts.rb b/richardN/models/blogPostMessage/db/migrate/20171204020756_create_posts.rb deleted file mode 100644 index c1075fd..0000000 --- a/richardN/models/blogPostMessage/db/migrate/20171204020756_create_posts.rb +++ /dev/null @@ -1,12 +0,0 @@ -class CreatePosts < ActiveRecord::Migration - def change - create_table :posts do |t| - t.string :title - t.text :content - t.references :user, index: true, foreign_key: true - t.references :blog, index: true, foreign_key: true - - t.timestamps null: false - end - end -end diff --git a/richardN/models/blogPostMessage/db/migrate/20171204020846_create_messages.rb b/richardN/models/blogPostMessage/db/migrate/20171204020846_create_messages.rb deleted file mode 100644 index 2151288..0000000 --- a/richardN/models/blogPostMessage/db/migrate/20171204020846_create_messages.rb +++ /dev/null @@ -1,12 +0,0 @@ -class CreateMessages < ActiveRecord::Migration - def change - create_table :messages do |t| - t.string :author - t.text :message - t.references :user, index: true, foreign_key: true - t.references :post, index: true, foreign_key: true - - t.timestamps null: false - end - end -end diff --git a/richardN/models/blogPostMessage/db/schema.rb b/richardN/models/blogPostMessage/db/schema.rb deleted file mode 100644 index 5d951c3..0000000 --- a/richardN/models/blogPostMessage/db/schema.rb +++ /dev/null @@ -1,64 +0,0 @@ -# encoding: UTF-8 -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# Note that this schema.rb definition is the authoritative source for your -# database schema. If you need to create the application database on another -# system, you should be using db:schema:load, not running all the migrations -# from scratch. The latter is a flawed and unsustainable approach (the more migrations -# you'll amass, the slower it'll run and the greater likelihood for issues). -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema.define(version: 20171204020846) do - - create_table "blogs", force: :cascade do |t| - t.string "name" - t.text "description" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - create_table "messages", force: :cascade do |t| - t.string "author" - t.text "message" - t.integer "user_id" - t.integer "post_id" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - add_index "messages", ["post_id"], name: "index_messages_on_post_id" - add_index "messages", ["user_id"], name: "index_messages_on_user_id" - - create_table "owners", force: :cascade do |t| - t.integer "user_id" - t.integer "blog_id" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - add_index "owners", ["blog_id"], name: "index_owners_on_blog_id" - - create_table "posts", force: :cascade do |t| - t.string "title" - t.text "content" - t.integer "user_id" - t.integer "blog_id" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - add_index "posts", ["blog_id"], name: "index_posts_on_blog_id" - add_index "posts", ["user_id"], name: "index_posts_on_user_id" - - create_table "users", force: :cascade do |t| - t.string "first_name" - t.string "last_name" - t.string "email" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - -end diff --git a/richardN/models/blogPostMessage/db/seeds.rb b/richardN/models/blogPostMessage/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/richardN/models/blogPostMessage/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/richardN/models/blogPostMessage/lib/assets/.keep b/richardN/models/blogPostMessage/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/blogPostMessage/lib/tasks/.keep b/richardN/models/blogPostMessage/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/blogPostMessage/log/.keep b/richardN/models/blogPostMessage/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/blogPostMessage/public/404.html b/richardN/models/blogPostMessage/public/404.html deleted file mode 100644 index b612547..0000000 --- a/richardN/models/blogPostMessage/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/richardN/models/blogPostMessage/public/422.html b/richardN/models/blogPostMessage/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/richardN/models/blogPostMessage/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/richardN/models/blogPostMessage/public/500.html b/richardN/models/blogPostMessage/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/richardN/models/blogPostMessage/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/richardN/models/blogPostMessage/public/favicon.ico b/richardN/models/blogPostMessage/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/blogPostMessage/public/robots.txt b/richardN/models/blogPostMessage/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/richardN/models/blogPostMessage/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/richardN/models/blogPostMessage/test/controllers/.keep b/richardN/models/blogPostMessage/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/blogPostMessage/test/fixtures/.keep b/richardN/models/blogPostMessage/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/blogPostMessage/test/fixtures/blogs.yml b/richardN/models/blogPostMessage/test/fixtures/blogs.yml deleted file mode 100644 index 2ff75a8..0000000 --- a/richardN/models/blogPostMessage/test/fixtures/blogs.yml +++ /dev/null @@ -1,9 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - name: MyString - description: MyText - -two: - name: MyString - description: MyText diff --git a/richardN/models/blogPostMessage/test/fixtures/messages.yml b/richardN/models/blogPostMessage/test/fixtures/messages.yml deleted file mode 100644 index f17dfa4..0000000 --- a/richardN/models/blogPostMessage/test/fixtures/messages.yml +++ /dev/null @@ -1,13 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - author: MyString - message: MyText - user_id: - post_id: - -two: - author: MyString - message: MyText - user_id: - post_id: diff --git a/richardN/models/blogPostMessage/test/fixtures/owners.yml b/richardN/models/blogPostMessage/test/fixtures/owners.yml deleted file mode 100644 index 92282db..0000000 --- a/richardN/models/blogPostMessage/test/fixtures/owners.yml +++ /dev/null @@ -1,9 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - user: - blog_id: - -two: - user: - blog_id: diff --git a/richardN/models/blogPostMessage/test/fixtures/posts.yml b/richardN/models/blogPostMessage/test/fixtures/posts.yml deleted file mode 100644 index de7c3d7..0000000 --- a/richardN/models/blogPostMessage/test/fixtures/posts.yml +++ /dev/null @@ -1,13 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - title: MyString - content: MyText - user_id: - blog_id: - -two: - title: MyString - content: MyText - user_id: - blog_id: diff --git a/richardN/models/blogPostMessage/test/fixtures/users.yml b/richardN/models/blogPostMessage/test/fixtures/users.yml deleted file mode 100644 index ef04625..0000000 --- a/richardN/models/blogPostMessage/test/fixtures/users.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - first_name: MyString - last_name: MyString - email: MyString - -two: - first_name: MyString - last_name: MyString - email: MyString diff --git a/richardN/models/blogPostMessage/test/helpers/.keep b/richardN/models/blogPostMessage/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/blogPostMessage/test/integration/.keep b/richardN/models/blogPostMessage/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/blogPostMessage/test/mailers/.keep b/richardN/models/blogPostMessage/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/blogPostMessage/test/models/.keep b/richardN/models/blogPostMessage/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/blogPostMessage/test/models/blog_test.rb b/richardN/models/blogPostMessage/test/models/blog_test.rb deleted file mode 100644 index 5038377..0000000 --- a/richardN/models/blogPostMessage/test/models/blog_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class BlogTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/richardN/models/blogPostMessage/test/models/message_test.rb b/richardN/models/blogPostMessage/test/models/message_test.rb deleted file mode 100644 index 11e5db0..0000000 --- a/richardN/models/blogPostMessage/test/models/message_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class MessageTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/richardN/models/blogPostMessage/test/models/owner_test.rb b/richardN/models/blogPostMessage/test/models/owner_test.rb deleted file mode 100644 index d857cee..0000000 --- a/richardN/models/blogPostMessage/test/models/owner_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class OwnerTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/richardN/models/blogPostMessage/test/models/post_test.rb b/richardN/models/blogPostMessage/test/models/post_test.rb deleted file mode 100644 index 6d9d463..0000000 --- a/richardN/models/blogPostMessage/test/models/post_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class PostTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/richardN/models/blogPostMessage/test/models/user_test.rb b/richardN/models/blogPostMessage/test/models/user_test.rb deleted file mode 100644 index 82f61e0..0000000 --- a/richardN/models/blogPostMessage/test/models/user_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class UserTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/richardN/models/blogPostMessage/test/test_helper.rb b/richardN/models/blogPostMessage/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/richardN/models/blogPostMessage/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/richardN/models/blogPostMessage/vendor/assets/javascripts/.keep b/richardN/models/blogPostMessage/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/blogPostMessage/vendor/assets/stylesheets/.keep b/richardN/models/blogPostMessage/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/bpm/.gitignore b/richardN/models/bpm/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/richardN/models/bpm/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/richardN/models/bpm/Gemfile b/richardN/models/bpm/Gemfile deleted file mode 100644 index ac64fba..0000000 --- a/richardN/models/bpm/Gemfile +++ /dev/null @@ -1,48 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end - -gem 'hirb' \ No newline at end of file diff --git a/richardN/models/bpm/Gemfile.lock b/richardN/models/bpm/Gemfile.lock deleted file mode 100644 index 73114af..0000000 --- a/richardN/models/bpm/Gemfile.lock +++ /dev/null @@ -1,172 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (3.2.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/richardN/models/bpm/README.rdoc b/richardN/models/bpm/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/richardN/models/bpm/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/richardN/models/bpm/Rakefile b/richardN/models/bpm/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/richardN/models/bpm/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/richardN/models/bpm/app/assets/images/.keep b/richardN/models/bpm/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/bpm/app/assets/javascripts/application.js b/richardN/models/bpm/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/richardN/models/bpm/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/richardN/models/bpm/app/assets/stylesheets/application.css b/richardN/models/bpm/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/richardN/models/bpm/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/richardN/models/bpm/app/controllers/application_controller.rb b/richardN/models/bpm/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/richardN/models/bpm/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/richardN/models/bpm/app/controllers/concerns/.keep b/richardN/models/bpm/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/bpm/app/helpers/application_helper.rb b/richardN/models/bpm/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/richardN/models/bpm/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/richardN/models/bpm/app/mailers/.keep b/richardN/models/bpm/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/bpm/app/models/.keep b/richardN/models/bpm/app/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/bpm/app/models/blog.rb b/richardN/models/bpm/app/models/blog.rb deleted file mode 100644 index e417db8..0000000 --- a/richardN/models/bpm/app/models/blog.rb +++ /dev/null @@ -1,4 +0,0 @@ -class Blog < ActiveRecord::Base - has_many :posts - validates :name, :desciption, presence: true -end diff --git a/richardN/models/bpm/app/models/concerns/.keep b/richardN/models/bpm/app/models/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/bpm/app/models/message.rb b/richardN/models/bpm/app/models/message.rb deleted file mode 100644 index 36de1f5..0000000 --- a/richardN/models/bpm/app/models/message.rb +++ /dev/null @@ -1,4 +0,0 @@ -class Message < ActiveRecord::Base - belongs_to :post - validates :author, :messages, presence: true -end diff --git a/richardN/models/bpm/app/models/post.rb b/richardN/models/bpm/app/models/post.rb deleted file mode 100644 index 9df8078..0000000 --- a/richardN/models/bpm/app/models/post.rb +++ /dev/null @@ -1,5 +0,0 @@ -class Post < ActiveRecord::Base - belongs_to :blog - has_many :messages - validates :post, :content, presence: true, length:{in: 7...255} -end diff --git a/richardN/models/bpm/app/views/layouts/application.html.erb b/richardN/models/bpm/app/views/layouts/application.html.erb deleted file mode 100644 index 534513e..0000000 --- a/richardN/models/bpm/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - Bpm - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/richardN/models/bpm/bin/bundle b/richardN/models/bpm/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/richardN/models/bpm/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/richardN/models/bpm/bin/rails b/richardN/models/bpm/bin/rails deleted file mode 100755 index 0138d79..0000000 --- a/richardN/models/bpm/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/richardN/models/bpm/bin/rake b/richardN/models/bpm/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/richardN/models/bpm/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/richardN/models/bpm/bin/setup b/richardN/models/bpm/bin/setup deleted file mode 100755 index acdb2c1..0000000 --- a/richardN/models/bpm/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/richardN/models/bpm/bin/spring b/richardN/models/bpm/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/richardN/models/bpm/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/richardN/models/bpm/config.ru b/richardN/models/bpm/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/richardN/models/bpm/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/richardN/models/bpm/config/application.rb b/richardN/models/bpm/config/application.rb deleted file mode 100644 index e10519e..0000000 --- a/richardN/models/bpm/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module Bpm - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/richardN/models/bpm/config/boot.rb b/richardN/models/bpm/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/richardN/models/bpm/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/richardN/models/bpm/config/database.yml b/richardN/models/bpm/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/richardN/models/bpm/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/richardN/models/bpm/config/environment.rb b/richardN/models/bpm/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/richardN/models/bpm/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/richardN/models/bpm/config/environments/development.rb b/richardN/models/bpm/config/environments/development.rb deleted file mode 100644 index b55e214..0000000 --- a/richardN/models/bpm/config/environments/development.rb +++ /dev/null @@ -1,41 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/richardN/models/bpm/config/environments/production.rb b/richardN/models/bpm/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/richardN/models/bpm/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/richardN/models/bpm/config/environments/test.rb b/richardN/models/bpm/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/richardN/models/bpm/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/richardN/models/bpm/config/initializers/assets.rb b/richardN/models/bpm/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/richardN/models/bpm/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/richardN/models/bpm/config/initializers/backtrace_silencers.rb b/richardN/models/bpm/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/richardN/models/bpm/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/richardN/models/bpm/config/initializers/cookies_serializer.rb b/richardN/models/bpm/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/richardN/models/bpm/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/richardN/models/bpm/config/initializers/filter_parameter_logging.rb b/richardN/models/bpm/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/richardN/models/bpm/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/richardN/models/bpm/config/initializers/inflections.rb b/richardN/models/bpm/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/richardN/models/bpm/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/richardN/models/bpm/config/initializers/mime_types.rb b/richardN/models/bpm/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/richardN/models/bpm/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/richardN/models/bpm/config/initializers/session_store.rb b/richardN/models/bpm/config/initializers/session_store.rb deleted file mode 100644 index e1f9e8c..0000000 --- a/richardN/models/bpm/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_bpm_session' diff --git a/richardN/models/bpm/config/initializers/wrap_parameters.rb b/richardN/models/bpm/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/richardN/models/bpm/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/richardN/models/bpm/config/locales/en.yml b/richardN/models/bpm/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/richardN/models/bpm/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/richardN/models/bpm/config/routes.rb b/richardN/models/bpm/config/routes.rb deleted file mode 100644 index 3f66539..0000000 --- a/richardN/models/bpm/config/routes.rb +++ /dev/null @@ -1,56 +0,0 @@ -Rails.application.routes.draw do - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/richardN/models/bpm/config/secrets.yml b/richardN/models/bpm/config/secrets.yml deleted file mode 100644 index c2d99a7..0000000 --- a/richardN/models/bpm/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: c2721019c80cda46f5bfc87aa29a395800af3671f58fac93955827513ae9d13db57d7d7c885acc40cfc8a3b131141b4bf15c6f2efdecdf1a328c54fe7aaa9549 - -test: - secret_key_base: 30d65acbcccd3030b87438e2f15384532629ba7aa594d5fd1960d395d9dc5fa6e6c0f4454693cd2ca81e6b86ec3dc5860e965b9b5136e346e4b113df549af2b5 - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/richardN/models/bpm/db/migrate/20171201021033_create_blogs.rb b/richardN/models/bpm/db/migrate/20171201021033_create_blogs.rb deleted file mode 100644 index 87471d4..0000000 --- a/richardN/models/bpm/db/migrate/20171201021033_create_blogs.rb +++ /dev/null @@ -1,10 +0,0 @@ -class CreateBlogs < ActiveRecord::Migration - def change - create_table :blogs do |t| - t.string :name - t.text :description - - t.timestamps null: false - end - end -end diff --git a/richardN/models/bpm/db/migrate/20171201023337_create_posts.rb b/richardN/models/bpm/db/migrate/20171201023337_create_posts.rb deleted file mode 100644 index 92bb5f6..0000000 --- a/richardN/models/bpm/db/migrate/20171201023337_create_posts.rb +++ /dev/null @@ -1,11 +0,0 @@ -class CreatePosts < ActiveRecord::Migration - def change - create_table :posts do |t| - t.references :blog, index: true, foreign_key: true - t.string :title - t.text :content - - t.timestamps null: false - end - end -end diff --git a/richardN/models/bpm/db/migrate/20171201023521_create_messages.rb b/richardN/models/bpm/db/migrate/20171201023521_create_messages.rb deleted file mode 100644 index c7f8694..0000000 --- a/richardN/models/bpm/db/migrate/20171201023521_create_messages.rb +++ /dev/null @@ -1,11 +0,0 @@ -class CreateMessages < ActiveRecord::Migration - def change - create_table :messages do |t| - t.references :post, index: true, foreign_key: true - t.string :author - t.text :messages - - t.timestamps null: false - end - end -end diff --git a/richardN/models/bpm/db/schema.rb b/richardN/models/bpm/db/schema.rb deleted file mode 100644 index b14c6d2..0000000 --- a/richardN/models/bpm/db/schema.rb +++ /dev/null @@ -1,43 +0,0 @@ -# encoding: UTF-8 -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# Note that this schema.rb definition is the authoritative source for your -# database schema. If you need to create the application database on another -# system, you should be using db:schema:load, not running all the migrations -# from scratch. The latter is a flawed and unsustainable approach (the more migrations -# you'll amass, the slower it'll run and the greater likelihood for issues). -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema.define(version: 20171201023521) do - - create_table "blogs", force: :cascade do |t| - t.string "name" - t.text "description" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - create_table "messages", force: :cascade do |t| - t.integer "post_id" - t.string "author" - t.text "messages" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - add_index "messages", ["post_id"], name: "index_messages_on_post_id" - - create_table "posts", force: :cascade do |t| - t.integer "blog_id" - t.string "title" - t.text "content" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - add_index "posts", ["blog_id"], name: "index_posts_on_blog_id" - -end diff --git a/richardN/models/bpm/db/seeds.rb b/richardN/models/bpm/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/richardN/models/bpm/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/richardN/models/bpm/lib/assets/.keep b/richardN/models/bpm/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/bpm/lib/tasks/.keep b/richardN/models/bpm/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/bpm/log/.keep b/richardN/models/bpm/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/bpm/public/404.html b/richardN/models/bpm/public/404.html deleted file mode 100644 index b612547..0000000 --- a/richardN/models/bpm/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/richardN/models/bpm/public/422.html b/richardN/models/bpm/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/richardN/models/bpm/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/richardN/models/bpm/public/500.html b/richardN/models/bpm/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/richardN/models/bpm/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/richardN/models/bpm/public/favicon.ico b/richardN/models/bpm/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/bpm/public/robots.txt b/richardN/models/bpm/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/richardN/models/bpm/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/richardN/models/bpm/test/controllers/.keep b/richardN/models/bpm/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/bpm/test/fixtures/.keep b/richardN/models/bpm/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/bpm/test/fixtures/blogs.yml b/richardN/models/bpm/test/fixtures/blogs.yml deleted file mode 100644 index 2ff75a8..0000000 --- a/richardN/models/bpm/test/fixtures/blogs.yml +++ /dev/null @@ -1,9 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - name: MyString - description: MyText - -two: - name: MyString - description: MyText diff --git a/richardN/models/bpm/test/fixtures/messages.yml b/richardN/models/bpm/test/fixtures/messages.yml deleted file mode 100644 index ebf7326..0000000 --- a/richardN/models/bpm/test/fixtures/messages.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - post_id: - author: MyString - messages: MyText - -two: - post_id: - author: MyString - messages: MyText diff --git a/richardN/models/bpm/test/fixtures/posts.yml b/richardN/models/bpm/test/fixtures/posts.yml deleted file mode 100644 index e2dad75..0000000 --- a/richardN/models/bpm/test/fixtures/posts.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - blog_id: - title: MyString - content: MyText - -two: - blog_id: - title: MyString - content: MyText diff --git a/richardN/models/bpm/test/helpers/.keep b/richardN/models/bpm/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/bpm/test/integration/.keep b/richardN/models/bpm/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/bpm/test/mailers/.keep b/richardN/models/bpm/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/bpm/test/models/.keep b/richardN/models/bpm/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/bpm/test/models/blog_test.rb b/richardN/models/bpm/test/models/blog_test.rb deleted file mode 100644 index 5038377..0000000 --- a/richardN/models/bpm/test/models/blog_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class BlogTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/richardN/models/bpm/test/models/message_test.rb b/richardN/models/bpm/test/models/message_test.rb deleted file mode 100644 index 11e5db0..0000000 --- a/richardN/models/bpm/test/models/message_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class MessageTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/richardN/models/bpm/test/models/post_test.rb b/richardN/models/bpm/test/models/post_test.rb deleted file mode 100644 index 6d9d463..0000000 --- a/richardN/models/bpm/test/models/post_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class PostTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/richardN/models/bpm/test/test_helper.rb b/richardN/models/bpm/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/richardN/models/bpm/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/richardN/models/bpm/vendor/assets/javascripts/.keep b/richardN/models/bpm/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/bpm/vendor/assets/stylesheets/.keep b/richardN/models/bpm/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/dojoNinjas/.gitignore b/richardN/models/dojoNinjas/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/richardN/models/dojoNinjas/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/richardN/models/dojoNinjas/Gemfile b/richardN/models/dojoNinjas/Gemfile deleted file mode 100644 index ac64fba..0000000 --- a/richardN/models/dojoNinjas/Gemfile +++ /dev/null @@ -1,48 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end - -gem 'hirb' \ No newline at end of file diff --git a/richardN/models/dojoNinjas/Gemfile.lock b/richardN/models/dojoNinjas/Gemfile.lock deleted file mode 100644 index 73114af..0000000 --- a/richardN/models/dojoNinjas/Gemfile.lock +++ /dev/null @@ -1,172 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (3.2.0) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/richardN/models/dojoNinjas/README.rdoc b/richardN/models/dojoNinjas/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/richardN/models/dojoNinjas/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/richardN/models/dojoNinjas/Rakefile b/richardN/models/dojoNinjas/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/richardN/models/dojoNinjas/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/richardN/models/dojoNinjas/app/assets/images/.keep b/richardN/models/dojoNinjas/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/dojoNinjas/app/assets/javascripts/application.js b/richardN/models/dojoNinjas/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/richardN/models/dojoNinjas/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/richardN/models/dojoNinjas/app/assets/stylesheets/application.css b/richardN/models/dojoNinjas/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/richardN/models/dojoNinjas/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/richardN/models/dojoNinjas/app/controllers/application_controller.rb b/richardN/models/dojoNinjas/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/richardN/models/dojoNinjas/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/richardN/models/dojoNinjas/app/controllers/concerns/.keep b/richardN/models/dojoNinjas/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/dojoNinjas/app/helpers/application_helper.rb b/richardN/models/dojoNinjas/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/richardN/models/dojoNinjas/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/richardN/models/dojoNinjas/app/mailers/.keep b/richardN/models/dojoNinjas/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/dojoNinjas/app/models/.keep b/richardN/models/dojoNinjas/app/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/dojoNinjas/app/models/concerns/.keep b/richardN/models/dojoNinjas/app/models/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/dojoNinjas/app/models/dojo.rb b/richardN/models/dojoNinjas/app/models/dojo.rb deleted file mode 100644 index e1a7097..0000000 --- a/richardN/models/dojoNinjas/app/models/dojo.rb +++ /dev/null @@ -1,5 +0,0 @@ -class Dojo < ActiveRecord::Base - has_many :ninjas, dependent: :destroy - validates :name, :city, :state, presence: true - validates :state, length: {is: 2} -end diff --git a/richardN/models/dojoNinjas/app/models/ninja.rb b/richardN/models/dojoNinjas/app/models/ninja.rb deleted file mode 100644 index 93518b7..0000000 --- a/richardN/models/dojoNinjas/app/models/ninja.rb +++ /dev/null @@ -1,4 +0,0 @@ -class Ninja < ActiveRecord::Base - belongs_to :dojo - validates :first_name, :last_name, presence: true, length: { in: 2..20 } -end diff --git a/richardN/models/dojoNinjas/app/views/layouts/application.html.erb b/richardN/models/dojoNinjas/app/views/layouts/application.html.erb deleted file mode 100644 index 40d7e51..0000000 --- a/richardN/models/dojoNinjas/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - DojoNinjas - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/richardN/models/dojoNinjas/bin/bundle b/richardN/models/dojoNinjas/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/richardN/models/dojoNinjas/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/richardN/models/dojoNinjas/bin/rails b/richardN/models/dojoNinjas/bin/rails deleted file mode 100755 index 0138d79..0000000 --- a/richardN/models/dojoNinjas/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/richardN/models/dojoNinjas/bin/rake b/richardN/models/dojoNinjas/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/richardN/models/dojoNinjas/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/richardN/models/dojoNinjas/bin/setup b/richardN/models/dojoNinjas/bin/setup deleted file mode 100755 index acdb2c1..0000000 --- a/richardN/models/dojoNinjas/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/richardN/models/dojoNinjas/bin/spring b/richardN/models/dojoNinjas/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/richardN/models/dojoNinjas/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/richardN/models/dojoNinjas/config.ru b/richardN/models/dojoNinjas/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/richardN/models/dojoNinjas/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/richardN/models/dojoNinjas/config/application.rb b/richardN/models/dojoNinjas/config/application.rb deleted file mode 100644 index 156a9d5..0000000 --- a/richardN/models/dojoNinjas/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module DojoNinjas - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/richardN/models/dojoNinjas/config/boot.rb b/richardN/models/dojoNinjas/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/richardN/models/dojoNinjas/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/richardN/models/dojoNinjas/config/database.yml b/richardN/models/dojoNinjas/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/richardN/models/dojoNinjas/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/richardN/models/dojoNinjas/config/environment.rb b/richardN/models/dojoNinjas/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/richardN/models/dojoNinjas/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/richardN/models/dojoNinjas/config/environments/development.rb b/richardN/models/dojoNinjas/config/environments/development.rb deleted file mode 100644 index b55e214..0000000 --- a/richardN/models/dojoNinjas/config/environments/development.rb +++ /dev/null @@ -1,41 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/richardN/models/dojoNinjas/config/environments/production.rb b/richardN/models/dojoNinjas/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/richardN/models/dojoNinjas/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/richardN/models/dojoNinjas/config/environments/test.rb b/richardN/models/dojoNinjas/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/richardN/models/dojoNinjas/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/richardN/models/dojoNinjas/config/initializers/assets.rb b/richardN/models/dojoNinjas/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/richardN/models/dojoNinjas/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/richardN/models/dojoNinjas/config/initializers/backtrace_silencers.rb b/richardN/models/dojoNinjas/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/richardN/models/dojoNinjas/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/richardN/models/dojoNinjas/config/initializers/cookies_serializer.rb b/richardN/models/dojoNinjas/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/richardN/models/dojoNinjas/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/richardN/models/dojoNinjas/config/initializers/filter_parameter_logging.rb b/richardN/models/dojoNinjas/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/richardN/models/dojoNinjas/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/richardN/models/dojoNinjas/config/initializers/inflections.rb b/richardN/models/dojoNinjas/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/richardN/models/dojoNinjas/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/richardN/models/dojoNinjas/config/initializers/mime_types.rb b/richardN/models/dojoNinjas/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/richardN/models/dojoNinjas/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/richardN/models/dojoNinjas/config/initializers/session_store.rb b/richardN/models/dojoNinjas/config/initializers/session_store.rb deleted file mode 100644 index 66d07d9..0000000 --- a/richardN/models/dojoNinjas/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_dojoNinjas_session' diff --git a/richardN/models/dojoNinjas/config/initializers/wrap_parameters.rb b/richardN/models/dojoNinjas/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/richardN/models/dojoNinjas/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/richardN/models/dojoNinjas/config/locales/en.yml b/richardN/models/dojoNinjas/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/richardN/models/dojoNinjas/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/richardN/models/dojoNinjas/config/routes.rb b/richardN/models/dojoNinjas/config/routes.rb deleted file mode 100644 index 3f66539..0000000 --- a/richardN/models/dojoNinjas/config/routes.rb +++ /dev/null @@ -1,56 +0,0 @@ -Rails.application.routes.draw do - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/richardN/models/dojoNinjas/config/secrets.yml b/richardN/models/dojoNinjas/config/secrets.yml deleted file mode 100644 index bf029b0..0000000 --- a/richardN/models/dojoNinjas/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: 4f6278fe1348938d1e8a8ec4e6e0f44e3eb2c13de7506de528a02af6d8be23fe215b5e7c88fc133ae0bf526e06dac80b84d2ad26bc76fd7ff2278230148ac3e6 - -test: - secret_key_base: 895e4a5690629ee8babfac5641a7e0dd9d7b3d770a02a9c2052c6774626698bb1a23372489f4e8771ab363c991eda997fbbc2dfcae2725d980271f1e2c167223 - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/richardN/models/dojoNinjas/db/migrate/20171130165400_create_dojos.rb b/richardN/models/dojoNinjas/db/migrate/20171130165400_create_dojos.rb deleted file mode 100644 index ece0705..0000000 --- a/richardN/models/dojoNinjas/db/migrate/20171130165400_create_dojos.rb +++ /dev/null @@ -1,11 +0,0 @@ -class CreateDojos < ActiveRecord::Migration - def change - create_table :dojos do |t| - t.string :name - t.string :city - t.string :state - - t.timestamps null: false - end - end -end diff --git a/richardN/models/dojoNinjas/db/migrate/20171130170259_create_ninjas.rb b/richardN/models/dojoNinjas/db/migrate/20171130170259_create_ninjas.rb deleted file mode 100644 index baf0162..0000000 --- a/richardN/models/dojoNinjas/db/migrate/20171130170259_create_ninjas.rb +++ /dev/null @@ -1,11 +0,0 @@ -class CreateNinjas < ActiveRecord::Migration - def change - create_table :ninjas do |t| - t.references :dojo, index: true, foreign_key: true - t.string :first_name - t.string :last_name - - t.timestamps null: false - end - end -end diff --git a/richardN/models/dojoNinjas/db/schema.rb b/richardN/models/dojoNinjas/db/schema.rb deleted file mode 100644 index e55c0cb..0000000 --- a/richardN/models/dojoNinjas/db/schema.rb +++ /dev/null @@ -1,34 +0,0 @@ -# encoding: UTF-8 -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# Note that this schema.rb definition is the authoritative source for your -# database schema. If you need to create the application database on another -# system, you should be using db:schema:load, not running all the migrations -# from scratch. The latter is a flawed and unsustainable approach (the more migrations -# you'll amass, the slower it'll run and the greater likelihood for issues). -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema.define(version: 20171130170259) do - - create_table "dojos", force: :cascade do |t| - t.string "name" - t.string "city" - t.string "state" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - create_table "ninjas", force: :cascade do |t| - t.integer "dojo_id" - t.string "first_name" - t.string "last_name" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - add_index "ninjas", ["dojo_id"], name: "index_ninjas_on_dojo_id" - -end diff --git a/richardN/models/dojoNinjas/db/seeds.rb b/richardN/models/dojoNinjas/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/richardN/models/dojoNinjas/db/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/richardN/models/dojoNinjas/lib/assets/.keep b/richardN/models/dojoNinjas/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/dojoNinjas/lib/tasks/.keep b/richardN/models/dojoNinjas/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/dojoNinjas/log/.keep b/richardN/models/dojoNinjas/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/dojoNinjas/public/404.html b/richardN/models/dojoNinjas/public/404.html deleted file mode 100644 index b612547..0000000 --- a/richardN/models/dojoNinjas/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/richardN/models/dojoNinjas/public/422.html b/richardN/models/dojoNinjas/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/richardN/models/dojoNinjas/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/richardN/models/dojoNinjas/public/500.html b/richardN/models/dojoNinjas/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/richardN/models/dojoNinjas/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/richardN/models/dojoNinjas/public/favicon.ico b/richardN/models/dojoNinjas/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/dojoNinjas/public/robots.txt b/richardN/models/dojoNinjas/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/richardN/models/dojoNinjas/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/richardN/models/dojoNinjas/test/controllers/.keep b/richardN/models/dojoNinjas/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/dojoNinjas/test/fixtures/.keep b/richardN/models/dojoNinjas/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/dojoNinjas/test/fixtures/dojos.yml b/richardN/models/dojoNinjas/test/fixtures/dojos.yml deleted file mode 100644 index 07bb5b1..0000000 --- a/richardN/models/dojoNinjas/test/fixtures/dojos.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - name: MyString - city: MyString - state: MyString - -two: - name: MyString - city: MyString - state: MyString diff --git a/richardN/models/dojoNinjas/test/fixtures/ninjas.yml b/richardN/models/dojoNinjas/test/fixtures/ninjas.yml deleted file mode 100644 index f7bc7ce..0000000 --- a/richardN/models/dojoNinjas/test/fixtures/ninjas.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - dojo_id: - first_name: MyString - last_name: MyString - -two: - dojo_id: - first_name: MyString - last_name: MyString diff --git a/richardN/models/dojoNinjas/test/helpers/.keep b/richardN/models/dojoNinjas/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/dojoNinjas/test/integration/.keep b/richardN/models/dojoNinjas/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/dojoNinjas/test/mailers/.keep b/richardN/models/dojoNinjas/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/dojoNinjas/test/models/.keep b/richardN/models/dojoNinjas/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/dojoNinjas/test/models/dojo_test.rb b/richardN/models/dojoNinjas/test/models/dojo_test.rb deleted file mode 100644 index a078f30..0000000 --- a/richardN/models/dojoNinjas/test/models/dojo_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class DojoTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/richardN/models/dojoNinjas/test/models/ninja_test.rb b/richardN/models/dojoNinjas/test/models/ninja_test.rb deleted file mode 100644 index d21c152..0000000 --- a/richardN/models/dojoNinjas/test/models/ninja_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class NinjaTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/richardN/models/dojoNinjas/test/test_helper.rb b/richardN/models/dojoNinjas/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/richardN/models/dojoNinjas/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/richardN/models/dojoNinjas/vendor/assets/javascripts/.keep b/richardN/models/dojoNinjas/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/dojoNinjas/vendor/assets/stylesheets/.keep b/richardN/models/dojoNinjas/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/optimize/.gitignore b/richardN/models/optimize/.gitignore deleted file mode 100644 index 050c9d9..0000000 --- a/richardN/models/optimize/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile '~/.gitignore_global' - -# Ignore bundler config. -/.bundle - -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - -# Ignore all logfiles and tempfiles. -/log/* -!/log/.keep -/tmp diff --git a/richardN/models/optimize/Gemfile b/richardN/models/optimize/Gemfile deleted file mode 100644 index ac64fba..0000000 --- a/richardN/models/optimize/Gemfile +++ /dev/null @@ -1,48 +0,0 @@ -source 'https://rubygems.org' - - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.7' -# Use sqlite3 as the database for Active Record -gem 'sqlite3' -# Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' -# Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' -# Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' -# See https://github.com/rails/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - -# Use jquery as the JavaScript library -gem 'jquery-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.0' -# bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Unicorn as the app server -# gem 'unicorn' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' -end - -group :development do - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' - - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' -end - -gem 'hirb' \ No newline at end of file diff --git a/richardN/models/optimize/Gemfile.lock b/richardN/models/optimize/Gemfile.lock deleted file mode 100644 index 69988e1..0000000 --- a/richardN/models/optimize/Gemfile.lock +++ /dev/null @@ -1,172 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionmailer (4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7) - actionview (= 4.2.7) - activesupport (= 4.2.7) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.7) - activesupport (= 4.2.7) - globalid (>= 0.3.0) - activemodel (4.2.7) - activesupport (= 4.2.7) - builder (~> 3.1) - activerecord (4.2.7) - activemodel (= 4.2.7) - activesupport (= 4.2.7) - arel (~> 6.0) - activesupport (4.2.7) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - binding_of_caller (0.7.3) - debug_inspector (>= 0.0.1) - builder (3.2.3) - byebug (9.1.0) - coffee-rails (4.1.1) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.3) - debug_inspector (0.0.3) - erubis (2.7.0) - execjs (2.7.0) - ffi (1.9.18) - globalid (0.4.1) - activesupport (>= 4.2.0) - hirb (0.7.3) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jbuilder (2.7.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) - jquery-rails (4.3.1) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (1.8.6) - loofah (2.1.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.0) - mini_mime (>= 0.1.1) - mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.10.3) - multi_json (1.12.2) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) - rack (1.6.8) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.7) - actionmailer (= 4.2.7) - actionpack (= 4.2.7) - actionview (= 4.2.7) - activejob (= 4.2.7) - activemodel (= 4.2.7) - activerecord (= 4.2.7) - activesupport (= 4.2.7) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7) - sprockets-rails - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (4.2.7) - actionpack (= 4.2.7) - activesupport (= 4.2.7) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.0) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rdoc (4.3.0) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - sqlite3 (1.3.13) - thor (0.20.0) - thread_safe (0.3.6) - tilt (2.0.8) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.3) - tzinfo (1.2.4) - thread_safe (~> 0.1) - uglifier (4.0.1) - execjs (>= 0.3.0, < 3) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) - -PLATFORMS - ruby - -DEPENDENCIES - byebug - coffee-rails (~> 4.1.0) - hirb - jbuilder (~> 2.0) - jquery-rails - rails (= 4.2.7) - sass-rails (~> 5.0) - sdoc (~> 0.4.0) - spring - sqlite3 - turbolinks - uglifier (>= 1.3.0) - web-console (~> 2.0) - -BUNDLED WITH - 1.16.0 diff --git a/richardN/models/optimize/README.rdoc b/richardN/models/optimize/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/richardN/models/optimize/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/richardN/models/optimize/Rakefile b/richardN/models/optimize/Rakefile deleted file mode 100644 index ba6b733..0000000 --- a/richardN/models/optimize/Rakefile +++ /dev/null @@ -1,6 +0,0 @@ -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Rails.application.load_tasks diff --git a/richardN/models/optimize/app/assets/images/.keep b/richardN/models/optimize/app/assets/images/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/optimize/app/assets/javascripts/application.js b/richardN/models/optimize/app/assets/javascripts/application.js deleted file mode 100644 index e07c5a8..0000000 --- a/richardN/models/optimize/app/assets/javascripts/application.js +++ /dev/null @@ -1,16 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require jquery -//= require jquery_ujs -//= require turbolinks -//= require_tree . diff --git a/richardN/models/optimize/app/assets/stylesheets/application.css b/richardN/models/optimize/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/richardN/models/optimize/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/richardN/models/optimize/app/controllers/application_controller.rb b/richardN/models/optimize/app/controllers/application_controller.rb deleted file mode 100644 index d83690e..0000000 --- a/richardN/models/optimize/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - # Prevent CSRF attacks by raising an exception. - # For APIs, you may want to use :null_session instead. - protect_from_forgery with: :exception -end diff --git a/richardN/models/optimize/app/controllers/concerns/.keep b/richardN/models/optimize/app/controllers/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/optimize/app/helpers/application_helper.rb b/richardN/models/optimize/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/richardN/models/optimize/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/richardN/models/optimize/app/mailers/.keep b/richardN/models/optimize/app/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/optimize/app/models/.keep b/richardN/models/optimize/app/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/optimize/app/models/concerns/.keep b/richardN/models/optimize/app/models/concerns/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/optimize/app/models/player.rb b/richardN/models/optimize/app/models/player.rb deleted file mode 100644 index b30fdc9..0000000 --- a/richardN/models/optimize/app/models/player.rb +++ /dev/null @@ -1,3 +0,0 @@ -class Player < ActiveRecord::Base - belongs_to :team -end diff --git a/richardN/models/optimize/app/models/team.rb b/richardN/models/optimize/app/models/team.rb deleted file mode 100644 index 25bddeb..0000000 --- a/richardN/models/optimize/app/models/team.rb +++ /dev/null @@ -1,3 +0,0 @@ -class Team < ActiveRecord::Base - has_many :players -end diff --git a/richardN/models/optimize/app/views/layouts/application.html.erb b/richardN/models/optimize/app/views/layouts/application.html.erb deleted file mode 100644 index 7fc9d5f..0000000 --- a/richardN/models/optimize/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - - - - Optimize - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> - - - -<%= yield %> - - - diff --git a/richardN/models/optimize/bin/bundle b/richardN/models/optimize/bin/bundle deleted file mode 100755 index 66e9889..0000000 --- a/richardN/models/optimize/bin/bundle +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -load Gem.bin_path('bundler', 'bundle') diff --git a/richardN/models/optimize/bin/rails b/richardN/models/optimize/bin/rails deleted file mode 100755 index 0138d79..0000000 --- a/richardN/models/optimize/bin/rails +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -APP_PATH = File.expand_path('../../config/application', __FILE__) -require_relative '../config/boot' -require 'rails/commands' diff --git a/richardN/models/optimize/bin/rake b/richardN/models/optimize/bin/rake deleted file mode 100755 index d87d5f5..0000000 --- a/richardN/models/optimize/bin/rake +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -begin - load File.expand_path('../spring', __FILE__) -rescue LoadError => e - raise unless e.message.include?('spring') -end -require_relative '../config/boot' -require 'rake' -Rake.application.run diff --git a/richardN/models/optimize/bin/setup b/richardN/models/optimize/bin/setup deleted file mode 100755 index acdb2c1..0000000 --- a/richardN/models/optimize/bin/setup +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env ruby -require 'pathname' - -# path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) - -Dir.chdir APP_ROOT do - # This script is a starting point to setup your application. - # Add necessary setup steps to this file: - - puts "== Installing dependencies ==" - system "gem install bundler --conservative" - system "bundle check || bundle install" - - # puts "\n== Copying sample files ==" - # unless File.exist?("config/database.yml") - # system "cp config/database.yml.sample config/database.yml" - # end - - puts "\n== Preparing database ==" - system "bin/rake db:setup" - - puts "\n== Removing old logs and tempfiles ==" - system "rm -f log/*" - system "rm -rf tmp/cache" - - puts "\n== Restarting application server ==" - system "touch tmp/restart.txt" -end diff --git a/richardN/models/optimize/bin/spring b/richardN/models/optimize/bin/spring deleted file mode 100755 index fb2ec2e..0000000 --- a/richardN/models/optimize/bin/spring +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env ruby - -# This file loads spring without using Bundler, in order to be fast. -# It gets overwritten when you run the `spring binstub` command. - -unless defined?(Spring) - require 'rubygems' - require 'bundler' - - lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) - spring = lockfile.specs.detect { |spec| spec.name == "spring" } - if spring - Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path - gem 'spring', spring.version - require 'spring/binstub' - end -end diff --git a/richardN/models/optimize/config.ru b/richardN/models/optimize/config.ru deleted file mode 100644 index bd83b25..0000000 --- a/richardN/models/optimize/config.ru +++ /dev/null @@ -1,4 +0,0 @@ -# This file is used by Rack-based servers to start the application. - -require ::File.expand_path('../config/environment', __FILE__) -run Rails.application diff --git a/richardN/models/optimize/config/application.rb b/richardN/models/optimize/config/application.rb deleted file mode 100644 index 82f8fb1..0000000 --- a/richardN/models/optimize/config/application.rb +++ /dev/null @@ -1,26 +0,0 @@ -require File.expand_path('../boot', __FILE__) - -require 'rails/all' - -# Require the gems listed in Gemfile, including any gems -# you've limited to :test, :development, or :production. -Bundler.require(*Rails.groups) - -module Optimize - class Application < Rails::Application - # Settings in config/environments/* take precedence over those specified here. - # Application configuration should go into files in config/initializers - # -- all .rb files in that directory are automatically loaded. - - # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. - # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - # config.time_zone = 'Central Time (US & Canada)' - - # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. - # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] - # config.i18n.default_locale = :de - - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - end -end diff --git a/richardN/models/optimize/config/boot.rb b/richardN/models/optimize/config/boot.rb deleted file mode 100644 index 6b750f0..0000000 --- a/richardN/models/optimize/config/boot.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) - -require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/richardN/models/optimize/config/database.yml b/richardN/models/optimize/config/database.yml deleted file mode 100644 index 1c1a37c..0000000 --- a/richardN/models/optimize/config/database.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: 5 - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - <<: *default - database: db/production.sqlite3 diff --git a/richardN/models/optimize/config/environment.rb b/richardN/models/optimize/config/environment.rb deleted file mode 100644 index ee8d90d..0000000 --- a/richardN/models/optimize/config/environment.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Load the Rails application. -require File.expand_path('../application', __FILE__) - -# Initialize the Rails application. -Rails.application.initialize! diff --git a/richardN/models/optimize/config/environments/development.rb b/richardN/models/optimize/config/environments/development.rb deleted file mode 100644 index b55e214..0000000 --- a/richardN/models/optimize/config/environments/development.rb +++ /dev/null @@ -1,41 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. - config.cache_classes = false - - # Do not eager load code on boot. - config.eager_load = false - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Don't care if the mailer can't send. - config.action_mailer.raise_delivery_errors = false - - # Print deprecation notices to the Rails logger. - config.active_support.deprecation = :log - - # Raise an error on page load if there are pending migrations. - config.active_record.migration_error = :page_load - - # Debug mode disables concatenation and preprocessing of assets. - # This option may cause significant delays in view rendering with a large - # number of complex assets. - config.assets.debug = true - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # Adds additional error checking when serving assets at runtime. - # Checks for improperly declared sprockets dependencies. - # Raises helpful error messages. - config.assets.raise_runtime_errors = true - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/richardN/models/optimize/config/environments/production.rb b/richardN/models/optimize/config/environments/production.rb deleted file mode 100644 index 5c1b32e..0000000 --- a/richardN/models/optimize/config/environments/production.rb +++ /dev/null @@ -1,79 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # Code is not reloaded between requests. - config.cache_classes = true - - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Enable Rack::Cache to put a simple HTTP cache in front of your application - # Add `rack-cache` to your Gemfile before enabling this. - # For large-scale production use, consider using a caching reverse proxy like - # NGINX, varnish or squid. - # config.action_dispatch.rack_cache = true - - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - - # Compress JavaScripts and CSS. - config.assets.js_compressor = :uglifier - # config.assets.css_compressor = :sass - - # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false - - # Asset digests allow you to set far-future HTTP expiration dates on all assets, - # yet still be able to expire them through the digest params. - config.assets.digest = true - - # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb - - # Specifies the header that your server uses for sending files. - # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache - # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX - - # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - # config.force_ssl = true - - # Use the lowest log level to ensure availability of diagnostic information - # when problems arise. - config.log_level = :debug - - # Prepend all log lines with the following tags. - # config.log_tags = [ :subdomain, :uuid ] - - # Use a different logger for distributed setups. - # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) - - # Use a different cache store in production. - # config.cache_store = :mem_cache_store - - # Enable serving of images, stylesheets, and JavaScripts from an asset server. - # config.action_controller.asset_host = 'http://assets.example.com' - - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # the I18n.default_locale when a translation cannot be found). - config.i18n.fallbacks = true - - # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify - - # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new - - # Do not dump schema after migrations. - config.active_record.dump_schema_after_migration = false -end diff --git a/richardN/models/optimize/config/environments/test.rb b/richardN/models/optimize/config/environments/test.rb deleted file mode 100644 index 1c19f08..0000000 --- a/richardN/models/optimize/config/environments/test.rb +++ /dev/null @@ -1,42 +0,0 @@ -Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. - - # The test environment is used exclusively to run your application's - # test suite. You never need to work with it otherwise. Remember that - # your test database is "scratch space" for the test suite and is wiped - # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true - - # Do not eager load code on boot. This avoids loading your whole application - # just for the purpose of running a single test. If you are using a tool that - # preloads Rails for running tests, you may have to set it to true. - config.eager_load = false - - # Configure static file server for tests with Cache-Control for performance. - config.serve_static_files = true - config.static_cache_control = 'public, max-age=3600' - - # Show full error reports and disable caching. - config.consider_all_requests_local = true - config.action_controller.perform_caching = false - - # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false - - # Disable request forgery protection in test environment. - config.action_controller.allow_forgery_protection = false - - # Tell Action Mailer not to deliver emails to the real world. - # The :test delivery method accumulates sent emails in the - # ActionMailer::Base.deliveries array. - config.action_mailer.delivery_method = :test - - # Randomize the order test cases are executed. - config.active_support.test_order = :random - - # Print deprecation notices to the stderr. - config.active_support.deprecation = :stderr - - # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true -end diff --git a/richardN/models/optimize/config/initializers/assets.rb b/richardN/models/optimize/config/initializers/assets.rb deleted file mode 100644 index 01ef3e6..0000000 --- a/richardN/models/optimize/config/initializers/assets.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = '1.0' - -# Add additional assets to the asset load path -# Rails.application.config.assets.paths << Emoji.images_path - -# Precompile additional assets. -# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. -# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/richardN/models/optimize/config/initializers/backtrace_silencers.rb b/richardN/models/optimize/config/initializers/backtrace_silencers.rb deleted file mode 100644 index 59385cd..0000000 --- a/richardN/models/optimize/config/initializers/backtrace_silencers.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. -# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } - -# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. -# Rails.backtrace_cleaner.remove_silencers! diff --git a/richardN/models/optimize/config/initializers/cookies_serializer.rb b/richardN/models/optimize/config/initializers/cookies_serializer.rb deleted file mode 100644 index 7f70458..0000000 --- a/richardN/models/optimize/config/initializers/cookies_serializer.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/richardN/models/optimize/config/initializers/filter_parameter_logging.rb b/richardN/models/optimize/config/initializers/filter_parameter_logging.rb deleted file mode 100644 index 4a994e1..0000000 --- a/richardN/models/optimize/config/initializers/filter_parameter_logging.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] diff --git a/richardN/models/optimize/config/initializers/inflections.rb b/richardN/models/optimize/config/initializers/inflections.rb deleted file mode 100644 index ac033bf..0000000 --- a/richardN/models/optimize/config/initializers/inflections.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new inflection rules using the following format. Inflections -# are locale specific, and you may define rules for as many different -# locales as you wish. All of these examples are active by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.plural /^(ox)$/i, '\1en' -# inflect.singular /^(ox)en/i, '\1' -# inflect.irregular 'person', 'people' -# inflect.uncountable %w( fish sheep ) -# end - -# These inflection rules are supported but not enabled by default: -# ActiveSupport::Inflector.inflections(:en) do |inflect| -# inflect.acronym 'RESTful' -# end diff --git a/richardN/models/optimize/config/initializers/mime_types.rb b/richardN/models/optimize/config/initializers/mime_types.rb deleted file mode 100644 index dc18996..0000000 --- a/richardN/models/optimize/config/initializers/mime_types.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Add new mime types for use in respond_to blocks: -# Mime::Type.register "text/richtext", :rtf diff --git a/richardN/models/optimize/config/initializers/session_store.rb b/richardN/models/optimize/config/initializers/session_store.rb deleted file mode 100644 index 7e5d399..0000000 --- a/richardN/models/optimize/config/initializers/session_store.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Be sure to restart your server when you modify this file. - -Rails.application.config.session_store :cookie_store, key: '_optimize_session' diff --git a/richardN/models/optimize/config/initializers/wrap_parameters.rb b/richardN/models/optimize/config/initializers/wrap_parameters.rb deleted file mode 100644 index 33725e9..0000000 --- a/richardN/models/optimize/config/initializers/wrap_parameters.rb +++ /dev/null @@ -1,14 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# This file contains settings for ActionController::ParamsWrapper which -# is enabled by default. - -# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. -ActiveSupport.on_load(:action_controller) do - wrap_parameters format: [:json] if respond_to?(:wrap_parameters) -end - -# To enable root element in JSON for ActiveRecord objects. -# ActiveSupport.on_load(:active_record) do -# self.include_root_in_json = true -# end diff --git a/richardN/models/optimize/config/locales/en.yml b/richardN/models/optimize/config/locales/en.yml deleted file mode 100644 index 0653957..0000000 --- a/richardN/models/optimize/config/locales/en.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Files in the config/locales directory are used for internationalization -# and are automatically loaded by Rails. If you want to use locales other -# than English, add the necessary files in this directory. -# -# To use the locales, use `I18n.t`: -# -# I18n.t 'hello' -# -# In views, this is aliased to just `t`: -# -# <%= t('hello') %> -# -# To use a different locale, set it with `I18n.locale`: -# -# I18n.locale = :es -# -# This would use the information in config/locales/es.yml. -# -# To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. - -en: - hello: "Hello world" diff --git a/richardN/models/optimize/config/routes.rb b/richardN/models/optimize/config/routes.rb deleted file mode 100644 index 3f66539..0000000 --- a/richardN/models/optimize/config/routes.rb +++ /dev/null @@ -1,56 +0,0 @@ -Rails.application.routes.draw do - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". - - # You can have the root of your site routed with "root" - # root 'welcome#index' - - # Example of regular route: - # get 'products/:id' => 'catalog#view' - - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end -end diff --git a/richardN/models/optimize/config/secrets.yml b/richardN/models/optimize/config/secrets.yml deleted file mode 100644 index fa6fdae..0000000 --- a/richardN/models/optimize/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key is used for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! - -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -# You can use `rake secret` to generate a secure secret key. - -# Make sure the secrets in this file are kept private -# if you're sharing your code publicly. - -development: - secret_key_base: d95878f2cd7c8877118f44cf154d79b28925b6f084ca02bd90c64d84b08e47f01a947144f24c2fa97e5066bbad9a4c26337f7f72f4a60c613d7b414399732dac - -test: - secret_key_base: a0dd9ffe293a72c2c42c7eb98153711e13fb83b0f5fcf8ea2d2048a4aacfaae8e5db067cc976a3f57699b6cd943544b6350e6250e7a812d4b3384b979997b316 - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/richardN/models/optimize/db/migrate/20171203220121_create_teams.rb b/richardN/models/optimize/db/migrate/20171203220121_create_teams.rb deleted file mode 100644 index 5f7137c..0000000 --- a/richardN/models/optimize/db/migrate/20171203220121_create_teams.rb +++ /dev/null @@ -1,11 +0,0 @@ -class CreateTeams < ActiveRecord::Migration - def change - create_table :teams do |t| - t.string :name - t.string :mascot - t.string :stadium - - t.timestamps null: false - end - end -end diff --git a/richardN/models/optimize/db/migrate/20171203220131_create_players.rb b/richardN/models/optimize/db/migrate/20171203220131_create_players.rb deleted file mode 100644 index 9949aad..0000000 --- a/richardN/models/optimize/db/migrate/20171203220131_create_players.rb +++ /dev/null @@ -1,10 +0,0 @@ -class CreatePlayers < ActiveRecord::Migration - def change - create_table :players do |t| - t.string :name - t.references :team, index: true, foreign_key: true - - t.timestamps null: false - end - end -end diff --git a/richardN/models/optimize/db/schema.rb b/richardN/models/optimize/db/schema.rb deleted file mode 100644 index 5afea1c..0000000 --- a/richardN/models/optimize/db/schema.rb +++ /dev/null @@ -1,33 +0,0 @@ -# encoding: UTF-8 -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# Note that this schema.rb definition is the authoritative source for your -# database schema. If you need to create the application database on another -# system, you should be using db:schema:load, not running all the migrations -# from scratch. The latter is a flawed and unsustainable approach (the more migrations -# you'll amass, the slower it'll run and the greater likelihood for issues). -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema.define(version: 20171203220131) do - - create_table "players", force: :cascade do |t| - t.string "name" - t.integer "team_id" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - add_index "players", ["team_id"], name: "index_players_on_team_id" - - create_table "teams", force: :cascade do |t| - t.string "name" - t.string "mascot" - t.string "stadium" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - -end diff --git a/richardN/models/optimize/db/seeds.rb b/richardN/models/optimize/db/seeds.rb deleted file mode 100644 index 98e69f2..0000000 --- a/richardN/models/optimize/db/seeds.rb +++ /dev/null @@ -1,112 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) -# Mayor.create(name: 'Emanuel', city: cities.first) - -# we require 'open-uri' to request the html files -require 'open-uri' -teams = [ - ["Atlanta Hawks", "Skyhawk", "Philips Arena"], - ["Boston Celtics", "Lucky the Leprechaun", "TD Garden"], - ["Brooklyn Nets", "BrooklyKnight", "Barclays Center"], - ["Charlotte Hornets", "Hugo the Hornet", "Spectrum Center"], - ["Chicago Bulls", "Benny the Bull", "United Center"], - ["Cleveland Cavaliers", "Moondog", "Quicken Loans Arena"], - ["Dallas Mavericks", "Champ", "American Airlines Center"], - ["Denver Nuggets", "Rocky the Mountain Lion", "Pepsi Center"], - ["Detroit Pistons", "Hooper", "The Palace of Auburn Hills"], - ["Golden State Warriors", "Thunder", "Oracle Arena"], - ["Houston Rockets", "Clutch", "Toyota Center"], - ["Indiana Pacers", "Boomer the Panther", "Bankers Life Fieldhouse"], - ["Los Angeles Clippers", "Chuck", "Staples Center"], - ["Los Angeles Lakers", "Jack Nicholson", "Staples Center"], - ["Memphis Grizzlies", "Griz", "FedExForum"], - ["Miami Heat", "Burnie", "American Airlines Arena"], - ["Milwaukee Bucks", "Bango", "BMO Harris Bradley Center"], - ["Minnesota Timberwolves", "Crunch the Wolf", "Target Center"], - ["New Orleans Pelicans", "Pierre the Pelican", "Smoothie King Center"], - ["New York Knicks", "Spike Lee", "Madison Square Garden"], - ["Oklahoma City Thunder", "Rumble the Bison", "Chesapeake Energy Arena"], - ["Orlando Magic", "Stuff the Magic Dragon", "Amway Center"], - ["Philadelphia 76ers", "Franklin the Dog", "Wells Fargo Center Philadelphia"], - ["Phoenix Suns", "The Suns Gorilla", "Talking Stick Resort Arena"], - ["Portland Trail Blazers", "Blaze the Trail Cat", "Moda Center"], - ["Sacramento Kings", "Slamson the Lion", "Golden 1 Center"], - ["San Antonio Spurs", "The Coyote", "AT&T Center"], - ["Toronto Raptors", "Raptor", "Air Canada Centre"], - ["Utah Jazz", "Jazz Bear", "Vivint Smart Home Arena"], - ["Washington Wizards", "G. Wiz", "Verizon Center"] -] -# Here, we are using the Nokogiri gem (already comes with Rails), to scrape the ESPN website for the list of players. -# For more information on Nokogiri, you can go to their documentation or visit http://www.nokogiri.org/ -atlanta_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/atl/atlanta-hawks")).css("td.sortcell") -boston_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/bos/boston-celtics")).css("td.sortcell") -brooklyn_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/bkn/brooklyn-nets")).css("td.sortcell") -charlotte_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/cha/charlotte-hornets")).css("td.sortcell") -chicago_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/chi/chicago-bulls")).css("td.sortcell") -cleveland_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/cle/cleveland-cavaliers")).css("td.sortcell") -dallas_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/dal/dallas-mavericks")).css("td.sortcell") -denver_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/den/denver-nuggets")).css("td.sortcell") -detroit_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/det/detroit-pistons")).css("td.sortcell") -warriors_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/gs/golden-state-warriors")).css("td.sortcell") -houston_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/hou/houston-rockets")).css("td.sortcell") -indiana_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/ind/indiana-pacers")).css("td.sortcell") -clippers_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/lac/la-clippers")).css("td.sortcell") -lakers_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/lal/los-angeles-lakers")).css("td.sortcell") -memphis_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/mem/memphis-grizzlies")).css("td.sortcell") -miami_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/mia/miami-heat")).css("td.sortcell") -milwaukee_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/mil/milwaukee-bucks")).css("td.sortcell") -minnesota_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/min/minnesota-timberwolves")).css("td.sortcell") -nola_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/no/new-orleans-pelicans")).css("td.sortcell") -knicks_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/ny/new-york-knicks")).css("td.sortcell") -okc_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/okc/oklahoma-city-thunder")).css("td.sortcell") -orlando_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/orl/orlando-magic")).css("td.sortcell") -phili_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/phi/philadelphia-76ers")).css("td.sortcell") -phoenix_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/phx/phoenix-suns")).css("td.sortcell") -portland_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/por/portland-trail-blazers")).css("td.sortcell") -sacramento_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/sac/sacramento-kings")).css("td.sortcell") -spurs_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/sa/san-antonio-spurs")).css("td.sortcell") -toronto_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/tor/toronto-raptors")).css("td.sortcell") -utah_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/utah/utah-jazz")).css("td.sortcell") -washington_players = Nokogiri::HTML(open("http://www.espn.com/nba/team/roster/_/name/wsh/washington-wizards")).css("td.sortcell") -players = [ - atlanta_players, - boston_players, - brooklyn_players, - charlotte_players, - chicago_players, - cleveland_players, - dallas_players, - denver_players, - detroit_players, - warriors_players, - houston_players, - indiana_players, - clippers_players, - lakers_players, - memphis_players, - miami_players, - milwaukee_players, - minnesota_players, - nola_players, - knicks_players, - okc_players, - orlando_players, - phili_players, - phoenix_players, - portland_players, - sacramento_players, - spurs_players, - toronto_players, - utah_players, - washington_players -] -players.each_with_index do |roster, index| - Team.create(name: teams[index][0], mascot: teams[index][1], stadium: teams[index][2]) - roster.each do |player| - Team.last.players.create(name: player.text) - end -end diff --git a/richardN/models/optimize/ff b/richardN/models/optimize/ff deleted file mode 100644 index fc1fe8b..0000000 --- a/richardN/models/optimize/ff +++ /dev/null @@ -1,37 +0,0 @@ -+----+------------------------+------------------------+------------------------+------------------------+-------------------------+ -| id | name | mascot | stadium | created_at | updated_at | -+----+------------------------+------------------------+------------------------+------------------------+-------------------------+ -| 1 | Atlanta Hawks | Skyhawk | Philips Arena | 2017-12-03 22:05:37... | 2017-12-03 22:05:37 UTC | -| 2 | Atlanta Hawks | Skyhawk | Philips Arena | 2017-12-03 22:07:43... | 2017-12-03 22:07:43 UTC | -| 3 | Atlanta Hawks | Skyhawk | Philips Arena | 2017-12-03 22:11:46... | 2017-12-03 22:11:46 UTC | -| 4 | Boston Celtics | Lucky the Leprechaun | TD Garden | 2017-12-03 22:11:47... | 2017-12-03 22:11:47 UTC | -| 5 | Brooklyn Nets | BrooklyKnight | Barclays Center | 2017-12-03 22:11:47... | 2017-12-03 22:11:47 UTC | -| 6 | Charlotte Hornets | Hugo the Hornet | Spectrum Center | 2017-12-03 22:11:47... | 2017-12-03 22:11:47 UTC | -| 7 | Chicago Bulls | Benny the Bull | United Center | 2017-12-03 22:11:47... | 2017-12-03 22:11:47 UTC | -| 8 | Cleveland Cavaliers | Moondog | Quicken Loans Arena | 2017-12-03 22:11:48... | 2017-12-03 22:11:48 UTC | -| 9 | Dallas Mavericks | Champ | American Airlines C... | 2017-12-03 22:11:48... | 2017-12-03 22:11:48 UTC | -| 10 | Denver Nuggets | Rocky the Mountain ... | Pepsi Center | 2017-12-03 22:11:48... | 2017-12-03 22:11:48 UTC | -| 11 | Detroit Pistons | Hooper | The Palace of Aubur... | 2017-12-03 22:11:48... | 2017-12-03 22:11:48 UTC | -| 12 | Golden State Warriors | Thunder | Oracle Arena | 2017-12-03 22:11:49... | 2017-12-03 22:11:49 UTC | -| 13 | Houston Rockets | Clutch | Toyota Center | 2017-12-03 22:11:49... | 2017-12-03 22:11:49 UTC | -| 14 | Indiana Pacers | Boomer the Panther | Bankers Life Fieldh... | 2017-12-03 22:11:49... | 2017-12-03 22:11:49 UTC | -| 15 | Los Angeles Clippers | Chuck | Staples Center | 2017-12-03 22:11:49... | 2017-12-03 22:11:49 UTC | -| 16 | Los Angeles Lakers | Jack Nicholson | Staples Center | 2017-12-03 22:11:50... | 2017-12-03 22:11:50 UTC | -| 17 | Memphis Grizzlies | Griz | FedExForum | 2017-12-03 22:11:50... | 2017-12-03 22:11:50 UTC | -| 18 | Miami Heat | Burnie | American Airlines A... | 2017-12-03 22:11:50... | 2017-12-03 22:11:50 UTC | -| 19 | Milwaukee Bucks | Bango | BMO Harris Bradley ... | 2017-12-03 22:11:50... | 2017-12-03 22:11:50 UTC | -| 20 | Minnesota Timberwolves | Crunch the Wolf | Target Center | 2017-12-03 22:11:51... | 2017-12-03 22:11:51 UTC | -| 21 | New Orleans Pelicans | Pierre the Pelican | Smoothie King Center | 2017-12-03 22:11:51... | 2017-12-03 22:11:51 UTC | -| 22 | New York Knicks | Spike Lee | Madison Square Garden | 2017-12-03 22:11:51... | 2017-12-03 22:11:51 UTC | -| 23 | Oklahoma City Thunder | Rumble the Bison | Chesapeake Energy A... | 2017-12-03 22:11:51... | 2017-12-03 22:11:51 UTC | -| 24 | Orlando Magic | Stuff the Magic Dragon | Amway Center | 2017-12-03 22:11:52... | 2017-12-03 22:11:52 UTC | -| 25 | Philadelphia 76ers | Franklin the Dog | Wells Fargo Center ... | 2017-12-03 22:11:52... | 2017-12-03 22:11:52 UTC | -| 26 | Phoenix Suns | The Suns Gorilla | Talking Stick Resor... | 2017-12-03 22:11:52... | 2017-12-03 22:11:52 UTC | -| 27 | Portland Trail Blazers | Blaze the Trail Cat | Moda Center | 2017-12-03 22:11:53... | 2017-12-03 22:11:53 UTC | -| 28 | Sacramento Kings | Slamson the Lion | Golden 1 Center | 2017-12-03 22:11:53... | 2017-12-03 22:11:53 UTC | -| 29 | San Antonio Spurs | The Coyote | AT&T Center | 2017-12-03 22:11:53... | 2017-12-03 22:11:53 UTC | -| 30 | Toronto Raptors | Raptor | Air Canada Centre | 2017-12-03 22:11:53... | 2017-12-03 22:11:53 UTC | -| 31 | Utah Jazz | Jazz Bear | Vivint Smart Home A... | 2017-12-03 22:11:54... | 2017-12-03 22:11:54 UTC | -| 32 | Washington Wizards | G. Wiz | Verizon Center | 2017-12-03 22:11:54... | 2017-12-03 22:11:54 UTC | -+----+------------------------+------------------------+------------------------+------------------------+-------------------------+ -32 rows in set diff --git a/richardN/models/optimize/lib/assets/.keep b/richardN/models/optimize/lib/assets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/optimize/lib/tasks/.keep b/richardN/models/optimize/lib/tasks/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/optimize/log/.keep b/richardN/models/optimize/log/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/optimize/public/404.html b/richardN/models/optimize/public/404.html deleted file mode 100644 index b612547..0000000 --- a/richardN/models/optimize/public/404.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The page you were looking for doesn't exist (404) - - - - - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/richardN/models/optimize/public/422.html b/richardN/models/optimize/public/422.html deleted file mode 100644 index a21f82b..0000000 --- a/richardN/models/optimize/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/richardN/models/optimize/public/500.html b/richardN/models/optimize/public/500.html deleted file mode 100644 index 061abc5..0000000 --- a/richardN/models/optimize/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/richardN/models/optimize/public/favicon.ico b/richardN/models/optimize/public/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/optimize/public/robots.txt b/richardN/models/optimize/public/robots.txt deleted file mode 100644 index 3c9c7c0..0000000 --- a/richardN/models/optimize/public/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / diff --git a/richardN/models/optimize/test/controllers/.keep b/richardN/models/optimize/test/controllers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/optimize/test/fixtures/.keep b/richardN/models/optimize/test/fixtures/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/optimize/test/fixtures/players.yml b/richardN/models/optimize/test/fixtures/players.yml deleted file mode 100644 index 56a4719..0000000 --- a/richardN/models/optimize/test/fixtures/players.yml +++ /dev/null @@ -1,9 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - name: MyString - team_id: - -two: - name: MyString - team_id: diff --git a/richardN/models/optimize/test/fixtures/teams.yml b/richardN/models/optimize/test/fixtures/teams.yml deleted file mode 100644 index d9c869d..0000000 --- a/richardN/models/optimize/test/fixtures/teams.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - name: MyString - mascot: MyString - stadium: MyString - -two: - name: MyString - mascot: MyString - stadium: MyString diff --git a/richardN/models/optimize/test/helpers/.keep b/richardN/models/optimize/test/helpers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/optimize/test/integration/.keep b/richardN/models/optimize/test/integration/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/optimize/test/mailers/.keep b/richardN/models/optimize/test/mailers/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/optimize/test/models/.keep b/richardN/models/optimize/test/models/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/optimize/test/models/player_test.rb b/richardN/models/optimize/test/models/player_test.rb deleted file mode 100644 index 3cf71d7..0000000 --- a/richardN/models/optimize/test/models/player_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class PlayerTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/richardN/models/optimize/test/models/team_test.rb b/richardN/models/optimize/test/models/team_test.rb deleted file mode 100644 index 8b101cb..0000000 --- a/richardN/models/optimize/test/models/team_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class TeamTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/richardN/models/optimize/test/test_helper.rb b/richardN/models/optimize/test/test_helper.rb deleted file mode 100644 index 92e39b2..0000000 --- a/richardN/models/optimize/test/test_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -ENV['RAILS_ENV'] ||= 'test' -require File.expand_path('../../config/environment', __FILE__) -require 'rails/test_help' - -class ActiveSupport::TestCase - # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. - fixtures :all - - # Add more helper methods to be used by all tests here... -end diff --git a/richardN/models/optimize/vendor/assets/javascripts/.keep b/richardN/models/optimize/vendor/assets/javascripts/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/models/optimize/vendor/assets/stylesheets/.keep b/richardN/models/optimize/vendor/assets/stylesheets/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/richardN/oop/.DS_Store b/richardN/oop/.DS_Store deleted file mode 100644 index 3721454502ff9a8f99bf11a50b1387bf93089cc7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHK%Wl&^6ur|1>bR}Q0;w#$L1Ix=36FMBA(_-Hx;=mJn{$5CQ%JW*^D(GZjk z{{WxBlD}Zf20ny6aOTmfO&nBpflxHJx^wQ#+~esSduB33#F|CaAgU3O1s7PcQIweI z7d~T4x@8^6k`BlJPa{Cvle7>p$4ia^>3f70a?Md)5Jq_}1sN)09le0JopT+IrQSIg)PxBy7+XG3Cqc&1r9L8zHhfQ9j zQ6`_`s}9SmTGgZ4#%T1QQQvg#ZjU#e(asLS`}elT~zv@Xgq~a2uid`It{*VH}!6RBKQ2)FqgNWZ+Px}r}SKfmI38Z)x&Ce1ut1! z^m$56oBB9GMSh!FV3%=rr#Pry(e#&WtzMCDXhs2}z~U+(_6G+p(A79mD7Ow2@(KW~ zpjjGXahDJrN29B8q7XeWrl>$gW%`Q26dmo3&T}C~efeN|WTtN@OpcD{J2IV^ ztI(820i(c01(sE{CeHuI^Y8x`Nv38LFbXV`0<7ZsUK3N&XY0)5#98aWkKw{Z-bA6K kpwP#$48&1<3oZ?PjtGFR#)(3-z|0Q;DT67D0{>KjKaOz&WB>pF diff --git a/richardN/oop/bank.rb b/richardN/oop/bank.rb deleted file mode 100644 index b818434..0000000 --- a/richardN/oop/bank.rb +++ /dev/null @@ -1,55 +0,0 @@ -class BankAccount - attr_reader :account_number, :checking, :saving - - @@bank_accounts = 0 - - def initialize - @account_number = create_account - @checking = 0 - @saving = 0 - @@bank_accounts += 1 - # not accessible since we do not have a reader for it - @interest_rate = 0.01 - end - - def deposit(account, amount) - if account.downcase == "checking" - @checking += amount - else - @saving += amount - end - end - - def withdrawal(account, amount) - if account.downcase == "checking" - if @checking - amount < 0 - raise "Insufficient Funds, you have #{@checking} in this account" - else - @checking -= amount - end - else - if @saving - amount < 0 - raise "Insufficient Funds, you have #{@saving} in this account" - else - @saving -= amount - end - end - end - - def total - "Checking Balance: #{@checking}\nSaving Balance: #{@saving}\nTotal Balance: #{@checking + @saving}" - end - - def account_information - "Account Number: #{@account_number}\nInterest Rate: #{@interest_rate}\n#{self.total}" - end - - def self.number_of_accounts - @@bank_accounts - end - - private - def create_account - Array.new(10).map { rand(1..9) }.join - end - end \ No newline at end of file diff --git a/richardN/oop/dogAssign/.DS_Store b/richardN/oop/dogAssign/.DS_Store deleted file mode 100644 index 980fe35f2ef2e7e85eabfe8c3a2128b251b55961..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHKu}T9$5S=kW0yZfvx3m(hZI+M}*8YH;0h_>qV1HG<%RkfiW(FZ%EG%r~4a~gV zxp}*}SKMUG%r|fQJF~T!t>8pEGR%$7=`*{ij052~HA!d6#_ic&xdNP#Z}_)xpK5jR7rRuG-mt(JO@FzHH-r+Q?gMtw4 k7#Qss8@A)?D9XCVHJt<8 diff --git a/richardN/oop/dogAssign/dog.rb b/richardN/oop/dogAssign/dog.rb deleted file mode 100644 index 5e409b6..0000000 --- a/richardN/oop/dogAssign/dog.rb +++ /dev/null @@ -1,23 +0,0 @@ -require_relative 'mammal' - -class Dog < Mammal - def pet(num) - @health += 5*num - self - end - - def walk(num) - @health -= 1*num - self - end - - def run(num) - @health -= 10*num - self - end -end - -lassie = Dog.new - -puts lassie -lassie.walk(3).run(2).pet(1).display_health \ No newline at end of file diff --git a/richardN/oop/dogAssign/lion.rb b/richardN/oop/dogAssign/lion.rb deleted file mode 100644 index 85c5417..0000000 --- a/richardN/oop/dogAssign/lion.rb +++ /dev/null @@ -1,29 +0,0 @@ -require_relative 'mammal' - -class Lion < Mammal - - def initialize - super - @health = 170 - end - - def fly(num) - @health -= 10*num - self - end - - def attack_town(num) - @health -= 50*num - self - end - - def eat_humans(num) - @health -= 20*num - self - end -end - -leo = Lion.new -p leo - -p leo.attack_town(3).eat_humans(2).fly(2).display_health diff --git a/richardN/oop/dogAssign/mammal.rb b/richardN/oop/dogAssign/mammal.rb deleted file mode 100644 index 9fbe17f..0000000 --- a/richardN/oop/dogAssign/mammal.rb +++ /dev/null @@ -1,15 +0,0 @@ - -class Mammal - attr_accessor :health - - def initialize - @health = 150 - end - - def display_health - p @health - end -end - -m = Mammal.new -p m \ No newline at end of file diff --git a/richardN/oop/humWizNinSam/human.rb b/richardN/oop/humWizNinSam/human.rb deleted file mode 100644 index 01d289a..0000000 --- a/richardN/oop/humWizNinSam/human.rb +++ /dev/null @@ -1,20 +0,0 @@ -class Human - attr_accessor :strength, :intelligence, :health, :stealth - def initialize - @strength = 3 - @intelligence = 3 - @stealth = 3 - @health = 100 - end - def attack(obj) - # check if the attacked object's class is Human or inherits from the Human class - if obj.class.ancestors.include?(Human) - obj.health -= 10 - # remember that we don't need to write "return" in ruby - # stating true below will automatically return the boolean true - true - else - false - end - end - end \ No newline at end of file diff --git a/richardN/oop/humWizNinSam/wixNinSam.rb b/richardN/oop/humWizNinSam/wixNinSam.rb deleted file mode 100644 index 30c1281..0000000 --- a/richardN/oop/humWizNinSam/wixNinSam.rb +++ /dev/null @@ -1,67 +0,0 @@ -require_relative("human") -class Wizard < Human - def initialize - super - @health = 50 - @intelligence = 25 - end - - def heal - @health += 10 - end - - def fire_ball(obj) - if obj.class.ancestors.include?(Human) - obj.health -= 20 - true - else - false - end - end -end - -class Ninja < Human - def initialize - super - @health = 175 - end - - def steal(obj) - if obj.class.ancestors.include?(Human) - @health += 10 - true - else - false - end - end - - def get_away - @health -= 15 - end -end - -class Samurai < Human - @@num = 0 - def initialize - super - @health = 200 - @@num += 1 - end - - def death_below(obj) - if obj.class.ancestors.include?(Human) - obj.health = 0 - true - else - false - end - end - - def meditate - @health = 200 - end - - def how_many - p @num - end -end \ No newline at end of file diff --git a/richardN/oop/mathDojo.rb b/richardN/oop/mathDojo.rb deleted file mode 100644 index c50c568..0000000 --- a/richardN/oop/mathDojo.rb +++ /dev/null @@ -1,22 +0,0 @@ -class MathDojo - # your code here - attr_reader :result - - def initialize - @result=0 - self - end - def add *values - @result += values.flatten.inject(:+) - self - end - def subtract *values - @result -= values.flatten.inject(:+) - self - end - def display - p @result - end - end - challenge1 = MathDojo.new.add(2).add(2, 5).subtract(3, 2).display # => 4 - challenge2 = MathDojo.new.add(1).add([3, 5, 7, 8], [2, 4.3, 1.25]).subtract([2,3], [1.1, 2.3]).display # => 23.15 \ No newline at end of file diff --git a/richardN/oop/project.rb b/richardN/oop/project.rb deleted file mode 100644 index e652e02..0000000 --- a/richardN/oop/project.rb +++ /dev/null @@ -1,16 +0,0 @@ -class Project - attr_reader :name, :description - - def initialize(name, description) - @name = name - @description = description - end - - def elevator_pitch - "#{@name}, #{@description}" - end - end - - project1 = Project.new("Project 1", "Description 1") - puts project1.name - puts project1.elevator_pitch \ No newline at end of file From 0d14c50e37ec6c0c113ab1e0692394ac49e26201 Mon Sep 17 00:00:00 2001 From: Dylan-Eckert Date: Wed, 6 Dec 2017 17:19:32 -0600 Subject: [PATCH 2/5] completed student dashboard and layout assignments --- .../app/controllers/students_controller.rb | 16 +- .../dojodash/app/models/student.rb | 11 ++ .../app/views/layouts/application.html.erb | 1 + .../app/views/layouts/students/show.html.erb | 16 ++ .../dojodash/app/views/students/edit.html.erb | 22 +++ .../app/views/students/index.html.erb | 5 +- .../dojodash/app/views/students/new.html.erb | 21 ++ .../dojodash/app/views/students/show.html.erb | 14 ++ .../dojodash/config/routes.rb | 4 +- dylan_eckert/controllersnviews/layouts.zip | Bin 0 -> 552348 bytes .../controllersnviews/layouts/.gitignore | 21 ++ .../controllersnviews/layouts/Gemfile | 53 ++++++ .../controllersnviews/layouts/Gemfile.lock | 179 ++++++++++++++++++ .../controllersnviews/layouts/README.md | 24 +++ .../controllersnviews/layouts/Rakefile | 6 + .../layouts/app/assets/config/manifest.js | 3 + .../layouts/app/assets/images/.keep | 0 .../app/assets/javascripts/application.js | 17 ++ .../layouts/app/assets/javascripts/cable.js | 13 ++ .../app/assets/javascripts/channels/.keep | 0 .../app/assets/javascripts/posts.coffee | 3 + .../app/assets/javascripts/users.coffee | 3 + .../app/assets/stylesheets/application.css | 16 ++ .../layouts/app/assets/stylesheets/posts.scss | 3 + .../layouts/app/assets/stylesheets/users.scss | 3 + .../app/channels/application_cable/channel.rb | 4 + .../channels/application_cable/connection.rb | 4 + .../app/controllers/application_controller.rb | 3 + .../layouts/app/controllers/concerns/.keep | 0 .../app/controllers/posts_controller.rb | 16 ++ .../app/controllers/users_controller.rb | 14 ++ .../layouts/app/helpers/application_helper.rb | 2 + .../layouts/app/helpers/posts_helper.rb | 2 + .../layouts/app/helpers/users_helper.rb | 2 + .../layouts/app/jobs/application_job.rb | 2 + .../layouts/app/mailers/application_mailer.rb | 4 + .../layouts/app/models/application_record.rb | 3 + .../layouts/app/models/concerns/.keep | 0 .../layouts/app/models/post.rb | 4 + .../layouts/app/models/user.rb | 3 + .../app/views/layouts/application.html.erb | 14 ++ .../layouts/app/views/layouts/mailer.html.erb | 13 ++ .../layouts/app/views/layouts/mailer.text.erb | 1 + .../app/views/layouts/three_col.html.erb | 24 +++ .../app/views/layouts/two_col.html.erb | 21 ++ .../layouts/app/views/posts/index.html.erb | 42 ++++ .../layouts/app/views/users/index.html.erb | 36 ++++ .../controllersnviews/layouts/bin/bundle | 3 + .../controllersnviews/layouts/bin/rails | 9 + .../controllersnviews/layouts/bin/rake | 9 + .../controllersnviews/layouts/bin/setup | 34 ++++ .../controllersnviews/layouts/bin/spring | 17 ++ .../controllersnviews/layouts/bin/update | 29 +++ .../controllersnviews/layouts/config.ru | 5 + .../layouts/config/application.rb | 15 ++ .../controllersnviews/layouts/config/boot.rb | 3 + .../layouts/config/cable.yml | 9 + .../layouts/config/database.yml | 25 +++ .../layouts/config/environment.rb | 5 + .../config/environments/development.rb | 54 ++++++ .../layouts/config/environments/production.rb | 86 +++++++++ .../layouts/config/environments/test.rb | 42 ++++ .../application_controller_renderer.rb | 8 + .../layouts/config/initializers/assets.rb | 11 ++ .../initializers/backtrace_silencers.rb | 7 + .../config/initializers/cookies_serializer.rb | 5 + .../initializers/filter_parameter_logging.rb | 4 + .../config/initializers/inflections.rb | 16 ++ .../layouts/config/initializers/mime_types.rb | 4 + .../initializers/new_framework_defaults.rb | 26 +++ .../config/initializers/session_store.rb | 3 + .../config/initializers/wrap_parameters.rb | 14 ++ .../layouts/config/locales/en.yml | 23 +++ .../controllersnviews/layouts/config/puma.rb | 47 +++++ .../layouts/config/routes.rb | 7 + .../layouts/config/secrets.yml | 22 +++ .../layouts/config/spring.rb | 6 + .../db/migrate/20171206203956_create_users.rb | 11 ++ .../db/migrate/20171206204010_create_posts.rb | 11 ++ .../controllersnviews/layouts/db/schema.rb | 32 ++++ .../controllersnviews/layouts/db/seeds.rb | 7 + .../layouts/lib/assets/.keep | 0 .../controllersnviews/layouts/lib/tasks/.keep | 0 .../controllersnviews/layouts/log/.keep | 0 .../controllersnviews/layouts/public/404.html | 67 +++++++ .../controllersnviews/layouts/public/422.html | 67 +++++++ .../controllersnviews/layouts/public/500.html | 66 +++++++ .../public/apple-touch-icon-precomposed.png | 0 .../layouts/public/apple-touch-icon.png | 0 .../layouts/public/favicon.ico | 0 .../layouts/public/robots.txt | 5 + .../layouts/test/controllers/.keep | 0 .../test/controllers/posts_controller_test.rb | 7 + .../test/controllers/users_controller_test.rb | 7 + .../layouts/test/fixtures/.keep | 0 .../layouts/test/fixtures/files/.keep | 0 .../layouts/test/fixtures/posts.yml | 11 ++ .../layouts/test/fixtures/users.yml | 11 ++ .../layouts/test/helpers/.keep | 0 .../layouts/test/integration/.keep | 0 .../layouts/test/mailers/.keep | 0 .../layouts/test/models/.keep | 0 .../layouts/test/models/post_test.rb | 7 + .../layouts/test/models/user_test.rb | 7 + .../layouts/test/test_helper.rb | 10 + .../controllersnviews/layouts/tmp/.keep | 0 .../layouts/vendor/assets/javascripts/.keep | 0 .../assets/javascripts/bootstrap.min.js | 7 + .../layouts/vendor/assets/stylesheets/.keep | 0 .../assets/stylesheets/bootstrap.min.css | 6 + .../controllersnviews/studentdash.zip | Bin 0 -> 668750 bytes 111 files changed, 1548 insertions(+), 7 deletions(-) create mode 100644 dylan_eckert/controllersnviews/dojodash/app/views/layouts/students/show.html.erb create mode 100644 dylan_eckert/controllersnviews/dojodash/app/views/students/edit.html.erb create mode 100644 dylan_eckert/controllersnviews/dojodash/app/views/students/new.html.erb create mode 100644 dylan_eckert/controllersnviews/dojodash/app/views/students/show.html.erb create mode 100644 dylan_eckert/controllersnviews/layouts.zip create mode 100644 dylan_eckert/controllersnviews/layouts/.gitignore create mode 100644 dylan_eckert/controllersnviews/layouts/Gemfile create mode 100644 dylan_eckert/controllersnviews/layouts/Gemfile.lock create mode 100644 dylan_eckert/controllersnviews/layouts/README.md create mode 100644 dylan_eckert/controllersnviews/layouts/Rakefile create mode 100644 dylan_eckert/controllersnviews/layouts/app/assets/config/manifest.js create mode 100644 dylan_eckert/controllersnviews/layouts/app/assets/images/.keep create mode 100644 dylan_eckert/controllersnviews/layouts/app/assets/javascripts/application.js create mode 100644 dylan_eckert/controllersnviews/layouts/app/assets/javascripts/cable.js create mode 100644 dylan_eckert/controllersnviews/layouts/app/assets/javascripts/channels/.keep create mode 100644 dylan_eckert/controllersnviews/layouts/app/assets/javascripts/posts.coffee create mode 100644 dylan_eckert/controllersnviews/layouts/app/assets/javascripts/users.coffee create mode 100644 dylan_eckert/controllersnviews/layouts/app/assets/stylesheets/application.css create mode 100644 dylan_eckert/controllersnviews/layouts/app/assets/stylesheets/posts.scss create mode 100644 dylan_eckert/controllersnviews/layouts/app/assets/stylesheets/users.scss create mode 100644 dylan_eckert/controllersnviews/layouts/app/channels/application_cable/channel.rb create mode 100644 dylan_eckert/controllersnviews/layouts/app/channels/application_cable/connection.rb create mode 100644 dylan_eckert/controllersnviews/layouts/app/controllers/application_controller.rb create mode 100644 dylan_eckert/controllersnviews/layouts/app/controllers/concerns/.keep create mode 100644 dylan_eckert/controllersnviews/layouts/app/controllers/posts_controller.rb create mode 100644 dylan_eckert/controllersnviews/layouts/app/controllers/users_controller.rb create mode 100644 dylan_eckert/controllersnviews/layouts/app/helpers/application_helper.rb create mode 100644 dylan_eckert/controllersnviews/layouts/app/helpers/posts_helper.rb create mode 100644 dylan_eckert/controllersnviews/layouts/app/helpers/users_helper.rb create mode 100644 dylan_eckert/controllersnviews/layouts/app/jobs/application_job.rb create mode 100644 dylan_eckert/controllersnviews/layouts/app/mailers/application_mailer.rb create mode 100644 dylan_eckert/controllersnviews/layouts/app/models/application_record.rb create mode 100644 dylan_eckert/controllersnviews/layouts/app/models/concerns/.keep create mode 100644 dylan_eckert/controllersnviews/layouts/app/models/post.rb create mode 100644 dylan_eckert/controllersnviews/layouts/app/models/user.rb create mode 100644 dylan_eckert/controllersnviews/layouts/app/views/layouts/application.html.erb create mode 100644 dylan_eckert/controllersnviews/layouts/app/views/layouts/mailer.html.erb create mode 100644 dylan_eckert/controllersnviews/layouts/app/views/layouts/mailer.text.erb create mode 100644 dylan_eckert/controllersnviews/layouts/app/views/layouts/three_col.html.erb create mode 100644 dylan_eckert/controllersnviews/layouts/app/views/layouts/two_col.html.erb create mode 100644 dylan_eckert/controllersnviews/layouts/app/views/posts/index.html.erb create mode 100644 dylan_eckert/controllersnviews/layouts/app/views/users/index.html.erb create mode 100755 dylan_eckert/controllersnviews/layouts/bin/bundle create mode 100755 dylan_eckert/controllersnviews/layouts/bin/rails create mode 100755 dylan_eckert/controllersnviews/layouts/bin/rake create mode 100755 dylan_eckert/controllersnviews/layouts/bin/setup create mode 100755 dylan_eckert/controllersnviews/layouts/bin/spring create mode 100755 dylan_eckert/controllersnviews/layouts/bin/update create mode 100644 dylan_eckert/controllersnviews/layouts/config.ru create mode 100644 dylan_eckert/controllersnviews/layouts/config/application.rb create mode 100644 dylan_eckert/controllersnviews/layouts/config/boot.rb create mode 100644 dylan_eckert/controllersnviews/layouts/config/cable.yml create mode 100644 dylan_eckert/controllersnviews/layouts/config/database.yml create mode 100644 dylan_eckert/controllersnviews/layouts/config/environment.rb create mode 100644 dylan_eckert/controllersnviews/layouts/config/environments/development.rb create mode 100644 dylan_eckert/controllersnviews/layouts/config/environments/production.rb create mode 100644 dylan_eckert/controllersnviews/layouts/config/environments/test.rb create mode 100644 dylan_eckert/controllersnviews/layouts/config/initializers/application_controller_renderer.rb create mode 100644 dylan_eckert/controllersnviews/layouts/config/initializers/assets.rb create mode 100644 dylan_eckert/controllersnviews/layouts/config/initializers/backtrace_silencers.rb create mode 100644 dylan_eckert/controllersnviews/layouts/config/initializers/cookies_serializer.rb create mode 100644 dylan_eckert/controllersnviews/layouts/config/initializers/filter_parameter_logging.rb create mode 100644 dylan_eckert/controllersnviews/layouts/config/initializers/inflections.rb create mode 100644 dylan_eckert/controllersnviews/layouts/config/initializers/mime_types.rb create mode 100644 dylan_eckert/controllersnviews/layouts/config/initializers/new_framework_defaults.rb create mode 100644 dylan_eckert/controllersnviews/layouts/config/initializers/session_store.rb create mode 100644 dylan_eckert/controllersnviews/layouts/config/initializers/wrap_parameters.rb create mode 100644 dylan_eckert/controllersnviews/layouts/config/locales/en.yml create mode 100644 dylan_eckert/controllersnviews/layouts/config/puma.rb create mode 100644 dylan_eckert/controllersnviews/layouts/config/routes.rb create mode 100644 dylan_eckert/controllersnviews/layouts/config/secrets.yml create mode 100644 dylan_eckert/controllersnviews/layouts/config/spring.rb create mode 100644 dylan_eckert/controllersnviews/layouts/db/migrate/20171206203956_create_users.rb create mode 100644 dylan_eckert/controllersnviews/layouts/db/migrate/20171206204010_create_posts.rb create mode 100644 dylan_eckert/controllersnviews/layouts/db/schema.rb create mode 100644 dylan_eckert/controllersnviews/layouts/db/seeds.rb create mode 100644 dylan_eckert/controllersnviews/layouts/lib/assets/.keep create mode 100644 dylan_eckert/controllersnviews/layouts/lib/tasks/.keep create mode 100644 dylan_eckert/controllersnviews/layouts/log/.keep create mode 100644 dylan_eckert/controllersnviews/layouts/public/404.html create mode 100644 dylan_eckert/controllersnviews/layouts/public/422.html create mode 100644 dylan_eckert/controllersnviews/layouts/public/500.html create mode 100644 dylan_eckert/controllersnviews/layouts/public/apple-touch-icon-precomposed.png create mode 100644 dylan_eckert/controllersnviews/layouts/public/apple-touch-icon.png create mode 100644 dylan_eckert/controllersnviews/layouts/public/favicon.ico create mode 100644 dylan_eckert/controllersnviews/layouts/public/robots.txt create mode 100644 dylan_eckert/controllersnviews/layouts/test/controllers/.keep create mode 100644 dylan_eckert/controllersnviews/layouts/test/controllers/posts_controller_test.rb create mode 100644 dylan_eckert/controllersnviews/layouts/test/controllers/users_controller_test.rb create mode 100644 dylan_eckert/controllersnviews/layouts/test/fixtures/.keep create mode 100644 dylan_eckert/controllersnviews/layouts/test/fixtures/files/.keep create mode 100644 dylan_eckert/controllersnviews/layouts/test/fixtures/posts.yml create mode 100644 dylan_eckert/controllersnviews/layouts/test/fixtures/users.yml create mode 100644 dylan_eckert/controllersnviews/layouts/test/helpers/.keep create mode 100644 dylan_eckert/controllersnviews/layouts/test/integration/.keep create mode 100644 dylan_eckert/controllersnviews/layouts/test/mailers/.keep create mode 100644 dylan_eckert/controllersnviews/layouts/test/models/.keep create mode 100644 dylan_eckert/controllersnviews/layouts/test/models/post_test.rb create mode 100644 dylan_eckert/controllersnviews/layouts/test/models/user_test.rb create mode 100644 dylan_eckert/controllersnviews/layouts/test/test_helper.rb create mode 100644 dylan_eckert/controllersnviews/layouts/tmp/.keep create mode 100644 dylan_eckert/controllersnviews/layouts/vendor/assets/javascripts/.keep create mode 100644 dylan_eckert/controllersnviews/layouts/vendor/assets/javascripts/bootstrap.min.js create mode 100644 dylan_eckert/controllersnviews/layouts/vendor/assets/stylesheets/.keep create mode 100644 dylan_eckert/controllersnviews/layouts/vendor/assets/stylesheets/bootstrap.min.css create mode 100644 dylan_eckert/controllersnviews/studentdash.zip diff --git a/dylan_eckert/controllersnviews/dojodash/app/controllers/students_controller.rb b/dylan_eckert/controllersnviews/dojodash/app/controllers/students_controller.rb index 4802ebc..8d17037 100644 --- a/dylan_eckert/controllersnviews/dojodash/app/controllers/students_controller.rb +++ b/dylan_eckert/controllersnviews/dojodash/app/controllers/students_controller.rb @@ -1,15 +1,19 @@ class StudentsController < ApplicationController def index - @dojo = Dojo.joins(:students).find(params[:dojo_id]) + @dojo = Dojo.find(params[:dojo_id]) + p @dojo @students = @dojo.students + p @students end def new - + @dojo = Dojo.find(params[:dojo_id]) end def create + @dojo = Dojo.find(params[:dojo_id]) @student = Student.create(student_params) + @student.update(dojo: @dojo) if @student.valid? redirect_to students_path @@ -21,21 +25,27 @@ def create end def show + @dojo = Dojo.find(params[:dojo_id]) @student = Student.find(params[:id]) + @cohortees = @student.cohort + render layout: "students/show" end def edit + @dojo = Dojo.find(params[:dojo_id]) @student = Student.find(params[:id]) end def update + @dojo = Dojo.find(params[:dojo_id]) student = Student.find(params[:id]) student.update(student_params) redirect_to students_path end def destroy - student = Student.find(params[:id]) + @dojo = Dojo.find(params[:dojo_id]) + student = @dojo.students.find(params[:id]) student.destroy redirect_to students_path end diff --git a/dylan_eckert/controllersnviews/dojodash/app/models/student.rb b/dylan_eckert/controllersnviews/dojodash/app/models/student.rb index 661eaf6..3af57f5 100644 --- a/dylan_eckert/controllersnviews/dojodash/app/models/student.rb +++ b/dylan_eckert/controllersnviews/dojodash/app/models/student.rb @@ -1,3 +1,14 @@ class Student < ApplicationRecord belongs_to :dojo + validates :fname, :lname, :email, presence: :true + + def cohort + date_start = self.created_at.beginning_of_day + date_end = self.created_at.end_of_day + + return Student + .where(dojo: self.dojo) + .where(created_at: date_start..date_end) + .where.not(id: self.id) + end end diff --git a/dylan_eckert/controllersnviews/dojodash/app/views/layouts/application.html.erb b/dylan_eckert/controllersnviews/dojodash/app/views/layouts/application.html.erb index 01bf322..b497d5f 100644 --- a/dylan_eckert/controllersnviews/dojodash/app/views/layouts/application.html.erb +++ b/dylan_eckert/controllersnviews/dojodash/app/views/layouts/application.html.erb @@ -10,5 +10,6 @@ <%= yield %> + diff --git a/dylan_eckert/controllersnviews/dojodash/app/views/layouts/students/show.html.erb b/dylan_eckert/controllersnviews/dojodash/app/views/layouts/students/show.html.erb new file mode 100644 index 0000000..850e693 --- /dev/null +++ b/dylan_eckert/controllersnviews/dojodash/app/views/layouts/students/show.html.erb @@ -0,0 +1,16 @@ + + + + Show Student + <%= csrf_meta_tags %> + + <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %> + <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %> + + + +
+ <%= yield %> +
+ + diff --git a/dylan_eckert/controllersnviews/dojodash/app/views/students/edit.html.erb b/dylan_eckert/controllersnviews/dojodash/app/views/students/edit.html.erb new file mode 100644 index 0000000..16e615a --- /dev/null +++ b/dylan_eckert/controllersnviews/dojodash/app/views/students/edit.html.erb @@ -0,0 +1,22 @@ +

Edit <%= @student.fname %> for Dojo <%= @dojo.id %>

+<% if flash[:errors] %> +
+ <% flash[:errors].each do |error| %> +

<%= error %>

+ <% end %> +
+<% end %> + +
+ + + First Name: + + Last name: + + Email: + + +
+ +Go Back diff --git a/dylan_eckert/controllersnviews/dojodash/app/views/students/index.html.erb b/dylan_eckert/controllersnviews/dojodash/app/views/students/index.html.erb index 36fa6dc..4603038 100644 --- a/dylan_eckert/controllersnviews/dojodash/app/views/students/index.html.erb +++ b/dylan_eckert/controllersnviews/dojodash/app/views/students/index.html.erb @@ -12,10 +12,11 @@ <%= student.fname %> <%= student.lname %> <%= student.email %> - Show | Edit | Destroy + Show | Edit | Destroy <% end %> -New Student +New Student +Go Back diff --git a/dylan_eckert/controllersnviews/dojodash/app/views/students/new.html.erb b/dylan_eckert/controllersnviews/dojodash/app/views/students/new.html.erb new file mode 100644 index 0000000..b96bff9 --- /dev/null +++ b/dylan_eckert/controllersnviews/dojodash/app/views/students/new.html.erb @@ -0,0 +1,21 @@ +

New Student for Dojo <%= @dojo.id %>

+<% if flash[:errors] %> +
+ <% flash[:errors].each do |error| %> +

<%= error %>

+ <% end %> +
+<% end %> + +
+ + First Name: + + Last name: + + Email: + + +
+ +Go Back diff --git a/dylan_eckert/controllersnviews/dojodash/app/views/students/show.html.erb b/dylan_eckert/controllersnviews/dojodash/app/views/students/show.html.erb new file mode 100644 index 0000000..93737d7 --- /dev/null +++ b/dylan_eckert/controllersnviews/dojodash/app/views/students/show.html.erb @@ -0,0 +1,14 @@ +

Student <%= @student.id %>

+

This student belongs to Dojo <%= @dojo.id %>

+

First Name:

+

<%= @student.fname %>

+

Last Name:

+

<%= @student.lname %>

+

Email:

+

<%= @student.email %>

+ +

Cohort Members:

+<% @cohortees.each do |member| %> +

<%= member.fname %> <%= member.lname %>

+<% end %> +Go Back diff --git a/dylan_eckert/controllersnviews/dojodash/config/routes.rb b/dylan_eckert/controllersnviews/dojodash/config/routes.rb index 7a51f94..ffd354c 100644 --- a/dylan_eckert/controllersnviews/dojodash/config/routes.rb +++ b/dylan_eckert/controllersnviews/dojodash/config/routes.rb @@ -11,11 +11,11 @@ # STUDENT NESTED ROUTES FOR DOJO get "/dojos/:dojo_id/students" => "students#index", as: "students" - # post "/dojos/:dojo_id/students" => "students#create", as: "create_student" + post "/dojos/:dojo_id/students" => "students#create", as: "create_student" get "/dojos/:dojo_id/students/new" => "students#new", as: "new_student" get "/dojos/:dojo_id/students/:id" => "students#show", as: "student" get "/dojos/:dojo_id/students/:id/edit" => "students#edit", as: "edit_student" - # patch "/dojos/:dojo_id/students/:id" => "students#update", as: "update_student" + patch "/dojos/:dojo_id/students/:id" => "students#update", as: "update_student" delete "/dojos/:dojo_id/students/:id" => "students#destroy", as: "destroy_student" end diff --git a/dylan_eckert/controllersnviews/layouts.zip b/dylan_eckert/controllersnviews/layouts.zip new file mode 100644 index 0000000000000000000000000000000000000000..aadd623df23ff309d0d6d1a7fd1dfae609fe809d GIT binary patch literal 552348 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 z

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 z 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

8Vdl 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%0DN?Sfr8DXnp>; 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%0AOUi0KdCa*NjU%Hz1#ZN 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%0DN?Sfr8DXnp>; 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%0AOUi0KdCa*NjU%Hz1#ZN z?WaiePd2&0Q_f8}$xeXo-N(myHW|aTNm2ik3M0dFMW^XpO3`0fAYRQ!tu>63ow{#W zT_B(752|{Ba=k0Z!WtKozqwS2MRt6VCnS|^O;tq@|u3mnb8vy}#i7J@LHAgXt zNCM1&JY8^OW_6fwgQ6q^`J!3n9zi2jqDJj0|}sKWe(TWBjGdkMw|@!I_T z3A80croWOy1);So52xtkmXPTHD3sbzSTuz98CNv)7ou@9(f zztdLjLDbN%$WPwU1};iWoYvUL+N$DBEvy+2AdMO2Ve(aybu>EggTtPvH}+ho$cKQD z2Qg-mpYAf=ya`Hk;U()PlV!evcXu0vvo2k9m@s^wcK(*BOQA1P zCz%YS=axUHbcGTK--dpPi2VW&J!qNlWkgT=t+)d&i#6(ibfSk!TV5NTmLDB#eo85v z>5^iTIA^R@Xjd_;mWJj7SgyQZU_3dn_RtUMn4xgeyM{TY314{ zt`D54c-{7(=B#U8if+zUKq@+y2Z9w-$g2<)^2x=YZtZ_K+t?+*NaZ1$%$zrKixqjC ze}2I%PvmnOZNX~TK<_5tfn+Bak4GP8sdBp)_35dTw79RX?V}~^5U)IvRdJ*u%iK%& zXr_$U`N@nTW!!T8BJ4=rG|2xD-58P5daNSo5w|1Fe@*G%vbg>!gZ8VeDcULA(+#>V zrB}9KGiVlZ0#7`xP?c+`q()3pw2SyQn0PVc>d%cS=9}XYfjL4}u_@dt+Im!5uNEPz zVc`-3Ya(Wz3q&QJszh?6LrLkbNwu}&9D78WhI9b#v+h#n+pK#Rd9UafnU_&gyrWQ}4Ybym8Ae=q3=(3ExOGJTEZze$ z3^b^F38G6@!5GMtA{@)qoa+a~I>~E6&u$e~q>JbeYOm&4Oihlm;y7P#(K`$saa@Ns zr09-I)6JtDWrQ(QQi>eWJyojgD9O=BoWPi>T$@`8OromTUkql2Ul4y8Q`cQ>{B