jsonify-rails icon indicating copy to clipboard operation
jsonify-rails copied to clipboard

Jsonify-Rails Template Integration

Results 4 jsonify-rails issues
Sort by recently updated
recently updated
newest added

Here I am getting this deprecation warning ``` DEPRECATION WARNING: Single arity template handlers are deprecated. Template handlers must now accept two parameters, the view object and the source for...

Hi, I'm trying to render a partial multiple times (for the index action) and it's only returning the last item: Partial **_child.json.jsonify** ``` ruby json.name child.name ``` File **index.json.jsonify** ```...

Hi - I've followed your instructions about getting pretty printing in a Rails 3.1 app working to no avail. I'm including my application.rb here: ``` ruby require File.expand_path('../boot', __FILE__) require...