issues
search
UXSoc
/
CSAFE-Chapman-University
Chapman University SE320 Development & Test
Apache License 2.0
0
stars
1
forks
source link
Add dependencies
#4
Closed
xaviablaza
closed
6 years ago
xaviablaza
commented
6 years ago
Pull Request Changes
Upgraded rails version to
5.2
Upgraded ruby version to
2.5.1
Add and setup webpacker gem
Remove
test
and
log
folders and added them to .gitignore
Add docker files for local development:
docker-compose up db bundle exec rails s
Installed rspec
Installed activeadmin
Setup sendgrid
Setup factory_bot
Install pundit for auth
Change activeadmin namespace
Migrate the database and change to postgres from mysql
Pull Request Changes
5.2
2.5.1
test
andlog
folders and added them to .gitignore