Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
fabrication
Conversations
About
fabrication
1–30 of 66
Mark all as read
Report abusive group
0 selected
Karlis Sergijevskis
,
Paul Elliott
8
5/13/21
Monorepo with multiple rails apps
Presumably you have a User model in the shop app that is capable of writing users, which you would
unread,
Monorepo with multiple rails apps
Presumably you have a User model in the shop app that is capable of writing users, which you would
5/13/21
Dimitri Pekarovsky
,
Paul Elliott
5
3/19/19
Can't create inherited fabricator
Yes! It dit it. Thank you. require 'bunny' require_relative '../../app/amqp_response'
unread,
Can't create inherited fabricator
Yes! It dit it. Thank you. require 'bunny' require_relative '../../app/amqp_response'
3/19/19
sepans
, …
Sepand Ansari
3
2/19/19
Fabricator turns string keys to symbols
It worked! Thanks for the quick response to my naive question. On Mon, Feb 18, 2019 at 6:23 PM Paul
unread,
Fabricator turns string keys to symbols
It worked! Thanks for the quick response to my naive question. On Mon, Feb 18, 2019 at 6:23 PM Paul
2/19/19
Wellington DC
,
Paul Elliott
10
9/14/18
Fabrication - wrong number of arguments (given 2, expected 0..1)
Thanks a lot for helping me. Someone told me to change for be_empty instead and it got green and
unread,
Fabrication - wrong number of arguments (given 2, expected 0..1)
Thanks a lot for helping me. Someone told me to change for be_empty instead and it got green and
9/14/18
Pedro Adame Vergara
,
Paul Elliott
3
5/4/17
Inverse_of doesn't work with rand parameter.
Yes, it was a typo. Anyway, let me try it just to be sure. I will update. El jueves, 4 de mayo de
unread,
Inverse_of doesn't work with rand parameter.
Yes, it was a typo. Anyway, let me try it just to be sure. I will update. El jueves, 4 de mayo de
5/4/17
rakesh sukla
,
Paul Elliott
2
3/17/16
How to convert multiple trait condition in Factory Girl to Fabricator?
Hey Rakesh, The short answer is that you'll need to specify different fabricators for these
unread,
How to convert multiple trait condition in Factory Girl to Fabricator?
Hey Rakesh, The short answer is that you'll need to specify different fabricators for these
3/17/16
rakesh sukla
,
Paul Elliott
2
3/1/16
Factory_girl vs Fabrication which is faster?
In terms of database speed that really has little to do with the library. They both are using active
unread,
Factory_girl vs Fabrication which is faster?
In terms of database speed that really has little to do with the library. They both are using active
3/1/16
Diego DeSouza
,
Paul Elliott
2
1/29/16
Fabricator for an image object.
Fabrication is setting a field on your `Image` model called `filename` to the string value provided (
unread,
Fabricator for an image object.
Fabrication is setting a field on your `Image` model called `filename` to the string value provided (
1/29/16
Andre Nathan
,
Paul Elliott
5
11/6/14
Working with cyclic associations
Currently I can't do that, but I'll keep it in mind for the future. Thanks! On Thursday,
unread,
Working with cyclic associations
Currently I can't do that, but I'll keep it in mind for the future. Thanks! On Thursday,
11/6/14
Andre Nathan
,
Paul Elliott
3
11/6/14
Cucumber steps without rails
Cool, thanks! On Thursday, November 6, 2014 1:50:48 PM UTC-2, Paul Elliott wrote: You can just drop
unread,
Cucumber steps without rails
Cool, thanks! On Thursday, November 6, 2014 1:50:48 PM UTC-2, Paul Elliott wrote: You can just drop
11/6/14
Pablo Olmos de Aguilera Corradini
,
Paul Elliott
2
10/11/14
Avoiding `from: :class` when defining fabricators
Hey Pablo, There is no way to do that in the current version, although it could be added to the class
unread,
Avoiding `from: :class` when defining fabricators
Hey Pablo, There is no way to do that in the current version, although it could be added to the class
10/11/14
Lucas Kulbacki
,
Paul Elliott
3
9/6/14
Fabricating hstore values for Postgresql
I just replied on Stack Overflow and am opening an issue to build in support for this so it works
unread,
Fabricating hstore values for Postgresql
I just replied on Stack Overflow and am opening an issue to build in support for this so it works
9/6/14
Paul Sadauskas
,
Paul Elliott
2
9/5/14
Using fixtures with fabricators
Hey Paul, I think integrating them is a pretty cool idea. Do you think you'd be able to put
unread,
Using fixtures with fabricators
Hey Paul, I think integrating them is a pretty cool idea. Do you think you'd be able to put
9/5/14
Pablo Olmos de Aguilera Corradini
,
Paul Elliott
2
7/2/14
What's the difference with Factory Girl?
Hey Pablo, That is a perfectly valid question and I'll do my best to answer it. To be honest, I
unread,
What's the difference with Factory Girl?
Hey Pablo, That is a perfectly valid question and I'll do my best to answer it. To be honest, I
7/2/14
Jan Jezek
,
Paul Elliott
2
1/17/14
Children with the same Parents
If I understand your question correctly, you need the user for this voting to be the same as the user
unread,
Children with the same Parents
If I understand your question correctly, you need the user for this voting to be the same as the user
1/17/14
Rob Lacey
,
Paul Elliott
3
11/22/13
Migrating from Machinist / Named Blueprints -> Named Fabricators
Thanks very much for that Paul, it works for me :) On Tuesday, 19 November 2013 13:53:51 UTC, Paul
unread,
Migrating from Machinist / Named Blueprints -> Named Fabricators
Thanks very much for that Paul, it works for me :) On Tuesday, 19 November 2013 13:53:51 UTC, Paul
11/22/13
Gianni Chiappetta
,
Paul Elliott
2
11/18/13
Fabricators for namespaced classes
You can specify the "class_name" in the fabricator definition like this: Fabricator(:
unread,
Fabricators for namespaced classes
You can specify the "class_name" in the fabricator definition like this: Fabricator(:
11/18/13
Diego Guebel
,
Paul Elliott
5
10/15/13
Reference nested association
RE team = Fabricate(:team) Fabricate.times(4, :member, team: team) This is exactly what I was doing
unread,
Reference nested association
RE team = Fabricate(:team) Fabricate.times(4, :member, team: team) This is exactly what I was doing
10/15/13
Brett Pontarelli
,
Paul Elliott
3
9/26/13
Using Fabricate on the front end in a .js.erb file.
Yep! That worked. Not sure how I missed that ;/ Thanks. On Wednesday, September 25, 2013 12:32:42 PM
unread,
Using Fabricate on the front end in a .js.erb file.
Yep! That worked. Not sure how I missed that ;/ Thanks. On Wednesday, September 25, 2013 12:32:42 PM
9/26/13
jev...@panoramaed.com
,
Paul Elliott
3
9/25/13
Can Fabrication use multiple paths?
Very cool, thanks! On Fri, Aug 9, 2013 at 8:50 PM, Paul Elliott <pa...@codingfrontier.com> wrote
unread,
Can Fabrication use multiple paths?
Very cool, thanks! On Fri, Aug 9, 2013 at 8:50 PM, Paul Elliott <pa...@codingfrontier.com> wrote
9/25/13
Diego Guebel
,
Paul Elliott
2
9/15/13
Attribute not in model
You can only set attributes in the fabricator block, although you could leverage a callback to set
unread,
Attribute not in model
You can only set attributes in the fabricator block, although you could leverage a callback to set
9/15/13
Danial Pearce
,
Paul Elliott
2
8/29/13
save(validate: false)
The nuances you are uncovering have to do with ActiveRecord. Fabrication sets attributes on models
unread,
save(validate: false)
The nuances you are uncovering have to do with ActiveRecord. Fabrication sets attributes on models
8/29/13
Danial Pearce
,
Paul Elliott
4
8/29/13
has_one associations
I don't typically validate belongs_to associations because it tends to be more trouble than the
unread,
has_one associations
I don't typically validate belongs_to associations because it tends to be more trouble than the
8/29/13
Benjamin Thomas
,
Paul Elliott
3
8/17/13
How can I keep state between Fabricators ?
Thanks so much! Of course it totally makes sense. Somehow I forgot that I was actually setting a *
unread,
How can I keep state between Fabricators ?
Thanks so much! Of course it totally makes sense. Somehow I forgot that I was actually setting a *
8/17/13
jev...@panoramaed.com
,
Paul Elliott
12
7/30/13
Fabricate.build with validations
Wow, thanks so much for the thorough researching. I really appreciate all the help. On Tue, Jul 30,
unread,
Fabricate.build with validations
Wow, thanks so much for the thorough researching. I really appreciate all the help. On Tue, Jul 30,
7/30/13
Ilia Lobsanov
,
Paul Elliott
2
7/18/13
Fabricator to return an instance of a different class
Hey Ilia, I don't think that is going to be possible within fabrication. What you could do is put
unread,
Fabricator to return an instance of a different class
Hey Ilia, I don't think that is going to be possible within fabrication. What you could do is put
7/18/13
Jacob Evelyn
,
Paul Elliott
9
7/15/13
Transient attribute as count parameter
Ah right, of course. Forgot that I can still use Ruby. :) Thanks for the help! On Monday, July 15,
unread,
Transient attribute as count parameter
Ah right, of course. Forgot that I can still use Ruby. :) Thanks for the help! On Monday, July 15,
7/15/13
Alex Agranov
,
Paul Elliott
3
6/3/13
Compatibility with Rails 3.0.x
Mighty fine, thanks! -a On Monday, June 3, 2013 2:19:33 PM UTC-4, Paul Elliott wrote: Instead of
unread,
Compatibility with Rails 3.0.x
Mighty fine, thanks! -a On Monday, June 3, 2013 2:19:33 PM UTC-4, Paul Elliott wrote: Instead of
6/3/13
Michael Moulsdale
2
5/28/13
Deeply nested associations
Sorry, wasn't thinking straight, and got my brackets in the wrong places. Got that sorted out
unread,
Deeply nested associations
Sorry, wasn't thinking straight, and got my brackets in the wrong places. Got that sorted out
5/28/13
Michael Moulsdale
5/27/13
Multiple associations
I'm trrying to fabricate a model that has multiple associations. because each association has
unread,
Multiple associations
I'm trrying to fabricate a model that has multiple associations. because each association has
5/27/13