Skip to content
Snippets Groups Projects
Select Git revision
  • ci-test-ruby-2.5
  • master default protected
  • drop/ruby-2.1
  • version/0.9
  • feat/drop-signup
  • version/0.8
  • version/0.7.1
  • version/0.7
  • version/0.6.1
  • version/0.6
  • 0.9.3
  • 0.9.2
  • 0.9.1
  • 0.9.0
  • 0.8.0
  • 0.7.1
  • 0.7.0
  • 0.6.0
  • 0.5.3
  • 0.5.2
  • 0.5.2-rc
  • 0.5.1
  • 0.5.1-rc2
  • 0.5.1-rc
  • 0.5.0
  • 0.5.0.rc
  • 0.2.8
  • 0.2.8.rc
  • 0.2.7
  • 0.2.6
30 results

version.rb

  • Azul's avatar
    470bc1e3
    Version 0.5.3 · 470bc1e3
    Azul authored
    This release enables using custom gems in the leap platform
    customization. It also fixes cornercases during the account creation and
    documents debugging in production.
    
     * android app now supports signup, so change text that said otherwise.
     * added debugging note to DEVELOP.md
     * Account.create - do a User.new instead of User.create, so that we can
       report the errors on the object if not saved.
    
    Pull request #172 from elijh/feature/customgem
     * Gemfile: fix problem when config is missing environments
     * support for optional gems in Gemfile (engines/ and
     * config/customization/gems/)
    
    Pull request #171 from elijh/feature/identityfail
     * if identity fails to be created, destroy the user. also, pass through
       identity errors to user and add identity class hook.
    470bc1e3
    History
    Version 0.5.3
    Azul authored
    This release enables using custom gems in the leap platform
    customization. It also fixes cornercases during the account creation and
    documents debugging in production.
    
     * android app now supports signup, so change text that said otherwise.
     * added debugging note to DEVELOP.md
     * Account.create - do a User.new instead of User.create, so that we can
       report the errors on the object if not saved.
    
    Pull request #172 from elijh/feature/customgem
     * Gemfile: fix problem when config is missing environments
     * support for optional gems in Gemfile (engines/ and
     * config/customization/gems/)
    
    Pull request #171 from elijh/feature/identityfail
     * if identity fails to be created, destroy the user. also, pass through
       identity errors to user and add identity class hook.