rails的一些琐碎的问题集棉

  1.  如何做一个无限循环,直到指定的条件满足,才就行其他的操作。问题的具体描述是这样的:现在需要判断一个文件是否存在,知道文件,才就行一些操作。
    Thread.new {
                until File.exist?(File.join(Rails.root, "public", "video", pre_img))
                  sleep 1
                  logger.info("sleep:#{++i}")
                end
    
    }
    until 循环控制

  2. 由字符串生成类,动态编程中特别需要
      self.channelable_type.downcase.capitalize.constantize.find_by_id(self.channelable_id)
  3. 将sublime-text放到可执行目录,就是/bin目录下,就可以在cmd的如何地方运行该程序了
    ln -s  /home/user/opt/sublime-text/sublime_text   /bin/sublime
    打开一个工程
    sublime  /var/www/pro
  4. send_file下载文件的中文问题的解决方法
          file_name = "#{video.user.username}_#{video.shot_time.strftime('%Y年%m月%d日%H时%M分')}_#{video.title}.flv"
          real_file_name = Iconv.iconv("GB2312", "UTF-8", file_name)
          send_file File.join(Rails.root,"public","video","#{video.url}"), :filename => real_file_name
    

  5. rails3 中取消test/unit的命令
    rails new project_name -T












评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值