• devise 自定义 登录页面 at 2012年01月17日

    如果一个网站中,前后台都用不同的 devise,该如何搞呢,比如后台管理部分用一个,前台登陆注册又用一个,这样就必须自定义了吧?

  • @huacnlee 的确,不是用 form_for 生成的

  • devise 官网也上不去了,唉..哪位大神指点下啊..

  • 关于 Devise 的使用问题 at 2012年01月09日

    哈哈哈,已经解决。 1) TypeError in Devise::RegistrationsController#create nil is not a symbol

    该错误在登陆或注册时候遇到,我把 users 表删除重新建解决,奇怪。

    2) 之前说登陆后一直跳回原来页面 自己的问题,该表中有 password 字段,用来存放明文,后来试验 devise 把密码存在 encrypted_password 字段中,然后我在页面也没放

    <%= notice %>

    <%= alert %>

    所以永远也不知道怎么回事..现在终于解决,谢谢各位

  • 关于 Devise 的使用问题 at 2012年01月09日

    重新建立一个项目试了下 始终报“Invalid email or password." email 和密码填写正确也报这个..数据库我看也查询了,不过只查询的 email,条件中没加入密码..不知道哪里还配置错误

  • 关于 Devise 的使用问题 at 2012年01月06日

    哪位大神能帮忙看看啥问题啊。

  • @huacnlee 登录页面都看不到,想问下哪里设置这种限制呢?

  • 弱弱问问,看 ruby-china 后台是 cpanel,貌似输入http://ruby-china.org/cpanel 进不去,是啥原因呢?

  • 关于 Devise 的使用问题 at 2012年01月06日

    看了下源码 def create

    resource = warden.authenticate!(:scope => resource_name, :recall => "#{controller_path}#new") logger.debug "=========================" set_flash_message(:notice, :signed_in) if is_navigational_format?
    sign_in(resource_name, resource) respond_with resource, :location => after_sign_in_path_for(resource) end

    貌似在 resource = warden.authenticate!(:scope => resource_name, :recall => "#{controller_path}#new") 就出问题了, 后面的 debug 都不能正确输出..

  • 关于 Devise 的使用问题 at 2012年01月06日

    没用 git

  • 关于 Devise 的使用问题 at 2012年01月06日

    user model:

    #encoding: utf-8 class User < ActiveRecord::Base set_table_name "users" # Include default devise modules. Others available are: # :token_authenticatable, :encryptable, :confirmable, :lockable, :timeoutable and :omniauthable devise :database_authenticatable,:registerable,:recoverable, :rememberable, :trackable, :validatable

    # Setup accessible (or protected) attributes for your model attr_accessible :email, :password, :password_confirmation, :remember_me end

    基本上都是 devise 自动生成的

  • 关于 Devise 的使用问题 at 2012年01月06日

    @rei 注册页面基本上就是 devise 自己的页面, @bony layouts/application中没什么代码. 访问首页是没问题的..不是不去首页,问题是根本就没登陆进去。

  • 关于 Devise 的使用问题 at 2012年01月06日

    没报错,我知道的已经贴出来了。

    登陆后什么都没提示又返回登陆页面,就这样。 注册页面就报: TypeError in Devise::RegistrationsController#create nil is not a symbol

  • 关于 Devise 的使用问题 at 2012年01月06日

    路由代码: devise_for :users,:path => "account"

    控制台信息: Started POST "/account/sign_in" for 127.0.0.1 at 2012-01-06 14:32:24 +0800 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"鉁?, "authenticity_token"=>"0TMBy1+VHXuvP2xzy03cRrNZuR7hKKqm3a/uE+xZURo=", "user"=>{"email"=>"[email protected]", "password"=>"[FIL TERED]"}, "barcode"=>"1234"} [1m[36mUser Load (1.0ms)[0m [1mSELECT users.* FROM users WHERE users.email = '[email protected]' LIMIT 1[0m Completed 401 Unauthorized in 468ms Processing by Devise::SessionsController#new as HTML Parameters: {"utf8"=>"鉁?, "authenticity_token"=>"0TMBy1+VHXuvP2xzy03cRrNZuR7hKKqm3a/uE+xZURo=", "user"=>{"email"=>"[email protected]", "password"=>"[FIL TERED]"}, "barcode"=>"1234"} Rendered index/_top.html.erb (0.0ms) Rendered devise/sessions/new.html.erb within layouts/application (6.0ms) Completed 200 OK in 118ms (Views: 19.0ms | ActiveRecord: 0.0ms)

    没有发现异常啊...

  • 关于 Devise 的使用问题 at 2012年01月06日

    # You can have the root of your site routed with "root" # just remember to delete public/index.html. root :to => 'index#index'

    设置了啊

  • 站位,以后用的到..

  • 关于安装 bcrypt 的问题 at 2012年01月05日

    唉,郁闷啊。

  • 无法删帖 at 2012年01月05日

    呵呵,先学会 PS 或 FW 这样的工具吧。

  • gem source -a http://ruby.taobao.org/ -p http://10.16.21.5:8080

    直接

    Error fetching http://ruby.taobao.org/: bad response Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy filter is d enied. ) 407 (http://ruby.taobao.org/specs.4.8.gz)

  • 支持 做中国最好的 rr 社区

  • bundle install 出错 at 2012年01月04日

    奇怪,俺 WIN 下,用 railsinstall 安装的,一切都很好啊。

  • 关于删除问题 at 2011年12月29日

    谢谢各位,解决了,没加入 application.js 的问题,呵呵

  • 哪位能推荐个 ror 主机? at 2011年12月22日

    已有备案号

  • 哪位能推荐个 ror 主机? at 2011年12月22日

    看了下盛大云,貌似不错,从来没用过,支持 rails+mysql 吗

  • 哪位能推荐个 ror 主机? at 2011年12月22日

    有 VPS 这些吗

  • 关于 gem mysql2 at 2011年12月20日