240 发简信
IP属地:河北
  • gem install rest-client输入没有反应

    如果不小心搞坏了文件,可以如下简单恢复。 gem pristine activerecord -v 4.2.0 #恢复所有 gem pristi...

  • Resize,w 360,h 240
    The dependency tzinfo-data (>= 0) will be unused

    ➜ jdstore git:(main) ✗ bundle install The dependency tzinfo-data (>= 0)...

  • Resize,w 360,h 240
    ActiveRecord::ConnectionNotEstablished

    出现问题 ActiveRecord::ConnectionNotEstablished 解决方法: 执行 rakedb:create# to c...

  • Resize,w 360,h 240
    Rails 无法生成页面,没有"config/database.yml

    jdstore 出现报错 Cannot load `Rails.application.database_configuration`: Cou...

  • Resize,w 360,h 240
    jdstore stpe1

    出现如下报错 解决方法 改成这个gem 'sqlite3', '~> 1.3.11' 在执行bundle install

  • Resize,w 360,h 240
    job-listing 代码

    ===================================== --------- scope :published, -> { w...

  • brew update 卡住

    brew update 卡住没有反应 解决 那就删除此目录:rm -rf /usr/local/share/doc/homebrew 重启一下终...

  • job-listing config/routes.rb完全代码 及其他笔记

    Rails.application.routes.draw do devise_for :users namespace :admin do...

  • Resize,w 360,h 240
    Specified 'sqlite3' for database adapter, but the gem is not loaded. Add `gem 'sqlite3'` to your ...

    Specified 'sqlite3' for database adapter, but the gem is not loaded. Add...