Ari Maniatis

Results 31 issues of Ari Maniatis

2.12 is the last release visible here at github, so its hard to understand what has changed in 2.14 since we don't even know which commit it represents. Even better,...

``` Traceback (most recent call last): File "payroll.py", line 11, in print xero.payrollAPI.payruns.filter(raw='PayRunStatus = POSTED') File "/usr/local/lib/python2.7/site-packages/xero/basemanager.py", line 195, in wrapper raise XeroBadRequest(response) File "/usr/local/lib/python2.7/site-packages/xero/exceptions.py", line 33, in __init__ self.errors...

Many other actions allow us to use syntax like `uses: marvinpinto/action-automatic-releases@v1` This is very useful when we don't want things to be broken by a major v2 upgrade, but still...

I'd love to use this gem, but the problem is that the javascript which is recommended to be added to application.js or similar is very cumbersome. $(document).ready(function() { $("input#post_title").autocomplete("auto_complete_for_post_title") });...

- [x] This is a documentation change. ## Description Fixes old docs which are just wrong.

We may have an issue in database.yml with selecting a generic JDBC adapter that automatically detects a mysql or postgresql URI.

regression

[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"....

feature

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...