Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MediaRanker #43

Open
wants to merge 47 commits into
base: arh/master
Choose a base branch
from
Open

MediaRanker #43

wants to merge 47 commits into from

Conversation

lacuchilla
Copy link

I have all functionality on the pages and 100% code coverage in rspec and I am still working on implementing bootstrap on some of the pages, but I have it on the index and show pages for books, albums, and movies.

…at movie. Start work on the route to edit a movie
… page to navigate to the edit page, then back to the show page once a movie is edited.
…dex page into links to their respective show pages.
…and made a book model and seed data base for book model
…vie_upvote in order to have two distinct URL helpers
… layouts so that at any point the user has the option to click on the link to go back to the home page
@Brennaleker Brennaleker self-assigned this Dec 10, 2015
@@ -35,6 +36,8 @@ gem 'sdoc', '~> 0.4.0', group: :doc
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug'
gem 'rspec-rails'
gem 'simplecov'
end

group :development do

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Including only the gems you need, awesome! 👍 This is a good habit to have as the more dependencies you include the higher the change that your build will fail when deploying. I used to have the bad habit of copy pasta-ing gems from previous projects and it bit me at least once.

@Brennaleker
Copy link

Great job overall! In the future make sure to use your before actions to your advantage (yay writing less code and removing duplication!) and cleanup any unused variables or methods. Other than that, take a moment to pat yourself on the back; your tests are solid, your test coverage is amazing and your code looks great! 🌟

If you have any questions about any of the comments I left or otherwise feel free to message me.
~Brenna

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants