Skip to content
Daudi Amani edited this page Dec 11, 2013 · 6 revisions

milia 1.0.0 (beta 3) 11-Dec-2013

access this on branch: v1.0.0-beta-3

  • automatic generator now installs both devise and milia
  • integrates milia and devise together
  • includes invite_member ability
  • obsoletes all older versions and methods

milia 1.0.0 (beta 1) 21-Nov-2013

access this on branch: v1.0.0-beta-1

  • updated to Rails 4.0.1
  • updated to Devise 3.2.1
  • streamlined user changes to application_controller.rb by moving them into control.rb and having milia include within ActionController
  • moved authenticate_tenant! into that group as well
  • added configurable options to milia for recaptcha, airbrake, coupon usage
  • added a full step-by-step tutorial to build a working rails/devise/milia app
  • added skip_before_action :authenticate_tenant! for devise registrations, sessions, and confirmations controllers.

milia 0.3.38 10-June-2013

  • updated to Rails 3.2.13
  • updated shoulda
  • fixed InvalidTenantException checking logic, added a test, and corrected the ::Milia::Control:: reference.
  • corrected lib/milia/base.rb callback logic, eliminating unnecessary before_update and incorporating the validity check in before_save.
  • updated and checked that tests run under current version.
  • corrected devise_for :users change in config/routes.rb to be in line with devise 2.1.2.
  • update test/railsapp bundle and removed incorrect test_helper require for shoulda