Skip to content

Commit

Permalink
Merge branch 'feature/add-rails-performance' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed Jan 14, 2025
2 parents c798285 + 7bed61f commit e018fec
Show file tree
Hide file tree
Showing 133 changed files with 1,961 additions and 2,048 deletions.
4 changes: 2 additions & 2 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ API_KEY=

UI_THEME=ontoportal

TWITTER_NEWS=

BIOMIXER_URL=
BIOMIXER_APIKEY=

Expand Down Expand Up @@ -39,5 +41,3 @@ OP_API_URL="https://data.bioontology.org"
API_IMAGE_REPOSITORY=agroportal
## Image tag/version from which the ontoportal api will be built
API_IMAGE_TAG=master


11 changes: 6 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,19 +89,20 @@ gem 'view_component', '~> 2.72'
# Pagination library for Rails
gem 'will_paginate', '~> 3.0'

# String similarity
# String similarity, used by federated search to rank results
gem 'string-similarity'

# Render SVG files in Rails views
gem 'inline_svg'

gem "iso-639", "~> 0.3.6"
gem "flag-icons-rails", "~> 3.4"
# ISO language codes and flags
gem 'flag-icons-rails', '~> 3.4'
gem 'iso-639', '~> 0.3.6'
gem 'countries', '~> 5.7'

# Custom API client
gem 'ontologies_api_client', git: 'https://github.com/ontoportal-lirmm/ontologies_api_ruby_client.git', branch: 'feature/add-rails-performance'

# Ruby 2.7.8 pinned gems (to remove when migrating to Ruby >= 3.0)
gem 'ffi', '~> 1.16.3'
gem 'net-ftp', '~> 0.2.0', require: false
gem 'net-http', '~> 0.3.2'
Expand All @@ -118,7 +119,7 @@ gem 'omniauth-orcid'
gem "color", "~> 1.8"

# Application performance monitoring
gem 'rails_performance'
gem 'rails_performance', '~> 1.2.0'

group :staging, :production, :appliance do
# Application performance monitoring
Expand Down
Loading

0 comments on commit e018fec

Please sign in to comment.