大神去上海了啊!👍
#15 楼 @flowerwrong 我也是这么生成签名的,但还是报 fail_invalid signature
只要对 ruby 感兴趣,有学习的欲望,那就来吧,公司有很好的学习氛围!支持下! 透露下,公司其他部门的妹妹是挺多的。。。
#2 楼 @woaigithub 问题解决了,不知道有没有更好的方法。目前是校验不通过就直接报错
#3 楼 @woaigithub 谢谢,目前是这么处理的
就是没明白为什么 要有person.valid?
这句才行
大家没有同时保存多条记录校验的情况么???怎么处理的。。
#10 楼 @jialezhang 谢谢,半天没整出来放那儿了,等周末有空再接着弄,用 root 装的悲剧。。。
#7 楼 @jialezhang 问题解决了吗,分享下解决方法。我也有同样的错误提示。。。。。
#8 楼 @fresh_fish 谢谢!我先看看
#1 楼 @fresh_fish 嗯,这样也行,实际上@object有很多字段, 我能像 render :json => @user这样,一句话实现呢 并且是一个列表,不是一条记录
#1 楼 @zhangjingqiang 谢谢 我刚也找到了
在 github 上找到 class ApplicationController < ActionController::Base
protected
# Cancan example def ckeditor_authenticate authorize! action_name, @asset end
# Set current_user as assetable def ckeditor_before_create_asset(asset) asset.assetable = current_user return true end end 就好了
这个是项目根目录下的文件及文件夹 Gemfile Gemfile.lock README.rdoc Rakefile app config config.ru db dist doc lib log public script test tmp vendor
按照安装说明 Where do you want to install Nginx to?
Please specify a prefix directory [/opt/nginx]: /opt/nginx
Compiling Passenger support files...
rake aborted! No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb)
(See full trace by running task with --trace) 指定 Nginx 安装目录后继续 出现以上错误,没搞明白怎么跟 rake 有关了呢
sandy_xu 谢谢! 我现在修改密码,路由里是这么定义的 devise_scope :user do match "/signout" => "devise/sessions#destroy" match '/editpass' => "devise/passwords#edit" match '/savepass' => "devise/passwords#update" end 但后台总是报 Started GET "/editpass" for 127.0.0.1 at 2012-05-08 17:17:43 +0800 Processing by Devise::PasswordsController#edit as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = 57 LIMIT 1 Redirected to http://localhost:3000/welcome Filter chain halted as :require_no_authentication rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.3ms) Started GET "/welcome" for 127.0.0.1 .......
Filter chain halted as :require_no_authentication rendered or redirected 这个是啥原因引起的?
不会覆盖的,会在里面添加 devise 的内容
嗯,想两个 devise 注销时转向不同的路径,不知道怎么弄,现统一转向同一个页面了