rules_view 0.0.1 → 0.0.2
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.
- data/README.textile +53 -26
- data/VERSION +1 -1
- data/app/views/layouts/rules_view.html.erb +15 -22
- data/generators/install_generator.rb +18 -2
- data/generators/layout_generator.rb +2 -2
- data/generators/manifests/rules_view_install.rb +50 -0
- data/generators/manifests/{application.yml → rules_view_install.yml} +0 -0
- data/generators/manifests/{layout.rb → rules_view_layout.rb} +1 -1
- data/generators/manifests/{layout.yml → rules_view_layout.yml} +0 -0
- data/generators/manifests/templates/app/views/layouts/rules_view_layout.html.erb +19 -27
- data/generators/manifests/templates/doc/README.rules_view +30 -0
- data/generators/manifests/templates/public/javascripts/rules_view/{re_view.js → rules_view.js} +0 -0
- data/lib/rules_view/defer.rb +7 -0
- data/spec/lib/rules_view/defer_spec.rb +19 -0
- data/spec/{rails_3_0_0_root → rails_3_0_1_root}/Gemfile +3 -2
- data/spec/{rails_3_0_0_root → rails_3_0_1_root}/README +0 -0
- data/spec/{rails_3_0_0_root → rails_3_0_1_root}/Rakefile +1 -1
- data/spec/{rails_3_0_0_root → rails_3_0_1_root}/app/controllers/application_controller.rb +0 -0
- data/spec/{rails_3_0_0_root → rails_3_0_1_root}/app/helpers/application_helper.rb +0 -0
- data/spec/{rails_3_0_0_root → rails_3_0_1_root}/app/views/layouts/application.html.erb +1 -1
- data/spec/{rails_3_0_0_root → rails_3_0_1_root}/autotest/discover.rb +0 -0
- data/spec/{rails_3_0_0_root → rails_3_0_1_root}/config/application.rb +1 -1
- data/spec/{rails_3_0_0_root → rails_3_0_1_root}/config/boot.rb +0 -0
- data/spec/{rails_3_0_0_root → rails_3_0_1_root}/config/database.yml +0 -0
- data/spec/{rails_3_0_0_root → rails_3_0_1_root}/config/environment.rb +1 -1
- data/spec/{rails_3_0_0_root → rails_3_0_1_root}/config/environments/development.rb +1 -1
- data/spec/{rails_3_0_0_root → rails_3_0_1_root}/config/environments/production.rb +1 -1
- data/spec/{rails_3_0_0_root → rails_3_0_1_root}/config/environments/test.rb +1 -1
- data/spec/{rails_3_0_0_root → rails_3_0_1_root}/config/initializers/backtrace_silencers.rb +0 -0
- data/spec/{rails_3_0_0_root → rails_3_0_1_root}/config/initializers/inflections.rb +0 -0
- data/spec/{rails_3_0_0_root → rails_3_0_1_root}/config/initializers/mime_types.rb +0 -0
- data/spec/{rails_3_0_0_root → rails_3_0_1_root}/config/initializers/secret_token.rb +1 -1
- data/spec/{rails_3_0_0_root → rails_3_0_1_root}/config/initializers/session_store.rb +2 -2
- data/spec/{rails_3_0_0_root → rails_3_0_1_root}/config/locales/en.yml +0 -0
- data/spec/{rails_3_0_0_root → rails_3_0_1_root}/config/routes.rb +1 -1
- data/spec/{rails_3_0_0_root → rails_3_0_1_root}/config.ru +1 -1
- data/spec/{rails_3_0_0_root → rails_3_0_1_root}/db/seeds.rb +0 -0
- data/spec/{rails_3_0_0_root → rails_3_0_1_root}/doc/README_FOR_APP +0 -0
- data/spec/{rails_3_0_0_root/lib/tasks/.gitkeep → rails_3_0_1_root/log/development.log} +0 -0
- data/spec/{rails_3_0_0_root/public/favicon.ico → rails_3_0_1_root/log/production.log} +0 -0
- data/spec/{rails_3_0_0_root/public/stylesheets/.gitkeep → rails_3_0_1_root/log/server.log} +0 -0
- data/spec/rails_3_0_1_root/log/test.log +145 -0
- data/spec/{rails_3_0_0_root → rails_3_0_1_root}/public/404.html +0 -0
- data/spec/{rails_3_0_0_root → rails_3_0_1_root}/public/422.html +0 -0
- data/spec/{rails_3_0_0_root → rails_3_0_1_root}/public/500.html +0 -0
- data/spec/{rails_3_0_0_root/vendor/plugins/.gitkeep → rails_3_0_1_root/public/favicon.ico} +0 -0
- data/spec/{rails_3_0_0_root → rails_3_0_1_root}/public/images/rails.png +0 -0
- data/spec/{rails_3_0_0_root → rails_3_0_1_root}/public/index.html +0 -0
- data/spec/{rails_3_0_0_root → rails_3_0_1_root}/public/javascripts/application.js +0 -0
- data/spec/{rails_3_0_0_root → rails_3_0_1_root}/public/javascripts/controls.js +0 -0
- data/spec/{rails_3_0_0_root → rails_3_0_1_root}/public/javascripts/dragdrop.js +0 -0
- data/spec/{rails_3_0_0_root → rails_3_0_1_root}/public/javascripts/effects.js +0 -0
- data/spec/{rails_3_0_0_root → rails_3_0_1_root}/public/javascripts/prototype.js +0 -0
- data/spec/{rails_3_0_0_root → rails_3_0_1_root}/public/javascripts/rails.js +0 -0
- data/spec/{rails_3_0_0_root → rails_3_0_1_root}/public/robots.txt +0 -0
- data/spec/{rails_3_0_0_root → rails_3_0_1_root}/script/rails +0 -0
- data/spec/{rails_3_0_0_root → rails_3_0_1_root}/spec/spec_helper.rb +0 -0
- data/spec/spec_helper.rb +1 -1
- data/tasks/rspec.rake +10 -10
- metadata +116 -135
- data/.document +0 -5
- data/.gitignore +0 -21
- data/Rakefile +0 -47
- data/generators/manifests/application.rb +0 -116
- data/generators/manifests/templates/public/javascripts/rules_view/jquery-1.4.2.min.js +0 -154
- data/generators/manifests/templates/public/javascripts/rules_view/jquery.autocomplete.pack.js +0 -13
- data/generators/manifests/templates/public/javascripts/rules_view/jquery.blockUI.js +0 -486
- data/generators/manifests/templates/public/javascripts/rules_view/jquery.fancybox-1.3.1.js +0 -1077
- data/generators/manifests/templates/public/stylesheets/rules_view/blueprint/ie.css +0 -35
- data/generators/manifests/templates/public/stylesheets/rules_view/blueprint/plugins/buttons/icons/cross.png +0 -0
- data/generators/manifests/templates/public/stylesheets/rules_view/blueprint/plugins/buttons/icons/key.png +0 -0
- data/generators/manifests/templates/public/stylesheets/rules_view/blueprint/plugins/buttons/icons/tick.png +0 -0
- data/generators/manifests/templates/public/stylesheets/rules_view/blueprint/plugins/buttons/readme.txt +0 -32
- data/generators/manifests/templates/public/stylesheets/rules_view/blueprint/plugins/buttons/screen.css +0 -97
- data/generators/manifests/templates/public/stylesheets/rules_view/blueprint/plugins/fancy-type/readme.txt +0 -14
- data/generators/manifests/templates/public/stylesheets/rules_view/blueprint/plugins/fancy-type/screen.css +0 -71
- data/generators/manifests/templates/public/stylesheets/rules_view/blueprint/plugins/link-icons/icons/doc.png +0 -0
- data/generators/manifests/templates/public/stylesheets/rules_view/blueprint/plugins/link-icons/icons/email.png +0 -0
- data/generators/manifests/templates/public/stylesheets/rules_view/blueprint/plugins/link-icons/icons/external.png +0 -0
- data/generators/manifests/templates/public/stylesheets/rules_view/blueprint/plugins/link-icons/icons/feed.png +0 -0
- data/generators/manifests/templates/public/stylesheets/rules_view/blueprint/plugins/link-icons/icons/im.png +0 -0
- data/generators/manifests/templates/public/stylesheets/rules_view/blueprint/plugins/link-icons/icons/pdf.png +0 -0
- data/generators/manifests/templates/public/stylesheets/rules_view/blueprint/plugins/link-icons/icons/visited.png +0 -0
- data/generators/manifests/templates/public/stylesheets/rules_view/blueprint/plugins/link-icons/icons/xls.png +0 -0
- data/generators/manifests/templates/public/stylesheets/rules_view/blueprint/plugins/link-icons/readme.txt +0 -18
- data/generators/manifests/templates/public/stylesheets/rules_view/blueprint/plugins/link-icons/screen.css +0 -40
- data/generators/manifests/templates/public/stylesheets/rules_view/blueprint/plugins/rtl/readme.txt +0 -10
- data/generators/manifests/templates/public/stylesheets/rules_view/blueprint/plugins/rtl/screen.css +0 -110
- data/generators/manifests/templates/public/stylesheets/rules_view/blueprint/print.css +0 -29
- data/generators/manifests/templates/public/stylesheets/rules_view/blueprint/screen.css +0 -258
- data/generators/manifests/templates/public/stylesheets/rules_view/blueprint/src/forms.css +0 -65
- data/generators/manifests/templates/public/stylesheets/rules_view/blueprint/src/grid.css +0 -280
- data/generators/manifests/templates/public/stylesheets/rules_view/blueprint/src/grid.png +0 -0
- data/generators/manifests/templates/public/stylesheets/rules_view/blueprint/src/ie.css +0 -76
- data/generators/manifests/templates/public/stylesheets/rules_view/blueprint/src/print.css +0 -85
- data/generators/manifests/templates/public/stylesheets/rules_view/blueprint/src/reset.css +0 -45
- data/generators/manifests/templates/public/stylesheets/rules_view/blueprint/src/typography.css +0 -106
- data/generators/manifests/templates/public/stylesheets/rules_view/fancybox/blank.gif +0 -0
- data/generators/manifests/templates/public/stylesheets/rules_view/fancybox/fancy_close.png +0 -0
- data/generators/manifests/templates/public/stylesheets/rules_view/fancybox/fancy_loading.png +0 -0
- data/generators/manifests/templates/public/stylesheets/rules_view/fancybox/fancy_nav_left.png +0 -0
- data/generators/manifests/templates/public/stylesheets/rules_view/fancybox/fancy_nav_right.png +0 -0
- data/generators/manifests/templates/public/stylesheets/rules_view/fancybox/fancy_shadow_e.png +0 -0
- data/generators/manifests/templates/public/stylesheets/rules_view/fancybox/fancy_shadow_n.png +0 -0
- data/generators/manifests/templates/public/stylesheets/rules_view/fancybox/fancy_shadow_ne.png +0 -0
- data/generators/manifests/templates/public/stylesheets/rules_view/fancybox/fancy_shadow_nw.png +0 -0
- data/generators/manifests/templates/public/stylesheets/rules_view/fancybox/fancy_shadow_s.png +0 -0
- data/generators/manifests/templates/public/stylesheets/rules_view/fancybox/fancy_shadow_se.png +0 -0
- data/generators/manifests/templates/public/stylesheets/rules_view/fancybox/fancy_shadow_sw.png +0 -0
- data/generators/manifests/templates/public/stylesheets/rules_view/fancybox/fancy_shadow_w.png +0 -0
- data/generators/manifests/templates/public/stylesheets/rules_view/fancybox/fancy_title_left.png +0 -0
- data/generators/manifests/templates/public/stylesheets/rules_view/fancybox/fancy_title_main.png +0 -0
- data/generators/manifests/templates/public/stylesheets/rules_view/fancybox/fancy_title_over.png +0 -0
- data/generators/manifests/templates/public/stylesheets/rules_view/fancybox/fancy_title_right.png +0 -0
- data/generators/manifests/templates/public/stylesheets/rules_view/fancybox/fancybox-x.png +0 -0
- data/generators/manifests/templates/public/stylesheets/rules_view/fancybox/fancybox-y.png +0 -0
- data/generators/manifests/templates/public/stylesheets/rules_view/fancybox/fancybox.png +0 -0
- data/generators/manifests/templates/public/stylesheets/rules_view/fancybox/jquery.fancybox-1.3.1.css +0 -363
- data/generators/manifests/templates/public/stylesheets/rules_view/jquery.autocomplete.css +0 -53
- data/rules_view.gemspec +0 -239
- data/spec/rails_3_0_0_root/.gitignore +0 -4
- data/spec/rails_3_0_0_root/.rspec +0 -1
- data/spec/rails_3_0_0_root/Gemfile.lock +0 -101
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
[1m[36mSQL (0.3ms)[0m [1mselect sqlite_version(*)[0m
|
|
2
|
+
[1m[35mSQL (0.4ms)[0m CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL)
|
|
3
|
+
[1m[36mSQL (0.1ms)[0m [1mCREATE TABLE "comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer) [0m
|
|
4
|
+
[1m[35mSQL (0.1ms)[0m SELECT name
|
|
5
|
+
FROM sqlite_master
|
|
6
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
|
7
|
+
[1m[36mSQL (0.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
|
8
|
+
[1m[35mSQL (0.0ms)[0m PRAGMA index_list("schema_migrations")
|
|
9
|
+
[1m[36mSQL (0.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
10
|
+
[1m[35mSQL (0.1ms)[0m SELECT name
|
|
11
|
+
FROM sqlite_master
|
|
12
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
|
13
|
+
[1m[36mSQL (0.0ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
14
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('1')
|
|
15
|
+
[1m[36mSQL (0.2ms)[0m [1m SELECT name
|
|
16
|
+
FROM sqlite_master
|
|
17
|
+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
|
|
18
|
+
[0m
|
|
19
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "posts" VALUES(NULL)
|
|
20
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "comments" ("post_id") VALUES (1)[0m
|
|
21
|
+
Processing by StubResourcesController#index as HTML
|
|
22
|
+
Parameters: {"id"=>1}
|
|
23
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 1.8ms)
|
|
24
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "posts" VALUES(NULL)
|
|
25
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "comments" ("post_id") VALUES (1)[0m
|
|
26
|
+
Processing by StubResourcesController#index as HTML
|
|
27
|
+
Parameters: {"id"=>1}
|
|
28
|
+
[1m[35mPost Load (0.1ms)[0m SELECT "posts".* FROM "posts" WHERE ("posts"."id" = 1) LIMIT 1
|
|
29
|
+
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.3ms)
|
|
30
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" VALUES(NULL)[0m
|
|
31
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "comments" ("post_id") VALUES (1)
|
|
32
|
+
Processing by StubResourcesController#index as HTML
|
|
33
|
+
Parameters: {"id"=>"unknown"}
|
|
34
|
+
[1m[36mPost Load (0.1ms)[0m [1mSELECT "posts".* FROM "posts" WHERE ("posts"."id" = 0) LIMIT 1[0m
|
|
35
|
+
Redirected to http://test.host/posts
|
|
36
|
+
Completed 302 Found in 1ms
|
|
37
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "posts" VALUES(NULL)
|
|
38
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "comments" ("post_id") VALUES (1)[0m
|
|
39
|
+
Processing by StubResourcesController#index as HTML
|
|
40
|
+
Parameters: {"id"=>"unknown"}
|
|
41
|
+
[1m[35mPost Load (0.1ms)[0m SELECT "posts".* FROM "posts" WHERE ("posts"."id" = 0) LIMIT 1
|
|
42
|
+
Redirected to http://test.host/posts
|
|
43
|
+
Completed 302 Found in 1ms
|
|
44
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" VALUES(NULL)[0m
|
|
45
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "comments" ("post_id") VALUES (1)
|
|
46
|
+
Processing by StubResourcesController#index as HTML
|
|
47
|
+
Parameters: {"id"=>"unknown"}
|
|
48
|
+
[1m[36mPost Load (0.1ms)[0m [1mSELECT "posts".* FROM "posts" WHERE ("posts"."id" = 0) LIMIT 1[0m
|
|
49
|
+
Redirected to http://test.host/posts
|
|
50
|
+
Completed 302 Found in 1ms
|
|
51
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "posts" VALUES(NULL)
|
|
52
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "comments" ("post_id") VALUES (1)[0m
|
|
53
|
+
Processing by StubResourcesController#index as JS
|
|
54
|
+
Parameters: {"id"=>"unknown"}
|
|
55
|
+
[1m[35mPost Load (0.1ms)[0m SELECT "posts".* FROM "posts" WHERE ("posts"."id" = 0) LIMIT 1
|
|
56
|
+
Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 1.1ms)
|
|
57
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" VALUES(NULL)[0m
|
|
58
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "comments" ("post_id") VALUES (1)
|
|
59
|
+
Processing by StubResourcesController#index as HTML
|
|
60
|
+
Parameters: {"post_id"=>1, "id"=>1}
|
|
61
|
+
[1m[36mPost Load (0.1ms)[0m [1mSELECT "posts".* FROM "posts" WHERE ("posts"."id" = 1) LIMIT 1[0m
|
|
62
|
+
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.3ms)
|
|
63
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "posts" VALUES(NULL)
|
|
64
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "comments" ("post_id") VALUES (1)[0m
|
|
65
|
+
Processing by StubResourcesController#index as HTML
|
|
66
|
+
Parameters: {"post_id"=>1, "validate"=>"validate_method", "id"=>1}
|
|
67
|
+
[1m[35mPost Load (0.1ms)[0m SELECT "posts".* FROM "posts" WHERE ("posts"."id" = 1) LIMIT 1
|
|
68
|
+
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.3ms)
|
|
69
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" VALUES(NULL)[0m
|
|
70
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "comments" ("post_id") VALUES (1)
|
|
71
|
+
Processing by StubResourcesController#index as HTML
|
|
72
|
+
Parameters: {"post_id"=>1, "validate"=>"validate_method", "id"=>1}
|
|
73
|
+
[1m[36mPost Load (0.1ms)[0m [1mSELECT "posts".* FROM "posts" WHERE ("posts"."id" = 1) LIMIT 1[0m
|
|
74
|
+
Redirected to http://test.host/comments
|
|
75
|
+
Completed 302 Found in 2ms
|
|
76
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "posts" VALUES(NULL)
|
|
77
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "comments" ("post_id") VALUES (1)[0m
|
|
78
|
+
Processing by StubResourcesController#index as HTML
|
|
79
|
+
Parameters: {"post_id"=>1, "id"=>1}
|
|
80
|
+
[1m[35mPost Load (0.1ms)[0m SELECT "posts".* FROM "posts" WHERE ("posts"."id" = 1) LIMIT 1
|
|
81
|
+
Redirected to http://test.host/comments
|
|
82
|
+
Completed 302 Found in 2ms
|
|
83
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" VALUES(NULL)[0m
|
|
84
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "comments" ("post_id") VALUES (1)
|
|
85
|
+
Processing by StubResourcesController#index as HTML
|
|
86
|
+
Parameters: {"post_id"=>1, "id"=>1}
|
|
87
|
+
[1m[36mPost Load (0.2ms)[0m [1mSELECT "posts".* FROM "posts" WHERE ("posts"."id" = 1) LIMIT 1[0m
|
|
88
|
+
Redirected to http://test.host/comments
|
|
89
|
+
Completed 302 Found in 3ms
|
|
90
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "posts" VALUES(NULL)
|
|
91
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "comments" ("post_id") VALUES (1)[0m
|
|
92
|
+
Processing by StubResourcesController#index as HTML
|
|
93
|
+
Parameters: {"post_id"=>1, "id"=>1}
|
|
94
|
+
[1m[35mPost Load (0.1ms)[0m SELECT "posts".* FROM "posts" WHERE ("posts"."id" = 1) LIMIT 1
|
|
95
|
+
Redirected to http://test.host/comments
|
|
96
|
+
Completed 302 Found in 2ms
|
|
97
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" VALUES(NULL)[0m
|
|
98
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "comments" ("post_id") VALUES (1)
|
|
99
|
+
Processing by StubResourcesController#index as JS
|
|
100
|
+
Parameters: {"post_id"=>1, "id"=>1}
|
|
101
|
+
[1m[36mPost Load (0.1ms)[0m [1mSELECT "posts".* FROM "posts" WHERE ("posts"."id" = 1) LIMIT 1[0m
|
|
102
|
+
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 2.1ms)
|
|
103
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "posts" VALUES(NULL)
|
|
104
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "comments" ("post_id") VALUES (1)[0m
|
|
105
|
+
Processing by StubResourcesController#index as HTML
|
|
106
|
+
Parameters: {"id"=>1}
|
|
107
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.2ms)
|
|
108
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "posts" VALUES(NULL)
|
|
109
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "comments" ("post_id") VALUES (1)[0m
|
|
110
|
+
Processing by StubResourcesController#index as HTML
|
|
111
|
+
Parameters: {"find_by"=>:find_by_mock, "id"=>1}
|
|
112
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.2ms)
|
|
113
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "posts" VALUES(NULL)
|
|
114
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "comments" ("post_id") VALUES (1)[0m
|
|
115
|
+
Processing by StubResourcesController#index as HTML
|
|
116
|
+
Parameters: {"param_id"=>:test_post_id, "test_post_id"=>1}
|
|
117
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.2ms)
|
|
118
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "posts" VALUES(NULL)
|
|
119
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "comments" ("post_id") VALUES (1)[0m
|
|
120
|
+
Processing by StubResourcesController#index as HTML
|
|
121
|
+
Parameters: {"id"=>1}
|
|
122
|
+
Redirected to http://test.host/posts
|
|
123
|
+
Completed 302 Found in 1ms
|
|
124
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "posts" VALUES(NULL)
|
|
125
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "comments" ("post_id") VALUES (1)[0m
|
|
126
|
+
Processing by StubResourcesController#index as HTML
|
|
127
|
+
Parameters: {"id"=>"unknown"}
|
|
128
|
+
[1m[35mPost Load (0.1ms)[0m SELECT "posts".* FROM "posts" WHERE ("posts"."id" = 0) LIMIT 1
|
|
129
|
+
Redirected to http://test.host/posts
|
|
130
|
+
Completed 302 Found in 1ms
|
|
131
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" VALUES(NULL)[0m
|
|
132
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "comments" ("post_id") VALUES (1)
|
|
133
|
+
Processing by StubResourcesController#index as HTML
|
|
134
|
+
Parameters: {"id"=>"unknown", "redirect_path"=>:mock_redirect_path}
|
|
135
|
+
[1m[36mPost Load (0.1ms)[0m [1mSELECT "posts".* FROM "posts" WHERE ("posts"."id" = 0) LIMIT 1[0m
|
|
136
|
+
Redirected to http://test.host/mock_redirect_path/
|
|
137
|
+
Completed 302 Found in 1ms
|
|
138
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "posts" VALUES(NULL)
|
|
139
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "comments" ("post_id") VALUES (1)[0m
|
|
140
|
+
Processing by StubResourcesController#index as HTML
|
|
141
|
+
Parameters: {"post_id"=>1, "id"=>"unknown", "redirect_path"=>:mock_redirect_path}
|
|
142
|
+
[1m[35mPost Load (0.1ms)[0m SELECT "posts".* FROM "posts" WHERE ("posts"."id" = 1) LIMIT 1
|
|
143
|
+
[1m[36mComment Load (0.1ms)[0m [1mSELECT "comments".* FROM "comments" WHERE ("comments"."id" = 0) LIMIT 1[0m
|
|
144
|
+
Redirected to http://test.host/mock_redirect_path/1
|
|
145
|
+
Completed 302 Found in 3ms
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/spec/spec_helper.rb
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# This file is copied to spec/ when you run 'rails generate rspec:install'
|
|
2
2
|
ENV["RAILS_ENV"] ||= 'test'
|
|
3
3
|
# require File.expand_path("../../config/environment", __FILE__)
|
|
4
|
-
require File.expand_path(File.dirname(__FILE__) + "/
|
|
4
|
+
require File.expand_path(File.dirname(__FILE__) + "/rails_3_0_1_root/config/environment", __FILE__)
|
|
5
5
|
require 'rspec/rails'
|
|
6
6
|
|
|
7
7
|
# Requires supporting ruby files with custom matchers and macros, etc,
|
data/tasks/rspec.rake
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
ENV['BUNDLE_GEMFILE'] = File.dirname(__FILE__) + '/../spec/
|
|
1
|
+
ENV['BUNDLE_GEMFILE'] = File.dirname(__FILE__) + '/../spec/rails_3_0_1_root/Gemfile'
|
|
2
2
|
|
|
3
3
|
require 'rake'
|
|
4
4
|
require 'rake/testtask'
|
|
@@ -12,21 +12,21 @@ task :spec => ['spec:setup', 'spec:rules_view', 'spec:cleanup']
|
|
|
12
12
|
namespace :spec do
|
|
13
13
|
desc "Setup the test environment"
|
|
14
14
|
task :setup do
|
|
15
|
-
|
|
15
|
+
rails_path = File.expand_path(File.dirname(__FILE__) + '/../spec/rails_3_0_1_root')
|
|
16
16
|
|
|
17
|
-
system "cd #{
|
|
18
|
-
system "cd #{
|
|
17
|
+
system "cd #{rails_path} && bundle install"
|
|
18
|
+
system "cd #{rails_path} && ./script/rails generate rules_engine:install"
|
|
19
19
|
end
|
|
20
20
|
|
|
21
21
|
desc "Cleanup the test environment"
|
|
22
22
|
task :cleanup do
|
|
23
|
-
|
|
23
|
+
rails_path = File.expand_path(File.dirname(__FILE__) + '/../spec/rails_3_0_1_root')
|
|
24
24
|
|
|
25
|
-
FileUtils.rm_rf("#{
|
|
26
|
-
FileUtils.rm_rf("#{
|
|
27
|
-
FileUtils.rm_rf("#{
|
|
28
|
-
FileUtils.rm_rf("#{
|
|
29
|
-
FileUtils.rm_rf("#{
|
|
25
|
+
FileUtils.rm_rf("#{rails_path}/public/stylesheets/rules_view")
|
|
26
|
+
FileUtils.rm_rf("#{rails_path}/public/javascripts/rules_view")
|
|
27
|
+
FileUtils.rm_rf("#{rails_path}/config/initializers/rules_view.rb")
|
|
28
|
+
FileUtils.rm_rf("#{rails_path}/doc/README.rules_view")
|
|
29
|
+
FileUtils.rm_rf("#{rails_path}/Gemfile.lock")
|
|
30
30
|
end
|
|
31
31
|
|
|
32
32
|
desc "Test the rules_view"
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rules_view
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.0.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Chris Douglas
|
|
@@ -15,11 +15,11 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2010-10-
|
|
18
|
+
date: 2010-10-22 00:00:00 +11:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
22
|
-
name: rspec
|
|
22
|
+
name: rspec-rails
|
|
23
23
|
prerelease: false
|
|
24
24
|
requirement: &id001 !ruby/object:Gem::Requirement
|
|
25
25
|
none: false
|
|
@@ -28,12 +28,54 @@ dependencies:
|
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
29
|
hash: 13
|
|
30
30
|
segments:
|
|
31
|
-
- 1
|
|
32
31
|
- 2
|
|
33
|
-
-
|
|
34
|
-
|
|
32
|
+
- 0
|
|
33
|
+
- 1
|
|
34
|
+
version: 2.0.1
|
|
35
35
|
type: :development
|
|
36
36
|
version_requirements: *id001
|
|
37
|
+
- !ruby/object:Gem::Dependency
|
|
38
|
+
name: webrat
|
|
39
|
+
prerelease: false
|
|
40
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
|
41
|
+
none: false
|
|
42
|
+
requirements:
|
|
43
|
+
- - ">="
|
|
44
|
+
- !ruby/object:Gem::Version
|
|
45
|
+
hash: 3
|
|
46
|
+
segments:
|
|
47
|
+
- 0
|
|
48
|
+
version: "0"
|
|
49
|
+
type: :development
|
|
50
|
+
version_requirements: *id002
|
|
51
|
+
- !ruby/object:Gem::Dependency
|
|
52
|
+
name: faker
|
|
53
|
+
prerelease: false
|
|
54
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
|
55
|
+
none: false
|
|
56
|
+
requirements:
|
|
57
|
+
- - ">="
|
|
58
|
+
- !ruby/object:Gem::Version
|
|
59
|
+
hash: 3
|
|
60
|
+
segments:
|
|
61
|
+
- 0
|
|
62
|
+
version: "0"
|
|
63
|
+
type: :development
|
|
64
|
+
version_requirements: *id003
|
|
65
|
+
- !ruby/object:Gem::Dependency
|
|
66
|
+
name: machinist
|
|
67
|
+
prerelease: false
|
|
68
|
+
requirement: &id004 !ruby/object:Gem::Requirement
|
|
69
|
+
none: false
|
|
70
|
+
requirements:
|
|
71
|
+
- - ">="
|
|
72
|
+
- !ruby/object:Gem::Version
|
|
73
|
+
hash: 3
|
|
74
|
+
segments:
|
|
75
|
+
- 0
|
|
76
|
+
version: "0"
|
|
77
|
+
type: :development
|
|
78
|
+
version_requirements: *id004
|
|
37
79
|
description: Ruby Rails Rules Engine Framework Views
|
|
38
80
|
email: dougo.chris@gmail.com
|
|
39
81
|
executables: []
|
|
@@ -44,79 +86,22 @@ extra_rdoc_files:
|
|
|
44
86
|
- LICENSE
|
|
45
87
|
- README.textile
|
|
46
88
|
files:
|
|
47
|
-
- .document
|
|
48
|
-
- .gitignore
|
|
49
89
|
- LICENSE
|
|
50
90
|
- README.textile
|
|
51
|
-
- Rakefile
|
|
52
91
|
- VERSION
|
|
53
92
|
- app/views/layouts/rules_view.html.erb
|
|
54
93
|
- app/views/re_view/template.html.erb
|
|
55
94
|
- autotest/discover.rb
|
|
56
95
|
- generators/install_generator.rb
|
|
57
96
|
- generators/layout_generator.rb
|
|
58
|
-
- generators/manifests/
|
|
59
|
-
- generators/manifests/
|
|
60
|
-
- generators/manifests/
|
|
61
|
-
- generators/manifests/
|
|
97
|
+
- generators/manifests/rules_view_install.rb
|
|
98
|
+
- generators/manifests/rules_view_install.yml
|
|
99
|
+
- generators/manifests/rules_view_layout.rb
|
|
100
|
+
- generators/manifests/rules_view_layout.yml
|
|
62
101
|
- generators/manifests/templates/app/views/layouts/rules_view_layout.html.erb
|
|
63
102
|
- generators/manifests/templates/config/initializers/rules_view.rb
|
|
64
103
|
- generators/manifests/templates/doc/README.rules_view
|
|
65
|
-
- generators/manifests/templates/public/javascripts/rules_view/
|
|
66
|
-
- generators/manifests/templates/public/javascripts/rules_view/jquery.autocomplete.pack.js
|
|
67
|
-
- generators/manifests/templates/public/javascripts/rules_view/jquery.blockUI.js
|
|
68
|
-
- generators/manifests/templates/public/javascripts/rules_view/jquery.fancybox-1.3.1.js
|
|
69
|
-
- generators/manifests/templates/public/javascripts/rules_view/re_view.js
|
|
70
|
-
- generators/manifests/templates/public/stylesheets/rules_view/blueprint/ie.css
|
|
71
|
-
- generators/manifests/templates/public/stylesheets/rules_view/blueprint/plugins/buttons/icons/cross.png
|
|
72
|
-
- generators/manifests/templates/public/stylesheets/rules_view/blueprint/plugins/buttons/icons/key.png
|
|
73
|
-
- generators/manifests/templates/public/stylesheets/rules_view/blueprint/plugins/buttons/icons/tick.png
|
|
74
|
-
- generators/manifests/templates/public/stylesheets/rules_view/blueprint/plugins/buttons/readme.txt
|
|
75
|
-
- generators/manifests/templates/public/stylesheets/rules_view/blueprint/plugins/buttons/screen.css
|
|
76
|
-
- generators/manifests/templates/public/stylesheets/rules_view/blueprint/plugins/fancy-type/readme.txt
|
|
77
|
-
- generators/manifests/templates/public/stylesheets/rules_view/blueprint/plugins/fancy-type/screen.css
|
|
78
|
-
- generators/manifests/templates/public/stylesheets/rules_view/blueprint/plugins/link-icons/icons/doc.png
|
|
79
|
-
- generators/manifests/templates/public/stylesheets/rules_view/blueprint/plugins/link-icons/icons/email.png
|
|
80
|
-
- generators/manifests/templates/public/stylesheets/rules_view/blueprint/plugins/link-icons/icons/external.png
|
|
81
|
-
- generators/manifests/templates/public/stylesheets/rules_view/blueprint/plugins/link-icons/icons/feed.png
|
|
82
|
-
- generators/manifests/templates/public/stylesheets/rules_view/blueprint/plugins/link-icons/icons/im.png
|
|
83
|
-
- generators/manifests/templates/public/stylesheets/rules_view/blueprint/plugins/link-icons/icons/pdf.png
|
|
84
|
-
- generators/manifests/templates/public/stylesheets/rules_view/blueprint/plugins/link-icons/icons/visited.png
|
|
85
|
-
- generators/manifests/templates/public/stylesheets/rules_view/blueprint/plugins/link-icons/icons/xls.png
|
|
86
|
-
- generators/manifests/templates/public/stylesheets/rules_view/blueprint/plugins/link-icons/readme.txt
|
|
87
|
-
- generators/manifests/templates/public/stylesheets/rules_view/blueprint/plugins/link-icons/screen.css
|
|
88
|
-
- generators/manifests/templates/public/stylesheets/rules_view/blueprint/plugins/rtl/readme.txt
|
|
89
|
-
- generators/manifests/templates/public/stylesheets/rules_view/blueprint/plugins/rtl/screen.css
|
|
90
|
-
- generators/manifests/templates/public/stylesheets/rules_view/blueprint/print.css
|
|
91
|
-
- generators/manifests/templates/public/stylesheets/rules_view/blueprint/screen.css
|
|
92
|
-
- generators/manifests/templates/public/stylesheets/rules_view/blueprint/src/forms.css
|
|
93
|
-
- generators/manifests/templates/public/stylesheets/rules_view/blueprint/src/grid.css
|
|
94
|
-
- generators/manifests/templates/public/stylesheets/rules_view/blueprint/src/grid.png
|
|
95
|
-
- generators/manifests/templates/public/stylesheets/rules_view/blueprint/src/ie.css
|
|
96
|
-
- generators/manifests/templates/public/stylesheets/rules_view/blueprint/src/print.css
|
|
97
|
-
- generators/manifests/templates/public/stylesheets/rules_view/blueprint/src/reset.css
|
|
98
|
-
- generators/manifests/templates/public/stylesheets/rules_view/blueprint/src/typography.css
|
|
99
|
-
- generators/manifests/templates/public/stylesheets/rules_view/fancybox/blank.gif
|
|
100
|
-
- generators/manifests/templates/public/stylesheets/rules_view/fancybox/fancy_close.png
|
|
101
|
-
- generators/manifests/templates/public/stylesheets/rules_view/fancybox/fancy_loading.png
|
|
102
|
-
- generators/manifests/templates/public/stylesheets/rules_view/fancybox/fancy_nav_left.png
|
|
103
|
-
- generators/manifests/templates/public/stylesheets/rules_view/fancybox/fancy_nav_right.png
|
|
104
|
-
- generators/manifests/templates/public/stylesheets/rules_view/fancybox/fancy_shadow_e.png
|
|
105
|
-
- generators/manifests/templates/public/stylesheets/rules_view/fancybox/fancy_shadow_n.png
|
|
106
|
-
- generators/manifests/templates/public/stylesheets/rules_view/fancybox/fancy_shadow_ne.png
|
|
107
|
-
- generators/manifests/templates/public/stylesheets/rules_view/fancybox/fancy_shadow_nw.png
|
|
108
|
-
- generators/manifests/templates/public/stylesheets/rules_view/fancybox/fancy_shadow_s.png
|
|
109
|
-
- generators/manifests/templates/public/stylesheets/rules_view/fancybox/fancy_shadow_se.png
|
|
110
|
-
- generators/manifests/templates/public/stylesheets/rules_view/fancybox/fancy_shadow_sw.png
|
|
111
|
-
- generators/manifests/templates/public/stylesheets/rules_view/fancybox/fancy_shadow_w.png
|
|
112
|
-
- generators/manifests/templates/public/stylesheets/rules_view/fancybox/fancy_title_left.png
|
|
113
|
-
- generators/manifests/templates/public/stylesheets/rules_view/fancybox/fancy_title_main.png
|
|
114
|
-
- generators/manifests/templates/public/stylesheets/rules_view/fancybox/fancy_title_over.png
|
|
115
|
-
- generators/manifests/templates/public/stylesheets/rules_view/fancybox/fancy_title_right.png
|
|
116
|
-
- generators/manifests/templates/public/stylesheets/rules_view/fancybox/fancybox-x.png
|
|
117
|
-
- generators/manifests/templates/public/stylesheets/rules_view/fancybox/fancybox-y.png
|
|
118
|
-
- generators/manifests/templates/public/stylesheets/rules_view/fancybox/fancybox.png
|
|
119
|
-
- generators/manifests/templates/public/stylesheets/rules_view/fancybox/jquery.fancybox-1.3.1.css
|
|
104
|
+
- generators/manifests/templates/public/javascripts/rules_view/rules_view.js
|
|
120
105
|
- generators/manifests/templates/public/stylesheets/rules_view/images/re_view_box/shadowbox.png
|
|
121
106
|
- generators/manifests/templates/public/stylesheets/rules_view/images/re_view_box/whitebox.jpg
|
|
122
107
|
- generators/manifests/templates/public/stylesheets/rules_view/images/re_view_button/checked-off.gif
|
|
@@ -138,7 +123,6 @@ files:
|
|
|
138
123
|
- generators/manifests/templates/public/stylesheets/rules_view/images/re_view_button/oval-red-right.gif
|
|
139
124
|
- generators/manifests/templates/public/stylesheets/rules_view/images/re_view_error/re-alert-close.png
|
|
140
125
|
- generators/manifests/templates/public/stylesheets/rules_view/images/re_view_navigate/breadcrumb.png
|
|
141
|
-
- generators/manifests/templates/public/stylesheets/rules_view/jquery.autocomplete.css
|
|
142
126
|
- generators/manifests/templates/public/stylesheets/rules_view/rules_view.css
|
|
143
127
|
- init.rb
|
|
144
128
|
- lib/rules_view.rb
|
|
@@ -153,7 +137,6 @@ files:
|
|
|
153
137
|
- lib/rules_view/form_styles.rb
|
|
154
138
|
- lib/rules_view/model_loader.rb
|
|
155
139
|
- lib/rules_view/navigate.rb
|
|
156
|
-
- rules_view.gemspec
|
|
157
140
|
- spec/lib/rules_view/alerts_spec.rb
|
|
158
141
|
- spec/lib/rules_view/boxes_spec.rb
|
|
159
142
|
- spec/lib/rules_view/buttons_spec.rb
|
|
@@ -164,51 +147,49 @@ files:
|
|
|
164
147
|
- spec/lib/rules_view/form_styles_spec.rb
|
|
165
148
|
- spec/lib/rules_view/model_loader_spec.rb
|
|
166
149
|
- spec/lib/rules_view/navigate_spec.rb
|
|
167
|
-
- spec/
|
|
168
|
-
- spec/
|
|
169
|
-
- spec/
|
|
170
|
-
- spec/
|
|
171
|
-
- spec/
|
|
172
|
-
- spec/
|
|
173
|
-
- spec/
|
|
174
|
-
- spec/
|
|
175
|
-
- spec/
|
|
176
|
-
- spec/
|
|
177
|
-
- spec/
|
|
178
|
-
- spec/
|
|
179
|
-
- spec/
|
|
180
|
-
- spec/
|
|
181
|
-
- spec/
|
|
182
|
-
- spec/
|
|
183
|
-
- spec/
|
|
184
|
-
- spec/
|
|
185
|
-
- spec/
|
|
186
|
-
- spec/
|
|
187
|
-
- spec/
|
|
188
|
-
- spec/
|
|
189
|
-
- spec/
|
|
190
|
-
- spec/
|
|
191
|
-
- spec/
|
|
192
|
-
- spec/
|
|
193
|
-
- spec/
|
|
194
|
-
- spec/
|
|
195
|
-
- spec/
|
|
196
|
-
- spec/
|
|
197
|
-
- spec/
|
|
198
|
-
- spec/
|
|
199
|
-
- spec/
|
|
200
|
-
- spec/
|
|
201
|
-
- spec/
|
|
202
|
-
- spec/
|
|
203
|
-
- spec/
|
|
204
|
-
- spec/
|
|
205
|
-
- spec/
|
|
206
|
-
- spec/
|
|
207
|
-
- spec/
|
|
208
|
-
- spec/
|
|
209
|
-
- spec/
|
|
210
|
-
- spec/rails_3_0_0_root/spec/spec_helper.rb
|
|
211
|
-
- spec/rails_3_0_0_root/vendor/plugins/.gitkeep
|
|
150
|
+
- spec/rails_3_0_1_root/Gemfile
|
|
151
|
+
- spec/rails_3_0_1_root/README
|
|
152
|
+
- spec/rails_3_0_1_root/Rakefile
|
|
153
|
+
- spec/rails_3_0_1_root/app/controllers/application_controller.rb
|
|
154
|
+
- spec/rails_3_0_1_root/app/helpers/application_helper.rb
|
|
155
|
+
- spec/rails_3_0_1_root/app/views/layouts/application.html.erb
|
|
156
|
+
- spec/rails_3_0_1_root/autotest/discover.rb
|
|
157
|
+
- spec/rails_3_0_1_root/config.ru
|
|
158
|
+
- spec/rails_3_0_1_root/config/application.rb
|
|
159
|
+
- spec/rails_3_0_1_root/config/boot.rb
|
|
160
|
+
- spec/rails_3_0_1_root/config/database.yml
|
|
161
|
+
- spec/rails_3_0_1_root/config/environment.rb
|
|
162
|
+
- spec/rails_3_0_1_root/config/environments/development.rb
|
|
163
|
+
- spec/rails_3_0_1_root/config/environments/production.rb
|
|
164
|
+
- spec/rails_3_0_1_root/config/environments/test.rb
|
|
165
|
+
- spec/rails_3_0_1_root/config/initializers/backtrace_silencers.rb
|
|
166
|
+
- spec/rails_3_0_1_root/config/initializers/inflections.rb
|
|
167
|
+
- spec/rails_3_0_1_root/config/initializers/mime_types.rb
|
|
168
|
+
- spec/rails_3_0_1_root/config/initializers/secret_token.rb
|
|
169
|
+
- spec/rails_3_0_1_root/config/initializers/session_store.rb
|
|
170
|
+
- spec/rails_3_0_1_root/config/locales/en.yml
|
|
171
|
+
- spec/rails_3_0_1_root/config/routes.rb
|
|
172
|
+
- spec/rails_3_0_1_root/db/seeds.rb
|
|
173
|
+
- spec/rails_3_0_1_root/doc/README_FOR_APP
|
|
174
|
+
- spec/rails_3_0_1_root/log/development.log
|
|
175
|
+
- spec/rails_3_0_1_root/log/production.log
|
|
176
|
+
- spec/rails_3_0_1_root/log/server.log
|
|
177
|
+
- spec/rails_3_0_1_root/log/test.log
|
|
178
|
+
- spec/rails_3_0_1_root/public/404.html
|
|
179
|
+
- spec/rails_3_0_1_root/public/422.html
|
|
180
|
+
- spec/rails_3_0_1_root/public/500.html
|
|
181
|
+
- spec/rails_3_0_1_root/public/favicon.ico
|
|
182
|
+
- spec/rails_3_0_1_root/public/images/rails.png
|
|
183
|
+
- spec/rails_3_0_1_root/public/index.html
|
|
184
|
+
- spec/rails_3_0_1_root/public/javascripts/application.js
|
|
185
|
+
- spec/rails_3_0_1_root/public/javascripts/controls.js
|
|
186
|
+
- spec/rails_3_0_1_root/public/javascripts/dragdrop.js
|
|
187
|
+
- spec/rails_3_0_1_root/public/javascripts/effects.js
|
|
188
|
+
- spec/rails_3_0_1_root/public/javascripts/prototype.js
|
|
189
|
+
- spec/rails_3_0_1_root/public/javascripts/rails.js
|
|
190
|
+
- spec/rails_3_0_1_root/public/robots.txt
|
|
191
|
+
- spec/rails_3_0_1_root/script/rails
|
|
192
|
+
- spec/rails_3_0_1_root/spec/spec_helper.rb
|
|
212
193
|
- spec/spec_helper.rb
|
|
213
194
|
- spec/support/create_memory_db.rb
|
|
214
195
|
- tasks/rspec.rake
|
|
@@ -216,7 +197,7 @@ has_rdoc: true
|
|
|
216
197
|
homepage: http://github.com/dougochris/rules_view
|
|
217
198
|
licenses: []
|
|
218
199
|
|
|
219
|
-
post_install_message:
|
|
200
|
+
post_install_message: "\n *** RUN script/rails generate rules_view:install --help\n "
|
|
220
201
|
rdoc_options:
|
|
221
202
|
- --charset=UTF-8
|
|
222
203
|
require_paths:
|
|
@@ -257,22 +238,22 @@ test_files:
|
|
|
257
238
|
- spec/lib/rules_view/form_styles_spec.rb
|
|
258
239
|
- spec/lib/rules_view/model_loader_spec.rb
|
|
259
240
|
- spec/lib/rules_view/navigate_spec.rb
|
|
260
|
-
- spec/
|
|
261
|
-
- spec/
|
|
262
|
-
- spec/
|
|
263
|
-
- spec/
|
|
264
|
-
- spec/
|
|
265
|
-
- spec/
|
|
266
|
-
- spec/
|
|
267
|
-
- spec/
|
|
268
|
-
- spec/
|
|
269
|
-
- spec/
|
|
270
|
-
- spec/
|
|
271
|
-
- spec/
|
|
272
|
-
- spec/
|
|
273
|
-
- spec/
|
|
274
|
-
- spec/
|
|
275
|
-
- spec/
|
|
276
|
-
- spec/
|
|
241
|
+
- spec/rails_3_0_1_root/app/controllers/application_controller.rb
|
|
242
|
+
- spec/rails_3_0_1_root/app/helpers/application_helper.rb
|
|
243
|
+
- spec/rails_3_0_1_root/autotest/discover.rb
|
|
244
|
+
- spec/rails_3_0_1_root/config/application.rb
|
|
245
|
+
- spec/rails_3_0_1_root/config/boot.rb
|
|
246
|
+
- spec/rails_3_0_1_root/config/environment.rb
|
|
247
|
+
- spec/rails_3_0_1_root/config/environments/development.rb
|
|
248
|
+
- spec/rails_3_0_1_root/config/environments/production.rb
|
|
249
|
+
- spec/rails_3_0_1_root/config/environments/test.rb
|
|
250
|
+
- spec/rails_3_0_1_root/config/initializers/backtrace_silencers.rb
|
|
251
|
+
- spec/rails_3_0_1_root/config/initializers/inflections.rb
|
|
252
|
+
- spec/rails_3_0_1_root/config/initializers/mime_types.rb
|
|
253
|
+
- spec/rails_3_0_1_root/config/initializers/secret_token.rb
|
|
254
|
+
- spec/rails_3_0_1_root/config/initializers/session_store.rb
|
|
255
|
+
- spec/rails_3_0_1_root/config/routes.rb
|
|
256
|
+
- spec/rails_3_0_1_root/db/seeds.rb
|
|
257
|
+
- spec/rails_3_0_1_root/spec/spec_helper.rb
|
|
277
258
|
- spec/spec_helper.rb
|
|
278
259
|
- spec/support/create_memory_db.rb
|
data/.document
DELETED