-
Notifications
You must be signed in to change notification settings - Fork 2
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
Fix typo in "reccomend_textbook" #41
Comments
Hi, I'm looking for a good first issue to use as a first time contribution! Is this the only file that needs the typo fix, or does the typo appear in other places? Only asking since I've never worked with Ruby (I stumbled on this from the HTML tag) and this seems like a simple typo issue not needing build. |
Hey @briannarenni! We'd want to update every file where this occurs:
We also need to update the database column, to do that we'll need to use a Rails migration using the |
Alright, I'm working on something for at most another hour and I should be done. I'll give it a read through and let you know! |
I'm going to fork it and try this out, I think I've got it down just for the column name change. If I create a migration file in my fork without running it, you'll be able to review it first with no affect to the DB right? I'll go ahead and try it out. |
Yes, you can just create the migration file! I'm happy to review and test it. |
Oh great timing, I think the only thing I'm not totally sure of is this in your example: |
Good question! No, it's actually on the |
Alright, I made the fork so I should have a PR in the next few minutes then! I love trying new things, I just want to make sure I don't nuke a table haha. |
Agh. Unfortunately I have Ruby installed, but am running into an issue with my PATH and the pre-installed older version on my Mac. I'm going to spend some time trying to fix it but for times sake, I won't be able to work on the PR. If I can get it using the correct version tomorrow I'll let you know though if no one else has done this issue. |
Hi @briannarenni, has there been any progress on this issue? |
I couldn't get Ruby to work, I ended up finding issues in my shell and fixing them that night. I meant to comment and release this to someone else but it slipped my mind, apologies for that. |
Hi, I'd like to work on this issue. |
Hello, I would like to try this out and would be my first contribution. |
sorry, I currently don't have the time to review contributions for outside contributors! Will remove the good first issue tage |
The
Review
model has areccomend_textbook
(sic) column. Let's add a migration to fix that typo!The text was updated successfully, but these errors were encountered: