switch_user:轻松切换当前用户

时间:2024-03-19 00:16:36
【文件属性】:

文件名称:switch_user:轻松切换当前用户

文件大小:37KB

文件格式:ZIP

更新时间:2024-03-19 00:16:36

Ruby

切换用户 受启发,switch_user提供了一种方便的方式来切换当前用户,而无需注销和手动登录。 用例 在这种用例中,switch_user非常有用 切换开发中的当前用户,以免您再浪费时间注销,登录和输入电子邮件(登录)或密码。 在生产中重现用户指定的错误。 有时仅针对指定用户会引发该错误,这对于开发人员而言很难重现,switch_user可以通过以该用户身份登录来帮助您重现此错误。 例子 请访问此处: : ,在选择框中切换当前用户。 和源代码在这里: : 安装 添加Gemfile。 gem "switch_user" 如果出现以下错误: SwitchUserController:Class的未定义方法`before_action' ,则可能是使用了较旧版本的Rails(<4)。 您可以使用以下gem: : 用法 将以下代码添加到您的布局页面。 erb <%=


【文件预览】:
switch_user-master
----switch_user.gemspec(1KB)
----.gitignore(89B)
----app()
--------helpers()
--------views()
--------controllers()
----.rspec(8B)
----.travis.yml(119B)
----LICENSE(1KB)
----CHANGELOG.md(1KB)
----spec()
--------provider()
--------switch_user()
--------integration()
--------support()
--------provider_spec.rb(265B)
--------helpers()
--------spec_helper.rb(511B)
--------switch_user_spec.rb(487B)
--------controllers()
--------rspec()
----README.md(8KB)
----config()
--------database.yml(48B)
--------routes.rb(190B)
----lib()
--------switch_user()
--------switch_user.rb(2KB)
--------generators()
----Gemfile(127B)
----Rakefile(82B)

网友评论