JD Kaplan

Results 3 issues of JD Kaplan

When I attempt to run the basic vanity generator, I get the following error: ``` Could not find generator 'vanity'. Maybe you meant 'vanity', 'task' or 'mailer' Run `rails generate...

I'm attempting to use this with elixir 1.7.4 and I'm getting a handful of warnings. What is the process for resolving these issues? None of these warnings are show stoppers,...

Currently when I define my fixtures as such, in file basic_models.exs: ``` basic_models model: MyApp.BasicModel, repo: MyApp.Repo do basic_model_one do name("A Fake Name") other_model(fixtures(:other_models).other_model.email) end end ``` in file other_models.exs:...