get_link_list 0.0.7 → 0.0.8

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
  SHA1:
3
- metadata.gz: f0a5a8839aeefe27e35682a9a569541583afb060
4
- data.tar.gz: 876c88ceb4bdfc5c8651953eeb1e65db3ac308c6
3
+ metadata.gz: 695addb5a241afaf4586f634deab2e7cc673dd2e
4
+ data.tar.gz: 2e0ac91c886be471f0cbcbeafbd9954d3c4e8fcc
5
5
  SHA512:
6
- metadata.gz: 4fd4146d1248358c21bb226e5ba3b3ac13cce7c2beb1142275594a4be4152e865b0e95e2a2acbc126ea22a8dd52c9af1bc1fbc7c9db9981c71fbbb86f30ab2d3
7
- data.tar.gz: 3c44108146939f7e9041fcdbc0d88c6ca6150c328b2596e178f93640c4351423ea574172e459e2f1c49ded3cba4c17ac5823756b1919cb98099d4cc9f935547f
6
+ metadata.gz: 4291ce91febee26e9af35bf6015ceae40214bc173570278e4cae3e82a71918e2958b757e5109d285ae41741c05dd83db3cf2970febbf341044a258e0a15cf869
7
+ data.tar.gz: 8c6e6102117d3c14610a2bbc3c34fd58876eaa001dbb7e1e631e40583bfecf24994ecc0f448f6249b80832e20d18b6df059ceb4fa0a95cd9066e60fd976e25be
data/README.md CHANGED
@@ -3,12 +3,12 @@
3
3
 
4
4
 
5
5
  ## Information
6
+ ![thumb](https://raw.githubusercontent.com/cndlhvn/get_link_list/image/app/assets/images/get_link_list/getlinklistimage.png)
7
+
6
8
  getlinklist will be able to easily display a linked list of routing only of GET on view.
7
9
 
8
10
  You can hide in unnecessary get url.
9
11
 
10
-
11
-
12
12
  ## Getting start
13
13
  Add to this in Gemfile
14
14
 
@@ -1,9 +1,9 @@
1
1
  GetLinkList.configure do |config|
2
- #write ignore controller and action like this.
3
- #config.ignore_controller = ["controller_name1": ["action_name1","action_name2"],"controller_name2": ""]
2
+ # write ignore controller and action like this.
3
+ # config.ignore_controller = [:"controller_name1" => ["action_name1", "action_name2"], :"controller_name2"=> ""]
4
4
 
5
- #example)
6
- #config.ignore_controller = ["rails/mailers": "","users/omniauth_callbacks": ""]
5
+ # example)
6
+ # config.ignore_controller = [:"rails/mailers" => "", :"users/omniauth_callbacks" => ""]
7
7
 
8
- #config.ignore_controller = []
8
+ # config.ignore_controller = []
9
9
  end
@@ -21,6 +21,7 @@ module GetLinkList
21
21
  def match_initial_path_segment(path)
22
22
  path= path.sub(/\(.:format\)/, "")
23
23
  path.sub(/:(.*)id/, "1")
24
+ path.sub(/:(.*)locale/, "en")
24
25
  end
25
26
 
26
27
  end
@@ -1,3 +1,3 @@
1
1
  module GetLinkList
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: get_link_list
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - candle
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-19 00:00:00.000000000 Z
11
+ date: 2016-06-02 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: It showed your rails project GET path
14
14
  email: