質問編集履歴
2
スクショ追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -364,4 +364,12 @@
|
|
364
364
|
|
365
365
|
|
366
366
|
|
367
|
+
|
368
|
+
|
369
|
+
![検証ツール画面](fbe600cdac048a80b9b94ef28ccd0ab3.png)
|
370
|
+
|
371
|
+
|
372
|
+
|
373
|
+
![レンダリングはされていないがレンダリングして欲しい箇所のHTML](a9f7f88158e968c3a821e17d726aff2f.png)
|
374
|
+
|
367
375
|
ここにより詳細な情報を記載してください。
|
1
ボタンを押した直後の情報を記載
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
ajax + kaminari でもっと見るボタンを実装したい
|
1
|
+
いつmajax + kaminari でもっと見るボタンを実装したい
|
test
CHANGED
@@ -222,6 +222,146 @@
|
|
222
222
|
|
223
223
|
### 補足情報(FW/ツールのバージョンなど)
|
224
224
|
|
225
|
+
ボタンを押した直後のターミナル画面。コンソールには何も表示されていませんでした。汗
|
226
|
+
|
227
|
+
|
228
|
+
|
229
|
+
```
|
230
|
+
|
231
|
+
Started GET "/store_manager/masseurs/1/business_trip_ranges/edit.1?page=2" for 49.98.64.183 at 2020-07-24 06:51:57 +0000
|
232
|
+
|
233
|
+
Cannot render console from 49.98.64.183! Allowed networks: 127.0.0.0/127.255.255.255, ::1
|
234
|
+
|
235
|
+
Processing by StoreManager::BusinessTripRangesController#edit as
|
236
|
+
|
237
|
+
Parameters: {"page"=>"2", "masseur_id"=>"1"}
|
238
|
+
|
239
|
+
Masseur Load (0.1ms) SELECT "masseurs".* FROM "masseurs" WHERE "masseurs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
|
240
|
+
|
241
|
+
↳ app/controllers/store_manager/business_trip_ranges_controller.rb:50:in `set_masseur'
|
242
|
+
|
243
|
+
Rendering store_manager/business_trip_ranges/edit.html.erb within layouts/store_manager
|
244
|
+
|
245
|
+
Prefecture Load (0.2ms) SELECT "prefectures".* FROM "prefectures"
|
246
|
+
|
247
|
+
↳ app/views/store_manager/business_trip_ranges/edit.html.erb:13
|
248
|
+
|
249
|
+
City Load (0.1ms) SELECT "cities".* FROM "cities" LIMIT ? OFFSET ? [["LIMIT", 10], ["OFFSET", 10]]
|
250
|
+
|
251
|
+
↳ app/views/store_manager/business_trip_ranges/_cities.html.erb:1
|
252
|
+
|
253
|
+
Rendered store_manager/business_trip_ranges/_cities.html.erb (Duration: 1.9ms | Allocations: 1005)
|
254
|
+
|
255
|
+
(0.1ms) SELECT COUNT(*) FROM "cities"
|
256
|
+
|
257
|
+
↳ app/views/store_manager/business_trip_ranges/edit.html.erb:25
|
258
|
+
|
259
|
+
Rendered store_manager/business_trip_ranges/_cities.html.erb (Duration: 0.2ms | Allocations: 186)
|
260
|
+
|
261
|
+
Rendered store_manager/business_trip_ranges/_cities.html.erb (Duration: 0.2ms | Allocations: 186)
|
262
|
+
|
263
|
+
Rendered store_manager/business_trip_ranges/_cities.html.erb (Duration: 0.2ms | Allocations: 186)
|
264
|
+
|
265
|
+
Rendered store_manager/business_trip_ranges/_cities.html.erb (Duration: 0.2ms | Allocations: 186)
|
266
|
+
|
267
|
+
Rendered store_manager/business_trip_ranges/_cities.html.erb (Duration: 0.2ms | Allocations: 186)
|
268
|
+
|
269
|
+
Rendered store_manager/business_trip_ranges/_cities.html.erb (Duration: 0.2ms | Allocations: 186)
|
270
|
+
|
271
|
+
Rendered store_manager/business_trip_ranges/_cities.html.erb (Duration: 0.2ms | Allocations: 186)
|
272
|
+
|
273
|
+
Rendered store_manager/business_trip_ranges/_cities.html.erb (Duration: 0.2ms | Allocations: 186)
|
274
|
+
|
275
|
+
Rendered store_manager/business_trip_ranges/_cities.html.erb (Duration: 0.2ms | Allocations: 186)
|
276
|
+
|
277
|
+
Rendered store_manager/business_trip_ranges/_cities.html.erb (Duration: 0.2ms | Allocations: 186)
|
278
|
+
|
279
|
+
Rendered store_manager/business_trip_ranges/_cities.html.erb (Duration: 0.2ms | Allocations: 186)
|
280
|
+
|
281
|
+
(0.1ms) SELECT "cities"."id" FROM "cities" INNER JOIN "business_trip_ranges" ON "cities"."id" = "business_trip_ranges"."city_id" WHERE "business_trip_ranges"."masseur_id" = ? [["masseur_id", 1]]
|
282
|
+
|
283
|
+
↳ app/views/store_manager/business_trip_ranges/_cities.html.erb:5
|
284
|
+
|
285
|
+
Rendered store_manager/business_trip_ranges/_cities.html.erb (Duration: 2.8ms | Allocations: 1643)
|
286
|
+
|
287
|
+
Rendered store_manager/business_trip_ranges/_cities.html.erb (Duration: 0.2ms | Allocations: 186)
|
288
|
+
|
289
|
+
Rendered store_manager/business_trip_ranges/_cities.html.erb (Duration: 0.2ms | Allocations: 186)
|
290
|
+
|
291
|
+
Rendered store_manager/business_trip_ranges/_cities.html.erb (Duration: 0.2ms | Allocations: 186)
|
292
|
+
|
293
|
+
Rendered store_manager/business_trip_ranges/_cities.html.erb (Duration: 0.2ms | Allocations: 186)
|
294
|
+
|
295
|
+
Rendered store_manager/business_trip_ranges/_cities.html.erb (Duration: 0.2ms | Allocations: 186)
|
296
|
+
|
297
|
+
Rendered store_manager/business_trip_ranges/_cities.html.erb (Duration: 0.2ms | Allocations: 186)
|
298
|
+
|
299
|
+
Rendered store_manager/business_trip_ranges/_cities.html.erb (Duration: 0.2ms | Allocations: 186)
|
300
|
+
|
301
|
+
Rendered store_manager/business_trip_ranges/_cities.html.erb (Duration: 0.2ms | Allocations: 186)
|
302
|
+
|
303
|
+
Rendered store_manager/business_trip_ranges/_cities.html.erb (Duration: 0.2ms | Allocations: 186)
|
304
|
+
|
305
|
+
Rendered store_manager/business_trip_ranges/_cities.html.erb (Duration: 0.2ms | Allocations: 186)
|
306
|
+
|
307
|
+
Rendered store_manager/business_trip_ranges/_cities.html.erb (Duration: 0.2ms | Allocations: 186)
|
308
|
+
|
309
|
+
Rendered store_manager/business_trip_ranges/_cities.html.erb (Duration: 0.2ms | Allocations: 186)
|
310
|
+
|
311
|
+
Rendered store_manager/business_trip_ranges/_cities.html.erb (Duration: 0.2ms | Allocations: 186)
|
312
|
+
|
313
|
+
Rendered store_manager/business_trip_ranges/_cities.html.erb (Duration: 0.2ms | Allocations: 186)
|
314
|
+
|
315
|
+
Rendered store_manager/business_trip_ranges/_cities.html.erb (Duration: 0.2ms | Allocations: 186)
|
316
|
+
|
317
|
+
Rendered store_manager/business_trip_ranges/_cities.html.erb (Duration: 0.2ms | Allocations: 186)
|
318
|
+
|
319
|
+
Rendered store_manager/business_trip_ranges/_cities.html.erb (Duration: 0.2ms | Allocations: 186)
|
320
|
+
|
321
|
+
Rendered store_manager/business_trip_ranges/_cities.html.erb (Duration: 0.2ms | Allocations: 186)
|
322
|
+
|
323
|
+
Rendered store_manager/business_trip_ranges/_cities.html.erb (Duration: 0.2ms | Allocations: 186)
|
324
|
+
|
325
|
+
Rendered store_manager/business_trip_ranges/_cities.html.erb (Duration: 0.2ms | Allocations: 186)
|
326
|
+
|
327
|
+
Rendered store_manager/business_trip_ranges/_cities.html.erb (Duration: 0.2ms | Allocations: 186)
|
328
|
+
|
329
|
+
Rendered store_manager/business_trip_ranges/_cities.html.erb (Duration: 0.2ms | Allocations: 186)
|
330
|
+
|
331
|
+
Rendered store_manager/business_trip_ranges/_cities.html.erb (Duration: 0.2ms | Allocations: 186)
|
332
|
+
|
333
|
+
Rendered store_manager/business_trip_ranges/_cities.html.erb (Duration: 0.2ms | Allocations: 186)
|
334
|
+
|
335
|
+
Rendered store_manager/business_trip_ranges/_cities.html.erb (Duration: 0.2ms | Allocations: 186)
|
336
|
+
|
337
|
+
Rendered store_manager/business_trip_ranges/_cities.html.erb (Duration: 0.2ms | Allocations: 186)
|
338
|
+
|
339
|
+
Rendered store_manager/business_trip_ranges/_cities.html.erb (Duration: 0.2ms | Allocations: 186)
|
340
|
+
|
341
|
+
Rendered store_manager/business_trip_ranges/_cities.html.erb (Duration: 0.2ms | Allocations: 186)
|
342
|
+
|
343
|
+
Rendered store_manager/business_trip_ranges/_cities.html.erb (Duration: 0.2ms | Allocations: 186)
|
344
|
+
|
345
|
+
Rendered store_manager/business_trip_ranges/_cities.html.erb (Duration: 0.2ms | Allocations: 186)
|
346
|
+
|
347
|
+
Rendered store_manager/business_trip_ranges/_cities.html.erb (Duration: 0.2ms | Allocations: 186)
|
348
|
+
|
349
|
+
Rendered store_manager/business_trip_ranges/_cities.html.erb (Duration: 0.2ms | Allocations: 186)
|
350
|
+
|
351
|
+
Rendered store_manager/business_trip_ranges/_cities.html.erb (Duration: 0.2ms | Allocations: 186)
|
352
|
+
|
353
|
+
Rendered store_manager/business_trip_ranges/_cities.html.erb (Duration: 0.2ms | Allocations: 186)
|
354
|
+
|
355
|
+
Rendered store_manager/business_trip_ranges/edit.html.erb within layouts/store_manager (Duration: 54.3ms | Allocations: 30370)
|
356
|
+
|
357
|
+
Rendering layouts/application.html.erb
|
358
|
+
|
359
|
+
Rendered layouts/application.html.erb (Duration: 0.4ms | Allocations: 193)
|
360
|
+
|
361
|
+
Completed 200 OK in 67ms (Views: 64.6ms | ActiveRecord: 0.6ms | Allocations: 41715)
|
362
|
+
|
363
|
+
```
|
364
|
+
|
225
365
|
|
226
366
|
|
227
367
|
ここにより詳細な情報を記載してください。
|