Tomasz Wysocki
Results
2
comments of
Tomasz Wysocki
I have same problem: ``` git clone https://github.com/redmine/redmine.git RAILS_ENV=production rake db:migrate_plugins An error occurred while loading the routes definition of redmine_time_tracker plugin (/home/redmine/redmine/plugins/redmine_time_tracker/config/routes.rb): (eval):1: uninitialized constant ActionDispatch::Routing::Routes. ```
I have generic object list template with pagination. Urls for pagination are constructed in different ways, like: "all/(_page_)", "tag/(_tag_)/(_page_)". If I use your solution, I will have to create additional...