壕。
@azhao 好办法,谢谢
@azhao 谢谢回复,这样的话如果想要不同的人对不同的服务器有权限好像就不好做把?
String#scan
Unicorn 命令需要在 APP 目录下运行
bundle show twitter-bootstrap-rails
可以用 middleware 杨总。
require 'grape'
class API < Grape::API
format :json
get '/ping' do
{ pong: true }
end
end
class APILogger < Grape::Middleware::Base
def after
p @app_response
end
end
use APILogger
run API
@lyfi2003 如果能这样写是不是更好看点?
desc(
name: '获取所有文章',
description: '这个接口用来获取所有文章, 参数及返回值请见下文',
params: {
properties: {
created_order_by: {
enum: [ :asc, :desc ],
default: 'desc',
description: '按创建时间正序或倒序排'
}
}
},
return: {
type: 'array',
items: {
type: 'object',
required: [:id, :name, :created_at],
properties: {
id: {
type: 'integer',
description: '文章ID',
},
name: {
type: 'string',
description: '文章标题',
},
created_at: {
type: 'string',
description: '创建时间, 格好的字符串'
}
}
}
}
)
def index
@posts = Post.order(created_at: params[:created_order_by].to_sym)
end
这个不是很早就有吗?为什么说是 4.1 出现的。
出现的太早,更新比较慢,无法充分利用 Rails4.1 出现的独立 Engine 系统。
LZ 这里说的“Rails4.1 出现的独立 Engine 系统”是指什么?
:read !wc %
直接把结果读到当前 buffer 里。
重名了。。。 http://swift-lang.org/
$ rake routes | less
还真能这么做。
$ git add -N newfile
$ git diff
新文件 diff 什么呀。
我这里载入要 10 秒左右。
現在開始流行白了嗎
@cassiuschen vim-airline
右鍵 => 查看源代碼
<!--
____ __ ________ _
/ __ \__ __/ /_ __ __ / ____/ /_ (_)___ ____ _
/ /_/ / / / / __ \/ / / / / / / __ \/ / __ \/ __ `/
/ _, _/ /_/ / /_/ / /_/ / / /___/ / / / / / / / /_/ /
/_/ |_|\__,_/_.___/\__, / \____/_/ /_/_/_/ /_/\__,_/
/____/
========================================================
ruby-china.org
App Environments:
--------------------------------------------------------
Ruby: 2.1.0-p0
Rails: 4.0.2
-->
最抓狂的是這種吧 faraday-cookie_jar