Skip to content
Snippets Groups Projects
Commit 470bc1e3 authored by Azul's avatar Azul
Browse files

Version 0.5.3

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.
parent 91c2ba10
Branches
Tags 0.5.3
No related merge requests found
module LeapWeb
VERSION = "0.5.2" unless defined?(LeapWeb::VERSION)
VERSION = "0.5.3" unless defined?(LeapWeb::VERSION)
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment