diff --git a/module2/archived_exercises.md b/module2/archived_exercises.md new file mode 100644 index 000000000..4d5124171 --- /dev/null +++ b/module2/archived_exercises.md @@ -0,0 +1,3 @@ +- [Routes and controllers](https://github.com/turingschool/challenges/blob/master/routes_controllers_rails.markdown). + +- [Remembering Ruby](./misc/violations) diff --git a/module2/exercises.md b/module2/exercises.md index 92dcaa152..d935fe687 100644 --- a/module2/exercises.md +++ b/module2/exercises.md @@ -18,17 +18,13 @@ layout: page - [Day Hike](https://github.com/turingschool-projects/day_hike) - [Blogger](http://backend.turing.io/module2/misc/blogger) - [Bakery](https://github.com/earl-stephens/bakery) -- [Routes and controllers](https://github.com/turingschool/challenges/blob/master/routes_controllers_rails.markdown). ## Independent Challenge Practices - [Hogwarts](https://github.com/turingschool-examples/bloody_hogwarts) (Week 2) - [Apollo 14](https://github.com/turingschool-projects/apollo_14) (Week 2) - [Vending Machine Tracker](https://github.com/turingschool-examples/vending-machine-tracker/tree/master) (Week 4) -- [The Final Rose](https://github.com/turingschool-examples/the_final_rose) - Longer than an actual in class challenge, but could be good preparation before Week 4 challenge, or prep for the final. +- [The Final Rose](https://github.com/turingschool-examples/the_final_rose) - Longer than an actual in class challenge, but could be good preparation before Week 4 challenge, or prep for the final. -## Ruby - -- [Remembering Ruby](./misc/violations) ## Web Applications diff --git a/module2/resources/archived_resources.md b/module2/resources/archived_resources.md new file mode 100644 index 000000000..3ec17f378 --- /dev/null +++ b/module2/resources/archived_resources.md @@ -0,0 +1,5 @@ +- [Database Normalization and Optimization](../lessons/database_normalization_and_optimization) +- [Intro to the Asset Pipeline](../lessons/asset_pipeline) +- [Capybara (software) - Wikipedia](https://en.wikipedia.org/wiki/Capybara_(software)) +- [The Basics of Capybara and Improving your Tests](https://www.sitepoint.com/basics-capybara-improving-tests/) +- [CSS Zen Garden](http://www.csszengarden.com/) diff --git a/module2/resources/index.md b/module2/resources/index.md index 125f4c206..fe758e796 100644 --- a/module2/resources/index.md +++ b/module2/resources/index.md @@ -7,22 +7,18 @@ layout: page - [1 of 8 Intro to Database Series. by Dr. Daniel Soper](https://www.youtube.com/watch?v=4Z9KEBexzcM) - [Advanced SQL practice](https://github.com/turingschool/lesson_plans/blob/master/ruby_03-professional_rails_applications/intermediate_sql.md) -- [Database Normalization and Optimization](../lessons/database_normalization_and_optimization) - [Intermediate ActiveRecord](../lessons/intermediate_active_record) ## Rails - [Callbacks & Refactoring](../lessons/callbacks_and_refactoring) -- [Intro to the Asset Pipeline](../lessons/asset_pipeline) - [Exploration: Shopping Cart Best Practices](../misc/cart_exploration) -- [Exploration: Authentication/Autorization](../explorations/auth_exploration) +- [Exploration: Authentication/Authorization](../explorations/auth_exploration) - [Rack Tutorial](https://github.com/turingschool-examples/rack_server) ## Testing - [Factory Bot](../lessons/factory_bot) -- [Capybara (software) - Wikipedia](https://en.wikipedia.org/wiki/Capybara_(software)) -- [The Basics of Capybara and Improving your Tests](https://www.sitepoint.com/basics-capybara-improving-tests/) - [Testing your App with Capybara](https://github.com/teamcapybara/capybara) ## Git and Github @@ -37,14 +33,11 @@ layout: page ## HTML, CSS, and Other Styling Resources - Finding CSS/HTML challenging still? Checkout out this [tutorial](https://github.com/turingschool-examples/introductory-static-site) -- [CSS Zen Garden](http://www.csszengarden.com/) * [Intro to Sass](../lessons/intro_to_sass) -* [Sass](https://sass-lang.com/guide) * [CSS Basics](https://thecssworkshop.com/css-basics) * [CSS Psuedo-Classes & Psuedo-Elements](http://www.growingwiththeweb.com/2012/08/pseudo-classes-vs-pseudo-elements.html) * [Flexbox Guide](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) * [Flexbox Visualization](https://medium.freecodecamp.org/an-animated-guide-to-flexbox-d280cf6afc35) -* [Flexbox Tutorial](https://mastery.games/p/flexbox-zombies) * [Another Flexbox Tutorial](https://flexboxfroggy.com/) * [Grid Guide](https://css-tricks.com/snippets/css/complete-guide-grid/) * [Grid Tutorial](https://cssgridgarden.com/)