Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rails to 5.2.8.1 #10

Open
wants to merge 47 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
890e822
[wip] update rails to 5.2.8.1
asip Feb 28, 2023
7d97e5b
[wip] update rails to 5.2.8.1
asip Feb 28, 2023
5fa23bf
[wip] update rails to 5.2.8.1
asip Feb 28, 2023
a7d3c1c
[wip] update rails to 5.2.8.1
asip Feb 28, 2023
4052951
[wip] update rails to 5.2.8.1
asip Feb 28, 2023
c40f9b5
[wip] update rails to 5.2.8.1
asip Feb 28, 2023
034fcf2
[wip] update rails to 5.2.8.1
asip Feb 28, 2023
9a564fb
[wip] update rails to 5.2.8.1
asip Mar 1, 2023
0c6edd5
[wip] update rails to 5.2.8.1
asip Mar 1, 2023
0e4a2bd
[wip] update rails to 5.2.8.1
asip Mar 1, 2023
04712a8
[wip] update rails to 5.2.8.1
asip Mar 1, 2023
523deda
[wip] update rails to 5.2.8.1
asip Mar 1, 2023
9bde119
[wip] update rails to 5.2.8.1
asip Mar 1, 2023
c0ceb93
[wip] update rails to 5.2.8.1
asip Mar 1, 2023
34cac9a
[wip] update rails to 5.2.8.1
asip Mar 1, 2023
f60abc7
[wip] update rails to 5.2.8.1
asip Mar 1, 2023
625ca95
wip] update rails to 5.2.8.1
asip Mar 1, 2023
96c7335
[wip] update rails to 5.2.8.1
asip Mar 2, 2023
535350c
[wip] update rails to 5.2.8.1 (convert .coffee into .js)
asip Mar 3, 2023
765b04a
[wip] update rails to 5.2.8.1 (convert .coffee into .js)
asip Mar 3, 2023
71a68f3
[wip] update rails to 5.2.8.1 (convert .coffee into .js)
asip Mar 3, 2023
efc5420
[wip] update rails to 5.2.8.1 (convert .coffee into .js)
asip Mar 3, 2023
97f5358
[wip] update rails to 5.2.8.1 (convert .coffee into .js)
asip Mar 3, 2023
4635e79
[wip] update rails to 5.2.8.1
asip Mar 3, 2023
31ceb4a
[wip] update rails to 5.2.8.1 (settingslogic -> config)
asip Mar 3, 2023
93fad3e
[wip] update rails to 5.2.8.1 (modify spec)
asip Mar 8, 2023
8954247
[wip] update rails to 5.2.8.1 (modify spec)
asip Mar 8, 2023
2a0b48f
[wip] update rails to 5.2.8.1 (modify spec)
asip Mar 8, 2023
3cda23f
[wip] update rails to 5.2.8.1 (modify spec)
asip Mar 8, 2023
f46bb3e
[wip] update rails to 5.2.8.1 (modify spec)
asip Mar 8, 2023
14b0dd8
[wip] update rails to 5.2.8.1 (modify spec)
asip Mar 9, 2023
acb4247
[wip] update rails to 5.2.8.1 (edit config/routes.rb)
asip Mar 9, 2023
fca4c08
[wip] update rails to 5.2.8.1 (modify spec)
asip Mar 10, 2023
925188c
[wip] update rails to 5.2.8.1 (modify spec)
asip Mar 10, 2023
75a3e57
[wip] update rails to 5.2.8.1 (modify spec)
asip Mar 10, 2023
6341744
[wip] update rails to 5.2.8.1 (modify spec)
asip Mar 12, 2023
fdd49c9
[wip] update rails to 5.2.8.1 (modify spec)
asip Mar 12, 2023
a94f51f
[wip] update rails to 5.2.8.1 (modify spec)
asip Mar 12, 2023
69742d3
[wip] update rails to 5.2.8.1 (modify spec)
asip Mar 12, 2023
988a961
[wip] update rails to 5.2.8.1 (modify spec)
asip Mar 12, 2023
368851c
[wip] update rails to 5.2.8.1 (modify spec)
asip Mar 13, 2023
ea16e62
[wip] update rails to 5.2.8.1 (modify spec)
asip Mar 13, 2023
a527f12
[wip] update rails to 5.2.8.1 (convert .coffee into .js)
asip Mar 14, 2023
e9c0425
[wip] update rails to 5.2.8.1 (convert .coffee into .js)
asip Mar 14, 2023
603c055
[wip] update rails to 5.2.8.1 (convert .coffee into .js)
asip Mar 14, 2023
5d84f8d
[wip] update rails to 5.2.8.1 (convert .coffee into .js)
asip Mar 18, 2023
eb72d2f
[wip] update rails to 5.2.8.1 (fix screenshot (html2canvas) in feedba…
asip Mar 19, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,22 @@ vendor/bundle
.DS_Store

# Ignore your setting files
config/application.yml
config/async.yml
config/evernote.yml
config/github.yml
config/dropbox.yml
config/facebook.yml
config/paperclip_feedbacks_s3.yml

.idea

/node_modules

/node_modules
/yarn-error.log
yarn-debug.log*
.yarn-integrity

config/settings.local.yml
config/settings/*.local.yml
config/environments/*.local.yml
1 change: 1 addition & 0 deletions .rspec
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--require spec_helper
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.7.7
54 changes: 31 additions & 23 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,38 @@ source 'https://rubygems.org'
#ruby '2.0.0'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.0.3'
gem "guard-coffeescript", "~> 1.2.1"
gem 'rails', '5.2.8.1'
gem 'guard-coffeescript'

gem 'koala'
gem 'octokit'
gem 'oauth2'

gem 'execjs'
gem 'therubyracer'
gem 'yajl-ruby'
gem 'json', '>= 1.8.1'
# gem 'execjs'
gem 'mini_racer', platforms: :ruby
gem 'terser'
gem 'coffee-rails'

gem 'json', '~> 2.2'

group :development, :test do
gem 'sqlite3'
gem 'rspec-rails'
gem 'capybara'
gem 'capybara-webkit'
gem 'selenium-webdriver'
gem 'factory_girl'
gem 'webdrivers'
gem 'factory_bot'
gem 'faraday-retry'
gem 'database_rewinder'
gem 'sunspot-rails-tester'
gem 'rails-perftest'
gem 'ruby-prof'
end

group :development do
gem 'localhost'
end

group :production do
gem 'pg'
gem 'newrelic_rpm'
Expand All @@ -36,21 +44,22 @@ end

# server
gem 'foreman'
gem 'unicorn'
# Use puma as the app server
gem 'puma'

# gem 'mysql2'

# memcached
gem 'dalli'

# attach file
gem "paperclip", "~> 3.0"
gem 'aws-sdk', '~> 1.11.0'
gem "paperclip"
gem 'aws-sdk'

# markdown
gem "redcarpet", "~> 2.3.0"
gem "nokogiri", "~> 1.6.0"
gem "sanitize", "~> 2.0.4"
gem "redcarpet"
gem "nokogiri"
gem "sanitize"

# paginator
gem 'kaminari'
Expand All @@ -61,10 +70,12 @@ gem 'sunspot_solr'

# backup to dropbox
gem 'dropbox-api'
gem "rubyzip", "~> 0.9.9"

gem "rubyzip"
gem 'zip-zip'

# evernote
gem "evernote_oauth", "~> 0.2.1"
gem "evernote_oauth"

# ics export
gem 'icalendar'
Expand All @@ -75,19 +86,16 @@ gem 'rack-offline', :git => 'https://github.com/wycats/rack-offline.git'
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails', '~> 4.0.0'
gem 'coffee-rails', '~> 4.0.0'
gem 'sass-rails'

# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer', platforms: :ruby

gem 'uglifier', '>= 1.0.3'
end

gem 'jquery-rails'
gem 'less-rails'

gem 'settingslogic'
gem 'bootsnap', require: false

gem 'config'

# To use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0'
Expand Down
Loading