码迷,mamicode.com
首页 >  
搜索关键字:rake    ( 81个结果
redmine添加redmine_code_review 插件
1、下载redmine_code_review 插件 http://www.redmine.org/plugins/codereview 2、打开redmine_code_review文件下的README.rdoc文件,按照步骤进行安装 3、在执行rake命令时可能会遇到这个问题:http://blog.csdn.net/danny35/article/details/39555237, 4...
分类:其他好文   时间:2014-09-26 14:50:09    阅读次数:374
redmine安装code review遇到的错误 uninitialized constant Redmineapp
给redmine1.2.1,安装code review插件时执行 rake db:migrate_plugins RAILS_ENV=production 遇到这个错误uninitialized constant Redmineapp,经过不断的查找是因为code review 的版本下载错了,得用code review 0.4.4,最后重新安装则成功...
分类:移动开发   时间:2014-09-25 19:59:27    阅读次数:153
debian 安装ruby +nginx+apache开发环境.
#apt-get install ruby rails rubygems rake irb libapache2-mod-ruby libdbi-ruby libdbd-mysql-ruby...
分类:其他好文   时间:2014-09-12 10:16:43    阅读次数:216
rails rake和示例
一篇看到的讲解得不错的文章 http://blog.csdn.net/clskkk2222/article/details/6735365这里还有一些例子:Rake DocumentationRails Rake TutorialUsing the Rake Building Language===...
分类:其他好文   时间:2014-09-10 23:40:21    阅读次数:401
link_to和其对应要跳转的的url,用path和直接路由方法
link_to和其对应要跳转的的url,用path和直接路由方法看看link_to "alert(1)"} %> 在rake routes中看到,定义好的路由是:C:\Users\Administrator\Desktop\lianxizhong\lianxi1_form_f...
分类:其他好文   时间:2014-09-09 19:51:59    阅读次数:128
rails rake 版本问题
rails rake 版本问题 通常情况下,如果我们电脑上同时装了不同版本的rake时,运行rake命令时会出错,如: rake db:migrate rake aborted! You have already activated rake 0.9.2, but your G...
分类:其他好文   时间:2014-07-29 21:04:42    阅读次数:200
ubuntu环境 rake aborted!
错误: rake aborted! Gem::LoadError: You have already activated rake 10.3.2, but your Gemfile requires rake 10.1.1. Prepending `bundle exec` to your command may solve this. 解决: bundle exec rake d...
分类:其他好文   时间:2014-07-17 10:31:22    阅读次数:209
Ruby相关的各种概念(rvm, gem, bundle, rake, rails等)
Ruby这个就不用多说了RVM用于帮你安装Ruby环境,帮你管理多个Ruby环境,帮你管理你开发的每个Ruby应用使用机器上哪个Ruby环境。Ruby环境不仅仅是Ruby本身,还包括依赖的第三方Ruby插件。都由RVM管理。Rails这个也不用多说,著名开发框架。详细看http://zh.wikip...
分类:其他好文   时间:2014-06-27 22:33:00    阅读次数:293
route初级贴
vim route.rb resources :fetched_apps do member do patch :import end end spring rake routes recommend_apps GET /recommend_apps(.:fo...
分类:其他好文   时间:2014-06-20 14:57:22    阅读次数:213
puppet report import
把Puppet报告导入Puppet Dashboard 现在Dashboard正在运行,而我们需要确保它能够获取Puppet报告。完成这项工作有几种方法,开始的时候都是用Rake任务导入旧报告。在/usr/share/puppet-dashboard目录下,运行:$ rake RAILS_ENV=....
分类:其他好文   时间:2014-06-07 23:41:59    阅读次数:223
81条   上一页 1 ... 6 7 8 9 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!