最近想弄个能访问 Internet 的 Android 应用,因为求快所以用了 Ruby on
Rails 来提供 HTTP 资源。这方面的资料还是比较少的,所以把尝试的过程记录下来。1 使用 Ruby on Rails构建 Web
Application1.1 新建 Web Application...
分类:
移动开发 时间:
2014-06-19 13:09:55
阅读次数:
427
零基础搭建服务器 apache下载安装 我用的是Ubuntu,所有 sudo apt-get
install apache2 (配置PHP的时候已经配好了,这里就不重复配置了) 安装Apxs 安装过PHP,所以这个也忽略掉 sudo apt-get
install apache2-d...
分类:
其他好文 时间:
2014-06-12 09:40:02
阅读次数:
184
6月10号docker 1.0稳定版本发布,找了台ubuntu的机器,装了下ubuntu
version:12.04docker
version:1.0.0装docker的步骤可以看官方文档:https://docs.docker.com/installation/ubuntulinux/装好之后,...
分类:
移动开发 时间:
2014-06-12 07:13:23
阅读次数:
293
Execute shell commandsThere are a number of
different ways to run shell commands from Ruby.TheexeccommandKernel#execreplaces
the current process and r...
分类:
其他好文 时间:
2014-06-12 06:50:15
阅读次数:
281
http://guides.rubyonrails.org/asset_pipeline.htmlRails 官方的 Assets Pipeline
文档,解释了 Rails 中对静态资源(javascript, css 以及图片)的管理方式: 0, :title => "修改"),
edit_pa...
分类:
其他好文 时间:
2014-06-12 06:47:39
阅读次数:
280