Bharat Ruparel

Joined

120 Experience
0 Lessons Completed
0 Questions Solved

Activity

Posted in Vue.js Trello Clone in Rails - Part 8 Discussion

This is excellent! Opened my eyes on usefulness of Vue.js. As someone vested in Rails for many years, I would love to see a parallel series on creating the same Trello Board application using React JS. That would be very useful for Rails developers.

I use byebug all the time to slow the program down and examine the state. That is an important tool. How to use it effectively, e.g., conditional break points, goes a long way in being able to fix runtime crashes or bugs.

Hello Chris, This stuff is important! Especially when your back is against the wall. You should consider doing an entire series on debugging :) Good work.

Posted in Need another series on Rails with Angular 2

Cool :)

Posted in Need another series on Rails with Angular 2

:)

Thanks Todd. I got rid of HTBM associations and changed all of them to HMT (has many through)

I am trying to clone a model which has many has_and_belongs_to_many associations. Is there an easy way to copy those associations?

Could you please make one screencast on actioncable on heroku with all deployment options, e.g., Thin, Unicorn, Puma, Passenger etc.? Also, what would be your recommended set up? For instance, is Postgres on Heroku is sufficient or should we also deploy Redis?