Sergey Sein

Results 4 comments of Sergey Sein

You should update tilt-jbuilder gem to 0.7.0. It is fixed in new version.

Please, show full stacktrace, `bundle list` output and your template. Do you have partial with path `path_to_partial`?

I think you should check your template view_path in app and partial name in template. Tilt just cannot find your partial

The view_path in rails app is Rails.root.join("app", "views") if I am right. You should set partial name from this dir, for instance: `json.partial! 'api/v1/some_dir/partial'`