RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: michaelimstepf
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?
This worked for me: http://stackoverflow.com/questions/14797935/using-angularjs-with-turbolinks
Turned out it had nothing to do with this RailsCast, please ignore the comment above.
I'm using RailsAdmin and got the following error:
undefined method `klass' for nil:NilClass app/controllers/application_controller.rb:26:in `user_time_zone'
What went wrong?
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?
This worked for me: http://stackoverflow.com/questions/14797935/using-angularjs-with-turbolinks
Turned out it had nothing to do with this RailsCast, please ignore the comment above.
I'm using RailsAdmin and got the following error:
What went wrong?