Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 781 Bytes

File metadata and controls

30 lines (20 loc) · 781 Bytes

Next Release

1.4.0 (10/21/2016)

  • Add ability to store_sign_in info with devise provider
  • Respect relative_url_root
  • Fix selected_user_of_helper bug

1.3.0 (07/23/2016)

  • Add capybara support
  • Add class and style options to switch_user_select
  • Fix grouped_options_for_select for rails 3.2

1.2.0 (12/01/2015)

  • Replace select option to group_option

1.1.0 (07/01/2015)

  • Rails 3.x compatibility
  • Don't attempt to query db if scope str isn't in scope_id str
  • Allow custom method as available_users_names

1.0.0 (06/22/2015)

  • Performance improved, only load necessary data.
  • Devise provider- don't store sign_in details
  • Security 💂‍♂️, raise RoutingError in developer_modes_only
  • Restore original user after sorcery logout