上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 41 下一页
摘要: 需要添加gem, gem rails_config 阅读全文
posted @ 2016-03-18 18:10 冰凌花花~ 阅读(216) 评论(0) 推荐(1) 编辑
摘要: https://github.com/ruby-grape/grape https://github.com/ruby-grape/grape#param requires :subject_id_list, type: Array[String], allow_blank: false 请求的时候 阅读全文
posted @ 2016-03-04 14:31 冰凌花花~ 阅读(243) 评论(0) 推荐(0) 编辑
摘要: 本文为转载,原内容见下方博客链接 http://www.cnblogs.com/starof/p/4680083.html 一、系统环境 yum update升级以后的系统版本为 [root@yl-web yl]# cat /etc/redhat-release CentOS Linux relea 阅读全文
posted @ 2016-03-04 14:26 冰凌花花~ 阅读(522) 评论(0) 推荐(0) 编辑
摘要: http://api.rubyonrails.org/v3.0.8/ 在官网搜索link_to会有一些详细的介绍, 这里只把我自己的例子记下来 <%= link_to("删除多余视频", delete_useless_video_cibn_videos_path(:module_id => @mod 阅读全文
posted @ 2016-03-04 14:18 冰凌花花~ 阅读(230) 评论(0) 推荐(0) 编辑
摘要: https://github.com/rbenv/rbenv#installation 安装ruby的第三步 Run ~/.rbenv/bin/rbenv init for shell-specific instructions on how to initialize rbenv to enabl 阅读全文
posted @ 2016-03-04 14:03 冰凌花花~ 阅读(967) 评论(0) 推荐(0) 编辑
摘要: http://jscolor.com/ http://jscolor.com/examples/ 今天使用了js里的颜色选择器,后来发现在ruby代码里有个问题,在编辑页面需要重新刷新一次才能加载这个控件。 Turbolinks 中的事件列表: https://github.com/turbolin 阅读全文
posted @ 2016-03-01 15:23 冰凌花花~ 阅读(341) 评论(0) 推荐(0) 编辑
摘要: http://stackoverflow.com/questions/4307411/how-to-express-a-not-in-query-with-activerecord-rails I'm using this: Topic.where('id NOT IN (?)',actions) 阅读全文
posted @ 2016-02-23 15:55 冰凌花花~ 阅读(147) 评论(0) 推荐(0) 编辑
摘要: $ EDITOR=vim bundle open devise$ vim$ echo $EDITOR $ vim ~/.bashrc 加上这句 export EDITOR=vim $ . ~/.bashrc$ echo $EDITORvim$ bundle open devise 阅读全文
posted @ 2016-02-22 11:52 冰凌花花~ 阅读(219) 评论(0) 推荐(0) 编辑
摘要: 今天在服务器上配置了自己电脑的public key,但是还是不能直接免密码登录, 原因是 ssh 对目录的权限有要求,代码中要设置下新生成的config文件权限才行。~目录权限是750,~/.ssh 的是700, ~/.ssh/* 的是600,~/.ssh/config 是700 -rw-rw-r- 阅读全文
posted @ 2016-02-19 12:57 冰凌花花~ 阅读(1842) 评论(0) 推荐(0) 编辑
摘要: 新开了个项目,数据库打算只用mysql,但是在migrate的时候失败,并且提示err: mongoid[not found] 原因就是在Gemfile里写了一个有关mongoid的gem,搜索并删除就好了。 阅读全文
posted @ 2016-02-06 09:40 冰凌花花~ 阅读(173) 评论(0) 推荐(0) 编辑
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 41 下一页