Archive for the ajax Category

  • Automatically handle unexpected Ajax errors in Rails - December 30th, 2008

    I’m busy working on a project that uses a lot of Ajax to deal with updates and lookups etc. Occasionally I write rubbish code and one of these methods break.
    When using normal HTML this is not a problem because Rails presents the user with a nice message saying “We’re sorry but something went wrong…”.
    But, with [...]