Skip to content

Instantly share code, notes, and snippets.

View diegolinhares's full-sized avatar
🎯
Focusing

Diego Linhares diegolinhares

🎯
Focusing
View GitHub Profile
@diegolinhares
diegolinhares / Gemfile
Last active April 10, 2025 15:41
RubyLSP
# Create this file in your home folder
# Example: /home/diego/ruby_lsp
source "https://rubygems.org"
gem "rubocop"
gem "rubocop-performance"
gem "rubocop-packaging"
gem "rubocop-rails"
gem "rubocop-rspec"
<div class="mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex flex-col sm:flex-row justify-between items-center my-6">
<h1 class="text-2xl md:text-3xl text-center sm:text-left">New Appointment</h1>
</div>
<%= form_with(model: @appointment, url: appointments_path) do |form| %>
<div
data-controller="select"
data-select-url-value="<%= countries_path %>"
data-select-param-value="country_id"
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres