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

Fix `dry-cli` and `hanami-cli` references in `Gemfile`

github.com/hanami/rspec - 7a8fe881c03802f76b72f834fcdac489a170f5e3 authored almost 4 years ago
Initial mess

github.com/hanami/rspec - f162510dea1ec61c5213280cc39477e6e18ce7b3 authored almost 4 years ago
Remove redundant GitHub Actions CI profile

github.com/hanami/cli - 93beae4870726818a8eff2ad0de7519d0bef245d authored almost 4 years ago
Register a different set of commands based on the context.

When outside of an application vs inside an app.

github.com/hanami/cli - 4e103f5d6623b65e8c6914c7f49f467af9d3dac5 authored almost 4 years ago
Fix GitHub Actions command

github.com/hanami/cli - c3e9dfba9e07973bbd4ebc3b8c3af96f73caaff0 authored almost 4 years ago
Fix `dry-cli` reference in `Gemfile`

github.com/hanami/cli - 1ceb2c4f6b62e4175114ba861acaacc6322995d0 authored almost 4 years ago
GitHub Actions

github.com/hanami/cli - a7b86cddda61a8ed59627f44e5bfb15ac89450b4 authored almost 4 years ago
Implement `hanami version` and `hanami new` (monolith architecture)

github.com/hanami/cli - 8fc7ce936a21b2be67c38b48b4dd70bddd467124 authored almost 4 years ago
Initial mess

github.com/hanami/cli - 1f300a7051544604d9df92776d4776de79631189 authored almost 4 years ago
Fix spelling in specs (#186)

github.com/hanami/view - c2309cee8e34ba82cc073dc28e810411210e7c6a authored almost 4 years ago
README and LICENSE

github.com/hanami/model - cdcfb79ebfd9d2fdfd7115fc2e824d2299fcc01b authored almost 4 years ago
GitHub Actions (#611)

* GitHub Actions

* Fix YAML syntax error

* Fix port mapping

* Try to fix ENV vars for d...

github.com/hanami/model - a89132082274ff9dee57f1089f2702d5340ef154 authored almost 4 years ago
Update the html5 guide for link_to (#76)

* Update the guide for html5 guide for link_to

The link_to helper will not append itself to t...

github.com/hanami/guides - aa5ff217ce2f21e991794028e0e68d22d9e0bff9 authored almost 4 years ago
Allow keyword arguments in interactor initializer in ruby 3.0 (#392)

github.com/hanami/utils - b82804d7ab2c3a0f5e7bdb30e23b61ed54c525d5 authored almost 4 years ago
Merge pull request #75 from hanami/update-has-many-guide

Update has_many guide to fix error

github.com/hanami/guides - 60ef3b51152e3cd357c2bce7ffc14dac12cf9134 authored almost 4 years ago
Fix spec for `hanami new` (#1094)

Broken by e8aad95

github.com/hanami/hanami - 7a8d6e43efca25c7d56cd90ada3a828f17a31ee9 authored almost 4 years ago
Fix now-evaluation at Hanami::CommonLogger (#1061)

* FIX: Change evaluation of now from Time.now to a monotonic clock at Hanami::CommonLogger (Rack...

github.com/hanami/hanami - 0d6425b2f54a13681a18a6ecfdbee8108dad912a authored almost 4 years ago
Add on_sale column to example migration

github.com/hanami/guides - fa740e1f73d59788a4739a995194e2a10ff0f98a authored almost 4 years ago
Remove null constraint from foreign key association

github.com/hanami/guides - 6f1aee15029627b39fa76ead8ae264f7db459c7a authored almost 4 years ago
Allow `hanami` to be started from non-root directory (#1089)

`config.ru` is in the project root, so we can `require_relative` the environment

github.com/hanami/hanami - e8aad95b9960cb02cc805d033225586537a75f38 authored almost 4 years ago
Merge pull request #74 from hanami/plugin-hook-syntax-fix

Fix Ruby syntax of plugin hook example

github.com/hanami/guides - 60d93ac12d1a3cb4178f834bd30399830f4aa52e authored almost 4 years ago
Fix Ruby syntax of plugin hook example

github.com/hanami/guides - 324927b518d740bc8fc7b83af51eb2736de3df15 authored almost 4 years ago
Merge pull request #56 from katafrakt/fix-command-plugin

Fix code sample for extending existing CLI commands

github.com/hanami/guides - 5c3f9130ca2e7bbda9783cbbb912b76b43301915 authored almost 4 years ago
Merge pull request #73 from kamalogudah/patch-1

Address typo in logging.md

github.com/hanami/guides - 6332900b2b79fcc298abe9c37df05274a188cfc0 authored almost 4 years ago
Late bind default value of root_directory (#341)

Previously, putting the default of Dir.pwd directly into the definition of the `root_directory` ...

github.com/hanami/controller - 24cc81fcfa2ed7b9bc3b3dcf5d2c3b553a924c7a authored almost 4 years ago
Update logging.md

github.com/hanami/guides - 4a48bd3cd0d930b2d34c7e292a7b53d4866be1ba authored about 4 years ago
Fix issues from merge of `develop` branch (#1092)

- Add dry-cli dependency to gemspec
- Remove stale merge conflict artifacts

github.com/hanami/hanami - de2d59a63162e6dab8521a1448401e2627d64514 authored about 4 years ago
Update logging.md

Address Typo.

github.com/hanami/guides - 58540546b6253ffaf12d5e3555c4ea889de5df74 authored about 4 years ago
Hanami::API routes inspector (#23)

* Hanami::API routes inspector

* Point back to `hanami/router` `unstable` branch

github.com/hanami/api - af7db10b2bc3e3193074a9f20a02b817efea42a0 authored about 4 years ago
Hanami::API inspector compat (#212)

* Make `Hanami::Router::Inspector` compatible with `Hanami::API`

* Introduce `Hanani::Router:...

github.com/hanami/router - 4e6391837b115455542dedf17445886eabf81c51 authored about 4 years ago
Router inspector (#208)

github.com/hanami/router - e8c7964ba7fce5757868fca6bcffccfb41f251a7 authored about 4 years ago
Hanami status page with GitHub Actions (#518)

github.com/hanami/hanami.github.io - 8688b646feb452f6480cd77d6c8c255ce07945f0 authored about 4 years ago
Make the build to pass with Ruby 3.0

github.com/hanami/hanami - be79ec60be3ff3536d4b30e47dc37dff370ed5c8 authored about 4 years ago
Use latest `capybara`

github.com/hanami/devtools - 17caf821bea24826a0251846764bcce7589961f9 authored about 4 years ago
Merge branch 'develop' into unstable

github.com/hanami/hanami - c458489d187e207223fed8e5ad216a475ce7ef5c authored about 4 years ago
Prepare for v2.0.0.alpha4

github.com/hanami/router - a6273a9a6efe4f7a2f556194fad94eab61fa9869 authored about 4 years ago
Merge branch 'master' into develop

github.com/hanami/hanami - 7bae3d8a53e88878a415c435f93b985a7be39c9d authored about 4 years ago
Fix incorrectly italicized title in v1.3.0 release notes (#517)

This was my bad - when the deprecated method name was updated in
0f39c61f, Markdown started tre...

github.com/hanami/hanami.github.io - 35b5282332b2e8b246fe60f388d8d8eb14a287b0 authored about 4 years ago
GitHub Actions (#1090)

github.com/hanami/hanami - ddac765fb045974d4dbb8c96c89f62191d9de850 authored about 4 years ago
Remove unused dependencies (#512)

Co-authored-by: Luca Guidi <[email protected]>

github.com/hanami/hanami.github.io - 7b4fe7cdf14826996d82930b1f84fbc066780ebd authored about 4 years ago
Fix name of deprecated method in v1.3.0 release notes (#516)

github.com/hanami/hanami.github.io - 0f39c61f0b8e9adc791dc7f0f648e06b16ca3600 authored about 4 years ago
Use native lazy loading on images (#511)

github.com/hanami/hanami.github.io - 7b262d697d1956c4f59e2ae300abe81d162078c0 authored about 4 years ago
Bump nokogiri from 1.10.8 to 1.11.0 (#515)

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.8 to 1.11.0.
- [Release n...

github.com/hanami/hanami.github.io - cd9fe67145d9535cc02f5919073193c053fd23c4 authored about 4 years ago
Ignore Capybara/Poltergeist JavaScript errors (#63)

github.com/hanami/devtools - 7e5534598e0373e3669f91000465d4d575b94763 authored about 4 years ago
Merge branch 'develop' into unstable

github.com/hanami/assets - 6730b7211e3cb4b9ffdf8117255313967ffe304d authored about 4 years ago
Merge branch 'master' into develop

github.com/hanami/assets - a9bee675962c2554c87cb9c6f3e565927f5e91d1 authored about 4 years ago
Prepare for v1.3.5

github.com/hanami/assets - c7be2030c357ebe4e6eddef29ffb3aecfd8c6e3c authored about 4 years ago
GitHub Actions

github.com/hanami/assets - d8dbbadd7c2c555c05dc4a13918af55b889aea32 authored about 4 years ago
Merge branch 'develop' into unstable

github.com/hanami/mailer - 5628ec62224fa53346d08415dc872bb4f9620bff authored about 4 years ago
Merge branch 'master' into develop

github.com/hanami/mailer - 187c210a0badea44f794085a6a6bf63d6ffdc228 authored about 4 years ago
Prepare for v1.3.3

github.com/hanami/mailer - 87431dab0db702c8d0b5bf4d3abcce3af58608a2 authored about 4 years ago
GitHub Actions

github.com/hanami/mailer - f01c05a2b5297ae3e4d5fa1d76720ddd66940c00 authored about 4 years ago
Merge branch 'develop' into unstable

github.com/hanami/helpers - c49fae4b452c01204cc17b6b7f610b2383151871 authored about 4 years ago
Merge branch 'master' into develop

github.com/hanami/helpers - 850cdba2ca7ddd0b5f3b6cfae3472c6f2fc82f95 authored about 4 years ago
GitHub Actions

github.com/hanami/helpers - 0218aaeb0ed603a2ca8a3a1fea00e42ef450c313 authored about 4 years ago
Bump redcarpet from 3.5.0 to 3.5.1 (#514)

Bumps [redcarpet](https://github.com/vmg/redcarpet) from 3.5.0 to 3.5.1.
- [Release notes](http...

github.com/hanami/hanami.github.io - d4cb6ec72e41332fe92af304d8b3faa95b71421a authored about 4 years ago
Merge branch 'develop' into unstable

github.com/hanami/controller - 08848a00e117f0fb180dbf8c8bce25761506b6e5 authored about 4 years ago
Merge branch 'master' into develop

github.com/hanami/controller - bb6c5cf25b3c8329f003d8515ac62ac02c81bda6 authored about 4 years ago
GitHub Actions

github.com/hanami/controller - a910503e261aa2d93acec3fd4d14896fa773da1c authored about 4 years ago
Merge branch 'develop' into unstable

github.com/hanami/router - f9468bc5de7d74e36ee23bc46eda58389ab5276e authored about 4 years ago
Merge branch 'master' into develop

github.com/hanami/router - 2f0ca6541b919cc9e9640c208ce5a62e801e216d authored about 4 years ago
GitHub Actions

github.com/hanami/router - dd214c2bb6c262103c03134153860e7c2c792c72 authored about 4 years ago
Fixed API doc [ci skip]

github.com/hanami/validations - eff68f4b5e8508210653cbb34cff20385a285452 authored about 4 years ago
Merge branch 'develop' into unstable

github.com/hanami/validations - 99e5e874a084f6204697f2ef5f1bc0c29a68196d authored about 4 years ago
Merge branch 'master' into develop

github.com/hanami/validations - cf799c2f44dfc5c72d31884c93cbdcddab2446e9 authored about 4 years ago
Prepare for v1.3.7

github.com/hanami/validations - 5c2a7610364ab0d613a9d81310a271f09615af70 authored about 4 years ago
Ensure `predicate` and `predicates` to work together (#96)

github.com/hanami/validations - a88405e5b750c2cb95d1e05f0a3f69a8f37bd29f authored about 4 years ago
GitHub Actions

github.com/hanami/validations - 12bf53db1c577561aef198d05caae38990c8e506 authored about 4 years ago
Prepare for v0.2.0

github.com/hanami/api - 30885a59ee00b58b948a47cc1bd1c5a96a4dc75b authored about 4 years ago
Add Ruby 3.0 to CI

github.com/hanami/api - 5bb4c337b896743cd7aba97476eecd6bccecfc87 authored about 4 years ago
Run only Ruby 2.6+ on CI

github.com/hanami/utils - 9d7115cda66bf4c6c2175ead03cdab45a1167938 authored about 4 years ago
Merge branch 'develop' into unstable

github.com/hanami/utils - a37eaedca2f506c940b20bc96f6de98cf89b4b70 authored about 4 years ago
Merge branch 'master' into develop

github.com/hanami/utils - 18f8d1ed5192557cbe916ccaaca9f4545605982c authored about 4 years ago
Prepare for v1.3.7

github.com/hanami/utils - 359e12c48bf8f5721b8bde225c8f8114031d1805 authored about 4 years ago
Ruby 3.0 (#391)

github.com/hanami/utils - a86941d5cf5ebdd2c56900eabf7ce01020a7d4ae authored about 4 years ago
Custom anonymous scope (#183)

github.com/hanami/view - 7c3cf1a9b483b879ca791e0929420f8156bfdbf0 authored about 4 years ago
Remove jruby from CI

github.com/hanami/view - 2404f7d057d19afacae9dd244173b5f557fa920d authored about 4 years ago
Remove MRI 2.5 from CI builds

github.com/hanami/view - 1efebb22e6a8d75ee349b30681a3dff95796e568 authored about 4 years ago
Merge pull request #90 from ianks/kwargs

Allow `Adapter#broadcast` to accept kwargs

github.com/hanami/events - 47da7cbf0640fd9b2b7ca0f79ea0f8a4f0ece893 authored about 4 years ago
Remove unneccesary diffs

github.com/hanami/events - 8728c0b69004320e8ad31ad63e2c99fd222a8704 authored about 4 years ago
Fix warnings on ruby 2.7

github.com/hanami/events - a5286e4dd28f09886a5878bde50fafa9eefd8d2a authored about 4 years ago
Allow adapter to accept kwargs

github.com/hanami/events - 5ed9f95f69991198e71f327c398b90d21dbe6a6c authored about 4 years ago
Transform `Utils::String` into module (#390)

* Removed `Utils::String#titleize`

* Removed `Utils::String#capitalize`

* Removed `Utils#c...

github.com/hanami/utils - a791f54524a90c42301d9597253bd6821f1004ee authored about 4 years ago
Introduce `Hanami::Middleware::BodyParser::Parser` as superclass for body parsers (#189)

github.com/hanami/router - 5a088e7ea7c98943388c2cf6b273001187f7c988 authored about 4 years ago
Change archived gem "Transproc" for its successor "Dry::Transformer" (#385)

github.com/hanami/utils - c337157e60f6f13ec0c166438bccaccf7614fcbc authored about 4 years ago
Fix CI Ref #365 #389

github.com/hanami/utils - 54c00b07cc4c35823a4bff4e8aef8f5f28673ced authored about 4 years ago
Allows Logger can filter an array of hash (#389)

github.com/hanami/utils - c27f87f9fabb6c875f427985fb48ad43ff150f04 authored about 4 years ago
Do not mutate input hash when filter sensitive params (#365)

github.com/hanami/utils - d0396786c58682b4349980141fea0d5f4ea6032e authored about 4 years ago
Add parts_path application config setting (#182)

This accepts a value like “views/parts” and is later converted into a `part_namespace` on applic...

github.com/hanami/view - 2e36467a4235dcda6a8eba828506bda096d73a25 authored about 4 years ago
Configure template on all application views (#181)

Previously, the `template` setting was only configured on _subclasses_ of an application view, p...

github.com/hanami/view - 6d7f624b98b782fe6fef2361100c58c90d417339 authored about 4 years ago
Remove config.cookies settings (#1086)

These have been moved to `config.actions.cookies`

github.com/hanami/hanami - 4376237be71f8e1414c37ab44791254df61ed774 authored about 4 years ago
Enable cookie support based on config (#337)

For application actions, include the Action::Cookies module automatically if cookies are enabled...

github.com/hanami/controller - 9f122ec41b0c5779b2405ff241bea84c84c389e9 authored about 4 years ago
Remove config.security settings (#1085)

These have been replaced by a new default value for Action’s `config.default_headers` when an Ac...

github.com/hanami/hanami - b5e4625f0ee0c2735047a8818356d2a7a07f3ead authored about 4 years ago
Set default security-related headers for application actions (#336)

When Actions are used within the context of a full Hanami application, by default they will now ...

github.com/hanami/controller - f6c2aabff467adebf9a7af90677c1abeb005a987 authored about 4 years ago
Use Hanami::View::ApplicationConfiguration provided by hanami-view (#1081)

Update `Application.config.views` to use `Hanami::View::ApplicationConfiguration` provided by ha...

github.com/hanami/hanami - 8adcc6dce3d8c7f986bb13ab19c62e84f81b02cc authored about 4 years ago
Configure application views with application inflector (#180)

Introduce `Hanami::View::ApplicationConfiguration`, which will be used by the Hanami framework f...

github.com/hanami/view - 5cb9b20fe52b66289df70f03b9cc55f4fa5c0d89 authored about 4 years ago
Remove Travis CI

github.com/hanami/hanami - f8d014ee706cc135a0dd48318804c31e734149c2 authored about 4 years ago
Remove `&&` in `script/ci`

github.com/hanami/hanami - 80fd6ad37955a9e8f8088dcad7206fa328a9cc4d authored about 4 years ago
Setup CircleCI for unstable

github.com/hanami/hanami - dff05f018c89ecfed4d204e392862c13938c676c authored about 4 years ago
Update Travis CI rubies to support 2.6+ only

github.com/hanami/hanami - 9ab38ac73a09913848a07a322621968e1e36ccf5 authored about 4 years ago