havior 0.1.0
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 +7 -0
- data/MIT-LICENSE +20 -0
- data/README.rdoc +3 -0
- data/Rakefile +34 -0
- data/lib/generators/havior/USAGE +8 -0
- data/lib/generators/havior/havior_generator.rb +63 -0
- data/lib/generators/havior/install_generator.rb +32 -0
- data/lib/generators/havior/templates/haviors/controller.rb.erb +12 -0
- data/lib/generators/havior/templates/haviors/haxe/Havior.hx.erb +26 -0
- data/lib/generators/havior/templates/haviors/model.rb.erb +15 -0
- data/lib/generators/havior/templates/haviors/routes.rb.erb +7 -0
- data/lib/generators/havior/templates/haxe/havior.hxml.erb +7 -0
- data/lib/generators/havior/templates/haxe/lib/Havior.hx +83 -0
- data/lib/havior.rb +11 -0
- data/lib/havior/builder.rb +34 -0
- data/lib/havior/helper.rb +13 -0
- data/lib/havior/model.rb +33 -0
- data/lib/havior/routes.rb +12 -0
- data/lib/havior/version.rb +3 -0
- data/lib/tasks/havior_tasks.rake +4 -0
- data/test/dummy/Gemfile +46 -0
- data/test/dummy/Gemfile.lock +171 -0
- data/test/dummy/README.rdoc +28 -0
- data/test/dummy/Rakefile +6 -0
- data/test/dummy/app/assets/javascripts/application.js +16 -0
- data/test/dummy/app/assets/javascripts/top.coffee +3 -0
- data/test/dummy/app/assets/stylesheets/application.css +15 -0
- data/test/dummy/app/assets/stylesheets/top.scss +3 -0
- data/test/dummy/app/controllers/application_controller.rb +5 -0
- data/test/dummy/app/controllers/top_controller.rb +4 -0
- data/test/dummy/app/haviors/misc/todo/haxe/Todo.hx +42 -0
- data/test/dummy/app/haviors/misc/todo/model.rb +15 -0
- data/test/dummy/app/haviors/misc/todo/routes.rb +11 -0
- data/test/dummy/app/haviors/misc/todo/todo_controller.rb +24 -0
- data/test/dummy/app/haviors/misc/todo/views/todo.html.erb +1 -0
- data/test/dummy/app/helpers/application_helper.rb +2 -0
- data/test/dummy/app/helpers/top_helper.rb +2 -0
- data/test/dummy/app/views/layouts/application.html.erb +14 -0
- data/test/dummy/app/views/top/index.html.erb +6 -0
- data/test/dummy/bin/bundle +3 -0
- data/test/dummy/bin/rails +8 -0
- data/test/dummy/bin/rake +8 -0
- data/test/dummy/bin/setup +29 -0
- data/test/dummy/bin/spring +18 -0
- data/test/dummy/config.ru +4 -0
- data/test/dummy/config/application.rb +26 -0
- data/test/dummy/config/boot.rb +3 -0
- data/test/dummy/config/database.yml +25 -0
- data/test/dummy/config/environment.rb +5 -0
- data/test/dummy/config/environments/development.rb +41 -0
- data/test/dummy/config/environments/production.rb +79 -0
- data/test/dummy/config/environments/test.rb +42 -0
- data/test/dummy/config/initializers/assets.rb +11 -0
- data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/test/dummy/config/initializers/cookies_serializer.rb +3 -0
- data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
- data/test/dummy/config/initializers/inflections.rb +16 -0
- data/test/dummy/config/initializers/mime_types.rb +4 -0
- data/test/dummy/config/initializers/session_store.rb +3 -0
- data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
- data/test/dummy/config/locales/en.yml +23 -0
- data/test/dummy/config/routes.rb +58 -0
- data/test/dummy/config/secrets.yml +22 -0
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/seeds.rb +7 -0
- data/test/dummy/haxe/havior.hxml +7 -0
- data/test/dummy/haxe/lib/Havior.hx +83 -0
- data/test/dummy/log/development.log +96 -0
- data/test/dummy/public/404.html +67 -0
- data/test/dummy/public/422.html +67 -0
- data/test/dummy/public/500.html +66 -0
- data/test/dummy/public/favicon.ico +0 -0
- data/test/dummy/public/javascripts/misc/todo/todo.js +206 -0
- data/test/dummy/public/robots.txt +5 -0
- data/test/dummy/public/stylesheets/misc/todo/todo.css +0 -0
- data/test/dummy/test/controllers/top_controller_test.rb +9 -0
- data/test/dummy/test/test_helper.rb +10 -0
- data/test/dummy/tmp/cache/assets/development/sass/f3ea2a11dd4dcf99bc71cead6095f5bcdec0e3c1/top.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/144480218666373c17378e01c880a73e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/18d2cbb0f2269d20680f775d08981e72 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/34226a9205e8dd111f3fd667140e3557 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/55775c8c8fb4940e0575e4087043324a +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/69a055f006179beba2a830d88e39fa88 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/7c6e5314d519217e99ce56f93eacb7ca +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/82ac2910cee5ad83240253d81fd60ad8 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/86d34baf8dfb1e16ed00123e1e2a2190 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/9c1b6c9edc5c7d33d390964b955748a8 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/a69a6a0e8b2413a18e01dcc9e07b7263 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/ccf10475f5be0d54da1c2c223b3fca5d +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/cdf84c819e9ef95e6edb7a5d36549ca4 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f4779bd843bfdc90d8c4fe47fcfc5c02 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/fe9f4bf7a4d033c8ec226c659ceba27e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/ffa538b8e1d908ed228e70f373c3aa00 +0 -0
- data/test/dummy/tmp/pids/server.pid +1 -0
- data/test/havior_test.rb +7 -0
- data/test/test_helper.rb +18 -0
- metadata +255 -0
|
File without changes
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
ENV['RAILS_ENV'] ||= 'test'
|
|
2
|
+
require File.expand_path('../../config/environment', __FILE__)
|
|
3
|
+
require 'rails/test_help'
|
|
4
|
+
|
|
5
|
+
class ActiveSupport::TestCase
|
|
6
|
+
# Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order.
|
|
7
|
+
fixtures :all
|
|
8
|
+
|
|
9
|
+
# Add more helper methods to be used by all tests here...
|
|
10
|
+
end
|
data/test/dummy/tmp/cache/assets/development/sass/f3ea2a11dd4dcf99bc71cead6095f5bcdec0e3c1/top.scssc
ADDED
|
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
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
19705
|
data/test/havior_test.rb
ADDED
data/test/test_helper.rb
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# Configure Rails Environment
|
|
2
|
+
ENV["RAILS_ENV"] = "test"
|
|
3
|
+
|
|
4
|
+
require File.expand_path("../../test/dummy/config/environment.rb", __FILE__)
|
|
5
|
+
ActiveRecord::Migrator.migrations_paths = [File.expand_path("../../test/dummy/db/migrate", __FILE__)]
|
|
6
|
+
require "rails/test_help"
|
|
7
|
+
|
|
8
|
+
# Filter out Minitest backtrace while allowing backtrace from other libraries
|
|
9
|
+
# to be shown.
|
|
10
|
+
Minitest.backtrace_filter = Minitest::BacktraceFilter.new
|
|
11
|
+
|
|
12
|
+
# Load support files
|
|
13
|
+
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }
|
|
14
|
+
|
|
15
|
+
# Load fixtures from the engine
|
|
16
|
+
if ActiveSupport::TestCase.respond_to?(:fixture_path=)
|
|
17
|
+
ActiveSupport::TestCase.fixture_path = File.expand_path("../fixtures", __FILE__)
|
|
18
|
+
end
|
metadata
ADDED
|
@@ -0,0 +1,255 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: havior
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.1.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Takeshi Kojima
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2015-02-10 00:00:00.000000000 Z
|
|
12
|
+
dependencies:
|
|
13
|
+
- !ruby/object:Gem::Dependency
|
|
14
|
+
name: rails
|
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
|
16
|
+
requirements:
|
|
17
|
+
- - "~>"
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: 4.2.0
|
|
20
|
+
type: :runtime
|
|
21
|
+
prerelease: false
|
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
+
requirements:
|
|
24
|
+
- - "~>"
|
|
25
|
+
- !ruby/object:Gem::Version
|
|
26
|
+
version: 4.2.0
|
|
27
|
+
- !ruby/object:Gem::Dependency
|
|
28
|
+
name: sqlite3
|
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
|
30
|
+
requirements:
|
|
31
|
+
- - ">="
|
|
32
|
+
- !ruby/object:Gem::Version
|
|
33
|
+
version: '0'
|
|
34
|
+
type: :development
|
|
35
|
+
prerelease: false
|
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
37
|
+
requirements:
|
|
38
|
+
- - ">="
|
|
39
|
+
- !ruby/object:Gem::Version
|
|
40
|
+
version: '0'
|
|
41
|
+
description: Description of Havior.
|
|
42
|
+
email:
|
|
43
|
+
- tatkeshi@gmail.com
|
|
44
|
+
executables: []
|
|
45
|
+
extensions: []
|
|
46
|
+
extra_rdoc_files: []
|
|
47
|
+
files:
|
|
48
|
+
- MIT-LICENSE
|
|
49
|
+
- README.rdoc
|
|
50
|
+
- Rakefile
|
|
51
|
+
- lib/generators/havior/USAGE
|
|
52
|
+
- lib/generators/havior/havior_generator.rb
|
|
53
|
+
- lib/generators/havior/install_generator.rb
|
|
54
|
+
- lib/generators/havior/templates/haviors/controller.rb.erb
|
|
55
|
+
- lib/generators/havior/templates/haviors/haxe/Havior.hx.erb
|
|
56
|
+
- lib/generators/havior/templates/haviors/model.rb.erb
|
|
57
|
+
- lib/generators/havior/templates/haviors/routes.rb.erb
|
|
58
|
+
- lib/generators/havior/templates/haxe/havior.hxml.erb
|
|
59
|
+
- lib/generators/havior/templates/haxe/lib/Havior.hx
|
|
60
|
+
- lib/havior.rb
|
|
61
|
+
- lib/havior/builder.rb
|
|
62
|
+
- lib/havior/helper.rb
|
|
63
|
+
- lib/havior/model.rb
|
|
64
|
+
- lib/havior/routes.rb
|
|
65
|
+
- lib/havior/version.rb
|
|
66
|
+
- lib/tasks/havior_tasks.rake
|
|
67
|
+
- test/dummy/Gemfile
|
|
68
|
+
- test/dummy/Gemfile.lock
|
|
69
|
+
- test/dummy/README.rdoc
|
|
70
|
+
- test/dummy/Rakefile
|
|
71
|
+
- test/dummy/app/assets/javascripts/application.js
|
|
72
|
+
- test/dummy/app/assets/javascripts/top.coffee
|
|
73
|
+
- test/dummy/app/assets/stylesheets/application.css
|
|
74
|
+
- test/dummy/app/assets/stylesheets/top.scss
|
|
75
|
+
- test/dummy/app/controllers/application_controller.rb
|
|
76
|
+
- test/dummy/app/controllers/top_controller.rb
|
|
77
|
+
- test/dummy/app/haviors/misc/todo/haxe/Todo.hx
|
|
78
|
+
- test/dummy/app/haviors/misc/todo/model.rb
|
|
79
|
+
- test/dummy/app/haviors/misc/todo/routes.rb
|
|
80
|
+
- test/dummy/app/haviors/misc/todo/todo_controller.rb
|
|
81
|
+
- test/dummy/app/haviors/misc/todo/views/todo.html.erb
|
|
82
|
+
- test/dummy/app/helpers/application_helper.rb
|
|
83
|
+
- test/dummy/app/helpers/top_helper.rb
|
|
84
|
+
- test/dummy/app/views/layouts/application.html.erb
|
|
85
|
+
- test/dummy/app/views/top/index.html.erb
|
|
86
|
+
- test/dummy/bin/bundle
|
|
87
|
+
- test/dummy/bin/rails
|
|
88
|
+
- test/dummy/bin/rake
|
|
89
|
+
- test/dummy/bin/setup
|
|
90
|
+
- test/dummy/bin/spring
|
|
91
|
+
- test/dummy/config.ru
|
|
92
|
+
- test/dummy/config/application.rb
|
|
93
|
+
- test/dummy/config/boot.rb
|
|
94
|
+
- test/dummy/config/database.yml
|
|
95
|
+
- test/dummy/config/environment.rb
|
|
96
|
+
- test/dummy/config/environments/development.rb
|
|
97
|
+
- test/dummy/config/environments/production.rb
|
|
98
|
+
- test/dummy/config/environments/test.rb
|
|
99
|
+
- test/dummy/config/initializers/assets.rb
|
|
100
|
+
- test/dummy/config/initializers/backtrace_silencers.rb
|
|
101
|
+
- test/dummy/config/initializers/cookies_serializer.rb
|
|
102
|
+
- test/dummy/config/initializers/filter_parameter_logging.rb
|
|
103
|
+
- test/dummy/config/initializers/inflections.rb
|
|
104
|
+
- test/dummy/config/initializers/mime_types.rb
|
|
105
|
+
- test/dummy/config/initializers/session_store.rb
|
|
106
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
|
107
|
+
- test/dummy/config/locales/en.yml
|
|
108
|
+
- test/dummy/config/routes.rb
|
|
109
|
+
- test/dummy/config/secrets.yml
|
|
110
|
+
- test/dummy/db/development.sqlite3
|
|
111
|
+
- test/dummy/db/seeds.rb
|
|
112
|
+
- test/dummy/haxe/havior.hxml
|
|
113
|
+
- test/dummy/haxe/lib/Havior.hx
|
|
114
|
+
- test/dummy/log/development.log
|
|
115
|
+
- test/dummy/public/404.html
|
|
116
|
+
- test/dummy/public/422.html
|
|
117
|
+
- test/dummy/public/500.html
|
|
118
|
+
- test/dummy/public/favicon.ico
|
|
119
|
+
- test/dummy/public/javascripts/misc/todo/todo.js
|
|
120
|
+
- test/dummy/public/robots.txt
|
|
121
|
+
- test/dummy/public/stylesheets/misc/todo/todo.css
|
|
122
|
+
- test/dummy/test/controllers/top_controller_test.rb
|
|
123
|
+
- test/dummy/test/test_helper.rb
|
|
124
|
+
- test/dummy/tmp/cache/assets/development/sass/f3ea2a11dd4dcf99bc71cead6095f5bcdec0e3c1/top.scssc
|
|
125
|
+
- test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
|
|
126
|
+
- test/dummy/tmp/cache/assets/development/sprockets/144480218666373c17378e01c880a73e
|
|
127
|
+
- test/dummy/tmp/cache/assets/development/sprockets/18d2cbb0f2269d20680f775d08981e72
|
|
128
|
+
- test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
|
|
129
|
+
- test/dummy/tmp/cache/assets/development/sprockets/34226a9205e8dd111f3fd667140e3557
|
|
130
|
+
- test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
|
|
131
|
+
- test/dummy/tmp/cache/assets/development/sprockets/55775c8c8fb4940e0575e4087043324a
|
|
132
|
+
- test/dummy/tmp/cache/assets/development/sprockets/69a055f006179beba2a830d88e39fa88
|
|
133
|
+
- test/dummy/tmp/cache/assets/development/sprockets/7c6e5314d519217e99ce56f93eacb7ca
|
|
134
|
+
- test/dummy/tmp/cache/assets/development/sprockets/82ac2910cee5ad83240253d81fd60ad8
|
|
135
|
+
- test/dummy/tmp/cache/assets/development/sprockets/86d34baf8dfb1e16ed00123e1e2a2190
|
|
136
|
+
- test/dummy/tmp/cache/assets/development/sprockets/9c1b6c9edc5c7d33d390964b955748a8
|
|
137
|
+
- test/dummy/tmp/cache/assets/development/sprockets/a69a6a0e8b2413a18e01dcc9e07b7263
|
|
138
|
+
- test/dummy/tmp/cache/assets/development/sprockets/ccf10475f5be0d54da1c2c223b3fca5d
|
|
139
|
+
- test/dummy/tmp/cache/assets/development/sprockets/cdf84c819e9ef95e6edb7a5d36549ca4
|
|
140
|
+
- test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
|
|
141
|
+
- test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
|
|
142
|
+
- test/dummy/tmp/cache/assets/development/sprockets/f4779bd843bfdc90d8c4fe47fcfc5c02
|
|
143
|
+
- test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
|
|
144
|
+
- test/dummy/tmp/cache/assets/development/sprockets/fe9f4bf7a4d033c8ec226c659ceba27e
|
|
145
|
+
- test/dummy/tmp/cache/assets/development/sprockets/ffa538b8e1d908ed228e70f373c3aa00
|
|
146
|
+
- test/dummy/tmp/pids/server.pid
|
|
147
|
+
- test/havior_test.rb
|
|
148
|
+
- test/test_helper.rb
|
|
149
|
+
homepage: https://github.com/tatkeshi/havior
|
|
150
|
+
licenses:
|
|
151
|
+
- MIT
|
|
152
|
+
metadata: {}
|
|
153
|
+
post_install_message:
|
|
154
|
+
rdoc_options: []
|
|
155
|
+
require_paths:
|
|
156
|
+
- lib
|
|
157
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
158
|
+
requirements:
|
|
159
|
+
- - ">="
|
|
160
|
+
- !ruby/object:Gem::Version
|
|
161
|
+
version: '0'
|
|
162
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
163
|
+
requirements:
|
|
164
|
+
- - ">="
|
|
165
|
+
- !ruby/object:Gem::Version
|
|
166
|
+
version: '0'
|
|
167
|
+
requirements: []
|
|
168
|
+
rubyforge_project:
|
|
169
|
+
rubygems_version: 2.2.2
|
|
170
|
+
signing_key:
|
|
171
|
+
specification_version: 4
|
|
172
|
+
summary: Summary of Havior.
|
|
173
|
+
test_files:
|
|
174
|
+
- test/dummy/app/assets/javascripts/application.js
|
|
175
|
+
- test/dummy/app/assets/javascripts/top.coffee
|
|
176
|
+
- test/dummy/app/assets/stylesheets/application.css
|
|
177
|
+
- test/dummy/app/assets/stylesheets/top.scss
|
|
178
|
+
- test/dummy/app/controllers/application_controller.rb
|
|
179
|
+
- test/dummy/app/controllers/top_controller.rb
|
|
180
|
+
- test/dummy/app/haviors/misc/todo/haxe/Todo.hx
|
|
181
|
+
- test/dummy/app/haviors/misc/todo/model.rb
|
|
182
|
+
- test/dummy/app/haviors/misc/todo/routes.rb
|
|
183
|
+
- test/dummy/app/haviors/misc/todo/todo_controller.rb
|
|
184
|
+
- test/dummy/app/haviors/misc/todo/views/todo.html.erb
|
|
185
|
+
- test/dummy/app/helpers/application_helper.rb
|
|
186
|
+
- test/dummy/app/helpers/top_helper.rb
|
|
187
|
+
- test/dummy/app/views/layouts/application.html.erb
|
|
188
|
+
- test/dummy/app/views/top/index.html.erb
|
|
189
|
+
- test/dummy/bin/bundle
|
|
190
|
+
- test/dummy/bin/rails
|
|
191
|
+
- test/dummy/bin/rake
|
|
192
|
+
- test/dummy/bin/setup
|
|
193
|
+
- test/dummy/bin/spring
|
|
194
|
+
- test/dummy/config/application.rb
|
|
195
|
+
- test/dummy/config/boot.rb
|
|
196
|
+
- test/dummy/config/database.yml
|
|
197
|
+
- test/dummy/config/environment.rb
|
|
198
|
+
- test/dummy/config/environments/development.rb
|
|
199
|
+
- test/dummy/config/environments/production.rb
|
|
200
|
+
- test/dummy/config/environments/test.rb
|
|
201
|
+
- test/dummy/config/initializers/assets.rb
|
|
202
|
+
- test/dummy/config/initializers/backtrace_silencers.rb
|
|
203
|
+
- test/dummy/config/initializers/cookies_serializer.rb
|
|
204
|
+
- test/dummy/config/initializers/filter_parameter_logging.rb
|
|
205
|
+
- test/dummy/config/initializers/inflections.rb
|
|
206
|
+
- test/dummy/config/initializers/mime_types.rb
|
|
207
|
+
- test/dummy/config/initializers/session_store.rb
|
|
208
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
|
209
|
+
- test/dummy/config/locales/en.yml
|
|
210
|
+
- test/dummy/config/routes.rb
|
|
211
|
+
- test/dummy/config/secrets.yml
|
|
212
|
+
- test/dummy/config.ru
|
|
213
|
+
- test/dummy/db/development.sqlite3
|
|
214
|
+
- test/dummy/db/seeds.rb
|
|
215
|
+
- test/dummy/Gemfile
|
|
216
|
+
- test/dummy/Gemfile.lock
|
|
217
|
+
- test/dummy/haxe/havior.hxml
|
|
218
|
+
- test/dummy/haxe/lib/Havior.hx
|
|
219
|
+
- test/dummy/log/development.log
|
|
220
|
+
- test/dummy/public/404.html
|
|
221
|
+
- test/dummy/public/422.html
|
|
222
|
+
- test/dummy/public/500.html
|
|
223
|
+
- test/dummy/public/favicon.ico
|
|
224
|
+
- test/dummy/public/javascripts/misc/todo/todo.js
|
|
225
|
+
- test/dummy/public/robots.txt
|
|
226
|
+
- test/dummy/public/stylesheets/misc/todo/todo.css
|
|
227
|
+
- test/dummy/Rakefile
|
|
228
|
+
- test/dummy/README.rdoc
|
|
229
|
+
- test/dummy/test/controllers/top_controller_test.rb
|
|
230
|
+
- test/dummy/test/test_helper.rb
|
|
231
|
+
- test/dummy/tmp/cache/assets/development/sass/f3ea2a11dd4dcf99bc71cead6095f5bcdec0e3c1/top.scssc
|
|
232
|
+
- test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
|
|
233
|
+
- test/dummy/tmp/cache/assets/development/sprockets/144480218666373c17378e01c880a73e
|
|
234
|
+
- test/dummy/tmp/cache/assets/development/sprockets/18d2cbb0f2269d20680f775d08981e72
|
|
235
|
+
- test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
|
|
236
|
+
- test/dummy/tmp/cache/assets/development/sprockets/34226a9205e8dd111f3fd667140e3557
|
|
237
|
+
- test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
|
|
238
|
+
- test/dummy/tmp/cache/assets/development/sprockets/55775c8c8fb4940e0575e4087043324a
|
|
239
|
+
- test/dummy/tmp/cache/assets/development/sprockets/69a055f006179beba2a830d88e39fa88
|
|
240
|
+
- test/dummy/tmp/cache/assets/development/sprockets/7c6e5314d519217e99ce56f93eacb7ca
|
|
241
|
+
- test/dummy/tmp/cache/assets/development/sprockets/82ac2910cee5ad83240253d81fd60ad8
|
|
242
|
+
- test/dummy/tmp/cache/assets/development/sprockets/86d34baf8dfb1e16ed00123e1e2a2190
|
|
243
|
+
- test/dummy/tmp/cache/assets/development/sprockets/9c1b6c9edc5c7d33d390964b955748a8
|
|
244
|
+
- test/dummy/tmp/cache/assets/development/sprockets/a69a6a0e8b2413a18e01dcc9e07b7263
|
|
245
|
+
- test/dummy/tmp/cache/assets/development/sprockets/ccf10475f5be0d54da1c2c223b3fca5d
|
|
246
|
+
- test/dummy/tmp/cache/assets/development/sprockets/cdf84c819e9ef95e6edb7a5d36549ca4
|
|
247
|
+
- test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
|
|
248
|
+
- test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
|
|
249
|
+
- test/dummy/tmp/cache/assets/development/sprockets/f4779bd843bfdc90d8c4fe47fcfc5c02
|
|
250
|
+
- test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
|
|
251
|
+
- test/dummy/tmp/cache/assets/development/sprockets/fe9f4bf7a4d033c8ec226c659ceba27e
|
|
252
|
+
- test/dummy/tmp/cache/assets/development/sprockets/ffa538b8e1d908ed228e70f373c3aa00
|
|
253
|
+
- test/dummy/tmp/pids/server.pid
|
|
254
|
+
- test/havior_test.rb
|
|
255
|
+
- test/test_helper.rb
|