-
-
I have a real strange problem with the following Job:
```ruby
class CheckUnmanagedDocumentJob < ApplicationJob
repeat 'every day at 15:23pm'
def perform
RechnMgmUserArea::Orga…
-
I run the Chat demo with Puma (2.7.1), Rails (4.1.0.beta1), JRuby (1.7.9). Whenever I entered a message in the input field, this message got duplicated in the output of all clients.
Attached please f…
-
It is actually a bug in the eventemitter gem, and serious one. Event callbacks for the socket are called on the wrong context, set by the emitter. It took me several hours to trace. I suggest to fix e…
-
みんな知っているあのCRUDWebアプリをREST API化しましょう!!!!!!!!!!!
8月中に出来たら良い感じ
## 技術スタック
### サーバーサイド
- Ruby
- Rails5(5.1.3)
- RSpec
### フロントエンド
- Vue.js
- Webpack
- Babel
他に入れたい技術があればコメントお願いします
-
I get "undefined method encoding for #Array:0x007f91ee3a2028" whenever I tried to call `all` from a layout.
My environment:
Ruby: 2.2.3
ginjo-rfm: 3.0.11
Gemset
```
* actionmailer (3.2.22)
* ac…
-
### Steps to reproduce
```zsh
rails new testapp -d postgresql
cd testapp
rails g scaffold post title body:text
rails db:migrate
rails c
irb(main):001:0> Post.create(title: "This is a test 1",…
-
after calling rspec a second time from the rails console, I get:
```
RSpec::Core::Configuration::MustBeConfiguredBeforeExampleGroupsError: RSpec's expect_with configuration option must be config…
-
I find this repo finally updated in 2014... I wonder weather this repo still being use? Or is there any alternative for local rails development?
thanks for your suggestions.
cai-q updated
7 years ago
-
Hello ALL !
My project is ok on my local but i try to push my project on my dev server ...
this is my config.yml file
gos_web_socket:
server:
port: 8080 #The port the socke…