0 Star 0 Fork 2

sonarqube/ruby-test-sources

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
application.rb 557 Bytes
一键复制 编辑 原始数据 按行查看 历史
likui 提交于 8年前 . Add user following
require_relative 'boot'
require 'rails/all'
# Require the gems listed in Gemfile, including any gems
# you've limited to :test, :development, or :production.
Bundler.require(*Rails.groups)
module SampleApp
class Application < Rails::Application
# Settings in config/environments/* take precedence over those specified here.
# Application configuration should go into files in config/initializers
# -- all .rb files in that directory are automatically loaded.
config.action_view.embed_authenticity_token_in_remote_forms = true
end
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Ruby
1
https://gitee.com/sonarqube/ruby-test-sources.git
git@gitee.com:sonarqube/ruby-test-sources.git
sonarqube
ruby-test-sources
ruby-test-sources
master

搜索帮助