Skip to content

Commit

Permalink
🔥 Merge branch 'deploy' of github.com:roniy68/capstone-rails into deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
roniy68 committed Jun 22, 2023
2 parents 5d253de + 29c022d commit e7339b0
Show file tree
Hide file tree
Showing 64 changed files with 8,907 additions and 940 deletions.
4 changes: 4 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
CLOUDINARY_CLOUD_NAME= "dflkan5fc"
CLOUDINARY_API_KEY= "331231895961383"
CLOUDINARY_API_SECRET= "TeS3NItOFenZ6u55Iiqm5B8JAzo"
CLOUDINARY_URL="cloudinary://331231895961383:TeS3NItOFenZ6u55Iiqm5B8JAzo@dflkan5fc"
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@
!/app/assets/builds/.keep

/node_modules

.ahr
2 changes: 1 addition & 1 deletion .rspec
Original file line number Diff line number Diff line change
@@ -1 +1 @@
--require spec_helper
--require spec_helper
7 changes: 3 additions & 4 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,19 @@ AllCops:
Layout/LineLength:
Enabled: false
Metrics/MethodLength:
Max: 30
Max: 40
Metrics/AbcSize:
Max: 50
Metrics/ClassLength:
Max: 170
Metrics/BlockLength:
Exclude: ['describe']
Exclude: ["describe"]
Max: 60
Metrics/CyclomaticComplexity:
Enabled: false
Metrics/PerceivedComplexity:
Enabled: false


Style/Documentation:
Enabled: false
Style/ClassAndModuleChildren:
Expand Down Expand Up @@ -57,4 +56,4 @@ Style/HashEachMethods:
Style/HashTransformKeys:
Enabled: false
Style/HashTransformValues:
Enabled: false
Enabled: false
11 changes: 11 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]

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

# Use Sass to process CSS
# gem "sassc-rails"
Expand All @@ -58,8 +59,12 @@ gem 'bootsnap', require: false
group :development, :test do
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem 'debug', platforms: %i[mri mingw x64_mingw]
gem 'factory_bot_rails'
gem 'faker'
gem 'rspec-rails', '~> 5.0'
gem 'rubocop', '>= 1.0', '< 2.0'
end
gem 'swagger-blocks'

group :development do
# Use console on exceptions pages [https://github.com/rails/web-console]
Expand All @@ -78,3 +83,9 @@ group :test do
gem 'selenium-webdriver'
gem 'webdrivers'
end

gem 'cloudinary', '~> 1.26'

gem 'dotenv', '~> 2.8'

gem 'image_magick', '~> 0.1.9'
64 changes: 64 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ GEM
addressable (2.8.4)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
aws_cf_signer (0.1.3)
babel-source (5.8.35)
babel-transpiler (0.7.0)
babel-source (>= 4.0, < 6)
Expand All @@ -86,6 +87,9 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
cloudinary (1.26.0)
aws_cf_signer
rest-client (>= 2.0.0)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
crass (1.0.6)
Expand All @@ -95,12 +99,31 @@ GEM
debug (1.8.0)
irb (>= 1.5.0)
reline (>= 0.3.1)
diff-lcs (1.5.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
dotenv (2.8.1)
erubi (1.12.0)
execjs (2.8.1)
factory_bot (6.2.1)
activesupport (>= 5.0.0)
factory_bot_rails (6.2.0)
factory_bot (~> 6.2.0)
railties (>= 5.0.0)
faker (3.2.0)
i18n (>= 1.8.11, < 2)
ffi (1.15.5)
globalid (1.1.0)
activesupport (>= 5.0)
http-accept (1.7.0)
http-cookie (1.0.5)
domain_name (~> 0.5)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
image_magick (0.1.9)
image_processing (1.12.2)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
io-console (0.6.0)
irb (1.7.0)
reline (>= 0.3.0)
Expand All @@ -121,6 +144,10 @@ GEM
marcel (1.0.2)
matrix (0.4.2)
method_source (1.0.0)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2023.0218.1)
mini_magick (4.12.0)
mini_mime (1.1.2)
minitest (5.18.0)
msgpack (1.7.1)
Expand All @@ -133,6 +160,7 @@ GEM
timeout
net-smtp (0.3.3)
net-protocol
netrc (0.11.0)
nio4r (2.5.9)
nokogiri (1.15.2-x86_64-linux)
racc (~> 1.4)
Expand Down Expand Up @@ -188,7 +216,29 @@ GEM
regexp_parser (2.8.0)
reline (0.3.5)
io-console (~> 0.5)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.2.5)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-rails (5.1.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
railties (>= 5.2)
rspec-core (~> 3.10)
rspec-expectations (~> 3.10)
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-support (3.12.0)
rubocop (1.52.1)
json (~> 2.3)
parallel (~> 1.10)
Expand All @@ -202,6 +252,8 @@ GEM
rubocop-ast (1.29.0)
parser (>= 3.2.1.0)
ruby-progressbar (1.13.0)
ruby-vips (2.1.4)
ffi (~> 1.12)
rubyzip (2.3.2)
selenium-webdriver (4.10.0)
rexml (~> 3.2, >= 3.2.5)
Expand All @@ -216,6 +268,7 @@ GEM
sprockets (>= 3.0.0)
stimulus-rails (1.2.1)
railties (>= 6.0.0)
swagger-blocks (3.0.0)
thor (1.2.2)
tilt (2.2.0)
timeout (0.3.2)
Expand All @@ -225,6 +278,9 @@ GEM
railties (>= 6.0.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2)
unicode-display_width (2.4.2)
web-console (4.2.0)
actionview (>= 6.0.0)
Expand All @@ -249,19 +305,27 @@ PLATFORMS
DEPENDENCIES
bootsnap
capybara
cloudinary (~> 1.26)
cssbundling-rails
debug
dotenv (~> 2.8)
factory_bot_rails
faker
image_magick (~> 0.1.9)
image_processing (>= 1.2)
jbuilder
jsbundling-rails
pg (~> 1.1)
puma (~> 5.0)
rack-cors
rails (~> 7.0.5)
react-rails
rspec-rails (~> 5.0)
rubocop (>= 1.0, < 2.0)
selenium-webdriver
sprockets-rails
stimulus-rails
swagger-blocks
turbo-rails
tzinfo-data
web-console
Expand Down
Loading

0 comments on commit e7339b0

Please sign in to comment.