Maor Tzabari

Joined

170 Experience
1 Lesson Completed
0 Questions Solved

Activity

Posted in Looking for Rails work? / Hiring Rails developers?

SEEKING FREELANCER in Chicago area, remotly is an option
I need someone that can do anything with Rails, if you're think it's you feel free to email me: m@oritzio.com

Posted in I didn't understand this part of the Liking Posts

I actually haven't noticed that you created the _likes partial
I'll watch again, thank you for the quick reply!

Posted in I didn't understand this part of the Liking Posts

<div id="likes">
  <%= render partial: "likes" %>
</div>

we render something here, but where is this partial?
usually when I render something with Rails it's a form or other code that exist
but what are we rendering here?