user root
worker_processes 4;
pid /var/run/nginx.pid;
events {
worker_connections 768;
# multi_accept on;
}
http {
##
# Basic Settings
##
sendfile on;
tcp_nopush on;
tcp_nodelay on;
keepalive_timeout 65;
types_hash_max_size 2048;
# server_tokens off;
# server_names_hash_bucket_size 64;
# server_name_in_redirect off;
include /etc/nginx/mime.types;
default_type application/octet-stream;
##
# Logging Settings
##
access_log /var/log/nginx/access.log;
error_log /var/log/nginx/error.log;
##
# Gzip Settings
##
gzip on;
gzip_disable "msie6";
# gzip_vary on;
# gzip_proxied any;
# gzip_comp_level 6;
# gzip_buffers 16 8k;
# gzip_http_version 1.1;
# gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript;
##
# nginx-naxsi config
##
# Uncomment it if you installed nginx-naxsi
##
# include /etc/nginx/naxsi_core.rules;
##
# Phusion Passenger config
##
# Uncomment it if you installed passenger or passenger-enterprise
##
passenger_root /usr/lib/ruby/vendor_ruby/phusion_passenger/locations.ini;
passenger_ruby /home/root/.rvm/wrappers/default/ruby;
##
# Virtual Host Configs
##
include /etc/nginx/conf.d/*.conf;
include /etc/nginx/sites-enabled/*;
}
# mail {
# # See sample authentication script at:
# # http://wiki.nginx.org/ImapAuthenticateWithApachePhpScript
#
# # auth_http localhost/auth.php;
# # pop3_capabilities "TOP" "USER";
# # imap_capabilities "IMAP4rev1" "UIDPLUS";
#
# server {
# listen localhost:110;
# protocol pop3;
# proxy on;
# }
#
# server {
# listen localhost:143;
# protocol imap;
# proxy on;
# }
# }
nginx.conf 的配置
为什么 server 里面写成了 rails_env development;
#2 楼 @xiaogui 帮我看个问题吧,为什么部署完之后 nginx 成功了,就是连不上项目呢?https://ruby-china.org/topics/24768
#6 楼 @davidminaki 你怎么不用 nginx 管理启动呀?
部署教程 有没有??
rake assets:precompile
没有 pro 账号呀!
#1 楼 @night_7th 没有!
非常感谢这个帖子,谢谢!
#1 楼 @flowerwrong product_id 能传递了 但是提示了同样地错误 undefined method `premit' for {"title"=>"helo", "content"=>"helo", "product_id"=>"1"}:ActionController::Parameters
private
def article_params
params.require(:article).premit(:title, :content, :product_id)
end
建个群吧!!
#1 楼 @blacktulip 然后提示 undefined method `articles' for nil:NilClass
#2 楼 @yangman_wenzhu 想知道这些知识点在哪里,我在 guides 里也没找到这些复杂的方法 api 里没见呀!
#16 楼 @Lucifer 帮我看看这个问题啊 大神https://ruby-china.org/topics/24121
这个我做过。我比你走了远一步,我记录了一个月对一个女孩的思念,最后发给他看 (本来想搞成匿名的),我靠,没有我想象的那样感动。
rails3.0.5 不能使用 rake 怎么破?现在 rake 默认版本是 0.9.6