-
0 个赞 • 8 条回复
-
0 个赞 • 6 条回复
-
理解 ActiveSupport::Concern at 2016年07月14日
-
控制器只能 render 或 redirect 么 at 2016年06月14日
可以参考http://guides.rubyonrails.org/layouts_and_rendering.html,系统学习一下这块知识
-
gem therubyracer 和 libv8 的安装问题 at 2016年04月20日
谢谢大家,该问题已经解决了,我的解决方案是下面:
gem uninstall -a libv8 gem uninstall -a therubyracer brew tap homebrew/dupes brew install apple-gcc42 gem install libv8 -v '3.16.14.7' -- --with-cxx=/usr/local/bin/g++-4.2 gem install therubyracer -v '0.12.1'
-
gem therubyracer 和 libv8 的安装问题 at 2016年04月20日
@killyfreedom ,这是接过来的别人的项目。在进行gem安装的时候就是这个安不上了,大牛给点提示?
-
整合 ElasticSearch 到现有 Rails 项目 at 2015年10月26日
👍
-
UCloud API 开发大赛在 RubyChina 的特别抽奖送书活动,截止日期 3 月 24 日 at 2015年03月23日
70
-
投了简历怎么没回复呀!
-
[北京] 视觉中国 Ruby 开发工程师或实习生 继续招聘 at 2014年11月25日
怎么发了简历也没个回复呀!
-
Rails 路由系统源码探索 at 2014年11月21日
牛人就是这么炼成的吧!
-
Rails 3 与 Rails 4 中 try 方法的不同 at 2014年11月21日
加深了对try的认识了!!