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 8,111 public repositories matching this topic...
-
Updated
Feb 5, 2022 - Ruby
-
Updated
Feb 4, 2022 - Ruby
-
Updated
Jan 17, 2022 - Ruby
-
Updated
Feb 4, 2022 - Ruby
-
Updated
Feb 4, 2022 - Ruby
-
Updated
Jan 23, 2022 - Ruby
-
Updated
Feb 2, 2022 - Ruby
Problem this feature will solve
Given:
FactoryBot.define do
user(factory: :author) { association(:author, role: role) }
endDefinitionProxy#method_missing will declare the [association](https://github.com/thoughtbot/factory_bot/blob
-
Updated
Jan 30, 2022 - Ruby
-
Updated
Jan 18, 2022 - Ruby
-
Updated
Oct 29, 2021 - Ruby
-
Updated
Jan 27, 2022 - Ruby
-
Updated
Feb 2, 2022 - Ruby
-
Updated
Feb 4, 2022 - Ruby
-
Updated
Feb 4, 2022 - Ruby
-
Updated
Feb 4, 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
-
Updated
Feb 4, 2022 - Ruby
Normalize i18n keys
i18n-tasks gem now comes with the following post-install message:
Post-install message from i18n-tasks:
# Install default configuration:
cp $(bundle exec i18n-tasks gem-path)/templates/config/i18n-tasks.yml config/
# Add an RSpec for missing and unused keys:
cp $(bundle exec i18n-tasks gem-path)/templates/rspec/i18n_spec.rb spec/
It's a good opportunity to follow these instru
-
Updated
Oct 18, 2021 - Ruby
-
Updated
Jan 28, 2022 - Ruby
Created by David Heinemeier Hansson
Released December 13 2005
- Organization
- rails
- Website
- rubyonrails.org
- Wikipedia
- Wikipedia
Is your enhancement request related to a problem? Please describe.
It is a very very tiny problem but I want to contribute :) In the API documentation, it says the ID of the Agent is the type of integer. In the documentation of the webhook events, the ID of the Agent seems like a string. But when I get a "message_created" event, the ID of the Agent is an integer.
![image](https://user-ima