Skip to content

Instantly share code, notes, and snippets.

View kvivek1115's full-sized avatar
🎯
Exploring

Vivek Singh kvivek1115

🎯
Exploring
View GitHub Profile
@lucaspiller
lucaspiller / _fields.html.slim
Last active June 26, 2021 23:03
Reform 2.2 nested form (with support for cocoon gem)
= f.simple_fields_for :inputs do |input|
= render 'input_fields', f: input
.links
= link_to_add_association f, :inputs, partial: 'input_fields', force_non_association_create: true do
Add
@harlow
harlow / golang_job_queue.md
Last active April 24, 2024 10:21
Job queues in Golang