jobsworth
jobsworth copied to clipboard
Project Management, Collaboration and Time Tracking.
Jobsworth looks interesting, but as a prospective user, I certainly don't want to go the trouble of installing something without seeing what it looks like. Please add a screenshot to...
Create > Add New Widget Then configure > Save (error in log) ActionController::RoutingError (No route matches [POST] "/widgets/155"): I solved by adding the following in the config/routes.rb post '/widgets/:id', to:...
ActionView::Template::Error (No such process - D:\Program Files\Apache Software Foundation\apache-tomcat-9.0.0.M8\webapps\jobsworth\cache\770\5E4\views%2Ftask_form%2Ftask_records%2F2-20161130071625000000000%2F2%2Ftasks%2F25%2F16%2F7%2F30%2F11%2F2016%2F3%2F335%2Ffalse%2FUTC%2F50%2F36%2F12%2F1%2F12%2F2016%2F4%2F336%2Ffalse%2FUTC%2F57%2F17%2F7%2F30%2F11%2F2016%2F3%2F335%2Ffa): 22: 'new_comment', locals: {show_timer: show_timer}) %> 23: 24: 25: 26: 27: 8, :cols => nil, :class => 'autogrow', :placeholder => t('tasks.enter_task_desc')}.merge(perms['edit'])...
While adding properties to person/company/task, update operation giving 400 error. Log message: ActionController::ParameterMissing (param is missing or the value is empty: custom_attributes): app/controllers/custom_attributes_controller.rb:72:in `custom_attributes_params' app/controllers/custom_attributes_controller.rb:16:in `update'
We may have an issue in database.yml with selecting a generic JDBC adapter that automatically detects a mysql or postgresql URI.
[Security issue from Hakiri](https://hakiri.io/projects/39ef0784a0fbfc/stacks/02710ff0721fd1/builds/5d356bc8afdb5f/warnings/e85a5ecf860fa2): Unescaped model attribute in app/views/snippets/show.html.erb
`adds_and_removes_using_params` in `lib/active_record_extensions.rb` appears to be unecessary or else replaceable with [nested attributes](http://api.rubyonrails.org/classes/ActiveRecord/NestedAttributes/ClassMethods.html). Let's simplify the code and remove this from our base AR class.
https://github.com/ari/jobsworth/wiki/Stage Make the following new schema... ``` [ stage_model ] company_id name id -> projects (one to many join) ``` On migration create one model per company with name "default"....
I'm trying to call the annotate gem in order to update the documentation in the model. But I get this error: ``` NoMethodError: undefined method `cache_sweeper' for TagsController:Class method_missing at...
We should find a way to not use ImageMagick and instead use built-it Java image resizing. Having the imageMagick dependency is way too large on our production servers. If we...