Sebastian Edwards

Results 5 issues of Sebastian Edwards

Hides the add link when reaches maximum number of nested objects as defined in length validation. Ie. ``` ruby class Project < ActiveRecord::Base has_many :tasks validates :tasks, :length => {...

feature

Added namespacing feature to barista. Based somewhat off this blog post: http://topsecretproject.finitestatemachine.com/2010/04/how-to-organizing-javascript-in-ruby-on-rails/ Puts an object wrapper around the compiled output which is then called from JS outputted by a helper...

Is there any interest in supporting the `Precondition Required` response in the decision tree? The status code definition can be found at http://tools.ietf.org/html/rfc6585#section-3. The change would add the following: -...

feature

Hello Mike, I was wondering if you had any plans around introducing the PATCH method to the spec to handle partial or non-idempotent updates to a resource. This would be...