You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting an ActionView::TemplateError when running rake grade. It seems like I need to add "simple_form" gem. It should be included with Devise? It's in the Gemfile.lock. When I add "simple_form" to the Gemfile the test passes.
@fidel-techprep keep these issues coming! You're saving a lot of trouble for the next students to reach these projects, thanks a ton. I added the simple_form gem to the project (on this recent commit), so future forkers shouldn't have this issue.
I'm getting an ActionView::TemplateError when running rake grade. It seems like I need to add "simple_form" gem. It should be included with Devise? It's in the Gemfile.lock. When I add "simple_form" to the Gemfile the test passes.
cc: @heratyian
The text was updated successfully, but these errors were encountered: