-
Try to migrate your plugin :
For the first rake migration, I change Gemfile
gem 'deface', '>= 1.1.0' to
gem 'deface', '>= 0'
because error with gem version
Then error on log trace here :
bash-…
-
I have this file structure in Rails
```
app:
assets:
javascripts:
application.js
components:
my_component.js
utils:
my_util.js
```
application.js r…
-
## 現象
Redmineに本プラグインを設定し、プロジェクトのリポジトリに設定したところ以下のようなエラーが発生しました。
Redmineでは500 Internal Server Error画面となりました。
エラーを解消し、GitLabと正常に連携するにはどうすべきでしょうか。
## エラーログ
```
gitlab: error during get default…
-
```
ActiveRecord::RecordNotFound (Couldn't find all CodeThemeUserSettings with 'id': (first, {:conditions=>["user_id = ?", 1]}) (found 0 results, but was looking for 2)):
lib/redmine/hook.rb:119:in …
-
---
tags: Ruby
環境: windows 內裝子系統Linux(Ubuntu)
---
## 1. 在本機建立Linux模擬環境,使用Ubutu
- 參考 https://bayareanotes.com/wsl-installation/
## 2. 下載MobXterm
- 請務必解壓縮後再執行,不然在安裝時會出現錯誤訊息
![螢幕擷取畫面 2024-07…
-
Using Rails 8 RC1 - `rails new r8rc1 --js esbuild --css tailwind`
This creates a tailwind.config.js file in the root directory with just the modules.export content object (no themes or plugins ena…
-
When I installed 9acb46708 in my Redmine4.0.4stable,
webhook settings could not looked in project setting.
Dose it possible to work in the below environment?
```
Environment:
Redmine versi…
sazus updated
4 years ago
-
I use Rails Admin and I wanted to setup Rich with it. After bundle install I've run:
```
rails generate rich:install
rake db:migrate
```
I use Devise with model name Admin, so I modified `/config/in…
-
TL;DR: Rails 7.1 requires Rack 3 and Resque-web cannot support Rack 3 (due to sinatra). Can Resque-web be made into it's own gem?
Greetings,
This appears to be a partial repeat of #1492.
Si…
danlo updated
5 months ago
-
Ruby version: ruby 2.5.3p105 (2018-10-18 revision 65156) [i686-linux]
Rails version: Rails 5.2.4.1
**I receive this message in the browser console and the textearea does not appear.**
> The loa…