-
Is there planned support for Rails 7? The currently released version requires rails (< 7, >= 5.2).
What are the issues preventing Rails 7+ support? Can I assist with upgrading?
Much thanks for …
-
https://railstutorial.jp/chapters/beginning?version=5.1#cha-beginning
## Links
- [Ruby API](https://ruby-doc.org/)
-
### Checks
- [X] This is not a duplicate of an existing issue (please have a look through our [open issues list](https://github.com/TheOdinProject/curriculum/issues) to make sure)
- [X] I have thorou…
-
In one application, once upgraded to Rails 8, `.json.rabl` views stopped rendering. Looking at the error I noticed that rabl was not in the list of handlers in the ActionView::MissingTemplate exceptio…
-
Do you have experience using `temporal-ruby` with Ruby on Rails, and ActiveRecord thread pooling? I think it would require some framework-specific work: https://guides.rubyonrails.org/threading_and_co…
-
# config/routes.rbの書き方について
```ruby
Rails.application.routes.draw do
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
# ここにどんなURLでどこの処理を実行…
-
We want our ruby base images on ruby 3.3 and debian 12. Preferably also node 20. So, we'll need to get everything downstream updated.
New versions:
- Rails 7.2
- Ruby 3.3
- Node 20
-
### Steps to reproduce
Make a rails project with:
```
gem 'rails', '~> 8.0.0'
gem 'exception_notification', '~> 4.5.0'
```
Attempt to bundle.
### Expected behavior
success.
### Actual beh…
-
le dépendance à `view_component` ne supporte la version Rails 8.0 (via `activesupport`) que depuis sa version `3.19.0`
voir https://github.com/nicolasleger/view_component/blob/main/docs/CHANGELOG.md#…
-
As a developer
I want to have Ruby on Rails configured
to make it possible to develop features.
## Acceptance
- [ ] Have an integration test with capybara that exercises the application home page.