-
Updated
Mar 10, 2022 - Ruby
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,333 public repositories matching this topic...
-
Updated
Mar 7, 2022 - Ruby
-
Updated
Mar 10, 2022 - Ruby
-
Updated
Mar 14, 2022
-
Updated
Jan 25, 2022 - Ruby
-
Updated
Feb 23, 2022 - Ruby
-
Updated
Feb 26, 2022 - Ruby
-
Updated
Jul 26, 2020 - Ruby
-
Updated
Mar 13, 2022 - JavaScript
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:
-
Updated
Mar 9, 2020 - Ruby
-
Updated
Mar 14, 2022 - Ruby
-
Updated
Mar 10, 2022 - Ruby
-
Updated
Mar 1, 2022 - Ruby
-
Updated
Jan 29, 2021 - Ruby
-
Updated
Mar 7, 2022 - Ruby
-
Updated
Feb 27, 2022 - Ruby
-
Updated
Jul 26, 2020 - Ruby
It would be nice to have English UI strings extracted to a yml
file to allow support for other locales.
We're liable to run into some RTL and spacing challenges once other translations are added, but we can address those as they arise. Ideally dates/times should be localized (as we they are currently locked to English in #407)
-
Updated
Mar 8, 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)
-
Updated
Jan 14, 2022 - Ruby
-
Updated
Feb 26, 2022 - Ruby
Markdown support
Post description and comments should support markdown.
I believe markdown would be particularly useful to format hyperlinks, lists and quotes.
However, some markdown tags should not be parsed as usual (or not be parsed at all): for example a user should not be able to post a comment formatted with header ("#" character in markdown), because then the comment text would too big.
-
Updated
Aug 29, 2019
-
Updated
Feb 9, 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.