码迷,mamicode.com
首页 >  
搜索关键字:rails 4    ( 1094个结果
git 备份和恢复
实际应用设置之前要在个人用户设置中增加key(为了备份ssh的项目)备份进入ditlab容器cd /home/git/gitlabbundle exec rake gitlab:backup:create RAILS_ENV=productioncd /home/git/gitlabbundle e...
分类:其他好文   时间:2015-12-13 17:09:15    阅读次数:268
Could not find gem 'sqlite3 (>= 0) x64-mingw32' in any of the gem sources listed in your Gemfile
Could not find gem 'sqlite3 (>= 0) x64-mingw32' in any of the gem sources listed in your Gemfile or available on this machine.  Run `bundle install` to install missing gems. 在 windows下搭建Ruby Rails Web...
分类:数据库   时间:2015-12-12 15:36:02    阅读次数:482
Ruby Rails入门——windows下搭建Ruby Rails Web开发环境
Ruby on Rails 是一个可以使你开发,部署,维护 web 应用程序变得简单的框架。2015年10月编程语言排行榜 Ruby进入TIOBE排行榜前十,可见其流行程序如此之高。本文就帮你打开Ruby on Rails Web开发的大门,助你进入Ruby on Rails的世界,感受不一样的风景。Ruby on Rails完整安装包下载地址:http://railsinstaller.org/...
分类:Windows程序   时间:2015-12-12 15:33:20    阅读次数:420
新手探路: ruby rails windows 简单安装及配置
纯属菜鸟自己记录为以后失忆症犯了的时候看看的:)刚开始接触ruby 所以从安装开始网上找了一些guide 自己也写一个自己的心得首先比较简单的安装 ,安装包地址:https://www.ruby-lang.org/en/documentation/installation/#rubyinstalle...
分类:Windows程序   时间:2015-12-07 20:33:10    阅读次数:408
prototype.js简介
prototype.js简介2007-11-21 14:22prototype.js是一个很强大的Javascript函数库,它可以让你很轻松的使用一些特效,实现AJAX的功能.虽然prototype.js是为了Ruby On Rails开发的,它的纯Javascript的性质也使得它很容易用在其他...
分类:Web程序   时间:2015-11-17 12:35:35    阅读次数:170
centos下搭建ruby on rails环境
1、安装ruby 安装成功后,输入ruby -v 会有版本信息2、执行gem install rails 安装rails 执行该过时出现等待,很久也没有反应,在网上查了之后才知道是找不到资源,解决办法是修改配置源 使用 gem source 命令配置 把http://rubygems.org...
分类:其他好文   时间:2015-11-13 18:49:22    阅读次数:265
rails+unicorn+nginx配置、shell启动脚本
1、nginx 配置文件 ????1.1、项目目录放在系统/var/www/ upstream?app?{ #?Path?to?Unicorn?SOCK?file,?as?defined?previously server?unix:/var/www/app/shared/sockets/unicorn.sock?fail_ti...
分类:系统相关   时间:2015-11-13 13:20:45    阅读次数:402
snorby 2.6.2 undefined method `run_daily_report' for Event:Class (NoMethodError)
rails runner "Event.run_daily_report"测试邮件配置undefined method `run_daily_report' for Event:Class (NoMethodError)原因是:snorby2.6.1开始移除了DailyCacheJob,因此需要更换...
分类:其他好文   时间:2015-11-10 15:57:05    阅读次数:186
如何学习新技术(复制)
「我想学rails,有没有推荐的ruby的入门书籍?」 「我想学android,对java掌握到什么程度才能开始呢?」 「我c/c++还没入门,能直接学python么?」 这些问题都是初学者常常萦绕心头的疑虑。在我们自己的现状和想要...
分类:其他好文   时间:2015-11-09 11:03:51    阅读次数:320
Ruby(rails)win环境下安装
1.RubyInstaller在RubyInstaller官网下载window版本安装,地址:http://rubyinstaller.org/downloads/执行安装程序,勾选Add Ruby executables to your PATH,安装完成在cmd上测试ruby -v查看注意安装路...
分类:Windows程序   时间:2015-11-08 20:38:47    阅读次数:263
1094条   上一页 1 ... 54 55 56 57 58 ... 110 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!