tj_bootstrap_helper 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 +7 -0
- data/Rakefile +38 -0
- data/lib/tasks/bootstrap-helper_tasks.rake +4 -0
- data/lib/tj-bootstrap-helper/helper.rb +79 -0
- data/lib/tj-bootstrap-helper/version.rb +3 -0
- data/lib/tj-bootstrap-helper.rb +5 -0
- data/test/dummy/README.rdoc +261 -0
- data/test/dummy/Rakefile +7 -0
- data/test/dummy/app/assets/images/glyphicons-halflings-white.png +0 -0
- data/test/dummy/app/assets/images/glyphicons-halflings.png +0 -0
- data/test/dummy/app/assets/javascripts/application.js +15 -0
- data/test/dummy/app/assets/javascripts/bootstrap.min.js +6 -0
- data/test/dummy/app/assets/javascripts/home.js +2 -0
- data/test/dummy/app/assets/stylesheets/application.css +23 -0
- data/test/dummy/app/assets/stylesheets/bootstrap-responsive.min.css +9 -0
- data/test/dummy/app/assets/stylesheets/bootstrap.min.css +9 -0
- data/test/dummy/app/assets/stylesheets/home.css +4 -0
- data/test/dummy/app/controllers/application_controller.rb +3 -0
- data/test/dummy/app/controllers/home_controller.rb +5 -0
- data/test/dummy/app/controllers/posts_controller.rb +5 -0
- data/test/dummy/app/helpers/application_helper.rb +2 -0
- data/test/dummy/app/helpers/home_helper.rb +2 -0
- data/test/dummy/app/models/post.rb +3 -0
- data/test/dummy/app/views/home/_sidebar.html.erb +8 -0
- data/test/dummy/app/views/home/_topbar.html.erb +30 -0
- data/test/dummy/app/views/home/about.html.erb +0 -0
- data/test/dummy/app/views/home/contact.html.erb +0 -0
- data/test/dummy/app/views/home/index.html.erb +24 -0
- data/test/dummy/app/views/layouts/application.html.erb +46 -0
- data/test/dummy/app/views/posts/show.html.erb +2 -0
- data/test/dummy/config/application.rb +59 -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 +63 -0
- data/test/dummy/config.ru +4 -0
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/migrate/20120724024139_create_posts.rb +10 -0
- data/test/dummy/db/migrate/20120724035630_add_image_url_to_posts.rb +5 -0
- data/test/dummy/db/schema.rb +24 -0
- data/test/dummy/db/seeds.rb +7 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +8890 -0
- data/test/dummy/log/test.log +3 -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/fixtures/posts.yml +9 -0
- data/test/dummy/test/functional/home_controller_test.rb +9 -0
- data/test/dummy/test/unit/helpers/home_helper_test.rb +4 -0
- data/test/dummy/test/unit/post_test.rb +7 -0
- data/test/dummy/tmp/cache/assets/C9F/560/sprockets%2F8e5a9738e9bc15478e026d98335454f9 +0 -0
- data/test/dummy/tmp/cache/assets/CA5/220/sprockets%2F2b6982ac4f57251707f935056aa20cb1 +0 -0
- data/test/dummy/tmp/cache/assets/CC6/680/sprockets%2Fc92f033b739ce130682844ed8e69578f +0 -0
- data/test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/CDF/870/sprockets%2Fb878faf942403e313a5b103e5d80488e +0 -0
- data/test/dummy/tmp/cache/assets/CE7/5A0/sprockets%2Ffc187aee64323fa971aec84932470636 +0 -0
- data/test/dummy/tmp/cache/assets/CE8/390/sprockets%2Ffe578741336fbaf17729b0956ca2a492 +0 -0
- data/test/dummy/tmp/cache/assets/CF2/010/sprockets%2F7be9086c960bb4384c9d23a52e489f29 +0 -0
- data/test/dummy/tmp/cache/assets/D05/D40/sprockets%2F1c9faaf28d05409b88ad3113374d613c +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/D80/5B0/sprockets%2Fb009cc32ee628d995db599b7befc1765 +0 -0
- data/test/dummy/tmp/cache/assets/D95/BC0/sprockets%2F4ea33e825e6e38bd22dccab488a0255b +0 -0
- data/test/dummy/tmp/cache/assets/DA5/FB0/sprockets%2Ff644fd75cbead0e58c847aa16546e2a8 +0 -0
- data/test/dummy/tmp/cache/assets/DA9/140/sprockets%2F73dc01c8c6ecec43d92469f4ce6c44c8 +0 -0
- data/test/dummy/tmp/cache/assets/DBD/550/sprockets%2Fbdf81d3b0ebcf47b000e0bd8850ed535 +0 -0
- data/test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/E3F/300/sprockets%2F6a9aefa66fb02368e6faf8e5a5d5edd9 +0 -0
- data/test/test_helper.rb +15 -0
- data/test/tj-bootstrap-helper_test.rb +7 -0
- metadata +243 -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.exe
|
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
|
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,243 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: tj_bootstrap_helper
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.1
|
5
|
+
prerelease:
|
6
|
+
platform: ruby
|
7
|
+
authors:
|
8
|
+
- Tony Jian
|
9
|
+
autorequire:
|
10
|
+
bindir: bin
|
11
|
+
cert_chain: []
|
12
|
+
date: 2012-07-24 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.2.6
|
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.2.6
|
30
|
+
- !ruby/object:Gem::Dependency
|
31
|
+
name: sqlite3
|
32
|
+
requirement: !ruby/object:Gem::Requirement
|
33
|
+
none: false
|
34
|
+
requirements:
|
35
|
+
- - ! '>='
|
36
|
+
- !ruby/object:Gem::Version
|
37
|
+
version: '0'
|
38
|
+
type: :development
|
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
|
+
description: Tony Jian's Bootstrap helpers.
|
47
|
+
email:
|
48
|
+
- tonytonyjan@gmail.com
|
49
|
+
executables: []
|
50
|
+
extensions: []
|
51
|
+
extra_rdoc_files: []
|
52
|
+
files:
|
53
|
+
- lib/tasks/bootstrap-helper_tasks.rake
|
54
|
+
- lib/tj-bootstrap-helper/helper.rb
|
55
|
+
- lib/tj-bootstrap-helper/version.rb
|
56
|
+
- lib/tj-bootstrap-helper.rb
|
57
|
+
- MIT-LICENSE
|
58
|
+
- Rakefile
|
59
|
+
- README.rdoc
|
60
|
+
- test/dummy/app/assets/images/glyphicons-halflings-white.png
|
61
|
+
- test/dummy/app/assets/images/glyphicons-halflings.png
|
62
|
+
- test/dummy/app/assets/javascripts/application.js
|
63
|
+
- test/dummy/app/assets/javascripts/bootstrap.min.js
|
64
|
+
- test/dummy/app/assets/javascripts/home.js
|
65
|
+
- test/dummy/app/assets/stylesheets/application.css
|
66
|
+
- test/dummy/app/assets/stylesheets/bootstrap-responsive.min.css
|
67
|
+
- test/dummy/app/assets/stylesheets/bootstrap.min.css
|
68
|
+
- test/dummy/app/assets/stylesheets/home.css
|
69
|
+
- test/dummy/app/controllers/application_controller.rb
|
70
|
+
- test/dummy/app/controllers/home_controller.rb
|
71
|
+
- test/dummy/app/controllers/posts_controller.rb
|
72
|
+
- test/dummy/app/helpers/application_helper.rb
|
73
|
+
- test/dummy/app/helpers/home_helper.rb
|
74
|
+
- test/dummy/app/models/post.rb
|
75
|
+
- test/dummy/app/views/home/about.html.erb
|
76
|
+
- test/dummy/app/views/home/contact.html.erb
|
77
|
+
- test/dummy/app/views/home/index.html.erb
|
78
|
+
- test/dummy/app/views/home/_sidebar.html.erb
|
79
|
+
- test/dummy/app/views/home/_topbar.html.erb
|
80
|
+
- test/dummy/app/views/layouts/application.html.erb
|
81
|
+
- test/dummy/app/views/posts/show.html.erb
|
82
|
+
- test/dummy/config/application.rb
|
83
|
+
- test/dummy/config/boot.rb
|
84
|
+
- test/dummy/config/database.yml
|
85
|
+
- test/dummy/config/environment.rb
|
86
|
+
- test/dummy/config/environments/development.rb
|
87
|
+
- test/dummy/config/environments/production.rb
|
88
|
+
- test/dummy/config/environments/test.rb
|
89
|
+
- test/dummy/config/initializers/backtrace_silencers.rb
|
90
|
+
- test/dummy/config/initializers/inflections.rb
|
91
|
+
- test/dummy/config/initializers/mime_types.rb
|
92
|
+
- test/dummy/config/initializers/secret_token.rb
|
93
|
+
- test/dummy/config/initializers/session_store.rb
|
94
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
95
|
+
- test/dummy/config/locales/en.yml
|
96
|
+
- test/dummy/config/routes.rb
|
97
|
+
- test/dummy/config.ru
|
98
|
+
- test/dummy/db/development.sqlite3
|
99
|
+
- test/dummy/db/migrate/20120724024139_create_posts.rb
|
100
|
+
- test/dummy/db/migrate/20120724035630_add_image_url_to_posts.rb
|
101
|
+
- test/dummy/db/schema.rb
|
102
|
+
- test/dummy/db/seeds.rb
|
103
|
+
- test/dummy/db/test.sqlite3
|
104
|
+
- test/dummy/log/development.log
|
105
|
+
- test/dummy/log/test.log
|
106
|
+
- test/dummy/public/404.html
|
107
|
+
- test/dummy/public/422.html
|
108
|
+
- test/dummy/public/500.html
|
109
|
+
- test/dummy/public/favicon.ico
|
110
|
+
- test/dummy/Rakefile
|
111
|
+
- test/dummy/README.rdoc
|
112
|
+
- test/dummy/script/rails
|
113
|
+
- test/dummy/test/fixtures/posts.yml
|
114
|
+
- test/dummy/test/functional/home_controller_test.rb
|
115
|
+
- test/dummy/test/unit/helpers/home_helper_test.rb
|
116
|
+
- test/dummy/test/unit/post_test.rb
|
117
|
+
- test/dummy/tmp/cache/assets/C9F/560/sprockets%2F8e5a9738e9bc15478e026d98335454f9
|
118
|
+
- test/dummy/tmp/cache/assets/CA5/220/sprockets%2F2b6982ac4f57251707f935056aa20cb1
|
119
|
+
- test/dummy/tmp/cache/assets/CC6/680/sprockets%2Fc92f033b739ce130682844ed8e69578f
|
120
|
+
- test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953
|
121
|
+
- test/dummy/tmp/cache/assets/CDF/870/sprockets%2Fb878faf942403e313a5b103e5d80488e
|
122
|
+
- test/dummy/tmp/cache/assets/CE7/5A0/sprockets%2Ffc187aee64323fa971aec84932470636
|
123
|
+
- test/dummy/tmp/cache/assets/CE8/390/sprockets%2Ffe578741336fbaf17729b0956ca2a492
|
124
|
+
- test/dummy/tmp/cache/assets/CF2/010/sprockets%2F7be9086c960bb4384c9d23a52e489f29
|
125
|
+
- test/dummy/tmp/cache/assets/D05/D40/sprockets%2F1c9faaf28d05409b88ad3113374d613c
|
126
|
+
- test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705
|
127
|
+
- test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655
|
128
|
+
- test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6
|
129
|
+
- test/dummy/tmp/cache/assets/D80/5B0/sprockets%2Fb009cc32ee628d995db599b7befc1765
|
130
|
+
- test/dummy/tmp/cache/assets/D95/BC0/sprockets%2F4ea33e825e6e38bd22dccab488a0255b
|
131
|
+
- test/dummy/tmp/cache/assets/DA5/FB0/sprockets%2Ff644fd75cbead0e58c847aa16546e2a8
|
132
|
+
- test/dummy/tmp/cache/assets/DA9/140/sprockets%2F73dc01c8c6ecec43d92469f4ce6c44c8
|
133
|
+
- test/dummy/tmp/cache/assets/DBD/550/sprockets%2Fbdf81d3b0ebcf47b000e0bd8850ed535
|
134
|
+
- test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994
|
135
|
+
- test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af
|
136
|
+
- test/dummy/tmp/cache/assets/E3F/300/sprockets%2F6a9aefa66fb02368e6faf8e5a5d5edd9
|
137
|
+
- test/test_helper.rb
|
138
|
+
- test/tj-bootstrap-helper_test.rb
|
139
|
+
homepage:
|
140
|
+
licenses: []
|
141
|
+
post_install_message:
|
142
|
+
rdoc_options: []
|
143
|
+
require_paths:
|
144
|
+
- lib
|
145
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
146
|
+
none: false
|
147
|
+
requirements:
|
148
|
+
- - ! '>='
|
149
|
+
- !ruby/object:Gem::Version
|
150
|
+
version: '0'
|
151
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
152
|
+
none: false
|
153
|
+
requirements:
|
154
|
+
- - ! '>='
|
155
|
+
- !ruby/object:Gem::Version
|
156
|
+
version: '0'
|
157
|
+
requirements: []
|
158
|
+
rubyforge_project:
|
159
|
+
rubygems_version: 1.8.24
|
160
|
+
signing_key:
|
161
|
+
specification_version: 3
|
162
|
+
summary: Tony Jian's Bootstrap helpers.
|
163
|
+
test_files:
|
164
|
+
- test/dummy/app/assets/images/glyphicons-halflings-white.png
|
165
|
+
- test/dummy/app/assets/images/glyphicons-halflings.png
|
166
|
+
- test/dummy/app/assets/javascripts/application.js
|
167
|
+
- test/dummy/app/assets/javascripts/bootstrap.min.js
|
168
|
+
- test/dummy/app/assets/javascripts/home.js
|
169
|
+
- test/dummy/app/assets/stylesheets/application.css
|
170
|
+
- test/dummy/app/assets/stylesheets/bootstrap-responsive.min.css
|
171
|
+
- test/dummy/app/assets/stylesheets/bootstrap.min.css
|
172
|
+
- test/dummy/app/assets/stylesheets/home.css
|
173
|
+
- test/dummy/app/controllers/application_controller.rb
|
174
|
+
- test/dummy/app/controllers/home_controller.rb
|
175
|
+
- test/dummy/app/controllers/posts_controller.rb
|
176
|
+
- test/dummy/app/helpers/application_helper.rb
|
177
|
+
- test/dummy/app/helpers/home_helper.rb
|
178
|
+
- test/dummy/app/models/post.rb
|
179
|
+
- test/dummy/app/views/home/about.html.erb
|
180
|
+
- test/dummy/app/views/home/contact.html.erb
|
181
|
+
- test/dummy/app/views/home/index.html.erb
|
182
|
+
- test/dummy/app/views/home/_sidebar.html.erb
|
183
|
+
- test/dummy/app/views/home/_topbar.html.erb
|
184
|
+
- test/dummy/app/views/layouts/application.html.erb
|
185
|
+
- test/dummy/app/views/posts/show.html.erb
|
186
|
+
- test/dummy/config/application.rb
|
187
|
+
- test/dummy/config/boot.rb
|
188
|
+
- test/dummy/config/database.yml
|
189
|
+
- test/dummy/config/environment.rb
|
190
|
+
- test/dummy/config/environments/development.rb
|
191
|
+
- test/dummy/config/environments/production.rb
|
192
|
+
- test/dummy/config/environments/test.rb
|
193
|
+
- test/dummy/config/initializers/backtrace_silencers.rb
|
194
|
+
- test/dummy/config/initializers/inflections.rb
|
195
|
+
- test/dummy/config/initializers/mime_types.rb
|
196
|
+
- test/dummy/config/initializers/secret_token.rb
|
197
|
+
- test/dummy/config/initializers/session_store.rb
|
198
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
199
|
+
- test/dummy/config/locales/en.yml
|
200
|
+
- test/dummy/config/routes.rb
|
201
|
+
- test/dummy/config.ru
|
202
|
+
- test/dummy/db/development.sqlite3
|
203
|
+
- test/dummy/db/migrate/20120724024139_create_posts.rb
|
204
|
+
- test/dummy/db/migrate/20120724035630_add_image_url_to_posts.rb
|
205
|
+
- test/dummy/db/schema.rb
|
206
|
+
- test/dummy/db/seeds.rb
|
207
|
+
- test/dummy/db/test.sqlite3
|
208
|
+
- test/dummy/log/development.log
|
209
|
+
- test/dummy/log/test.log
|
210
|
+
- test/dummy/public/404.html
|
211
|
+
- test/dummy/public/422.html
|
212
|
+
- test/dummy/public/500.html
|
213
|
+
- test/dummy/public/favicon.ico
|
214
|
+
- test/dummy/Rakefile
|
215
|
+
- test/dummy/README.rdoc
|
216
|
+
- test/dummy/script/rails
|
217
|
+
- test/dummy/test/fixtures/posts.yml
|
218
|
+
- test/dummy/test/functional/home_controller_test.rb
|
219
|
+
- test/dummy/test/unit/helpers/home_helper_test.rb
|
220
|
+
- test/dummy/test/unit/post_test.rb
|
221
|
+
- test/dummy/tmp/cache/assets/C9F/560/sprockets%2F8e5a9738e9bc15478e026d98335454f9
|
222
|
+
- test/dummy/tmp/cache/assets/CA5/220/sprockets%2F2b6982ac4f57251707f935056aa20cb1
|
223
|
+
- test/dummy/tmp/cache/assets/CC6/680/sprockets%2Fc92f033b739ce130682844ed8e69578f
|
224
|
+
- test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953
|
225
|
+
- test/dummy/tmp/cache/assets/CDF/870/sprockets%2Fb878faf942403e313a5b103e5d80488e
|
226
|
+
- test/dummy/tmp/cache/assets/CE7/5A0/sprockets%2Ffc187aee64323fa971aec84932470636
|
227
|
+
- test/dummy/tmp/cache/assets/CE8/390/sprockets%2Ffe578741336fbaf17729b0956ca2a492
|
228
|
+
- test/dummy/tmp/cache/assets/CF2/010/sprockets%2F7be9086c960bb4384c9d23a52e489f29
|
229
|
+
- test/dummy/tmp/cache/assets/D05/D40/sprockets%2F1c9faaf28d05409b88ad3113374d613c
|
230
|
+
- test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705
|
231
|
+
- test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655
|
232
|
+
- test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6
|
233
|
+
- test/dummy/tmp/cache/assets/D80/5B0/sprockets%2Fb009cc32ee628d995db599b7befc1765
|
234
|
+
- test/dummy/tmp/cache/assets/D95/BC0/sprockets%2F4ea33e825e6e38bd22dccab488a0255b
|
235
|
+
- test/dummy/tmp/cache/assets/DA5/FB0/sprockets%2Ff644fd75cbead0e58c847aa16546e2a8
|
236
|
+
- test/dummy/tmp/cache/assets/DA9/140/sprockets%2F73dc01c8c6ecec43d92469f4ce6c44c8
|
237
|
+
- test/dummy/tmp/cache/assets/DBD/550/sprockets%2Fbdf81d3b0ebcf47b000e0bd8850ed535
|
238
|
+
- test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994
|
239
|
+
- test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af
|
240
|
+
- test/dummy/tmp/cache/assets/E3F/300/sprockets%2F6a9aefa66fb02368e6faf8e5a5d5edd9
|
241
|
+
- test/test_helper.rb
|
242
|
+
- test/tj-bootstrap-helper_test.rb
|
243
|
+
has_rdoc:
|