代码拉取完成,页面将自动刷新
source 'https://gems.ruby-china.com'
# source 'https://rubygems.org/'
git_source(:github) {|repo| "https://github.com/#{repo}.git"}
ruby '2.6.3'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 5.2.3'
# Use mysql as the database for Active Record
gem 'mysql2'
# Use Puma as the app server
gem 'puma', '~> 3.11'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'
# See https://github.com/rails/execjs#readme for more supported runtimes
# gem 'mini_racer', platforms: :ruby
# Use CoffeeScript for .coffee assets and views
gem 'coffee-rails', '~> 4.2'
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
gem 'turbolinks', '~> 5'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.5'
gem 'jquery-rails'
# Use Redis adapter to run Action Cable in production
# gem 'redis', '~> 4.0'
# Use ActiveModel has_secure_password
gem 'bcrypt', '~> 3.1.7'
# Use ActiveStorage variant
# gem 'mini_magick', '~> 4.8'
# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development
# Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', '>= 1.1.0', require: false
# 修改记录
gem 'paper_trail'
# hash 辅助方法
gem 'hashie'
# 树形结构
gem 'awesome_nested_set'
# 省市区选择
# gem 'china_city', git: 'https://github.com/bulexu/china_city.git'
# 分页
gem 'kaminari'
# 默认值
gem 'default_value_for'
# 异步任务
gem 'sidekiq'
gem 'role_core'
# 组合查询
gem 'ransack'
# 图片上传和处理
gem 'mini_magick'
gem 'carrierwave', '~> 1.0'
gem 'image_processing', '~> 1.2'
# hash 辅助方法
gem 'hashie'
# 树形结构
gem 'awesome_nested_set'
# 省市区选择
# gem 'china_city', git: 'https://github.com/bulexu/china_city.git'
# 分页
gem 'kaminari'
# 默认值
gem 'default_value_for'
# 异步任务
gem 'sidekiq'
# 权限限制
gem 'cancancan', '~> 2.0'
# 组合查询
gem 'ransack'
# 图片上传和处理
gem 'mini_magick'
gem 'carrierwave', '~> 1.0'
gem 'image_processing', '~> 1.2'
# excel
gem 'roo', '~> 2.7.1'
gem 'rubyzip', '~> 1.1.7'
gem 'axlsx', '~>2.1.0.pre'
gem 'axlsx_rails'
# 多模式(shcema)查询
gem 'apartment'
gem 'nokogiri'
# 富文本编辑器
gem 'ckeditor', '~> 4.2', '>= 4.2.4'
# 验证码
gem 'rucaptcha'
# 表单
gem 'simple_form'
# 配置信息
gem 'config'
gem 'gravtastic'
gem 'aasm'
group :development, :test do
gem 'rspec-rails', '~> 3.7'
gem 'spring-commands-rspec', '~> 1.0', '>= 1.0.4'
gem "factory_bot_rails"
gem 'rubocop', require: false
# gem 'airborne'
gem 'shoulda-matchers', '~> 3.1'
# 检查N+1次查询
gem 'bullet'
gem 'database_cleaner' #清除测试数据
gem 'simplecov', :require => false, :group => :test
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
end
group :development do
# Access an interactive console on exception pages or by calling 'console' anywhere in the code.
gem 'web-console', '>= 3.3.0'
gem 'listen', '>= 3.0.5', '< 3.2'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'
gem 'spring-watcher-listen', '~> 2.0.0'
# 生成注释
gem 'annotate'
# 自动化部署
gem 'mina'
gem 'mina-puma', require: false
gem 'mina-multistage', require: false
gem 'mina-sidekiq', require: false
end
group :test do
# Adds support for Capybara system testing and selenium driver
gem 'capybara', '>= 2.15'
gem 'selenium-webdriver'
# Easy installation and use of chromedriver to run system tests with Chrome
gem 'chromedriver-helper'
end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
gem 'bootstrap-sass', '3.3.6'
gem 'autoprefixer-rails', '9.6.1'
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。