route_dog 2.5.0 → 2.5.1
Sign up to get free protection for your applications and to get access to all the features.
data/route_dog.gemspec
CHANGED
@@ -2,7 +2,7 @@ files = ['README.md', 'LICENSE', 'Rakefile', 'route_dog.gemspec', '{test,lib}/**
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = "route_dog"
|
5
|
-
s.version = "2.5.
|
5
|
+
s.version = "2.5.1"
|
6
6
|
s.author = "Alvaro Gil"
|
7
7
|
s.date = "2011-04-18"
|
8
8
|
s.description = "Watch and Notify your not tested routes of a RoR Application, it also has a simple report about Routes defines, used and tested"
|
data/test/mock_app/Gemfile.lock
CHANGED
@@ -681,3 +681,4 @@ Served asset /rails.png - 200 OK (5ms)
|
|
681
681
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
682
682
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
683
683
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
684
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
data/test/mock_app/log/test.log
CHANGED
@@ -39279,3 +39279,124 @@ Started GET "/users/1/edit" for 127.0.0.1 at 2011-11-23 15:02:02 -0200
|
|
39279
39279
|
Parameters: {"id"=>"1"}
|
39280
39280
|
Redirected to http://www.example.com/users
|
39281
39281
|
Completed 302 Found in 1ms
|
39282
|
+
|
39283
|
+
|
39284
|
+
Started GET "/assets/rails.png" for 127.0.0.1 at 2011-11-23 15:59:20 -0200
|
39285
|
+
Served asset /rails.png - 200 OK (3ms)
|
39286
|
+
|
39287
|
+
|
39288
|
+
Started GET "/pages/home" for 127.0.0.1 at 2011-11-23 15:59:20 -0200
|
39289
|
+
Processing by PagesController#home as HTML
|
39290
|
+
Completed 200 OK in 44ms (Views: 43.1ms | ActiveRecord: 0.0ms)
|
39291
|
+
|
39292
|
+
|
39293
|
+
Started GET "/products" for 127.0.0.1 at 2011-11-23 15:59:20 -0200
|
39294
|
+
Processing by ProductsController#index as HTML
|
39295
|
+
Redirected to http://www.example.com/users
|
39296
|
+
Completed 302 Found in 1ms
|
39297
|
+
|
39298
|
+
|
39299
|
+
Started GET "/products" for 127.0.0.1 at 2011-11-23 15:59:20 -0200
|
39300
|
+
Processing by ProductsController#index as HTML
|
39301
|
+
Redirected to http://www.example.com/users
|
39302
|
+
Completed 302 Found in 0ms
|
39303
|
+
|
39304
|
+
|
39305
|
+
Started DELETE "/products/1" for 127.0.0.1 at 2011-11-23 15:59:20 -0200
|
39306
|
+
Processing by ProductsController#destroy as HTML
|
39307
|
+
Parameters: {"id"=>"1"}
|
39308
|
+
Redirected to http://www.example.com/users
|
39309
|
+
Completed 302 Found in 1ms
|
39310
|
+
|
39311
|
+
|
39312
|
+
Started GET "/products/new" for 127.0.0.1 at 2011-11-23 15:59:20 -0200
|
39313
|
+
Processing by ProductsController#new as HTML
|
39314
|
+
Redirected to http://www.example.com/users
|
39315
|
+
Completed 302 Found in 1ms
|
39316
|
+
|
39317
|
+
|
39318
|
+
Started POST "/products" for 127.0.0.1 at 2011-11-23 15:59:20 -0200
|
39319
|
+
Processing by ProductsController#create as HTML
|
39320
|
+
Redirected to http://www.example.com/users
|
39321
|
+
Completed 302 Found in 1ms
|
39322
|
+
|
39323
|
+
|
39324
|
+
Started PUT "/products/1" for 127.0.0.1 at 2011-11-23 15:59:20 -0200
|
39325
|
+
Processing by ProductsController#update as HTML
|
39326
|
+
Parameters: {"id"=>"1"}
|
39327
|
+
Redirected to http://www.example.com/users
|
39328
|
+
Completed 302 Found in 1ms
|
39329
|
+
|
39330
|
+
|
39331
|
+
Started GET "/sessions/1/logout" for 127.0.0.1 at 2011-11-23 15:59:20 -0200
|
39332
|
+
Processing by SessionsController#logout as HTML
|
39333
|
+
Parameters: {"id"=>"1"}
|
39334
|
+
Redirected to http://www.example.com/
|
39335
|
+
Completed 302 Found in 1ms
|
39336
|
+
|
39337
|
+
|
39338
|
+
Started DELETE "/sessions/1/logout" for 127.0.0.1 at 2011-11-23 15:59:20 -0200
|
39339
|
+
Processing by SessionsController#logout as HTML
|
39340
|
+
Parameters: {"id"=>"1"}
|
39341
|
+
Redirected to http://www.example.com/
|
39342
|
+
Completed 302 Found in 0ms
|
39343
|
+
|
39344
|
+
|
39345
|
+
Started POST "/users" for 127.0.0.1 at 2011-11-23 15:59:20 -0200
|
39346
|
+
Processing by UsersController#create as HTML
|
39347
|
+
Redirected to http://www.example.com/users
|
39348
|
+
Completed 302 Found in 1ms
|
39349
|
+
|
39350
|
+
|
39351
|
+
Started DELETE "/users/1" for 127.0.0.1 at 2011-11-23 15:59:20 -0200
|
39352
|
+
Processing by UsersController#destroy as HTML
|
39353
|
+
Parameters: {"id"=>"1"}
|
39354
|
+
Redirected to http://www.example.com/users
|
39355
|
+
Completed 302 Found in 1ms
|
39356
|
+
|
39357
|
+
|
39358
|
+
Started GET "/users/1/edit" for 127.0.0.1 at 2011-11-23 15:59:20 -0200
|
39359
|
+
Processing by UsersController#edit as HTML
|
39360
|
+
Parameters: {"id"=>"1"}
|
39361
|
+
Redirected to http://www.example.com/users
|
39362
|
+
Completed 302 Found in 1ms
|
39363
|
+
|
39364
|
+
|
39365
|
+
Started GET "/users" for 127.0.0.1 at 2011-11-23 15:59:20 -0200
|
39366
|
+
Processing by UsersController#index as HTML
|
39367
|
+
Redirected to http://www.example.com/users
|
39368
|
+
Completed 302 Found in 1ms
|
39369
|
+
|
39370
|
+
|
39371
|
+
Started GET "/users/new" for 127.0.0.1 at 2011-11-23 15:59:20 -0200
|
39372
|
+
Processing by UsersController#new as HTML
|
39373
|
+
Redirected to http://www.example.com/users
|
39374
|
+
Completed 302 Found in 1ms
|
39375
|
+
|
39376
|
+
|
39377
|
+
Started GET "/users/1" for 127.0.0.1 at 2011-11-23 15:59:20 -0200
|
39378
|
+
Processing by UsersController#show as HTML
|
39379
|
+
Parameters: {"id"=>"1"}
|
39380
|
+
Redirected to http://www.example.com/users
|
39381
|
+
Completed 302 Found in 1ms
|
39382
|
+
|
39383
|
+
|
39384
|
+
Started PUT "/users/1" for 127.0.0.1 at 2011-11-23 15:59:20 -0200
|
39385
|
+
Processing by UsersController#update as HTML
|
39386
|
+
Parameters: {"id"=>"1"}
|
39387
|
+
Redirected to http://www.example.com/users
|
39388
|
+
Completed 302 Found in 1ms
|
39389
|
+
|
39390
|
+
|
39391
|
+
Started GET "/users/1/edit" for 127.0.0.1 at 2011-11-23 15:59:20 -0200
|
39392
|
+
Processing by UsersController#edit as HTML
|
39393
|
+
Parameters: {"id"=>"1"}
|
39394
|
+
Redirected to http://www.example.com/users
|
39395
|
+
Completed 302 Found in 1ms
|
39396
|
+
|
39397
|
+
|
39398
|
+
Started GET "/users/1/edit" for 127.0.0.1 at 2011-11-23 15:59:20 -0200
|
39399
|
+
Processing by UsersController#edit as HTML
|
39400
|
+
Parameters: {"id"=>"1"}
|
39401
|
+
Redirected to http://www.example.com/users
|
39402
|
+
Completed 302 Found in 0ms
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 2
|
7
7
|
- 5
|
8
|
-
-
|
9
|
-
version: 2.5.
|
8
|
+
- 1
|
9
|
+
version: 2.5.1
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Alvaro Gil
|
@@ -156,7 +156,6 @@ files:
|
|
156
156
|
- test/mock_app/test/test_helper.rb
|
157
157
|
- test/mock_app/tmp/cache/assets/CF0/DA0/sprockets%2Fd7d5b37686831d37c4dd75e645f5e016
|
158
158
|
- test/mock_app/tmp/mock_app_application_routes_report.html
|
159
|
-
- test/mock_app/tmp/pids/server.pid
|
160
159
|
- test/mock_app/tmp/route_dog_routes.yml
|
161
160
|
- test/support/assertions.rb
|
162
161
|
- test/test_helper.rb
|
@@ -1 +0,0 @@
|
|
1
|
-
81257
|