代码重构
Showing
.ruby-gemset
0 → 100644
| ... | @@ -2,12 +2,13 @@ source 'https://gems.ruby-china.com' | ... | @@ -2,12 +2,13 @@ source 'https://gems.ruby-china.com' |
| git_source(:github) { |repo| "https://github.com/#{repo}.git" } | git_source(:github) { |repo| "https://github.com/#{repo}.git" } | ||
| ruby '2.6.0' | ruby '2.6.5' | ||
| # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | ||
| gem 'rails', '~> 5.2.2', '>= 5.2.2.1' | gem 'rails', '~> 6.0.1' | ||
| # Use sqlite3 as the database for Active Record | # Use sqlite3 as the database for Active Record | ||
| gem 'sqlite3' | # gem 'sqlite3' | ||
| gem 'mysql2', '~> 0.5.3' | |||
| # Use Puma as the app server | # Use Puma as the app server | ||
| gem 'puma', '~> 3.11' | gem 'puma', '~> 3.11' | ||
| # Use SCSS for stylesheets | # Use SCSS for stylesheets | ||
| ... | ... |
app/models/user_device.rb
0 → 100644
app/services/igetui/android_pusher.rb
0 → 100644
app/services/igetui/base.rb
0 → 100644
app/services/igetui/ios_pusher.rb
0 → 100644
app/services/push.rb
deleted
100644 → 0
app/services/push/igetui.rb
deleted
100644 → 0
app/services/push/igetui/push.rb
deleted
100644 → 0
app/services/push_tool_client.rb
0 → 100644
config/database.yml.example
0 → 100644
Please
register
or
sign in
to comment