Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

elasticsearchを動くようにした #225

Merged
merged 5 commits into from
Jul 7, 2021
Merged

elasticsearchを動くようにした #225

merged 5 commits into from
Jul 7, 2021

Conversation

momocus
Copy link
Owner

@momocus momocus commented Jul 3, 2021

#224 が動かなかったので修正した

e3d62a8
bootstrap5化によるviewの変更を忘れていたので対応した。

24e3117
elasticsearch-railsが現状ruby3対応しておらず、DBのデータをelasticsearch側にimportするときにエラーが起こる。修正のプルリクは出ていたがreleaseがいつになるかは不明。elastic/elasticsearch-rails#989 (comment) で、せっかちな人はこうしてねと書かれていた方法に従った。
githubのリポジトリを指定しgemをダウンロードするため、docker環境にもgitをインストールした。

@momocus momocus force-pushed the fix-elastic branch 2 times, most recently from 72f39df to 482604d Compare July 3, 2021 09:43
@momocus
Copy link
Owner Author

momocus commented Jul 3, 2021

elasticsearch-railsが正式にruby3対応したら、 ただちに正式版を適用して 24e3117 をrevertする必要がある。

@momocus momocus marked this pull request as ready for review July 3, 2021 10:06
@momocus momocus requested a review from yonta July 3, 2021 10:06
app/views/elasticsearch/index.html.erb Outdated Show resolved Hide resolved
app/views/elasticsearch/index.html.erb Outdated Show resolved Hide resolved
app/views/elasticsearch/index.html.erb Outdated Show resolved Hide resolved
app/views/elasticsearch/index.html.erb Outdated Show resolved Hide resolved
app/views/elasticsearch/index.html.erb Outdated Show resolved Hide resolved
Dockerfile Outdated Show resolved Hide resolved
Dockerfile Outdated Show resolved Hide resolved
@momocus momocus requested a review from yonta July 6, 2021 10:09
local: true,
class: "row my-1",) do |f| %>
<div class="col-auto">
<%= f.label(:word, { class: "form-label visually-hidden" }) %>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

インデントずれてる

app/views/elasticsearch/index.html.erb Outdated Show resolved Hide resolved
app/views/elasticsearch/index.html.erb Outdated Show resolved Hide resolved
@yonta yonta merged commit 97bf497 into elasticsearch Jul 7, 2021
@momocus momocus deleted the fix-elastic branch July 9, 2021 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants