1
|
Processing WelcomeController#index (for 192.168.10.126 at 2012-04-17 09:35:30) [GET]
|
2
|
Parameters: {"action"=>"index", "controller"=>"welcome"}
|
3
|
Rendering template within layouts/base
|
4
|
Rendering welcome/index
|
5
|
Completed in 83ms (View: 59, DB: 6) | 200 OK [http://cipmapp-2.cipm.info/redmine/]
|
6
|
|
7
|
|
8
|
Processing ProjectsController#index (for 192.168.10.126 at 2012-04-17 09:35:45) [GET]
|
9
|
Parameters: {"action"=>"index", "controller"=>"projects"}
|
10
|
Rendering template within layouts/base
|
11
|
Rendering projects/index
|
12
|
Completed in 101ms (View: 91, DB: 3) | 200 OK [http://cipmapp-2.cipm.info/redmine/projects]
|
13
|
|
14
|
|
15
|
Processing ProjectsController#show (for 192.168.10.126 at 2012-04-17 09:35:49) [GET]
|
16
|
Parameters: {"action"=>"show", "controller"=>"projects", "id"=>"test0417"}
|
17
|
Rendering template within layouts/base
|
18
|
Rendering projects/show
|
19
|
Completed in 77ms (View: 45, DB: 8) | 200 OK [http://cipmapp-2.cipm.info/redmine/projects/test0417]
|
20
|
|
21
|
|
22
|
Processing IssuesController#index (for 192.168.10.126 at 2012-04-17 09:36:13) [GET]
|
23
|
Parameters: {"action"=>"index", "controller"=>"issues", "project_id"=>"test0417"}
|
24
|
Rendering template within layouts/base
|
25
|
Rendering issues/index
|
26
|
|
27
|
ActionView::TemplateError (interning empty string) on line #7 of app/views/queries/_columns.html.erb:
|
28
|
4: <%= label_tag "available_columns", l(:description_available_columns) %>
|
29
|
5: <br />
|
30
|
6: <%= select_tag 'available_columns',
|
31
|
7: options_for_select((query.available_columns - query.columns).collect {|column| [column.caption, column.name]}),
|
32
|
8: :multiple => true, :size => 10, :style => "width:150px",
|
33
|
9: :ondblclick => "moveOptions(this.form.available_columns, this.form.selected_columns);" %>
|
34
|
10: </td>
|
35
|
|
36
|
app/models/query.rb:396:in `map'
|
37
|
app/models/query.rb:396:in `default_columns_names'
|
38
|
app/models/query.rb:389:in `columns'
|
39
|
app/views/queries/_columns.html.erb:7
|
40
|
app/views/issues/index.html.erb:26
|
41
|
app/views/issues/index.html.erb:11
|
42
|
app/controllers/issues_controller.rb:92:in `index'
|
43
|
app/controllers/issues_controller.rb:91:in `index'
|
44
|
config/initializers/mongrel_cluster_with_rails_211_fix.rb:62:in `dispatch_cgi'
|
45
|
|
46
|
Rendering /opt/redmine-1.3.2-1/apps/redmine/public/500.html (500 Internal Server Error)
|