组织起来吧
顶起来,资源很丰富。
解决方法如下
post "/login" do
request.env['devise.allow_params_authentication'] = true
if user = warden.authenticate(:scope => :user)
user.ensure_authentication_token!
{:user => {:display_name => user.display_name, :single_access_token => user.authentication_token, :updated_at => user.updated_at, :id => user.id }}
else
raise_401
end
end
实习生转正 6k-12k 这个数字相当高了。看来团队背后有财团呀
队伍太整齐了
码久了可以踢个球什么的 :)
我想 回答问题的人 大多初衷都是好的 不管态度如何。针对“鄙视”风,我不大赞同。
我觉得 ruby sunday 更靠谱些 平时不是谁都有时间的
不好意思 我写错了 # 写成了 / :)
而且。请用 html.erb 楼主看的书估计太老了。。
root :to => 'my/my' 输入 localhost:3000 就能访问了
有钱一起赚 A 不厚道阿..这种人眼光不长远 以后没的合作了....可能也是他的损失。
还有这么一说...
把 public/index.html 删掉,然后配置路由
多谢 @lgn21st 推荐
/public/uploads/
不错 这个要顶一下
在 mongodb 中,如果你设置了 index, 还是很快的。不用担心
一次备案大概可以提交 3 个域名
image = MiniMagick::Image.open(PHOTO_PATH)
width = image[:width]
height = image[:height]