书栈网 · BookStack 本次搜索耗时 0.019 秒,为您找到 880 个相关结果.
  • Injection

    permalink: /Security_Testing_Cheat_Sheet/ DRAFT CHEAT SHEET - WORK IN PROGRESS Introduction Testing Tools Security Test Plan Injection Authentication and Authorization Sessio...
  • Mass Assignment

    Introduction Definition Alternative Names Example Exploitability GitHub case study Solutions General Solutions Language & Framework specific solutions Spring MVC Whitelisti...
  • Ruby

    Ruby Overview Versions Images Build Process Configuration Hot Deploying Ruby You are viewing documentation for a release that is no longer supported. The latest supported...
  • Ruby

    mysql2 Rails
  • 添加mvc目录

    添加mvc目录 很多人是这样的做法: $ tree . - L 1 - d . ├── actions ├── config ├── cron_later ├── doc ├── middleware ├── migrate ├── models ├── node_modules ├─...
  • 脚手架scaffold

    脚手架scaffold 模板引擎的原理 tpl_apply 实现一个scaffold 学习资料 脚手架scaffold rails在2005年横空出世,靠的就是10分钟完成一个blog的当时的创举,其实scaffold居功甚伟 scaffold说白了就是生成器 模板引擎的原理 我们来回想模板引擎的原理 数据 模板 然后模板+数据编...
  • Gitaly developers guide

    1443 2020-07-27 《Gitlab 中文文档》
    Gitaly developers guide Gitaly developers guide Deep Dive Beginner’s guide Developing new Git features gitaly-ruby Gitaly-Related Test Failures Legacy Rugged code TooManyIn...
  • Tutorial

    Gin and GORM Django Flask and SQLAlchemy Ruby on Rails
  • README

    Puma: A Ruby Web Server Built For Concurrency Built For Speed & Concurrency Quick Start Frameworks Rails Sinatra Configuration Thread Pool Clustered mode Binding TCP / Socke...
  • 配置

    902 2018-02-05 《Rails 风格指南》
    自定义的初始化代码应放在 config/initializers 目录下。 Initializers 目录中的代码在应用启动时被执行。 每个 gem 的初始化代码应放在单独的文件中,并且文件名应与 gem 的名称相同。例如: carrierwave.rb , active_admin.rb 。 相应地调整开发环境、测试环境及生产环境的配置(修改 ...