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 +4 -4
- data/README.md +2 -2
- data/lib/generators/get_link_list/templates/get_link_list.rb +5 -5
- data/lib/get_link_list/helper.rb +1 -0
- data/lib/get_link_list/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 695addb5a241afaf4586f634deab2e7cc673dd2e
|
4
|
+
data.tar.gz: 2e0ac91c886be471f0cbcbeafbd9954d3c4e8fcc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
+

|
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"
|
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"
|
5
|
+
# example)
|
6
|
+
# config.ignore_controller = [:"rails/mailers" => "", :"users/omniauth_callbacks" => ""]
|
7
7
|
|
8
|
-
#config.ignore_controller = []
|
8
|
+
# config.ignore_controller = []
|
9
9
|
end
|
data/lib/get_link_list/helper.rb
CHANGED
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.
|
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:
|
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:
|