Software Alternatives & Reviews

Debugging Silent Create Action Failures in Rails

The Odin Project The Silver Searcher
  1. How it works. This is the website we wish we had when we were learning on our own. We scour the internet looking for only the best resources to supplement your learning and present them in a logical order.
    Pricing:
    • Open Source
    I often work with beginner Rails developers through The Odin Project and The Agency of Learning. One common pain point people may run into while learning is the dreaded "silent create action" failure. You've written your model, controller, and routes for a new resource, you've built the form view for creating this resource, but when you fill out the form and click the submit button, nothing happens. And the logs may not offer obvious clues to pinpoint the problem.

    #Online Learning #Online Courses #Online Education 232 social mentions

  2. A code searching tool similar to ack, with a focus on speed.
    If you have trouble finding it among the other stuff happening in the server log, well, so do I! I recommend learning how to programmatically search through your terminal output. Providing a universal method for this is challenging because various tools and terminal emulators implement this functionality differently. Another option would be to use tools like grep or the_silver_searcher (a favorite of mine) to search the file where your dev logs are written to. This file is located at log/development.log in a Rails project.

    #File Manager #Note Taking #Clipboard Manager 34 social mentions

Discuss: Debugging Silent Create Action Failures in Rails

Log in or Post with