Kasper Timm Hansen
Kasper Timm Hansen
> While developing Oaken data across several files and fumbling my way around trying to learn what does and does not work, I would hit errors in the data creation...
> > While developing Oaken data across several files and fumbling my way around trying to learn what does and does not work, I would hit errors in the data...
Oh it's rake: ``` 3.3.8 ~/code/kaspth/oaken main *= bin/rails db:seed:replant bin/rails aborted! ZeroDivisionError: divided by 0 (ZeroDivisionError) /Users/kasperhansen/code/kaspth/oaken/test/dummy/db/seeds.rb:5:in `' Tasks: TOP => db:seed:replant => db:seed (See full trace by running...
> How to setup the top level seeds.rb file that works across multiple environments. Given that there are data creation order dependencies that don't conveniently align with clean file naming,...
I need concrete information so I don't have to guess by reading between the lines of all these words. > In _my_ perfect word, I would be able to have...
Also can you reproduce the problem in a sample repo? As in, run `rails new` add Oaken, and then set up files similar to what you've got in your app....
> I thought the extra info was what you were requesting above. Sorry, I'm looking for concrete details of the specific input you're giving including the file structure and the...
> Between a combination of your comments and setting up a repo to share with you, I found the issue. As usual, it was a _me_ and not a _you_...
@ixti thanks for mentioning it! I had completely forgotten to remove the explicit mentions when I changed my mind. I also wanted to get back to this sooner, but it...
We've fixed this in #243, but I've also shipped a fix in Associated Object 0.9.2 via https://github.com/kaspth/active_record-associated_object/issues/40 So this can be closed.