Skip to content
Snippets Groups Projects
  1. Dec 12, 2012
    • Cyril's avatar
      Validates presence of User#name · 63d9373a
      Cyril authored
      The 2 reasons are :
      - creation of user fail if name is empty : in after_save, it tries to create a
      namespace with namespace.name = user.name and namespece validates presence
      Namespace#name
      - in the web app links to team members are broken with empty User#name because
      they are of the form <a href'...'> user.name </a>
      63d9373a
  2. Nov 23, 2012
  3. Oct 19, 2012
  4. Oct 02, 2012
  5. Sep 21, 2012
  6. Sep 03, 2012
  7. Aug 10, 2012
  8. Jun 29, 2012
Loading