码迷,mamicode.com
首页 >  
搜索关键字:rails 4    ( 1094个结果
Ruby On Rails 4 hello world,Ruby On Rails上手
有机会再试一试Rails了,仅仅是原来接触的是2,如今已然变成了4,似乎如今的安装比原来会快些。。Rails 4 安装针对于安装了RVM gem install rails没有的话应该主sudo gem install rails安装RVM能够用 \curl -L https://get.rvm.i...
分类:其他好文   时间:2014-07-24 17:10:21    阅读次数:381
nginx + unicorn 部署rails项目
nginx + unicorn 部署 rails 项目,顾名思义要先安装nginx和unicorn一 安装安装nginx: sudo apt-get install nginx安装unicorn: gem install unicorn二 配置1 在你项目的config文件夹下添加一个unicorn...
分类:其他好文   时间:2014-07-24 09:53:43    阅读次数:257
rails transaction 的用法
Rails 的 transaction 事务处理最近太做一个数据排名统计,统计过程中需要删除旧的缓存统计数据,最开始写的时候就直接CachePostTotal.connection.execute("truncate table cache_post_totals")先把这个表给重置了,然后再循环往...
分类:其他好文   时间:2014-07-22 22:52:34    阅读次数:238
rails excel的创建
Example of how to add tables to an XlsxWriter worksheet.Tables in Excel are used to group rows and columns of data into a single structure that can be...
分类:其他好文   时间:2014-07-22 22:52:12    阅读次数:249
y combinator 做的一个调查_可以学习一下
RoR: 在网络营运平台企业中,RoR站稳使用率第一的位置。其用户包括:ZenPayroll (人力资源)、Asile50 (零售平台)、BackerKit (众筹平台)、Rainforest (QA测试)等。 Ruby on Rails是一种结合Ruby语言与Rails平台的一种网页编程语言,.....
分类:其他好文   时间:2014-07-22 22:46:14    阅读次数:412
rails 调试工具pry 换掉debugger 和 rails c
用过pry,就会觉得之前使用的debugger的使用方法如此的复杂和烦恼重起rails s 的苦恼,以及为irb的增强功能而花费时间,默认pry配置已经够用了,以致rails console也可以歇歇了。安装:在Gemfile中添加gem 'pry', :group => :developme...
分类:其他好文   时间:2014-07-22 00:35:34    阅读次数:300
Rails 和 postgresql 配置
这里我的系统是Ubuntu14.04 LTS 安装RVM 和 Ruby 运行:?curl -sSL https://get.rvm.io | bash -s stable --ruby 如果没有 curl 就安装下, 命令: sudo apt-get install curl 安装Rails 运行: sudo gem install ra...
分类:数据库   时间:2014-07-21 10:31:47    阅读次数:296
rails respond_to 的原理与使用
rails 的 respond_to 的使用和原理respond_to 实现了根据客户端的请求来返回不同的类型资源原理: 在HTTP协议中,客户端会在他们的HTTP首部包含一些元信息(meta-information),这些元信息按照“字段:值”的方式来组织,HTTP协议预定义了很多标准字段,...
分类:其他好文   时间:2014-07-21 09:01:41    阅读次数:177
【转】rails 遇到 Could not find a JavaScript runtime execjs错误(ubuntu)
当我运行$rails s遇到下面错误/var/lib/gems/2.0.0/gems/execjs-2.2.1/lib/execjs/runtimes.rb:51:in `autodetect': Could not find a JavaScript runtime. See https://gi...
分类:编程语言   时间:2014-07-19 15:21:13    阅读次数:219
How to Install Xcode, Homebrew, Git, RVM, Ruby & Rails on Snow Leopard, Lion, Mountain Lion, and Mavericks
After following many outdated and incomplete instructions for setting up a web development environment on a Mac (back in March 2012), and spending a l...
分类:其他好文   时间:2014-07-19 15:00:41    阅读次数:730
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!