-
Updated
Jun 6, 2022
ruby-on-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 7,593 public repositories matching this topic...
-
Updated
May 29, 2022 - Ruby
-
Updated
Jun 2, 2022 - Ruby
-
Updated
Jun 6, 2022 - Ruby
-
Updated
May 27, 2022 - Ruby
-
Updated
Jun 2, 2022 - Ruby
-
Updated
May 18, 2022 - Ruby
-
Updated
Jul 26, 2020 - Ruby
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, con
-
Updated
Jun 6, 2022 - Ruby
-
Updated
Mar 9, 2020 - Ruby
-
Updated
Jun 1, 2022 - Ruby
-
Updated
Apr 25, 2022 - Ruby
-
Updated
Jan 29, 2021 - Ruby
-
Updated
Jun 6, 2022 - Ruby
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
-
Updated
Apr 18, 2022 - Ruby
-
Updated
Jul 26, 2020 - Ruby
-
Updated
Jun 1, 2022 - Ruby
-
Updated
Jun 6, 2022 - Ruby
-
Updated
Jun 6, 2022 - Ruby
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.
-
Updated
Aug 29, 2019
-
Updated
Mar 31, 2022 - Ruby
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.
-
Updated
Jan 28, 2021 - Ruby
Created by David Heinemeier Hansson
Released December 13 2005
- Organization
- rails
- Website
- rubyonrails.org
- Wikipedia
- Wikipedia
Update styling to match new Chrome/devtools flat design.