easy_ml 0.2.0.pre.rc20 → 0.2.0.pre.rc21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 06b638a3c3ae41b11f0c3e00c7234d72b4c9c894516477904cd624c5b7424d7a
4
- data.tar.gz: a3cf8f09f78239281bc18600c42dcb7796a9853d3e584329597c9330c6d56769
3
+ metadata.gz: f0de4170b55d8d6e28cc09ac68421cbee2f0c441e6fb89e86207620fef642ee3
4
+ data.tar.gz: 86e5b583cc202827bc3d2d9ea89fd4dd13f1d95f729ad5ae8d43936a66fe1a2f
5
5
  SHA512:
6
- metadata.gz: 80cae9ce9830c1500e25ef78a48a7a0265a585c258e0165aa9156bbebedc608e15252a39b0338373c4cb47cc30998b3e3a85ca922fb70be1494b4f5b72661bef
7
- data.tar.gz: a21481353f7b9cea048fa503bb60d04eced87bb107c6a282cc69645ec5ec93cfd682f7dd506f0f7d8add7870a2bfef6aa8df5b3779111ffae57d977f2d50fb20
6
+ metadata.gz: 1d066503c36f9daee59ad93a89b6f35ff6c211602181030036edc31b7ece52276fd252a7a85b549263a180f4ec85f86a04e498440f217b6431d8da0225d9de0e
7
+ data.tar.gz: c9c69540e6fbbedd688517226cffc757938933317952f9318189200a259dbc5b0963de6dfaa330741ea50387d290980176837f78ea80de04ea5e76b8d8f1c794
@@ -72,9 +72,9 @@ module EasyML
72
72
  # Start sync in background to avoid blocking
73
73
  datasource.refresh_async
74
74
 
75
- redirect_to easy_ml_datasources_path, notice: "Datasource is syncing..."
75
+ redirect_to easy_ml_datasources_path(host: request.host), notice: "Datasource is syncing..."
76
76
  rescue ActiveRecord::RecordNotFound
77
- redirect_to easy_ml_datasources_path, error: "Datasource not found..."
77
+ redirect_to easy_ml_datasources_path(host: request.host), error: "Datasource not found..."
78
78
  end
79
79
 
80
80
  private
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EasyML
4
- VERSION = "0.2.0-rc20"
4
+ VERSION = "0.2.0-rc21"
5
5
 
6
6
  module Version
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: easy_ml
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0.pre.rc20
4
+ version: 0.2.0.pre.rc21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brett Shollenberger