really_sure_rails 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/MIT-LICENSE +20 -0
- data/README.rdoc +3 -0
- data/Rakefile +38 -0
- data/app/assets/javascripts/jquery.really-sure.js +126 -0
- data/app/assets/javascripts/really_sure.js +3 -0
- data/app/assets/stylesheets/really.sure.css.sass +96 -0
- data/app/assets/stylesheets/really_sure.css +3 -0
- data/lib/really_sure.rb +3 -0
- data/lib/really_sure/engine.rb +5 -0
- data/lib/really_sure/version.rb +3 -0
- data/lib/tasks/really_sure_tasks.rake +4 -0
- data/test/dummy/README.rdoc +261 -0
- data/test/dummy/Rakefile +7 -0
- data/test/dummy/app/assets/javascripts/application.js +16 -0
- data/test/dummy/app/assets/javascripts/pages.js +2 -0
- data/test/dummy/app/assets/stylesheets/application.css +14 -0
- data/test/dummy/app/assets/stylesheets/pages.css +4 -0
- data/test/dummy/app/controllers/application_controller.rb +3 -0
- data/test/dummy/app/controllers/pages_controller.rb +8 -0
- data/test/dummy/app/helpers/application_helper.rb +2 -0
- data/test/dummy/app/helpers/pages_helper.rb +2 -0
- data/test/dummy/app/views/layouts/application.html.erb +14 -0
- data/test/dummy/app/views/pages/complete.html.erb +2 -0
- data/test/dummy/app/views/pages/index.html.erb +16 -0
- data/test/dummy/config.ru +4 -0
- data/test/dummy/config/application.rb +71 -0
- data/test/dummy/config/boot.rb +10 -0
- data/test/dummy/config/database.yml +25 -0
- data/test/dummy/config/environment.rb +5 -0
- data/test/dummy/config/environments/development.rb +37 -0
- data/test/dummy/config/environments/production.rb +67 -0
- data/test/dummy/config/environments/test.rb +37 -0
- data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/test/dummy/config/initializers/inflections.rb +15 -0
- data/test/dummy/config/initializers/mime_types.rb +5 -0
- data/test/dummy/config/initializers/secret_token.rb +7 -0
- data/test/dummy/config/initializers/session_store.rb +8 -0
- data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
- data/test/dummy/config/locales/en.yml +5 -0
- data/test/dummy/config/routes.rb +5 -0
- data/test/dummy/log/development.log +6773 -0
- data/test/dummy/public/404.html +26 -0
- data/test/dummy/public/422.html +26 -0
- data/test/dummy/public/500.html +25 -0
- data/test/dummy/public/favicon.ico +0 -0
- data/test/dummy/script/rails +6 -0
- data/test/dummy/test/functional/pages_controller_test.rb +14 -0
- data/test/dummy/test/unit/helpers/pages_helper_test.rb +4 -0
- data/test/dummy/tmp/cache/assets/C86/E00/sprockets%2F6d658630c6c0a6b660858d26286218eb +0 -0
- data/test/dummy/tmp/cache/assets/C8A/620/sprockets%2Fa5058727f7e8ee375d74a724086a7203 +0 -0
- data/test/dummy/tmp/cache/assets/CA5/210/sprockets%2Fd878d3984e917b82b775af6882189c61 +0 -0
- data/test/dummy/tmp/cache/assets/CB8/C20/sprockets%2F6152d7a92a041b90691948c8fc51a7f9 +0 -0
- data/test/dummy/tmp/cache/assets/CBD/790/sprockets%2Fb46171aa027327cdd11f14bd251060a8 +0 -0
- data/test/dummy/tmp/cache/assets/CBD/C90/sprockets%2F9a541d754224ea67e213959e5e57f19a +0 -0
- data/test/dummy/tmp/cache/assets/CBF/1A0/sprockets%2F87be0d8e7ced2471f98732293d903109 +0 -0
- data/test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/CE5/330/sprockets%2F3767928427fa5aa2e248592f13a64bdd +0 -0
- data/test/dummy/tmp/cache/assets/D06/F40/sprockets%2F1064d626a63d9f3460b48cb1f3c70fb4 +0 -0
- data/test/dummy/tmp/cache/assets/D0A/680/sprockets%2F89c076ea02f0c7ff6a5513212478cbd3 +0 -0
- data/test/dummy/tmp/cache/assets/D0B/DC0/sprockets%2F6ae6638067241317c722b8e33b5cbfbf +0 -0
- data/test/dummy/tmp/cache/assets/D10/0F0/sprockets%2F61e4967201d01c8caf765f5a8f1531ef +0 -0
- data/test/dummy/tmp/cache/assets/D11/670/sprockets%2Fd130dc42f2e85984559cc2b7f171cd43 +0 -0
- data/test/dummy/tmp/cache/assets/D13/040/sprockets%2Fd39b15a0385c7e6e871a3b198a87c35a +0 -0
- data/test/dummy/tmp/cache/assets/D18/D30/sprockets%2F86ef4b3b8f9606a879ef2ad124254a52 +0 -0
- data/test/dummy/tmp/cache/assets/D1C/770/sprockets%2Ff666f138dfea90d3319e98ba27231e66 +0 -0
- data/test/dummy/tmp/cache/assets/D1E/2A0/sprockets%2F8d5d60255600aa010a32e1d1a9bc6db6 +0 -0
- data/test/dummy/tmp/cache/assets/D1E/E50/sprockets%2Fe8a64d9952c91ac99940e403eae8173c +0 -0
- data/test/dummy/tmp/cache/assets/D2A/450/sprockets%2F58e369b37e5157ea746a485eea17e9f7 +0 -0
- data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/D5C/F00/sprockets%2F47cbfe4d0232e23a65fac011ed0d6917 +0 -0
- data/test/dummy/tmp/cache/assets/D68/F80/sprockets%2Faf843161b3e75a4b79ddbb24ae0e1856 +0 -0
- data/test/dummy/tmp/cache/assets/DA3/D00/sprockets%2F00f3a89571f56fdafe1dd4ccc19c7770 +0 -0
- data/test/dummy/tmp/cache/assets/DA4/110/sprockets%2F7f38852e570a71fddfeaf2aa699a105d +0 -0
- data/test/dummy/tmp/cache/assets/DA7/230/sprockets%2F7ae10239eda2588a95fdcc7d871bef52 +0 -0
- data/test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/DE5/610/sprockets%2F2efb8d1fe5da6c58677196ce887fdba2 +0 -0
- data/test/dummy/tmp/cache/assets/E00/2E0/sprockets%2Fcafbda4082e3feca568dfc91d376606d +0 -0
- data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/E05/F10/sprockets%2Fb3d9b0e88cdded276ebdce333e338a85 +0 -0
- data/test/dummy/tmp/cache/assets/E08/BD0/sprockets%2Ffe0d5c0c63e72bf45df669bd843bef4e +0 -0
- data/test/really_sure_rails_test.rb +7 -0
- data/test/test_helper.rb +15 -0
- metadata +256 -0
@@ -0,0 +1,26 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<title>The page you were looking for doesn't exist (404)</title>
|
5
|
+
<style type="text/css">
|
6
|
+
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
|
7
|
+
div.dialog {
|
8
|
+
width: 25em;
|
9
|
+
padding: 0 4em;
|
10
|
+
margin: 4em auto 0 auto;
|
11
|
+
border: 1px solid #ccc;
|
12
|
+
border-right-color: #999;
|
13
|
+
border-bottom-color: #999;
|
14
|
+
}
|
15
|
+
h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
|
16
|
+
</style>
|
17
|
+
</head>
|
18
|
+
|
19
|
+
<body>
|
20
|
+
<!-- This file lives in public/404.html -->
|
21
|
+
<div class="dialog">
|
22
|
+
<h1>The page you were looking for doesn't exist.</h1>
|
23
|
+
<p>You may have mistyped the address or the page may have moved.</p>
|
24
|
+
</div>
|
25
|
+
</body>
|
26
|
+
</html>
|
@@ -0,0 +1,26 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<title>The change you wanted was rejected (422)</title>
|
5
|
+
<style type="text/css">
|
6
|
+
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
|
7
|
+
div.dialog {
|
8
|
+
width: 25em;
|
9
|
+
padding: 0 4em;
|
10
|
+
margin: 4em auto 0 auto;
|
11
|
+
border: 1px solid #ccc;
|
12
|
+
border-right-color: #999;
|
13
|
+
border-bottom-color: #999;
|
14
|
+
}
|
15
|
+
h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
|
16
|
+
</style>
|
17
|
+
</head>
|
18
|
+
|
19
|
+
<body>
|
20
|
+
<!-- This file lives in public/422.html -->
|
21
|
+
<div class="dialog">
|
22
|
+
<h1>The change you wanted was rejected.</h1>
|
23
|
+
<p>Maybe you tried to change something you didn't have access to.</p>
|
24
|
+
</div>
|
25
|
+
</body>
|
26
|
+
</html>
|
@@ -0,0 +1,25 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<title>We're sorry, but something went wrong (500)</title>
|
5
|
+
<style type="text/css">
|
6
|
+
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
|
7
|
+
div.dialog {
|
8
|
+
width: 25em;
|
9
|
+
padding: 0 4em;
|
10
|
+
margin: 4em auto 0 auto;
|
11
|
+
border: 1px solid #ccc;
|
12
|
+
border-right-color: #999;
|
13
|
+
border-bottom-color: #999;
|
14
|
+
}
|
15
|
+
h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
|
16
|
+
</style>
|
17
|
+
</head>
|
18
|
+
|
19
|
+
<body>
|
20
|
+
<!-- This file lives in public/500.html -->
|
21
|
+
<div class="dialog">
|
22
|
+
<h1>We're sorry, but something went wrong.</h1>
|
23
|
+
</div>
|
24
|
+
</body>
|
25
|
+
</html>
|
File without changes
|
@@ -0,0 +1,6 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
# This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
|
3
|
+
|
4
|
+
APP_PATH = File.expand_path('../../config/application', __FILE__)
|
5
|
+
require File.expand_path('../../config/boot', __FILE__)
|
6
|
+
require 'rails/commands'
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/test/test_helper.rb
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
# Configure Rails Environment
|
2
|
+
ENV["RAILS_ENV"] = "test"
|
3
|
+
|
4
|
+
require File.expand_path("../dummy/config/environment.rb", __FILE__)
|
5
|
+
require "rails/test_help"
|
6
|
+
|
7
|
+
Rails.backtrace_cleaner.remove_silencers!
|
8
|
+
|
9
|
+
# Load support files
|
10
|
+
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }
|
11
|
+
|
12
|
+
# Load fixtures from the engine
|
13
|
+
if ActiveSupport::TestCase.method_defined?(:fixture_path=)
|
14
|
+
ActiveSupport::TestCase.fixture_path = File.expand_path("../fixtures", __FILE__)
|
15
|
+
end
|
metadata
ADDED
@@ -0,0 +1,256 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: really_sure_rails
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.1
|
5
|
+
prerelease:
|
6
|
+
platform: ruby
|
7
|
+
authors:
|
8
|
+
- Michael North
|
9
|
+
autorequire:
|
10
|
+
bindir: bin
|
11
|
+
cert_chain: []
|
12
|
+
date: 2012-06-11 00:00:00.000000000 Z
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
15
|
+
name: rails
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
17
|
+
none: false
|
18
|
+
requirements:
|
19
|
+
- - ~>
|
20
|
+
- !ruby/object:Gem::Version
|
21
|
+
version: '3.0'
|
22
|
+
type: :runtime
|
23
|
+
prerelease: false
|
24
|
+
version_requirements: !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
26
|
+
requirements:
|
27
|
+
- - ~>
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '3.0'
|
30
|
+
- !ruby/object:Gem::Dependency
|
31
|
+
name: sass
|
32
|
+
requirement: !ruby/object:Gem::Requirement
|
33
|
+
none: false
|
34
|
+
requirements:
|
35
|
+
- - ! '>='
|
36
|
+
- !ruby/object:Gem::Version
|
37
|
+
version: '0'
|
38
|
+
type: :runtime
|
39
|
+
prerelease: false
|
40
|
+
version_requirements: !ruby/object:Gem::Requirement
|
41
|
+
none: false
|
42
|
+
requirements:
|
43
|
+
- - ! '>='
|
44
|
+
- !ruby/object:Gem::Version
|
45
|
+
version: '0'
|
46
|
+
- !ruby/object:Gem::Dependency
|
47
|
+
name: jquery-rails
|
48
|
+
requirement: !ruby/object:Gem::Requirement
|
49
|
+
none: false
|
50
|
+
requirements:
|
51
|
+
- - ! '>='
|
52
|
+
- !ruby/object:Gem::Version
|
53
|
+
version: '0'
|
54
|
+
type: :runtime
|
55
|
+
prerelease: false
|
56
|
+
version_requirements: !ruby/object:Gem::Requirement
|
57
|
+
none: false
|
58
|
+
requirements:
|
59
|
+
- - ! '>='
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: '0'
|
62
|
+
description: Confirmation dialogs to confirm potentially destructive actions
|
63
|
+
email:
|
64
|
+
- michael.north@truenorthapps.com
|
65
|
+
executables: []
|
66
|
+
extensions: []
|
67
|
+
extra_rdoc_files: []
|
68
|
+
files:
|
69
|
+
- app/assets/javascripts/jquery.really-sure.js
|
70
|
+
- app/assets/javascripts/really_sure.js
|
71
|
+
- app/assets/stylesheets/really.sure.css.sass
|
72
|
+
- app/assets/stylesheets/really_sure.css
|
73
|
+
- lib/really_sure/engine.rb
|
74
|
+
- lib/really_sure/version.rb
|
75
|
+
- lib/really_sure.rb
|
76
|
+
- lib/tasks/really_sure_tasks.rake
|
77
|
+
- MIT-LICENSE
|
78
|
+
- Rakefile
|
79
|
+
- README.rdoc
|
80
|
+
- test/dummy/app/assets/javascripts/application.js
|
81
|
+
- test/dummy/app/assets/javascripts/pages.js
|
82
|
+
- test/dummy/app/assets/stylesheets/application.css
|
83
|
+
- test/dummy/app/assets/stylesheets/pages.css
|
84
|
+
- test/dummy/app/controllers/application_controller.rb
|
85
|
+
- test/dummy/app/controllers/pages_controller.rb
|
86
|
+
- test/dummy/app/helpers/application_helper.rb
|
87
|
+
- test/dummy/app/helpers/pages_helper.rb
|
88
|
+
- test/dummy/app/views/layouts/application.html.erb
|
89
|
+
- test/dummy/app/views/pages/complete.html.erb
|
90
|
+
- test/dummy/app/views/pages/index.html.erb
|
91
|
+
- test/dummy/config/application.rb
|
92
|
+
- test/dummy/config/boot.rb
|
93
|
+
- test/dummy/config/database.yml
|
94
|
+
- test/dummy/config/environment.rb
|
95
|
+
- test/dummy/config/environments/development.rb
|
96
|
+
- test/dummy/config/environments/production.rb
|
97
|
+
- test/dummy/config/environments/test.rb
|
98
|
+
- test/dummy/config/initializers/backtrace_silencers.rb
|
99
|
+
- test/dummy/config/initializers/inflections.rb
|
100
|
+
- test/dummy/config/initializers/mime_types.rb
|
101
|
+
- test/dummy/config/initializers/secret_token.rb
|
102
|
+
- test/dummy/config/initializers/session_store.rb
|
103
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
104
|
+
- test/dummy/config/locales/en.yml
|
105
|
+
- test/dummy/config/routes.rb
|
106
|
+
- test/dummy/config.ru
|
107
|
+
- test/dummy/log/development.log
|
108
|
+
- test/dummy/public/404.html
|
109
|
+
- test/dummy/public/422.html
|
110
|
+
- test/dummy/public/500.html
|
111
|
+
- test/dummy/public/favicon.ico
|
112
|
+
- test/dummy/Rakefile
|
113
|
+
- test/dummy/README.rdoc
|
114
|
+
- test/dummy/script/rails
|
115
|
+
- test/dummy/test/functional/pages_controller_test.rb
|
116
|
+
- test/dummy/test/unit/helpers/pages_helper_test.rb
|
117
|
+
- test/dummy/tmp/cache/assets/C86/E00/sprockets%2F6d658630c6c0a6b660858d26286218eb
|
118
|
+
- test/dummy/tmp/cache/assets/C8A/620/sprockets%2Fa5058727f7e8ee375d74a724086a7203
|
119
|
+
- test/dummy/tmp/cache/assets/CA5/210/sprockets%2Fd878d3984e917b82b775af6882189c61
|
120
|
+
- test/dummy/tmp/cache/assets/CB8/C20/sprockets%2F6152d7a92a041b90691948c8fc51a7f9
|
121
|
+
- test/dummy/tmp/cache/assets/CBD/790/sprockets%2Fb46171aa027327cdd11f14bd251060a8
|
122
|
+
- test/dummy/tmp/cache/assets/CBD/C90/sprockets%2F9a541d754224ea67e213959e5e57f19a
|
123
|
+
- test/dummy/tmp/cache/assets/CBF/1A0/sprockets%2F87be0d8e7ced2471f98732293d903109
|
124
|
+
- test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953
|
125
|
+
- test/dummy/tmp/cache/assets/CE5/330/sprockets%2F3767928427fa5aa2e248592f13a64bdd
|
126
|
+
- test/dummy/tmp/cache/assets/D06/F40/sprockets%2F1064d626a63d9f3460b48cb1f3c70fb4
|
127
|
+
- test/dummy/tmp/cache/assets/D0A/680/sprockets%2F89c076ea02f0c7ff6a5513212478cbd3
|
128
|
+
- test/dummy/tmp/cache/assets/D0B/DC0/sprockets%2F6ae6638067241317c722b8e33b5cbfbf
|
129
|
+
- test/dummy/tmp/cache/assets/D10/0F0/sprockets%2F61e4967201d01c8caf765f5a8f1531ef
|
130
|
+
- test/dummy/tmp/cache/assets/D11/670/sprockets%2Fd130dc42f2e85984559cc2b7f171cd43
|
131
|
+
- test/dummy/tmp/cache/assets/D13/040/sprockets%2Fd39b15a0385c7e6e871a3b198a87c35a
|
132
|
+
- test/dummy/tmp/cache/assets/D18/D30/sprockets%2F86ef4b3b8f9606a879ef2ad124254a52
|
133
|
+
- test/dummy/tmp/cache/assets/D1C/770/sprockets%2Ff666f138dfea90d3319e98ba27231e66
|
134
|
+
- test/dummy/tmp/cache/assets/D1E/2A0/sprockets%2F8d5d60255600aa010a32e1d1a9bc6db6
|
135
|
+
- test/dummy/tmp/cache/assets/D1E/E50/sprockets%2Fe8a64d9952c91ac99940e403eae8173c
|
136
|
+
- test/dummy/tmp/cache/assets/D2A/450/sprockets%2F58e369b37e5157ea746a485eea17e9f7
|
137
|
+
- test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705
|
138
|
+
- test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655
|
139
|
+
- test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6
|
140
|
+
- test/dummy/tmp/cache/assets/D5C/F00/sprockets%2F47cbfe4d0232e23a65fac011ed0d6917
|
141
|
+
- test/dummy/tmp/cache/assets/D68/F80/sprockets%2Faf843161b3e75a4b79ddbb24ae0e1856
|
142
|
+
- test/dummy/tmp/cache/assets/DA3/D00/sprockets%2F00f3a89571f56fdafe1dd4ccc19c7770
|
143
|
+
- test/dummy/tmp/cache/assets/DA4/110/sprockets%2F7f38852e570a71fddfeaf2aa699a105d
|
144
|
+
- test/dummy/tmp/cache/assets/DA7/230/sprockets%2F7ae10239eda2588a95fdcc7d871bef52
|
145
|
+
- test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994
|
146
|
+
- test/dummy/tmp/cache/assets/DE5/610/sprockets%2F2efb8d1fe5da6c58677196ce887fdba2
|
147
|
+
- test/dummy/tmp/cache/assets/E00/2E0/sprockets%2Fcafbda4082e3feca568dfc91d376606d
|
148
|
+
- test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af
|
149
|
+
- test/dummy/tmp/cache/assets/E05/F10/sprockets%2Fb3d9b0e88cdded276ebdce333e338a85
|
150
|
+
- test/dummy/tmp/cache/assets/E08/BD0/sprockets%2Ffe0d5c0c63e72bf45df669bd843bef4e
|
151
|
+
- test/really_sure_rails_test.rb
|
152
|
+
- test/test_helper.rb
|
153
|
+
homepage: http://github.com/TrueNorth/really_sure_rails
|
154
|
+
licenses: []
|
155
|
+
post_install_message:
|
156
|
+
rdoc_options: []
|
157
|
+
require_paths:
|
158
|
+
- lib
|
159
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
160
|
+
none: false
|
161
|
+
requirements:
|
162
|
+
- - ! '>='
|
163
|
+
- !ruby/object:Gem::Version
|
164
|
+
version: '0'
|
165
|
+
segments:
|
166
|
+
- 0
|
167
|
+
hash: -4141719015594612359
|
168
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
169
|
+
none: false
|
170
|
+
requirements:
|
171
|
+
- - ! '>='
|
172
|
+
- !ruby/object:Gem::Version
|
173
|
+
version: '0'
|
174
|
+
segments:
|
175
|
+
- 0
|
176
|
+
hash: -4141719015594612359
|
177
|
+
requirements: []
|
178
|
+
rubyforge_project:
|
179
|
+
rubygems_version: 1.8.24
|
180
|
+
signing_key:
|
181
|
+
specification_version: 3
|
182
|
+
summary: Confirm important actions
|
183
|
+
test_files:
|
184
|
+
- test/dummy/app/assets/javascripts/application.js
|
185
|
+
- test/dummy/app/assets/javascripts/pages.js
|
186
|
+
- test/dummy/app/assets/stylesheets/application.css
|
187
|
+
- test/dummy/app/assets/stylesheets/pages.css
|
188
|
+
- test/dummy/app/controllers/application_controller.rb
|
189
|
+
- test/dummy/app/controllers/pages_controller.rb
|
190
|
+
- test/dummy/app/helpers/application_helper.rb
|
191
|
+
- test/dummy/app/helpers/pages_helper.rb
|
192
|
+
- test/dummy/app/views/layouts/application.html.erb
|
193
|
+
- test/dummy/app/views/pages/complete.html.erb
|
194
|
+
- test/dummy/app/views/pages/index.html.erb
|
195
|
+
- test/dummy/config/application.rb
|
196
|
+
- test/dummy/config/boot.rb
|
197
|
+
- test/dummy/config/database.yml
|
198
|
+
- test/dummy/config/environment.rb
|
199
|
+
- test/dummy/config/environments/development.rb
|
200
|
+
- test/dummy/config/environments/production.rb
|
201
|
+
- test/dummy/config/environments/test.rb
|
202
|
+
- test/dummy/config/initializers/backtrace_silencers.rb
|
203
|
+
- test/dummy/config/initializers/inflections.rb
|
204
|
+
- test/dummy/config/initializers/mime_types.rb
|
205
|
+
- test/dummy/config/initializers/secret_token.rb
|
206
|
+
- test/dummy/config/initializers/session_store.rb
|
207
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
208
|
+
- test/dummy/config/locales/en.yml
|
209
|
+
- test/dummy/config/routes.rb
|
210
|
+
- test/dummy/config.ru
|
211
|
+
- test/dummy/log/development.log
|
212
|
+
- test/dummy/public/404.html
|
213
|
+
- test/dummy/public/422.html
|
214
|
+
- test/dummy/public/500.html
|
215
|
+
- test/dummy/public/favicon.ico
|
216
|
+
- test/dummy/Rakefile
|
217
|
+
- test/dummy/README.rdoc
|
218
|
+
- test/dummy/script/rails
|
219
|
+
- test/dummy/test/functional/pages_controller_test.rb
|
220
|
+
- test/dummy/test/unit/helpers/pages_helper_test.rb
|
221
|
+
- test/dummy/tmp/cache/assets/C86/E00/sprockets%2F6d658630c6c0a6b660858d26286218eb
|
222
|
+
- test/dummy/tmp/cache/assets/C8A/620/sprockets%2Fa5058727f7e8ee375d74a724086a7203
|
223
|
+
- test/dummy/tmp/cache/assets/CA5/210/sprockets%2Fd878d3984e917b82b775af6882189c61
|
224
|
+
- test/dummy/tmp/cache/assets/CB8/C20/sprockets%2F6152d7a92a041b90691948c8fc51a7f9
|
225
|
+
- test/dummy/tmp/cache/assets/CBD/790/sprockets%2Fb46171aa027327cdd11f14bd251060a8
|
226
|
+
- test/dummy/tmp/cache/assets/CBD/C90/sprockets%2F9a541d754224ea67e213959e5e57f19a
|
227
|
+
- test/dummy/tmp/cache/assets/CBF/1A0/sprockets%2F87be0d8e7ced2471f98732293d903109
|
228
|
+
- test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953
|
229
|
+
- test/dummy/tmp/cache/assets/CE5/330/sprockets%2F3767928427fa5aa2e248592f13a64bdd
|
230
|
+
- test/dummy/tmp/cache/assets/D06/F40/sprockets%2F1064d626a63d9f3460b48cb1f3c70fb4
|
231
|
+
- test/dummy/tmp/cache/assets/D0A/680/sprockets%2F89c076ea02f0c7ff6a5513212478cbd3
|
232
|
+
- test/dummy/tmp/cache/assets/D0B/DC0/sprockets%2F6ae6638067241317c722b8e33b5cbfbf
|
233
|
+
- test/dummy/tmp/cache/assets/D10/0F0/sprockets%2F61e4967201d01c8caf765f5a8f1531ef
|
234
|
+
- test/dummy/tmp/cache/assets/D11/670/sprockets%2Fd130dc42f2e85984559cc2b7f171cd43
|
235
|
+
- test/dummy/tmp/cache/assets/D13/040/sprockets%2Fd39b15a0385c7e6e871a3b198a87c35a
|
236
|
+
- test/dummy/tmp/cache/assets/D18/D30/sprockets%2F86ef4b3b8f9606a879ef2ad124254a52
|
237
|
+
- test/dummy/tmp/cache/assets/D1C/770/sprockets%2Ff666f138dfea90d3319e98ba27231e66
|
238
|
+
- test/dummy/tmp/cache/assets/D1E/2A0/sprockets%2F8d5d60255600aa010a32e1d1a9bc6db6
|
239
|
+
- test/dummy/tmp/cache/assets/D1E/E50/sprockets%2Fe8a64d9952c91ac99940e403eae8173c
|
240
|
+
- test/dummy/tmp/cache/assets/D2A/450/sprockets%2F58e369b37e5157ea746a485eea17e9f7
|
241
|
+
- test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705
|
242
|
+
- test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655
|
243
|
+
- test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6
|
244
|
+
- test/dummy/tmp/cache/assets/D5C/F00/sprockets%2F47cbfe4d0232e23a65fac011ed0d6917
|
245
|
+
- test/dummy/tmp/cache/assets/D68/F80/sprockets%2Faf843161b3e75a4b79ddbb24ae0e1856
|
246
|
+
- test/dummy/tmp/cache/assets/DA3/D00/sprockets%2F00f3a89571f56fdafe1dd4ccc19c7770
|
247
|
+
- test/dummy/tmp/cache/assets/DA4/110/sprockets%2F7f38852e570a71fddfeaf2aa699a105d
|
248
|
+
- test/dummy/tmp/cache/assets/DA7/230/sprockets%2F7ae10239eda2588a95fdcc7d871bef52
|
249
|
+
- test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994
|
250
|
+
- test/dummy/tmp/cache/assets/DE5/610/sprockets%2F2efb8d1fe5da6c58677196ce887fdba2
|
251
|
+
- test/dummy/tmp/cache/assets/E00/2E0/sprockets%2Fcafbda4082e3feca568dfc91d376606d
|
252
|
+
- test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af
|
253
|
+
- test/dummy/tmp/cache/assets/E05/F10/sprockets%2Fb3d9b0e88cdded276ebdce333e338a85
|
254
|
+
- test/dummy/tmp/cache/assets/E08/BD0/sprockets%2Ffe0d5c0c63e72bf45df669bd843bef4e
|
255
|
+
- test/really_sure_rails_test.rb
|
256
|
+
- test/test_helper.rb
|