Rails
Ruby on Rails (Rails) is a web application framework written in Ruby. It is meant to help simplify the building of complex websites.
Here are 10,320 public repositories matching this topic...
A platform for community discussion. Free, open, simple.
-
Updated
Jun 6, 2022 - Ruby
Flexible authentication solution for Rails with Warden.
-
Updated
May 27, 2022 - Ruby
A privacy-aware, distributed, open source social network.
-
Updated
Apr 27, 2022 - Ruby
Is your enhancement request related to a problem? Please describe.
Clear visual indication when an integration/application is connected/active.
Slack is fully connected and active at this stage. It would be nice to have a visual indicator on this page to know slack is connected without clicking on configure and navigating to another page.
 { association(:author, role: role) }
endDefinitionProxy#method_missing will declare the [association](https://github.com/thoughtbot/factory_bot/blob
I'm sorry to post an issue that is missing crucial evidence, but some debugging of a recent config loading bug makes me suspect that the react-rails railtie.rb may be modifying the load order of initializers, and preventing the values in Rails.application.config being as expected.
Whether this happens or not appears to be partly dependent on where in the Gemfile the react-rails gem is l
A static analysis security vulnerability scanner for Ruby on Rails applications
-
Updated
Jun 2, 2022 - Ruby
FriendlyId is the “Swiss Army bulldozer” of slugging and permalink plugins for ActiveRecord. It allows you to create pretty URL’s and work with human-friendly strings as if they were numeric ids for ActiveRecord models.
-
Updated
Mar 30, 2022 - Ruby
Pagination library for Rails, Sinatra, Merb, DataMapper, and more
-
Updated
Apr 7, 2022 - Ruby
Catches mail and serves it through a dream.
-
Updated
May 27, 2022 - Ruby
A Rails engine that helps you put together a super-flexible admin dashboard.
-
Updated
Jun 6, 2022 - Ruby
Use Webpack to manage app-like JavaScript modules in Rails
-
Updated
Jun 4, 2022 - Ruby
Object-based searching.
-
Updated
May 29, 2022 - Ruby
Ruby implementation of GraphQL
-
Updated
Jun 3, 2022 - Ruby
AASM - State machines for Ruby classes (plain Ruby, ActiveRecord, Mongoid, NoBrainer, Dynamoid)
-
Updated
Apr 14, 2022 - Ruby
We have a problem: if files aren't loaded/required we don't have branch data. If they are added through track_files we give it 0/0 branches which we show as 100% coverage (all possible branches are covered).
That math is "wrong" though here because there are branches but we don't know what they are. We should probably count total branches here as "unkown" and establish that in our "math unive
Created by David Heinemeier Hansson
Released December 13 2005
- Organization
- rails
- Website
- rubyonrails.org
- Wikipedia
- Wikipedia


The updated
/admin/member_manager/users/<:id>needs to be updated to use i18n. We can introduce locale files for this admin section and add the necessary translations for all the tabs and modals on this page.