tkh_search 0.3.0.1 → 0.3.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4f31de1f876c1776f797a760ef86dc5d515a1872
4
- data.tar.gz: 7ea1e56cbcfc190017188dacf14c25a505d1cf71
3
+ metadata.gz: 5c685ecc65b529885b2a54b21c16dd3c8c061414
4
+ data.tar.gz: c90399922ce29772b6684613fde557129a9c72fb
5
5
  SHA512:
6
- metadata.gz: ccb3c322ef36685c0e7033aaf0d780c578e4033bffaba5289f4872281796e45bb7eb01061ea62aa2eea26f598be74e53f3227dcb72ee839b71ff3c94341b38e3
7
- data.tar.gz: 9e17f5f45e2d5e50c54e1135a2a6c85169db2e9eba63560e7d6e25fd766d8e8dea932ab7a5418d0b7baddd7737119625b147de62d602351b62d8698e0c1e0e4e
6
+ metadata.gz: d3615f3ba67314b5a4423ddf43d89c4292b0c253da81ced3d7eae9aeed7d9abcf7b85dd99741c5275d31c5d33bc1167a36be36513a8b3c3f95795c0b938061cd
7
+ data.tar.gz: 1f2b5199dc066edde33cd2ab826de85e63a18c8e440890239117c65defdfaae560a33ccd6e9f530efeb8b387c895454caed029db2a5502ee13288b3562fcb53d
data/CHANGELOG.md CHANGED
@@ -2,9 +2,9 @@
2
2
 
3
3
 
4
4
 
5
- ## 0.3.0.1
5
+ ## 0.3.0.1 & 0.3.0.2
6
6
 
7
- * Debugging localization
7
+ * Debugging localization, locales, and routes
8
8
 
9
9
 
10
10
  ## 0.3
@@ -20,5 +20,3 @@
20
20
  <li>There are no page results corresponding to this query.</li>
21
21
  <% end %>
22
22
  </ul>
23
- <p>The current locale in the controller is: <%= @the_current_locale %></p>
24
- <p>The current locale in the view is: <%= I18n.locale %></p>
data/config/routes.rb CHANGED
@@ -1,9 +1,7 @@
1
1
  Rails.application.routes.draw do
2
2
  scope "(:locale)", locale: /#{I18n.available_locales.join("|")}/ do
3
- localized do
4
- post 'search' => 'search#index'
5
- get 'index_all_models' => 'search#index_all_models'
6
- get 'search_stats' => 'search_stats#index'
7
- end
3
+ post 'search' => 'search#index'
4
+ get 'index_all_models' => 'search#index_all_models'
5
+ get 'search_stats' => 'search_stats#index'
8
6
  end
9
7
  end
@@ -1,3 +1,3 @@
1
1
  module TkhSearch
2
- VERSION = "0.3.0.1"
2
+ VERSION = "0.3.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tkh_search
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0.1
4
+ version: 0.3.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Swami Atma