Skip to content

Commit

Permalink
Merge pull request #65 from ES2-UFPI/dev
Browse files Browse the repository at this point in the history
Merge backend repository into master
  • Loading branch information
ekSec authored Oct 21, 2019
2 parents b346d25 + dc3ff8b commit c8d6d06
Show file tree
Hide file tree
Showing 47,051 changed files with 15,337 additions and 5,331,522 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# CajehForm
Create your Social Cajeh Network

Redirect to Cajeh-BackEnd -> https://github.com/Cajeh/cajeh-backend

Redirect to Cajeh-FrontEnd -> https://github.com/Cajeh/cajeh-frontend
1 change: 0 additions & 1 deletion backEnd/.tool-versions

This file was deleted.

26 changes: 0 additions & 26 deletions backEnd/cajehform/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion backEnd/cajehform/.rspec

This file was deleted.

1 change: 0 additions & 1 deletion backEnd/cajehform/.ruby-version

This file was deleted.

47 changes: 0 additions & 47 deletions backEnd/cajehform/Gemfile

This file was deleted.

205 changes: 0 additions & 205 deletions backEnd/cajehform/Gemfile.lock

This file was deleted.

25 changes: 0 additions & 25 deletions backEnd/cajehform/config/database.yml

This file was deleted.

3 changes: 0 additions & 3 deletions backEnd/cajehform/config/routes.rb

This file was deleted.

3 changes: 3 additions & 0 deletions cajeh-backend/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
tmp/
log/
.tool-versions
42 changes: 42 additions & 0 deletions cajeh-backend/Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
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', '~> 6.0.0'
gem 'pg'
# Use Puma as the app server
gem 'puma', '~> 3.11'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
# gem 'jbuilder', '~> 2.7'
# Use Redis adapter to run Action Cable in production
# gem 'redis', '~> 4.0'
# Use Active Model has_secure_password
# gem 'bcrypt', '~> 3.1.7'

# Use Active Storage variant
# gem 'image_processing', '~> 1.2'

# Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', '>= 1.4.2', require: false

# Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible
# gem 'rack-cors'

group :development, :test do
gem 'pry'
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
gem 'rspec-rails'
gem 'rubocop'
end

group :development do
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'
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
Loading

0 comments on commit c8d6d06

Please sign in to comment.