Хабр Курсы для всех
РЕКЛАМА
Практикум, Хекслет, SkyPro, авторские курсы — собрали всех и попросили скидки. Осталось выбрать!
An error occurred while loading the routes definition of usability plugin (/home/redmine/plugins/usability/config/routes.rb): You should not use the `match` method in your router without specifying an HTTP method.
If you want to expose your action to both GET and POST, add `via: [:get, :post]` option.
If you want to expose your action to GET, use `get` in the router:
Instead of: match «controller#action»
Do: get «controller#action».
An error occurred while loading the routes definition of usability plugin (/home/redmine/plugins/usability/config/routes.rb): You should not use the `match` method in your router without specifying an HTTP method.
If you want to expose your action to both GET and POST, add `via: [:get, :post]` option.
If you want to expose your action to GET, use `get` in the router:
Instead of: match «controller#action»
Do: get «controller#action».
Processing by UsErrorsController#error_500 as HTML
Parameters: {«project_id»=>«test»}
Current user: admin (id=1)
Rendered plugins/usability/app/views/errors/error_status.html.erb (18.5ms)
Completed 500 Internal Server Error in 29.7ms
Started GET "/projects/test/issues/new" for 192.168.1.200 at 2015-01-23 12:03:42 +0300
Processing by IssuesController#new as HTML
Parameters: {«project_id»=>«test»}
Current user: admin (id=1)
Completed 500 Internal Server Error in 13.1ms
ActiveRecord::StatementInvalid (Mysql2::Error: Unknown column 'issue_statuses.is_default' in 'where clause': SELECT `issue_statuses`.* FR
app/models/issue_status.rb:41:in `default'
app/controllers/issues_controller.rb:442:in `check_for_default_issue_status'
Started GET "/attachments/download/all/7401" for 77.91.x.x at 2015-01-23 08:42:15 +0000
Processing by AttachmentsController#download_all as HTML
Parameters: {"id"=>"7401"}
Current user: x@x.ru (id=54)
Sent file /tmp/attachments_zip20150123-16639-9valjf.zip (0.1ms)
Completed 200 OK in 61.8ms (ActiveRecord: 4.7ms)
мы правда easyRedmine применяем, но все таки
чтобы можно было нажать в панели какую нибудь кнопку (желательно чтобы она всегда на виду была) а-ля чекбокс, и при включенном состоянии она бы на всех страницах где есть списки задач, только мои бы задачи показывала?
Usability — один плагин Redmine, предоставляющий массу полезных мелочей