5 questions
-1
votes
1
answer
2k
views
Partials in sub folders - handlebars (Fabricator)
I am using fabricator
https://fbrctr.github.io
I have a partial I am trying to include in a template
ones on the top level are fine
{{> standardbutton }}
Nested one do not display
{{> ...
0
votes
1
answer
357
views
rails/rspec: Fabricator - testing associations (ActiveModel::MissingAttributeError)
I am writing tests for my models and came across an error I can't seem to resolve. I'm using rspec and Fabricator. Things work fine when being tested in isolation but when I try to test for ...
1
vote
0
answers
93
views
Use Handlebars JS inside Fabricator JS Project
I would like to use Handlebars JS in my Fabricator JS project.
I had already developed the project with handlebars as a stand alone solution and finished it functionally.
When I install it in ...
0
votes
1
answer
178
views
Adding 'controls' to Fabricator 'UI Toolkit'
I'm building a style guide using Fabricator, and the docs seem to indicate that I should be able to add 'controls' to let the users toggle visibility on various sections.
By default, Fabricator ...
0
votes
1
answer
62
views
How can I include content of a component in Fabricator Assemble *without* a corresponding attribute, or at block level?
In Fabricator Assemble, I could have a component button.html:
<a class="button">{{text}}</a>
I can use this with the syntax {{>button text='Home'}}. Notably, I have to specify a name ...