上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 41 下一页
摘要: all_subchannels.each do |subchannel| new_subchannel = subchannel.clone new_subchannel.version = "1.8.0" new_subchannel.save end 阅读全文
posted @ 2016-04-14 16:05 冰凌花花~ 阅读(124) 评论(0) 推荐(0) 编辑
摘要: def showable_paths { #Filter: cibn_filterlists_path, Video: videos_path, Subject: cibn_special_subjects_path, Star: stars_path } end 阅读全文
posted @ 2016-04-14 16:04 冰凌花花~ 阅读(120) 评论(0) 推荐(0) 编辑
摘要: git reset --hard orgin/master 阅读全文
posted @ 2016-04-14 16:02 冰凌花花~ 阅读(454) 评论(0) 推荐(0) 编辑
摘要: model里的private方法 阅读全文
posted @ 2016-04-08 14:32 冰凌花花~ 阅读(233) 评论(0) 推荐(0) 编辑
摘要: http://ruby-doc.org/ http://ruby-doc.org/core-2.3.0/Array.html#method-i-select 阅读全文
posted @ 2016-04-08 14:11 冰凌花花~ 阅读(140) 评论(0) 推荐(0) 编辑
摘要: config/unicorn.conf.rb 阅读全文
posted @ 2016-04-05 11:10 冰凌花花~ 阅读(218) 评论(0) 推荐(0) 编辑
摘要: wget http://pkgconfig.freedesktop.org/releases/pkg-config-0.29.tar.gz . env LDFLAGS="-framework CoreFoundation -framework Carbon" ./configure --with-internal-glib make sudo make install 阅读全文
posted @ 2016-04-04 13:29 冰凌花花~ 阅读(1049) 评论(0) 推荐(0) 编辑
摘要: 此处接上一条博客 执行 打开管理页面就可以看到了所有的任务了 http://localhost:9292/ 可以在sidekiq启动的时候存入任务进程号 可以使用sidekiqctl关闭服务 阅读全文
posted @ 2016-03-31 17:36 冰凌花花~ 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 参考页面 https://github.com/mperham/sidekiq https://github.com/mperham/sidekiq/wiki/Getting-Started 强烈推荐这个视频 https://www.youtube.com/watch?v=bfPb1zD91Rg&i 阅读全文
posted @ 2016-03-31 15:38 冰凌花花~ 阅读(287) 评论(0) 推荐(0) 编辑
摘要: $ git reset --hard bit/add $ git log --oneline --graph 阅读全文
posted @ 2016-03-31 11:27 冰凌花花~ 阅读(417) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 41 下一页