breadcrumbs_on_rails 2.3.0 → 4.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.github/FUNDING.yml +12 -0
- data/.gitignore +8 -5
- data/.travis.yml +29 -10
- data/Appraisals +10 -9
- data/CHANGELOG.md +58 -20
- data/Gemfile +9 -1
- data/LICENSE.txt +1 -1
- data/README.md +242 -56
- data/Rakefile +9 -67
- data/SECURITY.md +104 -0
- data/breadcrumbs_on_rails.gemspec +17 -33
- data/gemfiles/5.0.gemfile +12 -0
- data/gemfiles/5.1.gemfile +12 -0
- data/gemfiles/5.2.gemfile +12 -0
- data/gemfiles/6.0.gemfile +12 -0
- data/lib/breadcrumbs_on_rails.rb +1 -1
- data/lib/breadcrumbs_on_rails/action_controller.rb +29 -46
- data/lib/breadcrumbs_on_rails/breadcrumbs.rb +4 -4
- data/lib/breadcrumbs_on_rails/railtie.rb +3 -5
- data/lib/breadcrumbs_on_rails/version.rb +2 -13
- data/test/dummy.rb +6 -1
- data/test/test_helper.rb +6 -3
- data/test/unit/action_controller_test.rb +44 -6
- data/test/unit/simple_builder_test.rb +23 -0
- metadata +33 -85
- data/.rvmrc +0 -1
- data/gemfiles/3.0.gemfile +0 -7
- data/gemfiles/3.0.gemfile.lock +0 -100
- data/gemfiles/3.1.gemfile +0 -7
- data/gemfiles/3.1.gemfile.lock +0 -100
- data/gemfiles/3.2.gemfile +0 -7
- data/gemfiles/3.2.gemfile.lock +0 -100
- data/init.rb +0 -1
data/gemfiles/3.1.gemfile
DELETED
data/gemfiles/3.1.gemfile.lock
DELETED
@@ -1,100 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: /Users/weppos/Code/breadcrumbs_on_rails
|
3
|
-
specs:
|
4
|
-
breadcrumbs_on_rails (2.1.0)
|
5
|
-
|
6
|
-
GEM
|
7
|
-
remote: http://rubygems.org/
|
8
|
-
specs:
|
9
|
-
actionmailer (3.2.1)
|
10
|
-
actionpack (= 3.2.1)
|
11
|
-
mail (~> 2.4.0)
|
12
|
-
actionpack (3.2.1)
|
13
|
-
activemodel (= 3.2.1)
|
14
|
-
activesupport (= 3.2.1)
|
15
|
-
builder (~> 3.0.0)
|
16
|
-
erubis (~> 2.7.0)
|
17
|
-
journey (~> 1.0.1)
|
18
|
-
rack (~> 1.4.0)
|
19
|
-
rack-cache (~> 1.1)
|
20
|
-
rack-test (~> 0.6.1)
|
21
|
-
sprockets (~> 2.1.2)
|
22
|
-
activemodel (3.2.1)
|
23
|
-
activesupport (= 3.2.1)
|
24
|
-
builder (~> 3.0.0)
|
25
|
-
activerecord (3.2.1)
|
26
|
-
activemodel (= 3.2.1)
|
27
|
-
activesupport (= 3.2.1)
|
28
|
-
arel (~> 3.0.0)
|
29
|
-
tzinfo (~> 0.3.29)
|
30
|
-
activeresource (3.2.1)
|
31
|
-
activemodel (= 3.2.1)
|
32
|
-
activesupport (= 3.2.1)
|
33
|
-
activesupport (3.2.1)
|
34
|
-
i18n (~> 0.6)
|
35
|
-
multi_json (~> 1.0)
|
36
|
-
appraisal (0.4.0)
|
37
|
-
bundler
|
38
|
-
rake
|
39
|
-
arel (3.0.0)
|
40
|
-
builder (3.0.0)
|
41
|
-
erubis (2.7.0)
|
42
|
-
hike (1.2.1)
|
43
|
-
i18n (0.6.0)
|
44
|
-
journey (1.0.1)
|
45
|
-
json (1.6.5)
|
46
|
-
mail (2.4.1)
|
47
|
-
i18n (>= 0.4.0)
|
48
|
-
mime-types (~> 1.16)
|
49
|
-
treetop (~> 1.4.8)
|
50
|
-
mime-types (1.17.2)
|
51
|
-
mocha (0.9.12)
|
52
|
-
multi_json (1.0.4)
|
53
|
-
polyglot (0.3.3)
|
54
|
-
rack (1.4.1)
|
55
|
-
rack-cache (1.1)
|
56
|
-
rack (>= 0.4)
|
57
|
-
rack-ssl (1.3.2)
|
58
|
-
rack
|
59
|
-
rack-test (0.6.1)
|
60
|
-
rack (>= 1.0)
|
61
|
-
rails (3.2.1)
|
62
|
-
actionmailer (= 3.2.1)
|
63
|
-
actionpack (= 3.2.1)
|
64
|
-
activerecord (= 3.2.1)
|
65
|
-
activeresource (= 3.2.1)
|
66
|
-
activesupport (= 3.2.1)
|
67
|
-
bundler (~> 1.0)
|
68
|
-
railties (= 3.2.1)
|
69
|
-
railties (3.2.1)
|
70
|
-
actionpack (= 3.2.1)
|
71
|
-
activesupport (= 3.2.1)
|
72
|
-
rack-ssl (~> 1.3.2)
|
73
|
-
rake (>= 0.8.7)
|
74
|
-
rdoc (~> 3.4)
|
75
|
-
thor (~> 0.14.6)
|
76
|
-
rake (0.9.2.2)
|
77
|
-
rdoc (3.12)
|
78
|
-
json (~> 1.4)
|
79
|
-
sprockets (2.1.2)
|
80
|
-
hike (~> 1.2)
|
81
|
-
rack (~> 1.0)
|
82
|
-
tilt (~> 1.1, != 1.3.0)
|
83
|
-
thor (0.14.6)
|
84
|
-
tilt (1.3.3)
|
85
|
-
treetop (1.4.10)
|
86
|
-
polyglot
|
87
|
-
polyglot (>= 0.3.1)
|
88
|
-
tzinfo (0.3.31)
|
89
|
-
yard (0.7.5)
|
90
|
-
|
91
|
-
PLATFORMS
|
92
|
-
ruby
|
93
|
-
|
94
|
-
DEPENDENCIES
|
95
|
-
activerecord (~> 3.1)
|
96
|
-
appraisal
|
97
|
-
breadcrumbs_on_rails!
|
98
|
-
mocha (~> 0.9.10)
|
99
|
-
rails (>= 3.0)
|
100
|
-
yard
|
data/gemfiles/3.2.gemfile
DELETED
data/gemfiles/3.2.gemfile.lock
DELETED
@@ -1,100 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: /Users/weppos/Code/breadcrumbs_on_rails
|
3
|
-
specs:
|
4
|
-
breadcrumbs_on_rails (2.1.0)
|
5
|
-
|
6
|
-
GEM
|
7
|
-
remote: http://rubygems.org/
|
8
|
-
specs:
|
9
|
-
actionmailer (3.2.1)
|
10
|
-
actionpack (= 3.2.1)
|
11
|
-
mail (~> 2.4.0)
|
12
|
-
actionpack (3.2.1)
|
13
|
-
activemodel (= 3.2.1)
|
14
|
-
activesupport (= 3.2.1)
|
15
|
-
builder (~> 3.0.0)
|
16
|
-
erubis (~> 2.7.0)
|
17
|
-
journey (~> 1.0.1)
|
18
|
-
rack (~> 1.4.0)
|
19
|
-
rack-cache (~> 1.1)
|
20
|
-
rack-test (~> 0.6.1)
|
21
|
-
sprockets (~> 2.1.2)
|
22
|
-
activemodel (3.2.1)
|
23
|
-
activesupport (= 3.2.1)
|
24
|
-
builder (~> 3.0.0)
|
25
|
-
activerecord (3.2.1)
|
26
|
-
activemodel (= 3.2.1)
|
27
|
-
activesupport (= 3.2.1)
|
28
|
-
arel (~> 3.0.0)
|
29
|
-
tzinfo (~> 0.3.29)
|
30
|
-
activeresource (3.2.1)
|
31
|
-
activemodel (= 3.2.1)
|
32
|
-
activesupport (= 3.2.1)
|
33
|
-
activesupport (3.2.1)
|
34
|
-
i18n (~> 0.6)
|
35
|
-
multi_json (~> 1.0)
|
36
|
-
appraisal (0.4.0)
|
37
|
-
bundler
|
38
|
-
rake
|
39
|
-
arel (3.0.0)
|
40
|
-
builder (3.0.0)
|
41
|
-
erubis (2.7.0)
|
42
|
-
hike (1.2.1)
|
43
|
-
i18n (0.6.0)
|
44
|
-
journey (1.0.1)
|
45
|
-
json (1.6.5)
|
46
|
-
mail (2.4.1)
|
47
|
-
i18n (>= 0.4.0)
|
48
|
-
mime-types (~> 1.16)
|
49
|
-
treetop (~> 1.4.8)
|
50
|
-
mime-types (1.17.2)
|
51
|
-
mocha (0.9.12)
|
52
|
-
multi_json (1.0.4)
|
53
|
-
polyglot (0.3.3)
|
54
|
-
rack (1.4.1)
|
55
|
-
rack-cache (1.1)
|
56
|
-
rack (>= 0.4)
|
57
|
-
rack-ssl (1.3.2)
|
58
|
-
rack
|
59
|
-
rack-test (0.6.1)
|
60
|
-
rack (>= 1.0)
|
61
|
-
rails (3.2.1)
|
62
|
-
actionmailer (= 3.2.1)
|
63
|
-
actionpack (= 3.2.1)
|
64
|
-
activerecord (= 3.2.1)
|
65
|
-
activeresource (= 3.2.1)
|
66
|
-
activesupport (= 3.2.1)
|
67
|
-
bundler (~> 1.0)
|
68
|
-
railties (= 3.2.1)
|
69
|
-
railties (3.2.1)
|
70
|
-
actionpack (= 3.2.1)
|
71
|
-
activesupport (= 3.2.1)
|
72
|
-
rack-ssl (~> 1.3.2)
|
73
|
-
rake (>= 0.8.7)
|
74
|
-
rdoc (~> 3.4)
|
75
|
-
thor (~> 0.14.6)
|
76
|
-
rake (0.9.2.2)
|
77
|
-
rdoc (3.12)
|
78
|
-
json (~> 1.4)
|
79
|
-
sprockets (2.1.2)
|
80
|
-
hike (~> 1.2)
|
81
|
-
rack (~> 1.0)
|
82
|
-
tilt (~> 1.1, != 1.3.0)
|
83
|
-
thor (0.14.6)
|
84
|
-
tilt (1.3.3)
|
85
|
-
treetop (1.4.10)
|
86
|
-
polyglot
|
87
|
-
polyglot (>= 0.3.1)
|
88
|
-
tzinfo (0.3.31)
|
89
|
-
yard (0.7.5)
|
90
|
-
|
91
|
-
PLATFORMS
|
92
|
-
ruby
|
93
|
-
|
94
|
-
DEPENDENCIES
|
95
|
-
activerecord (~> 3.2)
|
96
|
-
appraisal
|
97
|
-
breadcrumbs_on_rails!
|
98
|
-
mocha (~> 0.9.10)
|
99
|
-
rails (>= 3.0)
|
100
|
-
yard
|
data/init.rb
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
require 'breadcrumbs_on_rails'
|