Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Hanami

A flexible framework for maintainable Ruby apps
Collective - Host: opensource - https://opencollective.com/hanami - Website: https://hanamirb.org/ - Code: https://github.com/hanami

Generate struct

github.com/hanami/cli - cllns opened this pull request 5 months ago
Use slice.source_path in RubyFileWriter

github.com/hanami/cli - cllns opened this issue 5 months ago
Add `generate migration` command and generator

github.com/hanami/cli - timriley opened this pull request 5 months ago
Generate repo

github.com/hanami/cli - cllns opened this pull request 5 months ago
Generate db files during `hanami generate slice`

github.com/hanami/cli - cllns opened this pull request 5 months ago
Use dry-cli's :flag type instead of :boolean

github.com/hanami/cli - cllns opened this pull request 6 months ago
Update getting started guide for v2.2

github.com/hanami/guides - timriley opened this pull request 6 months ago
Generate DatabaseCleaner setup in new apps

github.com/hanami/rspec - timriley opened this issue 6 months ago
Generate DatabaseCleaner setup in new apps

github.com/hanami/cli - timriley opened this issue 6 months ago
Move constants used in generators

github.com/hanami/cli - krzykamil opened this pull request 6 months ago
`hanami new` should generate `relations/.keep`

github.com/hanami/cli - timriley opened this issue 6 months ago
Prepare for v2.2 guides

github.com/hanami/guides - timriley opened this pull request 6 months ago
Fix CI with kwargs change

github.com/hanami/api - cllns opened this pull request 6 months ago
`generate repo` command

github.com/hanami/cli - timriley opened this issue 6 months ago
`generate relation` command

github.com/hanami/cli - timriley opened this issue 6 months ago
`generate struct` command

github.com/hanami/cli - timriley opened this issue 6 months ago
Drop support for Ruby 3.0, update README

github.com/hanami/reloader - cllns opened this pull request 6 months ago
1.3 rake3 fix headers

github.com/hanami/controller - DangerDawson opened this pull request 6 months ago
Depend on dry-system 1.1.0.beta1

github.com/hanami/hanami - timriley opened this pull request 6 months ago
Require dry-configurable >= 1.2.0

github.com/hanami/hanami - timriley opened this pull request 6 months ago
Bump dry-inflector and rom-sql dependencies

github.com/hanami/hanami - timriley opened this pull request 6 months ago
Require rom-sql 3.6.4 or newer

github.com/hanami/db - timriley opened this pull request 6 months ago
Add sqlite support for db commands

github.com/hanami/cli - timriley opened this pull request 6 months ago
New version of tilt (2.4.0) broke the build

github.com/hanami/mailer - depfu[bot] opened this pull request 6 months ago
Fix API docs

github.com/hanami/controller - cllns opened this pull request 6 months ago
Add the action instance to the request environment

github.com/hanami/controller - tombruijn opened this pull request 6 months ago
Add action name to Rack environment

github.com/hanami/controller - timriley opened this issue 6 months ago
Set up SQL logging

github.com/hanami/hanami - timriley opened this pull request 6 months ago
[Fix] Console default engine

github.com/hanami/cli - Andsbf opened this pull request 6 months ago
New version of net-imap (0.4.14) broke the build

github.com/hanami/mailer - depfu[bot] opened this pull request 6 months ago
Prevent file overwriting

github.com/hanami/cli - cllns opened this issue 6 months ago
Generate db files during hanami new

github.com/hanami/cli - cllns opened this pull request 6 months ago
Add DB provider adapter config & sensible defaults

github.com/hanami/hanami - timriley opened this pull request 6 months ago
New version of net-imap (0.4.13) broke the build

github.com/hanami/mailer - depfu[bot] opened this pull request 6 months ago
Register db provider when only config/db/ exists

github.com/hanami/hanami - timriley opened this pull request 6 months ago
Generate migrations with `generate migration`

github.com/hanami/cli - timriley opened this issue 6 months ago
Add db:migrate compatibility Rake task

github.com/hanami/hanami - timriley opened this pull request 6 months ago
Remove unused db commands and support code

github.com/hanami/cli - timriley opened this pull request 6 months ago
Log SQL queries

github.com/hanami/hanami - timriley opened this issue 6 months ago
Load db provider if config dir exists

github.com/hanami/hanami - timriley opened this issue 6 months ago
Rationalize all db command output text

github.com/hanami/cli - timriley opened this issue 6 months ago
Add `db prepare` command

github.com/hanami/cli - timriley opened this pull request 6 months ago
Do not apply config from parent ROM config object

github.com/hanami/hanami - timriley opened this pull request 6 months ago
New version of zeitwerk (2.6.16) broke the build

github.com/hanami/view - depfu[bot] opened this pull request 6 months ago
New version of zeitwerk (2.6.16) broke the build

github.com/hanami/controller - depfu[bot] opened this pull request 6 months ago
Correct handling of symbols by label form helper

github.com/hanami/hanami - dcr8898 opened this pull request 6 months ago
Enable `db seed` command for new db layer

github.com/hanami/cli - timriley opened this pull request 6 months ago
Add `db seed` command

github.com/hanami/cli - timriley opened this issue 6 months ago
Enable `db drop` command for new db layer

github.com/hanami/cli - timriley opened this pull request 6 months ago
Add dry-operation generators

github.com/hanami/cli - cllns opened this pull request 6 months ago
Enable `db create` command for new db layer

github.com/hanami/cli - timriley opened this pull request 6 months ago
Dump structure after migrating database

github.com/hanami/cli - timriley opened this pull request 6 months ago
Improve `db structure dump` output and error handling

github.com/hanami/cli - timriley opened this pull request 6 months ago
Add `db structure load` for new db layer

github.com/hanami/cli - timriley opened this pull request 6 months ago
Call `db structure dump` from `db migrate`

github.com/hanami/cli - timriley opened this issue 6 months ago
Make Providers::DB#database_url public

github.com/hanami/hanami - timriley opened this pull request 6 months ago
Access providers via `#[]` method

github.com/hanami/hanami - timriley opened this pull request 6 months ago
Enable `db structure dump` for new db layer

github.com/hanami/cli - timriley opened this pull request 6 months ago
New version of concurrent-ruby (1.3.3) broke the build

github.com/hanami/model - depfu[bot] opened this pull request 6 months ago
New version of concurrent-ruby (1.3.2) broke the build

github.com/hanami/model - depfu[bot] opened this pull request 7 months ago
Adapt component generator to new command defaults

github.com/hanami/cli - krzykamil opened this pull request 7 months ago
Alternate relation adapter testcase

github.com/hanami/db - alassek opened this pull request 7 months ago
Replace ROM::Inflector in DB Provider

github.com/hanami/hanami - alassek opened this pull request 7 months ago
Apply Hanami::DB::Testing.database_url

github.com/hanami/hanami - alassek opened this pull request 7 months ago
Fix: Correct order of setup commands in README

github.com/hanami/hanami - SusanGithaigaN opened this pull request 7 months ago
Update `db version` for new db layer

github.com/hanami/cli - timriley opened this pull request 7 months ago
New version of net-imap (0.4.12) broke the build

github.com/hanami/mailer - depfu[bot] opened this pull request 7 months ago
Update `db migrate` for new db layer

github.com/hanami/cli - timriley opened this pull request 7 months ago
Do not auto-register from db, relations, structs

github.com/hanami/hanami - timriley opened this pull request 7 months ago
Configure struct_namespace for repos

github.com/hanami/hanami - timriley opened this pull request 7 months ago
Introduce Struct class

github.com/hanami/db - timriley opened this pull request 7 months ago
Integrate repos

github.com/hanami/hanami - timriley opened this pull request 7 months ago
Allow explicit as well as non-existent roots for repos

github.com/hanami/db - timriley opened this pull request 7 months ago
Account for mysql, sqlite adapters in testing logic

github.com/hanami/db - alassek opened this pull request 7 months ago