Skip to content

Commit

Permalink
Add some gems & update license year...
Browse files Browse the repository at this point in the history
  • Loading branch information
ekremkaraca committed Feb 3, 2021
1 parent a45d7d6 commit 7d67487
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 - 2019 Ekrem Karaca
Copyright (c) 2015 - 2021 Ekrem Karaca

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,35 +246,47 @@
- **active_enum** - A gem to provide enum classes - [rubygems](https://rubygems.org/gems/active_enum) - [source code](https://github.com/adzap/active_enum)
- **activeadmin** - A gem to provide admin panel - [rubygems](https://rubygems.org/gems/activeadmin) - [source code](https://github.com/activeadmin/activeadmin)
- **activity_notification** - A gem to integrate user activity notification - [rubygems](https://rubygems.org/gems/activity_notification) - [source code](https://github.com/simukappu/activity_notification)
- **aggregate_root** - A gem to handle event sourcing - [rubygems](https://rubygems.org/gems/aggregate_root) - [source code](https://github.com/RailsEventStore/rails_event_store/tree/master/aggregate_root)
- **ahoy_email** - A tool to provide mail analytics - [rubygems](https://rubygems.org/gems/ahoy_email) - [source code](https://github.com/ankane/ahoy_email)
- **algoliasearch-rails** - A gem to integrate Algolia search - [rubygems](https://rubygems.org/gems/algoliasearch-rails) - [source code](https://github.com/algolia/algoliasearch-rails)
- **annotate** - A gem to annotate rails classes with schema & routes info - [rubygems](https://rubygems.org/gems/annotate) - [source code](https://github.com/ctran/annotate_models)
- **anycable-rails** - A gem to handle websocket server - [rubygems](https://rubygems.org/gems/anycable-rails) - [source code](https://github.com/anycable/anycable-rails)
- **apipie-rails** - A REST API documentation tool - [rubygems](https://rubygems.org/gems/apipie-rails) - [source code](https://github.com/apipie/apipie-rails)
- **auther** - A gem to provide simple, form-based authentication - [rubygems](https://rubygems.org/gems/auther) - [source code](https://github.com/bkuhlmann/auther)
- **autoprefixer-rails** - A gem to add vendor prefixes to stylesheets - [rubygems](https://rubygems.org/gems/autoprefixer-rails) - [source code](https://github.com/ai/autoprefixer-rails)
- **avo** - Configuration-based, no-maintenance, extendable Ruby on Rails admin [rubygems](https://rubygems.org/gems/avo) - [source code](https://github.com/avo-hq/avo) - [:earth_africa:](https://avohq.io)
- **better_errors** - A tool to provide better error page - [rubygems](https://rubygems.org/gems/better_errors) - [source code](https://github.com/BetterErrors/better_errors)
- **brakeman** - A gem to scan code against security vulnerabilities - [rubygems](https://rubygems.org/gems/brakeman) - [source code](https://github.com/presidentbeef/brakeman)
- **breadcrumbs_on_rails** - A gem to create & manage breadcrumbs-style navigation - [rubygems](https://rubygems.org/gems/breadcrumbs_on_rails) - [source code](https://github.com/weppos/breadcrumbs_on_rails)
- **bulma-rails** - A wrapper for bulma, a CSS framework based on flexbox - [rubygems](https://rubygems.org/gems/bulma-rails) - [source code](https://github.com/joshuajansen/bulma-rails)
- **cancancan** - A gem to handle authorization - [rubygems](https://rubygems.org/gems/cancancan) - [source code](https://github.com/cancancommunity/cancancan)
- **caxlsx_rails** - A gem to generate entity-relationship diagram - [rubygems](https://rubygems.org/gems/caxlsx_rails) - [source code](https://github.com/caxlsx/caxlsx_rails)
- **counter_culture** - A gem to provide counter caches - [rubygems](https://rubygems.org/gems/counter_culture) - [source code](https://github.com/magnusvk/counter_culture)
- **devise** - A gem to provide authentication - [rubygems](https://rubygems.org/gems/devise) - [source code](https://github.com/heartcombo/devise)
- **doorkeeper** - A gem to introduce oauth2 provider functionality - [rubygems](https://rubygems.org/gems/doorkeeper) - [source code](https://github.com/doorkeeper-gem/doorkeeper)
- **draper** - A gem to add presentation logic - [rubygems](https://rubygems.org/gems/draper) - [source code](https://github.com/drapergem/draper)
- **factory_bot_rails** - A fixture replacement for testing in Rails - [rubygems](https://rubygems.org/gems/factory_bot_rails) - [source code](https://github.com/thoughtbot/factory_bot_rails)
- **filestack-rails** - A gem to integrate filestack - [rubygems](https://rubygems.org/gems/filestack-rails) - [source code](https://github.com/filestack/filestack-rails)
- **formtastic** - A Rails form builder gem with semantically rich and accessible markup - [rubygems](https://rubygems.org/gems/formtastic) - [source code](https://github.com/formtastic/formtastic)
- **friendly_id** - A gem to deal with slugs & permalinks - [rubygems](https://rubygems.org/gems/friendly_id) - [source code](https://github.com/norman/friendly_id)
- **geokit-rails** - A gem to integrate "geokit" gem in rails apps - [rubygems](https://rubygems.org/gems/geokit-rails) - [source code](https://github.com/geokit/geokit-rails)
- **good_job** - A gem to provide Postgres-based ActiveJob backend - [rubygems](https://rubygems.org/gems/good_job) - [source code](https://github.com/bensheldon/good_job)
- **gretel** - A tool to generate breadcrumbs - [rubygems](https://rubygems.org/gems/gretel) - [source code](https://github.com/kzkn/gretel)
- **groupdate** - A gem to manage temporal data - [rubygems](https://rubygems.org/gems/groupdate) - [source code](https://github.com/ankane/groupdate)
- **hotwire-rails** - A gem to integrate hotwire in rails apps - [rubygems](https://rubygems.org/gems/hotwire-rails) - [source code](https://github.com/hotwired/hotwire-rails)
- **image_optim_rails** - A gem to handle image optimization - [rubygems](https://rubygems.org/gems/image_optim_rails) - [source code](https://github.com/toy/image_optim_rails)
- **js-routes** - A tool to generate all rails routes as javascript helpers - [rubygems](https://rubygems.org/gems/js-routes) - [source code](https://github.com/railsware/js-routes)
- **kaminari** - A gem to provide pagination - [rubygems](https://rubygems.org/gems/kaminari) - [source code](https://github.com/kaminari/kaminari)
- **lockbox** - A gem to deal with encryption - [rubygems](https://rubygems.org/gems/lockbox) - [source code](https://github.com/ankane/lockbox)
- **lograge** - A gem to customize logging Rails apps - [rubygems](https://rubygems.org/gems/lograge) - [source code](https://github.com/roidrage/lograge)
- **mailkick** - A tool to handle mail unsubscriptions - [rubygems](https://rubygems.org/gems/mailkick) - [source code](https://github.com/ankane/mailkick)
- **metka** - A gem to manage tags using Postgresql array columns - [rubygems](https://rubygems.org/gems/metka) - [source code](https://github.com/jetrockets/metka)
- **money-rails** - A gem to integrate "money" gem in rails apps - [rubygems](https://rubygems.org/gems/money-rails) - [source code](https://github.com/RubyMoney/money-rails)
- **paloma** - A gem to manage page-specific javascript in Rails - [rubygems](https://rubygems.org/gems/paloma) - [source code](https://github.com/gnclmorais/paloma)
- **pgcli-rails** - A replacement of `rails:dbconsole` command to manage postgresql - [rubygems](https://rubygems.org/gems/pgcli-rails) - [source code](https://github.com/mattbrictson/pgcli-rails)
- **premailer-rails** - A gem to handle email styling - [rubygems](https://rubygems.org/gems/premailer-rails) - [source code](https://github.com/fphilipe/premailer-rails)
- **prerender_rails** - A gem to prerender javascript-rendered pages - [rubygems](https://rubygems.org/gems/prerender_rails) - [source code](https://github.com/prerender/prerender_rails)
- **rails-erd** - A gem to generate entity-relationship diagram - [rubygems](https://rubygems.org/gems/rails-erd) - [source code](https://github.com/voormedia/rails-erd)
- **rails-settings-cached** - A gem to manage global settings as key-value pairs - [rubygems](https://rubygems.org/gems/rails-settings-cached) - [source code](https://github.com/huacnlee/rails-settings-cached)
- **rails_admin** - A gem to create & manage admin panel for rails app - [rubygems](https://rubygems.org/gems/rails_admin) - [source code](https://github.com/sferik/rails_admin)
- **rails_event_store** - A gem to implement event store in Rails - [rubygems](https://rubygems.org/gems/rails_event_store) - [source code](https://github.com/RailsEventStore/rails_event_store)
Expand All @@ -291,11 +303,17 @@
- **rubocop-rails** - A code style checking tool - [rubygems](https://rubygems.org/gems/rubocop-rails) - [source code](https://github.com/rubocop-hq/rubocop-rails)
- **scenic** - A gem to manage database views - [rubygems](https://rubygems.org/gems/scenic) - [source code](https://github.com/scenic-views/scenic)
- **searchkick** - A gem to provide search ability - [rubygems](https://rubygems.org/gems/searchkick) - [source code](https://github.com/ankane/searchkick)
- **select2-rails** - A gem to integrate select2 library in rails apps - [rubygems](https://rubygems.org/gems/select2-rails) - [source code](https://github.com/argerim/select2-rails)
- **simple_form** - A gem to handle forms - [rubygems](https://rubygems.org/gems/simple_form) - [source code](https://github.com/heartcombo/simple_form)
- **spree** - Spree is an open source E-commerce platform - [rubygems](https://rubygems.org/gems/spree) - [source code](https://github.com/spree/spree)
- **solidus** - A fork of "spree" gem, an open source E-commerce platform - [rubygems](https://rubygems.org/gems/solidus) - [source code](https://github.com/solidusio/solidus)
- **sorbet-rails** - A gem to integrate "sorbet" gem in rails apps - [rubygems](https://rubygems.org/gems/sorbet-rails) - [source code](https://github.com/chanzuckerberg/sorbet-rails/)
- **spree** - An open source E-commerce platform - [rubygems](https://rubygems.org/gems/spree) - [source code](https://github.com/spree/spree)
- **spring** - A gem to preload a Rails app - [rubygems](https://rubygems.org/gems/spring) - [source code](https://github.com/rails/spring)
- **sprockets** - A gem to compile & serve web assets - [rubygems](https://rubygems.org/gems/sprockets) - [source code](https://github.com/rails/sprockets)
- **stimulus-rails** - A gem to integrate stimulus.js in rails apps - [rubygems](https://rubygems.org/gems/stimulus-rails) - [source code](https://github.com/hotwired/stimulus-rails)
- **tinymce-rails** - A gem to integrate tinymce into Rails asset pipeline - [rubygems](https://rubygems.org/gems/tinymce-rails) - [source code](https://github.com/spohlenz/tinymce-rails)
- **trove** - A gem to handle machine learning models deployment - [rubygems](https://rubygems.org/gems/trove) - [source code](https://github.com/ankane/trove)
- **turbo-rails** - A gem to integrate turbo in rails apps - [rubygems](https://rubygems.org/gems/turbo-rails) - [source code](https://github.com/hotwired/turbo-rails)
- **view_component** - A gem to introduce view components - [rubygems](https://rubygems.org/gems/view_component) - [source code](https://github.com/github/view_component)
- **webpacker** - A gem to bundle web assets using webpack - [rubygems](https://rubygems.org/gems/webpacker) - [source code](https://github.com/rails/webpacker)
- **zeitwerk** - A gem to handle thread-safe code loading - [rubygems](https://rubygems.org/gems/zeitwerk) - [source code](https://github.com/fxn/zeitwerk)
Expand Down

0 comments on commit 7d67487

Please sign in to comment.