The open curriculum for learning web development
-
Updated
Jun 6, 2022
{{ message }}
Ruby on Rails (Rails) is a web application framework written in Ruby. It is meant to help simplify the building of complex websites.
The open curriculum for learning web development
Object-based searching.
Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.
Integration of React + Webpack + Rails + rails/webpacker including server-side rendering of React, enabling a better developer experience and faster client performance.
A lightweight Facebook library supporting the Graph, Marketing, and Atlas APIs, realtime updates, test users, and OAuth.
Elasticsearch integrations for ActiveModel/Record and Ruby on Rails
Database Sharding for ActiveRecord
RSpec cheatsheet & Rails app: Learn how to expertly test Rails apps from a model codebase
What would you like to be added:
It would be amazing to have a "Deploy with Heroku" button. Someone please help and build this.
https://devcenter.heroku.com/articles/heroku-button
Why is this needed:
Just found out that this line:
fails in a new jsbundling-esbuild setup because the following is typically present:
import controllers from './**/*_controller.js'
controllers.forEach(controller => {
application.register(controller.name, conMain Website for The Odin Project
Checklist of security precautions for Ruby on Rails applications.
Scheduler / Cron for Sidekiq jobs
lol_dba is a small package of rake tasks that scan your application models and displays a list of columns that probably should be indexed. Also, it can generate .sql migration scripts.
private member portal for churches, built with Ruby on Rails
Framework for Apache Kafka based Ruby and Rails applications development.
Currrently , the CLI outputs "No such file or directory" but should be more verbose and explain which file could not be found.
No such file or directory (os error 2)
It would be nice to integrate Sorbet. I have tried before in #235, but found more sharp edges than I was comfortable with.
Short-term success is having some additional manual tooling and workflows that adds value to the development process and is not burdensome to contributors.
Long-term success would be to run Sorbet type checking as part of the CI lint process (e.g. there is a clean/gree
Real World Rails applications and their open source codebases for developers to learn from
Free, open source mental health communication web app to share experiences with loved ones
Just the right amount of Rails eager loading
Transactional email server with a lovely web interface
If a user clicks on "Reply" to reply a comment, then a textarea appears but it is unfocused. It should automatically gain focus, in order to make it easier and faster to type comments.
On the other hand, the new comment form at the top level, i.e. the one used to comment a post, should not be autofocused when opening a post.
A list of Ruby gems that have known memory leaks (and issues)
Filterrific is a Rails Engine plugin that makes it easy to filter, search, and sort your ActiveRecord lists.
If you PATCHed to /posts/1, but send payload with a different id:
{
data: {
id: 789,
type: 'posts',
attributes: { ... }
}
}We pay attention to the payload and not the URL - instead let's throw an error when there is a mismatch.
Rails plugin that logs/displays a backtrace of all SQL queries executed by Active Record
Created by David Heinemeier Hansson
Released December 13 2005
Update styling to match new Chrome/devtools flat design.