crumbs 4.0.0.1 → 5.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. checksums.yaml +4 -4
  2. data/MIT-LICENSE +1 -1
  3. data/README.md +1 -1
  4. data/Rakefile +1 -3
  5. data/lib/crumbs/dsl/controller.rb +1 -1
  6. data/lib/crumbs/dsl/namespace.rb +1 -1
  7. data/lib/crumbs/proxy.rb +3 -3
  8. data/lib/crumbs/version.rb +1 -1
  9. data/lib/crumbs.rb +1 -1
  10. metadata +12 -106
  11. data/test/dummy/Rakefile +0 -5
  12. data/test/dummy/app/assets/javascripts/application.js +0 -13
  13. data/test/dummy/app/assets/stylesheets/application.css +0 -15
  14. data/test/dummy/app/controllers/admin/reports/deliveries_controller.rb +0 -6
  15. data/test/dummy/app/controllers/admin/users_controller.rb +0 -9
  16. data/test/dummy/app/controllers/application_controller.rb +0 -5
  17. data/test/dummy/app/controllers/pages_controller.rb +0 -6
  18. data/test/dummy/app/helpers/application_helper.rb +0 -2
  19. data/test/dummy/app/views/application/_crumbs.html.erb +0 -3
  20. data/test/dummy/app/views/application/index.html.erb +0 -1
  21. data/test/dummy/app/views/application/show.html.erb +0 -1
  22. data/test/dummy/app/views/layouts/application.html.erb +0 -12
  23. data/test/dummy/bin/bundle +0 -4
  24. data/test/dummy/bin/rails +0 -5
  25. data/test/dummy/bin/rake +0 -5
  26. data/test/dummy/bin/setup +0 -30
  27. data/test/dummy/config/application.rb +0 -27
  28. data/test/dummy/config/boot.rb +0 -5
  29. data/test/dummy/config/crumbs.rb +0 -24
  30. data/test/dummy/config/environment.rb +0 -5
  31. data/test/dummy/config/environments/development.rb +0 -38
  32. data/test/dummy/config/environments/production.rb +0 -76
  33. data/test/dummy/config/environments/test.rb +0 -42
  34. data/test/dummy/config/initializers/assets.rb +0 -11
  35. data/test/dummy/config/initializers/backtrace_silencers.rb +0 -7
  36. data/test/dummy/config/initializers/cookies_serializer.rb +0 -3
  37. data/test/dummy/config/initializers/filter_parameter_logging.rb +0 -4
  38. data/test/dummy/config/initializers/inflections.rb +0 -16
  39. data/test/dummy/config/initializers/mime_types.rb +0 -4
  40. data/test/dummy/config/initializers/session_store.rb +0 -3
  41. data/test/dummy/config/initializers/wrap_parameters.rb +0 -14
  42. data/test/dummy/config/locales/en.yml +0 -3
  43. data/test/dummy/config/routes.rb +0 -13
  44. data/test/dummy/config/secrets.yml +0 -22
  45. data/test/dummy/config.ru +0 -4
  46. data/test/dummy/log/development.log +0 -0
  47. data/test/dummy/log/test.log +0 -1078
  48. data/test/dummy/public/404.html +0 -61
  49. data/test/dummy/public/422.html +0 -61
  50. data/test/dummy/public/500.html +0 -60
  51. data/test/dummy/public/favicon.ico +0 -0
  52. data/test/generator_test.rb +0 -18
  53. data/test/test_helper.rb +0 -12
  54. data/test/view_test.rb +0 -40
@@ -1,61 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>The page you were looking for doesn't exist (404)</title>
5
- <meta name="viewport" content="width=device-width,initial-scale=1">
6
- <style>
7
- body {
8
- background-color: #EFEFEF;
9
- color: #2E2F30;
10
- text-align: center;
11
- font-family: arial, sans-serif;
12
- margin: 0;
13
- }
14
- div.dialog {
15
- width: 95%;
16
- max-width: 33em;
17
- margin: 4em auto 0;
18
- }
19
- div.dialog > div {
20
- border: 1px solid #CCC;
21
- border-right-color: #999;
22
- border-left-color: #999;
23
- border-bottom-color: #BBB;
24
- border-top: #B00100 solid 4px;
25
- border-top-left-radius: 9px;
26
- border-top-right-radius: 9px;
27
- background-color: white;
28
- padding: 7px 12% 0;
29
- box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
30
- }
31
- h1 {
32
- font-size: 100%;
33
- color: #730E15;
34
- line-height: 1.5em;
35
- }
36
- div.dialog > p {
37
- margin: 0 0 1em;
38
- padding: 1em;
39
- background-color: #F7F7F7;
40
- border: 1px solid #CCC;
41
- border-right-color: #999;
42
- border-left-color: #999;
43
- border-bottom-color: #999;
44
- border-bottom-left-radius: 4px;
45
- border-bottom-right-radius: 4px;
46
- border-top-color: #DADADA;
47
- color: #666;
48
- box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
49
- }
50
- </style>
51
- </head>
52
- <body>
53
- <div class="dialog">
54
- <div>
55
- <h1>The page you were looking for doesn't exist.</h1>
56
- <p>You may have mistyped the address or the page may have moved.</p>
57
- </div>
58
- <p>If you are the application owner check the logs for more information.</p>
59
- </div>
60
- </body>
61
- </html>
@@ -1,61 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>The change you wanted was rejected (422)</title>
5
- <meta name="viewport" content="width=device-width,initial-scale=1">
6
- <style>
7
- body {
8
- background-color: #EFEFEF;
9
- color: #2E2F30;
10
- text-align: center;
11
- font-family: arial, sans-serif;
12
- margin: 0;
13
- }
14
- div.dialog {
15
- width: 95%;
16
- max-width: 33em;
17
- margin: 4em auto 0;
18
- }
19
- div.dialog > div {
20
- border: 1px solid #CCC;
21
- border-right-color: #999;
22
- border-left-color: #999;
23
- border-bottom-color: #BBB;
24
- border-top: #B00100 solid 4px;
25
- border-top-left-radius: 9px;
26
- border-top-right-radius: 9px;
27
- background-color: white;
28
- padding: 7px 12% 0;
29
- box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
30
- }
31
- h1 {
32
- font-size: 100%;
33
- color: #730E15;
34
- line-height: 1.5em;
35
- }
36
- div.dialog > p {
37
- margin: 0 0 1em;
38
- padding: 1em;
39
- background-color: #F7F7F7;
40
- border: 1px solid #CCC;
41
- border-right-color: #999;
42
- border-left-color: #999;
43
- border-bottom-color: #999;
44
- border-bottom-left-radius: 4px;
45
- border-bottom-right-radius: 4px;
46
- border-top-color: #DADADA;
47
- color: #666;
48
- box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
49
- }
50
- </style>
51
- </head>
52
- <body>
53
- <div class="dialog">
54
- <div>
55
- <h1>The change you wanted was rejected.</h1>
56
- <p>Maybe you tried to change something you didn't have access to.</p>
57
- </div>
58
- <p>If you are the application owner check the logs for more information.</p>
59
- </div>
60
- </body>
61
- </html>
@@ -1,60 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>We're sorry, but something went wrong (500)</title>
5
- <meta name="viewport" content="width=device-width,initial-scale=1">
6
- <style>
7
- body {
8
- background-color: #EFEFEF;
9
- color: #2E2F30;
10
- text-align: center;
11
- font-family: arial, sans-serif;
12
- margin: 0;
13
- }
14
- div.dialog {
15
- width: 95%;
16
- max-width: 33em;
17
- margin: 4em auto 0;
18
- }
19
- div.dialog > div {
20
- border: 1px solid #CCC;
21
- border-right-color: #999;
22
- border-left-color: #999;
23
- border-bottom-color: #BBB;
24
- border-top: #B00100 solid 4px;
25
- border-top-left-radius: 9px;
26
- border-top-right-radius: 9px;
27
- background-color: white;
28
- padding: 7px 12% 0;
29
- box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
30
- }
31
- h1 {
32
- font-size: 100%;
33
- color: #730E15;
34
- line-height: 1.5em;
35
- }
36
- div.dialog > p {
37
- margin: 0 0 1em;
38
- padding: 1em;
39
- background-color: #F7F7F7;
40
- border: 1px solid #CCC;
41
- border-right-color: #999;
42
- border-left-color: #999;
43
- border-bottom-color: #999;
44
- border-bottom-left-radius: 4px;
45
- border-bottom-right-radius: 4px;
46
- border-top-color: #DADADA;
47
- color: #666;
48
- box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
49
- }
50
- </style>
51
- </head>
52
- <body>
53
- <div class="dialog">
54
- <div>
55
- <h1>We're sorry, but something went wrong.</h1>
56
- </div>
57
- <p>If you are the application owner check the logs for more information.</p>
58
- </div>
59
- </body>
60
- </html>
File without changes
@@ -1,18 +0,0 @@
1
- require 'test_helper'
2
- require 'rails/generators'
3
- require 'generators/crumbs/install/install_generator'
4
-
5
- class GeneratorTest < Rails::Generators::TestCase
6
- destination Rails.root.join('tmp')
7
-
8
- teardown do
9
- FileUtils.rm_rf destination_root
10
- end
11
-
12
- test 'install' do
13
- self.class.tests Crumbs::Generators::InstallGenerator
14
- run_generator
15
- assert_file 'config/crumbs.rb'
16
- end
17
-
18
- end
data/test/test_helper.rb DELETED
@@ -1,12 +0,0 @@
1
- # Configure Rails Environment
2
- ENV['RAILS_ENV'] = 'test'
3
-
4
- require File.expand_path('../../test/dummy/config/environment.rb', __FILE__)
5
- require 'rails/test_help'
6
-
7
- # Filter out Minitest backtrace while allowing backtrace from other libraries
8
- # to be shown.
9
- Minitest.backtrace_filter = Minitest::BacktraceFilter.new
10
-
11
- # Load support files
12
- Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }
data/test/view_test.rb DELETED
@@ -1,40 +0,0 @@
1
- require 'test_helper'
2
-
3
- class ViewTest < ActionDispatch::IntegrationTest
4
-
5
- test 'links' do
6
- get '/'
7
- assert_equal Hash.new, session[:referers]
8
- assert_select 'a', count: 1
9
- assert_select 'a[href=?]', 'http://www.example.com', text: /home/, count: 1
10
-
11
- get '/admin/users?query='
12
- assert_equal(
13
- { 'http://www.example.com/admin/users' => 'query=' },
14
- session[:referers]
15
- )
16
- assert_select 'a', count: 2
17
- assert_select 'a[href=?]', 'http://www.example.com', text: /home/, count: 1
18
- assert_select 'a[href=?]', 'http://www.example.com/admin/users?query=', text: /users/, count: 1
19
-
20
- get '/admin/users/7'
21
- assert_equal(
22
- { 'http://www.example.com/admin/users' => 'query=' },
23
- session[:referers]
24
- )
25
- assert_select 'a', count: 3
26
- assert_select 'a[href=?]', 'http://www.example.com', text: /home/, count: 1
27
- assert_select 'a[href=?]', 'http://www.example.com/admin/users?query=', text: /users/, count: 1
28
- assert_select 'a[href=?]', 'http://www.example.com/admin/users/7', text: /user 7/, count: 1
29
-
30
- get '/admin/reports/deliveries'
31
- assert_equal(
32
- { 'http://www.example.com/admin/users' => 'query=' },
33
- session[:referers]
34
- )
35
- assert_select 'a', count: 2
36
- assert_select 'a[href=?]', 'http://www.example.com', text: /home/, count: 1
37
- assert_select 'a[href=?]', 'http://www.example.com/admin/reports/deliveries', text: /deliveries/, count: 1
38
- end
39
-
40
- end