I'm looking for a part-time remote job.

Hire me


I'm the author of:

Mastering Redmine is a comprehensive guide with tips, tricks and best practices, and an easy-to-learn structure.

Check the book's project or

Buy the book

Social pages of the book:

By buying this book you also donate to Redmine (see this page).


Follow me:

production.log

Sascha Voth, 01 Jun 2012 07:41

Download (3.84 KB)

 
1
Processing ProjectsController#index (for 192.168.2.20 at 2012-06-01 09:30:12) [GET]
2
  Parameters: {"action"=>"index", "controller"=>"projects"}
3
Rendering template within layouts/base
4
Rendering projects/index
5
Completed in 67ms (View: 38, DB: 26) | 200 OK [http://mydomain.de/projects]
6

    
7

    
8
Processing ProjectsController#new (for 192.168.2.20 at 2012-06-01 09:30:13) [GET]
9
  Parameters: {"action"=>"new", "controller"=>"projects"}
10
Rendering template within layouts/base
11
Rendering projects/new
12
Completed in 66ms (View: 40, DB: 20) | 200 OK [http://mydomain.de/projects/new]
13

    
14

    
15
Processing ProjectsController#create (for 192.168.2.20 at 2012-06-01 09:30:22) [POST]
16
  Parameters: {"commit"=>"Anlegen", "action"=>"create", "authenticity_token"=>"<AUTH_TOKEN>", "project"=>{"name"=>"Del Test", "tracker_ids"=>["1", "2", "3", ""], "scm"=>"Subversion", "homepage"=>"", "parent_id"=>"", "is_public"=>"0", "description"=>"", "identifier"=>"d-0009", "enabled_module_names"=>["issue_tracking", "wiki", "repository", "calendar", ""]}, "controller"=>"projects"}
17
Rendering template within layouts/base
18
Rendering projects/new
19
Completed in 79ms (View: 42, DB: 19) | 200 OK [http://mydomain.de/projects]
20

    
21

    
22
Processing ProjectsController#create (for 192.168.2.20 at 2012-06-01 09:30:42) [POST]
23
  Parameters: {"commit"=>"Anlegen", "action"=>"create", "authenticity_token"=>"<AUTH_TOKEN>", "project"=>{"name"=>"Del Test", "tracker_ids"=>["1", "2", "3", ""], "scm"=>"Subversion", "homepage"=>"", "parent_id"=>"", "is_public"=>"0", "description"=>"", "identifier"=>"d-0009", "enabled_module_names"=>["issue_tracking", "wiki", "repository", "calendar", ""]}, "controller"=>"projects"}
24
Automatically creating reporitory: E:/svn/managed_repositories\d-0009
25
Redirected to http://mydomain.de/redmine/projects/d-0009/settings
26
Completed in 574ms (DB: 162) | 302 Found [http://mydomain.de/projects]
27

    
28

    
29
Processing ProjectsController#settings (for 192.168.2.20 at 2012-06-01 09:30:43) [GET]
30
  Parameters: {"action"=>"settings", "id"=>"d-0009", "controller"=>"projects"}
31
Rendering template within layouts/base
32
Rendering projects/settings
33
#2017: subversion_field_tags_with_add for existing repository
34
#2017: name is d-0009
35
Completed in 247ms (View: 179, DB: 50) | 200 OK [http://mydomain.de/projects/d-0009/settings]
36

    
37

    
38
Processing AdminController#index (for 192.168.2.20 at 2012-06-01 09:31:12) [GET]
39
  Parameters: {"action"=>"index", "controller"=>"admin"}
40
Rendering template within layouts/admin
41
Rendering admin/index
42
Completed in 47ms (View: 24, DB: 14) | 200 OK [http://mydomain.de/admin]
43

    
44

    
45
Processing AdminController#projects (for 192.168.2.20 at 2012-06-01 09:31:13) [GET]
46
  Parameters: {"action"=>"projects", "controller"=>"admin"}
47
Rendering template within layouts/admin
48
Rendering admin/projects
49
Completed in 81ms (View: 63, DB: 15) | 200 OK [http://mydomain.de/admin/projects]
50

    
51

    
52
Processing ProjectsController#destroy (for 192.168.2.20 at 2012-06-01 09:31:16) [GET]
53
  Parameters: {"action"=>"destroy", "id"=>"d-0009", "controller"=>"projects"}
54
Rendering template within layouts/base
55
Rendering projects/destroy
56
Completed in 41ms (View: 20, DB: 17) | 200 OK [http://mydomain.de/projects/d-0009/destroy]
57

    
58

    
59
Processing ProjectsController#destroy (for 192.168.2.20 at 2012-06-01 09:31:20) [DELETE]
60
  Parameters: {"commit"=>"Löschen", "confirm"=>"1", "action"=>"destroy", "_method"=>"delete", "authenticity_token"=>"<AUTH_TOKEN>", "id"=>"d-0009", "controller"=>"projects"}
61
Redirected to http://mydomain.de/redmine/admin/projects
62
Completed in 105ms (DB: 76) | 302 Found [http://mydomain.de/projects/d-0009]
63

    
64

    
65
Processing AdminController#projects (for 192.168.2.20 at 2012-06-01 09:31:20) [GET]
66
  Parameters: {"action"=>"projects", "controller"=>"admin"}
67
Rendering template within layouts/admin
68
Rendering admin/projects
69
Completed in 70ms (View: 53, DB: 14) | 200 OK [http://mydomain.de/admin/projects]
Terms of use | Privacy policy