-
The backtrace that pops when rails reloads in dev environment is:
```
activesupport-4.0.1/lib/active_support/dependencies.rb:446:in `load_missing_constant': A copy of Api::NotificationController has …
-
Version 0.3 is about **Evolution**, we hope to improve DX and productivity by converting it from a micro-framework into `rails`/`phoenix` like framework. And this is the first step:
- [ ] A cargo t…
-
Hi! I'm not an expert in websockets field and still have a few practical experience with them, only theoretical researches, started some time ago from Faye, Rack bottleneck (partly solved as socket hi…
-
This issue is for tracking breaking changes in Rails 5.0 and what we'll have to do to prepare to upgrade.
Note that you can use the `rake rails:update` command for easily updating existing files to u…
-
In order to monitor the health of each connection from the application side, it would be great to store the last successful pong timestamp (in redis, for instance), which we could then build alerts on…
thbar updated
7 years ago
-
I'm seeing an error that pops up sometimes. Not a consistent issue, but enough to fail our builds every few days. We're using Cuprite for our Rails system tests.
```
Failed to load resource: the s…
-
While using Faye-rails time after time i get this error. Where is importing this file?
ActionController::RoutingError (No route matches [GET] "/assets/faye-browser-min.js.map"):
actionpack (3.2.11)…
-
- [ ] Usermanagement
- [x] ~~Database to Frontend Sync with websockets~~ Basic messaging websocket to notify frontend
- [x] Implementing a frontend skeleton (React?)
- [x] Spring (boot) websock…
-
**Describe the bug**
Given:
```
MyModel has_many :my_other_models
MyOtherModel belongs_to :my_model
```
and `MyOtherModel` has an attribute `.my_attribute`
I expect to be able to autocomplete the en…
-
### Steps to reproduce
Run this test:
```ruby
# frozen_string_literal: true
require 'bundler/inline'
gemfile do
source 'https://rubygems.org'
gem 'rails', '~> 7.0.0'
end
requi…