当前位置: 首页 > 工具软件 > Authlogic > 使用案例 >

authlogic+rails3的一个小问题

督瑞
2023-12-01
if you run rails g authlogic:session user_session,

got Could not find generator authlogic:session.

maybe you can try this:
gem 'authlogic', :git => 'git://github.com/odorcicd/authlogic.git',
:branch => 'rails3'

and to generate a session:

rails g authlogic:session user_session

these should work great
 类似资料: