RailsCasts Pro episodes are now free!

Learn more or hide this

Michael Imstepf's Profile

GitHub User: michaelimstepf

Comments by Michael Imstepf

Avatar

Thanks for this episode. Ryan's statement about not separating test code and test data makes sense. How about shared factories across tests? Is that a bad idea?

Avatar

Turned out it had nothing to do with this RailsCast, please ignore the comment above.

Avatar

I'm using RailsAdmin and got the following error:

NoMethodError in RailsAdmin::MainController#index
undefined method `klass' for nil:NilClass
app/controllers/application_controller.rb:26:in `user_time_zone'

What went wrong?