Skip to content

Instantly share code, notes, and snippets.

View Prabodh-Panda's full-sized avatar
🎯
Focusing

Prabodh Kumar Panda Prabodh-Panda

🎯
Focusing
  • PixelCompute
  • India
View GitHub Profile
@Prabodh-Panda
Prabodh-Panda / rails http status codes
Created September 30, 2025 16:18 — forked from mlanett/rails http status codes
HTTP status code symbols for Rails
HTTP status code symbols for Rails
Thanks to Cody Fauser for this list of HTTP responce codes and their Ruby on Rails symbol mappings.
Status Code Symbol
1xx Informational
100 :continue
101 :switching_protocols
102 :processing
@Prabodh-Panda
Prabodh-Panda / database.yml.myql
Created August 4, 2025 07:12 — forked from datt/database.yml.myql
Rails Database yml examples for postgres sqlite and mysql
# Install the MySQL gem:
# gem install mysql2
default: &default
adapter: mysql2
encoding: utf8mb4
reconnect: false
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
username: root
password: