Skip to content

Commit 8490cf3

Browse files
committedMay 5, 2020
Redefine architechure
1 parent c736855 commit 8490cf3

File tree

137 files changed

+13827
-2851
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+13827
-2851
lines changed
 

‎.env.dev

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export DEPLOY_ENV="development"
2+
export PUBLIC_URL=http://localhost:3001
3+
export REACT_APP_API_HOST=http://localhost:3000

‎Gemfile

+1-5
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,12 @@ gem 'pg', '>= 0.18', '< 2.0'
1313
gem 'puma', '~> 4.1'
1414
# Use SCSS for stylesheets
1515
gem 'sass-rails', '>= 6'
16-
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker
17-
gem 'webpacker', '~> 4.0'
18-
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
19-
gem 'turbolinks', '~> 5'
16+
gem 'sprockets-rails'
2017
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
2118
gem 'cancancan'
2219
gem 'devise'
2320
gem 'font-awesome-rails'
2421
gem 'jbuilder', '~> 2.7'
25-
gem 'react-rails'
2622
gem 'chronic_duration', '~> 0.10.6'
2723
# Use Redis adapter to run Action Cable in production
2824
# gem 'redis', '~> 4.0'

0 commit comments

Comments
 (0)
Please sign in to comment.