- Impressive ERD with multiple complex relationships
- polymorphic
- blog: https://6ftdan.com/allyourdev/2015/02/10/rails-polymorphic-models/
- blog: https://launchschool.com/blog/understanding-polymorphic-associations-in-rails
- video: https://gorails.com/episodes/comments-with-polymorphic-associations
- video: http://railscasts.com/episodes/154-polymorphic-association?view=asciicast
- bi directional self referential
- blog: https://collectiveidea.com/blog/archives/2015/07/30/bi-directional-and-self-referential-associations-in-rails
- blog: https://medium.com/@jbmilgrom/active-record-many-to-many-self-join-table-e0992c27c1e
- blog: http://johnford.is/has_many-through-self-referential-example/
- blog: http://jacksenechal.com/2011/01/03/bi-directional-relationships-in-rails.html
- video: http://railscasts.com/episodes/163-self-referential-association
- polymorphic
- 2+ types of users that have different permissions handled elegantly in the front end
- blog: http://rubyjunky.com/building-admin-from-the-rails-scaffold.html
- blog: https://everydayrails.com/2012/07/31/rails-admin-panel-from-scratch.html
- video: https://www.youtube.com/watch?v=agzm_O-pZFE
- video: http://railscasts.com/episodes/284-active-admin?view=asciicast
- video: https://ruby-on-rails.wonderhowto.com/how-to/create-admin-user-crud-ruby-rails-3-407821/
- Incorporating use of 1+ third party API.
- list: https://www.reddit.com/r/webdev/comments/3wrswc/what_are_some_fun_apis_to_play_with/
- list: https://github.com/toddmotto/public-apis
- list: https://www.programmableweb.com/apis/directory
- list: http://www.computersciencezone.org/50-most-useful-apis-for-developers/
- list: https://www.data.gov/developers/apis
- list: https://api.nasa.gov/
- Incorporating a library/technology that we didn't introduce/teach
- library: http://foundation.zurb.com/
- library: https://datatables.net/
- library: https://d3js.org/
- library: http://www.chartjs.org/
- library: https://github.com/pixelcog/parallax.js/
- library: http://markdalgleish.com/projects/stellar.js/
- Impressive code coverage using a combination of rspec, travis or others
- blog: http://tech.eshaiju.in/blog/2015/08/09/travis-ci-integration-step-by-step-tutorial/
- blog: https://www.raywenderlich.com/109418/travis-ci-tutorial
- blog: https://robots.thoughtbot.com/how-we-test-rails-applications
- blog: https://thoughtbot.com/upcase/test-driven-rails-resources/rspec.pdf
- blog: https://thoughtbot.com/upcase/test-driven-rails-resources/rspec_acceptance.pdf
- Combinations of the above
Last active
May 4, 2017 14:54
-
-
Save MicFin/5c348cd1bc19fc5c2c2bd2b48caf86d0 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment