Open
Conversation
… why, because it was working at the local level. I've poked at this for a while, but the logs are unclear as to what the problem is.
| redirect_to root_path | ||
| end | ||
|
|
||
| def mark_completed |
| group :development do | ||
| # Access an IRB console on exception pages or by using <%= console %> in views | ||
| gem 'web-console', '~> 2.0' | ||
| gem "better_errors" |
|
This project is great! I really enjoyed looking over it! I couldn't find a link to the site, but your images are perfect, so I imagine the site was adorable 🎉 And don't be too hard on yourself about Heroku! It is finicky and learning any kind of dev ops is difficult and very frustrating. Deployment is hard, don't worry about it too much. Your code looks fantastic, and that's what counts 👍 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I struggled with this project. I felt fairly confident with waves 1, 2, and even 3. Wave 4 was a challenge to say the least, and this pull request is coming in shy of a few of the requirements from that wave. This is due to incredible frustration with migrating and seeding the database (over the weekend)--even with the docs I felt incredibly out of my depth. After struggling with it for quite some time I got in class help today to get almost everything up and running.
I further struggled with Heroku. After finally getting it up and running, I worked on more of Wave 4, got it working in my local, but after my commit and push Heroku gave me the following error upon trying to load the page: "The page you were looking for doesn't exist. You may have mistyped the address or the page may have moved." NOPE. The logs yielded no guidance, nor was I able to find classmate help.
I'm making this pull request before I throw my computer out a window. This was a hard project and a hard day.