From 6b7e08bc5f8aadc0aac1c81717d83c5b87a1d9fb Mon Sep 17 00:00:00 2001 From: Hopper Gee Date: Mon, 22 May 2023 10:11:13 +0800 Subject: [PATCH 01/40] Add a http_clients gem: rest-man --- catalog/Web_Apps_Services_Interaction/http_clients.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/catalog/Web_Apps_Services_Interaction/http_clients.yml b/catalog/Web_Apps_Services_Interaction/http_clients.yml index cb6164ee..81eb20ba 100644 --- a/catalog/Web_Apps_Services_Interaction/http_clients.yml +++ b/catalog/Web_Apps_Services_Interaction/http_clients.yml @@ -29,6 +29,7 @@ projects: - rapidash - remotely - rest-client + - rest-man - restfulie - streamly - typhoeus From f72c32d4d76d4aa5d60fca1727085bd4c4094adf Mon Sep 17 00:00:00 2001 From: Thiago Diniz Date: Mon, 10 Jul 2023 14:02:13 -0300 Subject: [PATCH 02/40] added cypress-rails to browser_testing.yml --- catalog/Testing/browser_testing.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/catalog/Testing/browser_testing.yml b/catalog/Testing/browser_testing.yml index 00ee9f14..0af2551f 100644 --- a/catalog/Testing/browser_testing.yml +++ b/catalog/Testing/browser_testing.yml @@ -9,6 +9,7 @@ projects: - culerity - cuprite - cypress-on-rails + - cypress-rails - headless - paytonrules/selenium-on-rails - polonium From ae1660fb5b1b08439bb158d28d836153b54432c8 Mon Sep 17 00:00:00 2001 From: a-chacon Date: Tue, 11 Jul 2023 22:27:10 -0400 Subject: [PATCH 03/40] feat: add new category url shortener engines in rails plugins --- catalog/Rails_Plugins/url_shortener_engines.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 catalog/Rails_Plugins/url_shortener_engines.yml diff --git a/catalog/Rails_Plugins/url_shortener_engines.yml b/catalog/Rails_Plugins/url_shortener_engines.yml new file mode 100644 index 00000000..639f8d66 --- /dev/null +++ b/catalog/Rails_Plugins/url_shortener_engines.yml @@ -0,0 +1,5 @@ +name: Url Shortener Engines +description: URL shortener engines are utilities that provide functionality for generating and managing shortened URLs within applications. These engines offer the ability to create compact URLs, track click analytics, and redirect users to the original long URLs. They simplify the process of URL shortening, allowing developers to efficiently handle URL transformations and improve user experience. +projects: + - rails_url_shortener + - shortener From 1b0497bc3499dcee1cf52a99e2ea9c23539bbed6 Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Thu, 6 Jul 2023 00:37:08 +0200 Subject: [PATCH 04/40] Update couchdb_clients.yml --- catalog/Data_Persistence/couchdb_clients.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/catalog/Data_Persistence/couchdb_clients.yml b/catalog/Data_Persistence/couchdb_clients.yml index fcaea239..004917f6 100644 --- a/catalog/Data_Persistence/couchdb_clients.yml +++ b/catalog/Data_Persistence/couchdb_clients.yml @@ -2,6 +2,9 @@ name: CouchDB Clients description: projects: - couch_potato + - couchdb + - couchdb-client + - couchdb_basic - couchrest - couchrest_model - hpoydar/couchrest-rails From 70e64f8b6a5af2d2cc733d4c9952cdd75f15cf1b Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Thu, 20 Jul 2023 16:29:37 +0200 Subject: [PATCH 05/40] CLI opt parser --- catalog/Developer_Tools/CLI_Option_Parsers.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/catalog/Developer_Tools/CLI_Option_Parsers.yml b/catalog/Developer_Tools/CLI_Option_Parsers.yml index ad364668..0bbfe477 100644 --- a/catalog/Developer_Tools/CLI_Option_Parsers.yml +++ b/catalog/Developer_Tools/CLI_Option_Parsers.yml @@ -9,16 +9,20 @@ projects: - cl - clamp - clap + - cli - clint - cmdparse - command_kit - commander + - como - config_parser - cri + - cyclops - docopt - docopt-compgen - dry-cli - dry-cli-completion + - escort - getopt - getoptions - gli @@ -26,11 +30,16 @@ projects: - methadone - micro-optparse - mixlib-cli + - opt-simple - optimist - OptionParser - optitron + - oyster + - parse-argv - quickl - rationalist - slop - terrapin - trollop + - tty-option + - yaop From abe5031dc6588fdae44449d67e55be25a526406d Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Fri, 21 Jul 2023 23:26:35 +0200 Subject: [PATCH 06/40] add quarry --- catalog/Package_Dependency_Management/packaging_systems.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/catalog/Package_Dependency_Management/packaging_systems.yml b/catalog/Package_Dependency_Management/packaging_systems.yml index 767a546e..f94afb15 100644 --- a/catalog/Package_Dependency_Management/packaging_systems.yml +++ b/catalog/Package_Dependency_Management/packaging_systems.yml @@ -1,6 +1,7 @@ name: Packaging Systems description: projects: + - anatol/quarry - mislav/coral - rip - rtomayko/rpg From 0ee7cf6ac334fd27702e7ede7917ed87c1a01fc7 Mon Sep 17 00:00:00 2001 From: Maarten Brouwers Date: Thu, 12 Oct 2023 17:03:50 +0200 Subject: [PATCH 07/40] add swagger-docs to swagger_tools.yml An oldie that I would like to include to see it compared to more up to date projects. --- catalog/Documentation_Tools/swagger_tools.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/catalog/Documentation_Tools/swagger_tools.yml b/catalog/Documentation_Tools/swagger_tools.yml index e4af1460..bb7a231b 100644 --- a/catalog/Documentation_Tools/swagger_tools.yml +++ b/catalog/Documentation_Tools/swagger_tools.yml @@ -18,4 +18,5 @@ projects: - rswag-ui - swagger-blocks - swagger-diff + - swagger-docs - zero-rails_openapi From e5a2a12a786e4f85e53c67cc9a28153945dbc7e6 Mon Sep 17 00:00:00 2001 From: Thomas Klemm Date: Fri, 13 Oct 2023 11:02:54 +0200 Subject: [PATCH 08/40] Add barley to API Builders Barley is a newly released ActiveModel JSON serializer. - GitHub: https://github.com/MoskitoHero/barley - Rubygems: https://rubygems.org/gems/barley --- catalog/Web_Apps_Services_Interaction/API_Builders.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/catalog/Web_Apps_Services_Interaction/API_Builders.yml b/catalog/Web_Apps_Services_Interaction/API_Builders.yml index a2064464..d2884de4 100644 --- a/catalog/Web_Apps_Services_Interaction/API_Builders.yml +++ b/catalog/Web_Apps_Services_Interaction/API_Builders.yml @@ -7,6 +7,7 @@ projects: - api-versions - apia - apiary + - barley - bldr - blueprinter - blueprinter-rb From 3cd3b235c9016e223fb282dc6d6b5f876406f42c Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Wed, 1 Nov 2023 23:51:42 +0100 Subject: [PATCH 09/40] web_servers: add webrick --- catalog/Provision_Deploy_Host/web_servers.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/catalog/Provision_Deploy_Host/web_servers.yml b/catalog/Provision_Deploy_Host/web_servers.yml index 6c6ebf33..a7379451 100644 --- a/catalog/Provision_Deploy_Host/web_servers.yml +++ b/catalog/Provision_Deploy_Host/web_servers.yml @@ -14,4 +14,5 @@ projects: - thin - trinidad - unicorn + - webrick - yarn From d85ecd3cde6ccfc5c478123b6a3b9f7b6d3580ec Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 10:15:46 +0000 Subject: [PATCH 10/40] Update rubocop to version 1.57.2 --- Gemfile.lock | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ff6da412..16391728 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,7 +4,6 @@ GEM addressable (2.8.5) public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) - base64 (0.1.1) bundler-audit (0.9.1) bundler (>= 1.2.0, < 3) thor (~> 1.0) @@ -54,20 +53,20 @@ GEM iniparse (~> 1.4) rexml (~> 3.2) parallel (1.23.0) - parser (3.2.2.3) + parser (3.2.2.4) ast (~> 2.4.1) racc pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) public_suffix (5.0.3) - racc (1.7.1) + racc (1.7.2) rainbow (3.1.1) rake (13.0.6) rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - regexp_parser (2.8.1) + regexp_parser (2.8.2) rexml (3.2.6) rspec (3.12.0) rspec-core (~> 3.12.0) @@ -82,19 +81,18 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-support (3.12.1) - rubocop (1.56.4) - base64 (~> 0.1.1) + rubocop (1.57.2) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.3) + parser (>= 3.2.2.4) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.28.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.29.0) + rubocop-ast (1.30.0) parser (>= 3.2.1.0) rubocop-capybara (2.19.0) rubocop (~> 1.41) @@ -118,7 +116,7 @@ GEM simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) thor (1.2.2) - unicode-display_width (2.4.2) + unicode-display_width (2.5.0) PLATFORMS ruby From 99c34ab5a3e1ef9795b889d0cabe16cabf90fbbf Mon Sep 17 00:00:00 2001 From: Hosam Aly Date: Thu, 2 Nov 2023 10:14:09 +0000 Subject: [PATCH 11/40] Add the ros-apartment gem to the Multitenancy category --- catalog/Web_Apps_Services_Interaction/Multitenancy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/catalog/Web_Apps_Services_Interaction/Multitenancy.yml b/catalog/Web_Apps_Services_Interaction/Multitenancy.yml index 23c1785a..4c546bf1 100644 --- a/catalog/Web_Apps_Services_Interaction/Multitenancy.yml +++ b/catalog/Web_Apps_Services_Interaction/Multitenancy.yml @@ -11,4 +11,5 @@ projects: - multitenant - multitenant-mysql - multitenant-pg + - ros-apartment - whitelabel From c0ee2b4f99b5be32d1cbdb8adba52219f0e2cc56 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 08:45:25 +0000 Subject: [PATCH 12/40] Update rubocop-rspec to version 2.25.0 --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 16391728..293afe1b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -103,8 +103,8 @@ GEM rubocop-ast (>= 0.4.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (2.24.1) - rubocop (~> 1.33) + rubocop-rspec (2.25.0) + rubocop (~> 1.40) rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) ruby-progressbar (1.13.0) From c7330f9219a70aaa8526a209a0de8ad8e4d58c4b Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Sat, 4 Nov 2023 01:45:37 +0000 Subject: [PATCH 13/40] Update rake to version 13.1.0 --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 293afe1b..7e6eecf5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -62,7 +62,7 @@ GEM public_suffix (5.0.3) racc (1.7.2) rainbow (3.1.1) - rake (13.0.6) + rake (13.1.0) rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) From 76de843b65ef661c6c6acd0e1ce406f9d4b4aeff Mon Sep 17 00:00:00 2001 From: Hosam Aly Date: Sun, 5 Nov 2023 17:27:23 +0000 Subject: [PATCH 14/40] Add `after_party` to the Data Migration category --- catalog/Data_Persistence/Data_Migration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/catalog/Data_Persistence/Data_Migration.yml b/catalog/Data_Persistence/Data_Migration.yml index 6d51de8a..af4b8fef 100644 --- a/catalog/Data_Persistence/Data_Migration.yml +++ b/catalog/Data_Persistence/Data_Migration.yml @@ -2,5 +2,6 @@ name: Data Migration description: How to handle data migration when the database schema is changed projects: - actual_db_schema + - after_party - data_migrate - migration_data From 452778d7c98f0f2f457ac14ded7503a7c5a20fc6 Mon Sep 17 00:00:00 2001 From: Mike Kreuzer Date: Thu, 23 Nov 2023 07:13:15 +1100 Subject: [PATCH 15/40] Update static_website_generation.yml --- .../Content_Management_Blogging/static_website_generation.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/catalog/Content_Management_Blogging/static_website_generation.yml b/catalog/Content_Management_Blogging/static_website_generation.yml index 21f3d6f3..321e3334 100644 --- a/catalog/Content_Management_Blogging/static_website_generation.yml +++ b/catalog/Content_Management_Blogging/static_website_generation.yml @@ -29,4 +29,5 @@ projects: - weaver - webby - webgen - \ No newline at end of file + - zine + From 22629b10368e6df3c9685397cd19dacd15b5dd65 Mon Sep 17 00:00:00 2001 From: Piers Chambers Date: Fri, 1 Dec 2023 15:08:46 -0500 Subject: [PATCH 16/40] Update rails_admin_interfaces.yml ActiveAdmin fork with Rails layouts and controllers. --- catalog/Rails_Plugins/rails_admin_interfaces.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/catalog/Rails_Plugins/rails_admin_interfaces.yml b/catalog/Rails_Plugins/rails_admin_interfaces.yml index 763ae407..d7a504f3 100644 --- a/catalog/Rails_Plugins/rails_admin_interfaces.yml +++ b/catalog/Rails_Plugins/rails_admin_interfaces.yml @@ -4,6 +4,7 @@ projects: - ab_admin - active_scaffold - activeadmin + - activeadmin_rails - admin_assistant - admin_data - admin_interface From 8f1e45c649c95c76b9c047023e1791288542e7d8 Mon Sep 17 00:00:00 2001 From: Piers Chambers Date: Fri, 1 Dec 2023 15:12:31 -0500 Subject: [PATCH 17/40] Update rails_admin_interfaces.yml --- catalog/Rails_Plugins/rails_admin_interfaces.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog/Rails_Plugins/rails_admin_interfaces.yml b/catalog/Rails_Plugins/rails_admin_interfaces.yml index d7a504f3..ddc1b191 100644 --- a/catalog/Rails_Plugins/rails_admin_interfaces.yml +++ b/catalog/Rails_Plugins/rails_admin_interfaces.yml @@ -4,7 +4,7 @@ projects: - ab_admin - active_scaffold - activeadmin - - activeadmin_rails + - activeadmin-rails - admin_assistant - admin_data - admin_interface From e8ee3724da2929104a76e553959b8251133b98fd Mon Sep 17 00:00:00 2001 From: Hosam Aly Date: Sun, 3 Dec 2023 18:36:01 +0000 Subject: [PATCH 18/40] Add the `config` gem to Configuration_Management.yml --- catalog/Developer_Tools/Configuration_Management.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/catalog/Developer_Tools/Configuration_Management.yml b/catalog/Developer_Tools/Configuration_Management.yml index 96fcafb7..3c7342b4 100644 --- a/catalog/Developer_Tools/Configuration_Management.yml +++ b/catalog/Developer_Tools/Configuration_Management.yml @@ -8,6 +8,7 @@ projects: - app_config - application_configuration - chamber + - config - config-me - config_fun - config_newton From a0672f2631c77efaa4f8cf4dd70870c913ae0f21 Mon Sep 17 00:00:00 2001 From: Adrian Marin Date: Wed, 6 Dec 2023 16:03:26 +0200 Subject: [PATCH 19/40] Update content_management_systems.yml --- .../Content_Management_Blogging/content_management_systems.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/catalog/Content_Management_Blogging/content_management_systems.yml b/catalog/Content_Management_Blogging/content_management_systems.yml index af88b4ce..b45bb75a 100644 --- a/catalog/Content_Management_Blogging/content_management_systems.yml +++ b/catalog/Content_Management_Blogging/content_management_systems.yml @@ -2,6 +2,7 @@ name: Content Management description: projects: - alchemy_cms + - avo - binda - browsercms - cantierecreativo/railsyardcms From 9a9650b8b55f64af3d6c8cb721050cfe950ca35a Mon Sep 17 00:00:00 2001 From: Adrian Marin Date: Wed, 6 Dec 2023 16:04:25 +0200 Subject: [PATCH 20/40] Add Avo to crm_apps.yml --- catalog/Communication/crm_apps.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/catalog/Communication/crm_apps.yml b/catalog/Communication/crm_apps.yml index d00bf00c..8d2afecc 100644 --- a/catalog/Communication/crm_apps.yml +++ b/catalog/Communication/crm_apps.yml @@ -1,6 +1,7 @@ name: CRM Apps description: projects: + - avo - alchemy_crm - brobertsaz/railscrm - djcp/cohort From 610fd26d061aba359bf87a6891e8d05e108808ed Mon Sep 17 00:00:00 2001 From: Adrian Marin Date: Wed, 6 Dec 2023 16:06:35 +0200 Subject: [PATCH 21/40] Add Avo to Table_Builders.yml --- catalog/HTML_Markup/Table_Builders.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/catalog/HTML_Markup/Table_Builders.yml b/catalog/HTML_Markup/Table_Builders.yml index 4a7b3c12..7672a9c5 100644 --- a/catalog/HTML_Markup/Table_Builders.yml +++ b/catalog/HTML_Markup/Table_Builders.yml @@ -2,6 +2,7 @@ name: Table Builders description: projects: - active-list + - avo - datagrid - easy_table - fancygrid From 9302adc9e60a933fadb840c419c3204372f0ee44 Mon Sep 17 00:00:00 2001 From: Adrian Marin Date: Wed, 6 Dec 2023 16:09:29 +0200 Subject: [PATCH 22/40] Update crm_apps.yml --- catalog/Communication/crm_apps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog/Communication/crm_apps.yml b/catalog/Communication/crm_apps.yml index 8d2afecc..4c0dbf2c 100644 --- a/catalog/Communication/crm_apps.yml +++ b/catalog/Communication/crm_apps.yml @@ -1,8 +1,8 @@ name: CRM Apps description: projects: - - avo - alchemy_crm + - avo - brobertsaz/railscrm - djcp/cohort - fat_free_crm From 93835cb1044056a04a6f42d48aadba28f46d3e86 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 13:16:16 +0000 Subject: [PATCH 23/40] Update rubocop to version 1.58.0 --- Gemfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7e6eecf5..018dbfa9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -35,7 +35,7 @@ GEM guard (~> 2.0) rubocop (< 2.0) iniparse (1.5.0) - json (2.6.3) + json (2.7.1) json-schema (4.1.1) addressable (>= 2.8) language_server-protocol (3.17.0.3) @@ -60,13 +60,13 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (5.0.3) - racc (1.7.2) + racc (1.7.3) rainbow (3.1.1) rake (13.1.0) rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - regexp_parser (2.8.2) + regexp_parser (2.8.3) rexml (3.2.6) rspec (3.12.0) rspec-core (~> 3.12.0) @@ -81,7 +81,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-support (3.12.1) - rubocop (1.57.2) + rubocop (1.58.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -89,7 +89,7 @@ GEM rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.28.1, < 2.0) + rubocop-ast (>= 1.30.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.30.0) From 8468219504771e344812acc26031bf7f4ed62655 Mon Sep 17 00:00:00 2001 From: Goulven Champenois Date: Mon, 11 Dec 2023 18:49:03 +0100 Subject: [PATCH 24/40] Add Sitepress to Blog_Engines.yml Sitepress can work either as a standalone app or as a Rails engine. https://github.com/sitepress/sitepress --- catalog/Content_Management_Blogging/Blog_Engines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/catalog/Content_Management_Blogging/Blog_Engines.yml b/catalog/Content_Management_Blogging/Blog_Engines.yml index 0ada485d..57713367 100644 --- a/catalog/Content_Management_Blogging/Blog_Engines.yml +++ b/catalog/Content_Management_Blogging/Blog_Engines.yml @@ -7,5 +7,6 @@ projects: - picco_blog - refinerycms-blog - serious + - sitepress - toto - typo From 12eb15757318ac1919491e0d1bc5ac18cee23057 Mon Sep 17 00:00:00 2001 From: Daniel Barrows Date: Thu, 14 Dec 2023 16:32:52 -0500 Subject: [PATCH 25/40] Update GUI_Frameworks.yml Added libraries linked from https://softwarerecs.stackexchange.com/questions/53553/with-what-tools-can-i-make-a-complex-and-advanced-gui-with-ruby/57966#57966 --- catalog/Developer_Tools/GUI_Frameworks.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/catalog/Developer_Tools/GUI_Frameworks.yml b/catalog/Developer_Tools/GUI_Frameworks.yml index 3b804416..37cb4879 100644 --- a/catalog/Developer_Tools/GUI_Frameworks.yml +++ b/catalog/Developer_Tools/GUI_Frameworks.yml @@ -1,16 +1,32 @@ name: GUI Frameworks description: Graphical User Interface Frameworks for Desktop Application Development projects: + - cocoa - ffi-tk + - fidgit - flammarion - fxruby + - fxruby-enhancement - glimmer + - glimmer-dsl-fx + - glimmer-dsl-gtk + - glimmer-dsl-jfx - glimmer-dsl-libui + - glimmer-dsl-opal + - glimmer-dsl-specification + - glimmer-dsl-swing - glimmer-dsl-swt - glimmer-dsl-tk + - glimmer-dsl-wx + - glimmer-dsl-xml + - green_shoes - gtk2 - gtk3 + - jrubyfx - libui - qtbindings + - shenmegui - shoes + - tk - wxruby + - wxruby3 From 29bbb9ca95e2a8cf335c435139b5a80ff08f1ad1 Mon Sep 17 00:00:00 2001 From: Largo Date: Fri, 15 Dec 2023 16:32:12 +0900 Subject: [PATCH 26/40] Update packaging_to_executables.yml added maintaned ocra fork ocran to the list of packaging to executables. it's a ruby gem. --- .../Package_Dependency_Management/packaging_to_executables.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/catalog/Package_Dependency_Management/packaging_to_executables.yml b/catalog/Package_Dependency_Management/packaging_to_executables.yml index dffd1907..367e96ba 100644 --- a/catalog/Package_Dependency_Management/packaging_to_executables.yml +++ b/catalog/Package_Dependency_Management/packaging_to_executables.yml @@ -4,6 +4,7 @@ projects: - crate - loureirorg/rb2exe - ocra + - ocran - phusion/traveling-ruby - pmq20/ruby-packer - releasy From 066cb1ecf292e3aadd1806e14c7ba3ed68054898 Mon Sep 17 00:00:00 2001 From: enjaku4 <32835381+enjaku4@users.noreply.github.com> Date: Mon, 18 Dec 2023 01:50:14 +0100 Subject: [PATCH 27/40] Update rails_authorization.yml --- catalog/Security/rails_authorization.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/catalog/Security/rails_authorization.yml b/catalog/Security/rails_authorization.yml index c9e3bb19..b9479b0a 100644 --- a/catalog/Security/rails_authorization.yml +++ b/catalog/Security/rails_authorization.yml @@ -26,6 +26,7 @@ projects: - moulin_rouge - permisi - pundit + - rabarber - rails-auth - rend-acl - restful_acl From 5ba6ccfbe5634f73df2b06196b7abc27e4b7f5be Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 07:45:17 +0000 Subject: [PATCH 28/40] Update overcommit to version 0.61.0 --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 018dbfa9..f36742db 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -48,7 +48,7 @@ GEM notiffany (0.1.3) nenv (~> 0.1) shellany (~> 0.0) - overcommit (0.60.0) + overcommit (0.61.0) childprocess (>= 0.6.3, < 5) iniparse (~> 1.4) rexml (~> 3.2) From eef1cb2f4ba0251f3151e75d6617e91b6def5869 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Sat, 23 Dec 2023 01:45:37 +0000 Subject: [PATCH 29/40] Update rubocop-performance to version 1.20.0 --- Gemfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 018dbfa9..192237f2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -52,7 +52,7 @@ GEM childprocess (>= 0.6.3, < 5) iniparse (~> 1.4) rexml (~> 3.2) - parallel (1.23.0) + parallel (1.24.0) parser (3.2.2.4) ast (~> 2.4.1) racc @@ -81,7 +81,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-support (3.12.1) - rubocop (1.58.0) + rubocop (1.59.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -98,9 +98,9 @@ GEM rubocop (~> 1.41) rubocop-factory_bot (2.24.0) rubocop (~> 1.33) - rubocop-performance (1.19.1) - rubocop (>= 1.7.0, < 2.0) - rubocop-ast (>= 0.4.0) + rubocop-performance (1.20.0) + rubocop (>= 1.48.1, < 2.0) + rubocop-ast (>= 1.30.0, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) rubocop-rspec (2.25.0) From 0c44ca5608f797cbcb032b1de16296bfb2062e17 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 01:15:39 +0000 Subject: [PATCH 30/40] Update rubocop-performance to version 1.20.1 --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 192237f2..1b2b2971 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -98,7 +98,7 @@ GEM rubocop (~> 1.41) rubocop-factory_bot (2.24.0) rubocop (~> 1.33) - rubocop-performance (1.20.0) + rubocop-performance (1.20.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.30.0, < 2.0) rubocop-rake (0.6.0) From 53b0a40dd05fd2370990e6c79cb425ed1579664c Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Mon, 1 Jan 2024 22:04:51 +1300 Subject: [PATCH 31/40] Add sus as a test framework. --- catalog/Testing/testing_frameworks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/catalog/Testing/testing_frameworks.yml b/catalog/Testing/testing_frameworks.yml index b836d77d..4d1c1129 100644 --- a/catalog/Testing/testing_frameworks.yml +++ b/catalog/Testing/testing_frameworks.yml @@ -15,6 +15,7 @@ projects: - rspec - rubydoctest - shindo + - sus - test-unit - testrocket - testy From b9968414c989f001570f3d4cbd362aeae9485c91 Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Fri, 5 Jan 2024 15:06:27 +0100 Subject: [PATCH 32/40] CLI Option Parsers: add sod --- catalog/Developer_Tools/CLI_Option_Parsers.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/catalog/Developer_Tools/CLI_Option_Parsers.yml b/catalog/Developer_Tools/CLI_Option_Parsers.yml index ad364668..506d9b1b 100644 --- a/catalog/Developer_Tools/CLI_Option_Parsers.yml +++ b/catalog/Developer_Tools/CLI_Option_Parsers.yml @@ -32,5 +32,6 @@ projects: - quickl - rationalist - slop + - sod - terrapin - trollop From 19b219dea1f1fff4ecadde721d703f5c95784518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Marcos?= <31287923+joaomarcos96@users.noreply.github.com> Date: Fri, 10 Nov 2023 10:34:13 -0300 Subject: [PATCH 33/40] Create Database Consistency category --- catalog/Data_Persistence/Database_Consistency.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 catalog/Data_Persistence/Database_Consistency.yml diff --git a/catalog/Data_Persistence/Database_Consistency.yml b/catalog/Data_Persistence/Database_Consistency.yml new file mode 100644 index 00000000..7754eecf --- /dev/null +++ b/catalog/Data_Persistence/Database_Consistency.yml @@ -0,0 +1,5 @@ +name: Database Consistency +description: Tools to identify issues between database schema and application models +projects: + - active_record_doctor + - database_consistency From 1f99a394d52a1f4ae700184cbeba58c9be856882 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Marcos?= <31287923+joaomarcos96@users.noreply.github.com> Date: Thu, 9 Nov 2023 11:19:02 -0300 Subject: [PATCH 34/40] Add maintenance_tasks gem Include [maintenance_tasks](https://rubygems.org/gems/maintenance_tasks) gem to Data Migration category as it is used for data migration --- catalog/Data_Persistence/Data_Migration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/catalog/Data_Persistence/Data_Migration.yml b/catalog/Data_Persistence/Data_Migration.yml index 6d51de8a..5e9348d7 100644 --- a/catalog/Data_Persistence/Data_Migration.yml +++ b/catalog/Data_Persistence/Data_Migration.yml @@ -3,4 +3,5 @@ description: How to handle data migration when the database schema is changed projects: - actual_db_schema - data_migrate + - maintenance_tasks - migration_data From e9fe71f32e5790b5d4ace9047a1c6aa3cf01cda6 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 14:15:35 +0000 Subject: [PATCH 35/40] Update rubocop-rspec to version 2.26.1 --- Gemfile.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1b2b2971..8ca280d0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -53,7 +53,7 @@ GEM iniparse (~> 1.4) rexml (~> 3.2) parallel (1.24.0) - parser (3.2.2.4) + parser (3.3.0.2) ast (~> 2.4.1) racc pry (0.14.2) @@ -66,7 +66,7 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - regexp_parser (2.8.3) + regexp_parser (2.9.0) rexml (3.2.6) rspec (3.12.0) rspec-core (~> 3.12.0) @@ -94,16 +94,16 @@ GEM unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.30.0) parser (>= 3.2.1.0) - rubocop-capybara (2.19.0) + rubocop-capybara (2.20.0) + rubocop (~> 1.41) + rubocop-factory_bot (2.25.1) rubocop (~> 1.41) - rubocop-factory_bot (2.24.0) - rubocop (~> 1.33) rubocop-performance (1.20.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.30.0, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (2.25.0) + rubocop-rspec (2.26.1) rubocop (~> 1.40) rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) From aa88f8672306bcbfdefb533e1b0d857c7d31a1f7 Mon Sep 17 00:00:00 2001 From: Adrian Marin Date: Fri, 12 Jan 2024 13:40:30 +0200 Subject: [PATCH 36/40] remove from CRM --- catalog/Communication/crm_apps.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/catalog/Communication/crm_apps.yml b/catalog/Communication/crm_apps.yml index 4c0dbf2c..d00bf00c 100644 --- a/catalog/Communication/crm_apps.yml +++ b/catalog/Communication/crm_apps.yml @@ -2,7 +2,6 @@ name: CRM Apps description: projects: - alchemy_crm - - avo - brobertsaz/railscrm - djcp/cohort - fat_free_crm From c274c34a9cb088f3d1b3fc71f4bded27f75a3556 Mon Sep 17 00:00:00 2001 From: Adrian Marin Date: Fri, 12 Jan 2024 13:40:56 +0200 Subject: [PATCH 37/40] remove from table builders --- catalog/HTML_Markup/Table_Builders.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/catalog/HTML_Markup/Table_Builders.yml b/catalog/HTML_Markup/Table_Builders.yml index 7672a9c5..4a7b3c12 100644 --- a/catalog/HTML_Markup/Table_Builders.yml +++ b/catalog/HTML_Markup/Table_Builders.yml @@ -2,7 +2,6 @@ name: Table Builders description: projects: - active-list - - avo - datagrid - easy_table - fancygrid From 4fa035c4e4cfdf451b96fa3bf24233d383e7db17 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 07:16:02 +0000 Subject: [PATCH 38/40] Update rubocop-performance to version 1.20.2 --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 58103b73..dc674b87 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -53,7 +53,7 @@ GEM iniparse (~> 1.4) rexml (~> 3.2) parallel (1.24.0) - parser (3.3.0.2) + parser (3.3.0.3) ast (~> 2.4.1) racc pry (0.14.2) @@ -98,7 +98,7 @@ GEM rubocop (~> 1.41) rubocop-factory_bot (2.25.1) rubocop (~> 1.41) - rubocop-performance (1.20.1) + rubocop-performance (1.20.2) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.30.0, < 2.0) rubocop-rake (0.6.0) From 4df476a8cab975e1b1ddfd1283b5eb630a208e9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=AA=E3=81=A4=E3=81=8D?= Date: Thu, 2 Nov 2023 15:39:11 -0700 Subject: [PATCH 39/40] Add sassc and sass-embedded --- catalog/CSS/css_with_ruby.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/catalog/CSS/css_with_ruby.yml b/catalog/CSS/css_with_ruby.yml index fd5555d7..af9ff0a5 100644 --- a/catalog/CSS/css_with_ruby.yml +++ b/catalog/CSS/css_with_ruby.yml @@ -9,6 +9,9 @@ projects: - patterns - rainpress - sass + - sass-embedded - sass-rails + - sassc + - sassc-rails - smurfville - stylus From d23b96b629176009074c9e9f2372acfaa0fa0d2b Mon Sep 17 00:00:00 2001 From: Christoph Olszowka Date: Fri, 19 Jan 2024 09:42:41 +0100 Subject: [PATCH 40/40] Adjust description and add more projects to new DB consistency category. Followup to #823. --- catalog/Data_Persistence/Database_Consistency.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/catalog/Data_Persistence/Database_Consistency.yml b/catalog/Data_Persistence/Database_Consistency.yml index 7754eecf..7bae3a55 100644 --- a/catalog/Data_Persistence/Database_Consistency.yml +++ b/catalog/Data_Persistence/Database_Consistency.yml @@ -1,5 +1,8 @@ name: Database Consistency -description: Tools to identify issues between database schema and application models +description: Tools that aid in enforcing database consistency, finding issues with your migrations or differences between your tables and models projects: - active_record_doctor - database_consistency + - hairtrigger + - rein + - strong_migrations