royalgiant / ProjectMeal

10 stars 6 forks source link

Why don't you upload the all videos , now that you already recorded them all ? #2

Open idoan opened 8 years ago

idoan commented 8 years ago

It seems you finished committing all the lectures (120+) , yet your latest video upload on youtube is 80th. Why don't you upload them all so thqt we don't delay finishing the project any longer ?

Thanks.

royalgiant commented 8 years ago

Hey idoan,

I'm trying to do that. Just trying to find the time in my schedule where I can mass upload them all.

Thanks

Donald Lee Software Developer | Entrepreneur | Student

Connect with me on Linkedin: https://ca.linkedin.com/in/donaldlee50 Check me out at Github: https://github.com/royalgiant

On Fri, Jan 15, 2016 at 1:52 PM, idoan notifications@github.com wrote:

It seems you finished committing all the lectures (120+) , yet your latest video upload on youtube is 80th. Why don't you upload them all so thqt we don't delay finishing the project any longer ?

Thanks.

— Reply to this email directly or view it on GitHub https://github.com/royalgiant/ProjectMeal/issues/2.

idoan commented 8 years ago

Thanks, I am looking forward to seeing the remaining videos.

There is already a bulk upload option on youtube:

https://support.google.com/youtube/answer/3070500?hl=en

And the webpage seems to be broken:

https://www.mealshelf.com

Thanks again.

royalgiant commented 8 years ago

Sorry, there's actually nothing wrong with the webpage. It's a test, so I didn't buy SSL for it, which gives an error. You have to click on the "I understand risks and exceptions" to make it through.

Donald Lee Software Developer | Entrepreneur | Student

Connect with me on Linkedin: https://ca.linkedin.com/in/donaldlee50 Check me out at Github: https://github.com/royalgiant

On Sun, Jan 17, 2016 at 3:44 AM, idoan notifications@github.com wrote:

Thanks, I am looking forward to seeing the remaining videos.

There is already a bulk upload option on youtube:

https://support.google.com/youtube/answer/3070500?hl=en

And the webpage seems to be broken:

https://www.mealshelf.com

Thanks again.

— Reply to this email directly or view it on GitHub https://github.com/royalgiant/ProjectMeal/issues/2#issuecomment-172316029 .

royalgiant commented 8 years ago

Hey Sophia,

Seems like your problem is that address1 is not coming through. The address1 attribute cannot be null, but when you submit your form it's coming through as null, which is causing your problem.

It's hard to debug with you through a file, but I suggest doing a "raise @org_ca.inspect" on line 34 to see what values you are trying to update the database with and from there trace back to your views and edit function to see if you are setting everything correctly (the input fields in your view, etc.)

Thank you

Donald Lee Software Developer | Entrepreneur | Student

Connect with me on Linkedin: https://ca.linkedin.com/in/donaldlee50 Check me out at Github: https://github.com/royalgiant

On Sun, Jan 17, 2016 at 7:56 PM, Sophia Wang notifications@github.com wrote:

hi, sir i followed your video Ruby on Rails Tutorial 22 Updating Contact Info https://www.youtube.com/watch?v=iIjPLn1K1JA to make a practice, but i got an update porblem:

PG::NotNullViolation at /org_people/1 ERROR: null value in column "address1" violates not-null constraint DETAIL: Failing row contains (25, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 1, 2016-01-18 03:13:20.368882, 2016-01-18 03:13:20.368882).

If you have some time please take a look at my practice https://github.com/sophia1215/dmeal/blob/master/app/controllers/org_people_controller.rb

Thanks

— Reply to this email directly or view it on GitHub https://github.com/royalgiant/ProjectMeal/issues/2#issuecomment-172418717 .

idoan commented 8 years ago

It is not the https issue, I already passed it, but the following error output that rails raises in an internal problem:

" We're sorry, but something went wrong.

If you are the application owner check the logs for more information. "

royalgiant commented 8 years ago

That is too brief for me to know exactly what's going on... a good debugging process is to go to the controller function that is rendering the view and do a raise {variable}.inspect to see if you are getting data. Or looking into your rails server console to see what exceptions are being returned.

idoan commented 8 years ago

It is not my server but yours. I get that error when I visit your page on this link:

https://www.mealshelf.com/

so, you need to debug it to fix.

And, did you have any time to upload the remaining videos?

royalgiant commented 8 years ago

They are all up. But please, don't go on that site actually. It was my failed startup idea and does not reflect what you learn for project meal. That is why they're named differently. Mealshelf actually has a lot of code that was bad when I was using it as a base to create the videos.

Best way to learn is actually to just download the project and follow through with it. On Jan 19, 2016 1:54 PM, "idoan" notifications@github.com wrote:

It is not my server but yours. I get that error when I visit your page on this link:

https://www.mealshelf.com/

so, you need to debug it to fix.

And, did you have any time to upload the remaining videos?

— Reply to this email directly or view it on GitHub https://github.com/royalgiant/ProjectMeal/issues/2#issuecomment-173000286 .

royalgiant commented 8 years ago

Download from the zip files provided in the videos that is. On Jan 19, 2016 7:33 PM, "donald lee" donaldlee50@gmail.com wrote:

They are all up. But please, don't go on that site actually. It was my failed startup idea and does not reflect what you learn for project meal. That is why they're named differently. Mealshelf actually has a lot of code that was bad when I was using it as a base to create the videos.

Best way to learn is actually to just download the project and follow through with it. On Jan 19, 2016 1:54 PM, "idoan" notifications@github.com wrote:

It is not my server but yours. I get that error when I visit your page on this link:

https://www.mealshelf.com/

so, you need to debug it to fix.

And, did you have any time to upload the remaining videos?

— Reply to this email directly or view it on GitHub https://github.com/royalgiant/ProjectMeal/issues/2#issuecomment-173000286 .