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

[devtools] config sync

github.com/hanami/view - 8caa757ebfb4d14ef695fe3eef03447099611dbe authored about 5 years ago
Remove `hanami-cli` (#36)

github.com/hanami/devtools - 027931ba4f363409bb9d4be50ec811a309c89dc3 authored about 5 years ago
Remove `hanami-cli` (#495)

github.com/hanami/hanami.github.io - 3a4d3912618c06310d749bfb6a2ae0d1837b67a3 authored about 5 years ago
[devtools] config sync

github.com/hanami/view - ae4ced10601118988d8d7f759cf97241da41b7a2 authored about 5 years ago
[devtools] config sync

github.com/hanami/view - 4c9439e612eee2f8082c1ce0f965ae5dcb6e71b6 authored about 5 years ago
Bump puma from 3.11.4 to 3.12.2

Bumps [puma](https://github.com/puma/puma) from 3.11.4 to 3.12.2.
- [Release notes](https://gith...

github.com/hanami/contributors - 9cbe4319425726073c9e714f1f5681c3dbdbf976 authored about 5 years ago
Merge pull request #54 from dimaboyko/fix/spelling_improvements

improved spelling a bit

github.com/hanami/guides - 52437894172ac0dd4c7dac02f3ef6d951f3da0e9 authored about 5 years ago
Upgrade rubocop to version 0.77.0 (#352)

github.com/hanami/utils - 143c1c40113623f4ff7c6b4826e3430eb85f3500 authored about 5 years ago
Introduce dry-system-powered application and slices structure (#1019)

github.com/hanami/hanami - a8fe5e8b4f11db01d51196cded6958dcd84d920f authored about 5 years ago
Merge pull request #192 from hanami/hanami-application-router-support

Support for Hanami application router

github.com/hanami/router - d42a54ee1eb318c72407b746a08b52c752239083 authored about 5 years ago
Merge pull request #299 from hanami/hanami-application-support

Hanami application support

github.com/hanami/controller - 25812839ca6677d9334d33fc4eccb809499ba5a9 authored about 5 years ago
Add Action#with to return new object with new arguments merged in

github.com/hanami/controller - 2535f2124aad18b8f10512f50fb6a24725aba035 authored about 5 years ago
Fix Rubocop violations

github.com/hanami/router - 9fa48a9cc24817d77957cf2533bcd9236dd36e78 authored about 5 years ago
Don't freeze the router immediately after initializing

This closes off the possibility of extending its behavior (e.g. it makes it impossible to add th...

github.com/hanami/router - 2e6d912361016fac4ccf50205dfaa74b7ecc7e2d authored about 5 years ago
API docs: unify documentation approach (#350)

github.com/hanami/utils - bdd789124e8d0823918865f1adb43d7019b3c01c authored about 5 years ago
Upgrade rubocop to version 0.76.0 (#351)

github.com/hanami/utils - 790272d87e4481232f5be263d2aba3b36b43ac7b authored about 5 years ago
Remove support for declaring middleware via "use"

This was moved back into Hanami::Application::Router

github.com/hanami/router - 43a61342c70f0abdec53c3d20c676c42e0b7a49a authored about 5 years ago
Add test for context option

github.com/hanami/router - d5676cd26356bd960f1dad370114bdc378178909 authored over 5 years ago
Update CI status badge

github.com/hanami/view - 4a30a212d782e5cccf218e51c9268abd3b9963d5 authored over 5 years ago
[devtools] config sync

github.com/hanami/view - 65d1899055d00eea9254ee70d7c84cd0329361ee authored over 5 years ago
Uncomment pending specs

https://github.com/k0kubun/hamlit/issues/149 was resolved

github.com/hanami/view - ef6bb554d45e271ff1b0725b84bc04e1e198fa53 authored over 5 years ago
Update specs to reflect new behavior of ** in Ruby 2.7

github.com/hanami/view - 246eab997050a7228936e50bb0d167e4eef004a3 authored over 5 years ago
Mark failing specs as pending

github.com/hanami/view - 152b3ce37cedfaa538a64312dc135f49f273e3cc authored over 5 years ago
[devtools] config sync

github.com/hanami/view - c89baad2a66d97b61bc66156df36800d88e0c57f authored over 5 years ago
[devtools] config sync

github.com/hanami/view - 545964c9ff3270f61740e63c07e05175e0cc1942 authored over 5 years ago
[devtools] config sync

github.com/hanami/view - 3d12aadd596bc06cc6d8bd23163015d8720782cf authored over 5 years ago
[devtools] config sync

github.com/hanami/view - f280657d796c0643dda02ac887fc7926cea339d6 authored over 5 years ago
Supply configuration object by default when initializing Actions

This makes it easier for them to be auto-registered by a container

github.com/hanami/controller - 283b5e18b6f385d61ef0b2de9ac65dbc86cd5fdc authored over 5 years ago
Improve support for mounted apps by preserving leading / in PATH_INFO

github.com/hanami/router - 363b238290721ab88b421f1f6dec747bcf6fdb9c authored over 5 years ago
Support capturing middlewares nested within routes

github.com/hanami/router - caa5decc800a979907916bd3edf53af526efbffc authored over 5 years ago
Add evaluation context and pass as block argument when eval'ing routes

github.com/hanami/router - aebce3a3cd3a402152f65dfe98b008bff3bd2428 authored over 5 years ago
Bump yard from 0.9.12 to 0.9.20

Bumps [yard](https://github.com/lsegal/yard) from 0.9.12 to 0.9.20.
- [Release notes](https://gi...

github.com/hanami/docs - 1896334f6ecc089ff545ff5f3037e4c4e05f509e authored over 5 years ago
Prepare for v1.3.2

github.com/hanami/helpers - 931133fafa4f786f7966ab7258c61d2374098dfd authored over 5 years ago
`#form_for` allow to pass params inline (#150)

github.com/hanami/helpers - 8a5b3187d1bf5b08faf4cd638e9471329ba4ab88 authored over 5 years ago
improved spelling a bit

github.com/hanami/guides - 12367f6c7d9c88bf92c39e39517644a9ba740cdb authored over 5 years ago
Add disabled attribute to the prompt select option (#143)

github.com/hanami/helpers - e139644e1db263796f8c2b169ceca63be9c4bac8 authored over 5 years ago
Add support for block syntax in label helper (#148)

github.com/hanami/helpers - cadcd2b5a6b1f08ac7ca8264020e4563d3410be7 authored over 5 years ago
Update dry-struct to version 1.1.1 (#147)

github.com/hanami/helpers - 6af312f107fbe00cbaa97e19a92d7e3d56b261e9 authored over 5 years ago
Update rake to version 13.0.0 (#145)

github.com/hanami/helpers - 51766f6c332a66ccc371d729dfe310fd2748b471 authored over 5 years ago
Prepare for v1.3.5

github.com/hanami/utils - fc492913cdc232882db2be2032ab6cfd674316f8 authored over 5 years ago
[devtools] config sync

github.com/hanami/view - e92d9d00ae6f2a397893388dd3a1996964770f3b authored over 5 years ago
`Utils::Files` ensure to properly append content when a file doesn't terminate with a newline (#349)

github.com/hanami/utils - fd241fbdae309df6085c179257ca9c55351102c7 authored over 5 years ago
[devtools] config sync

github.com/hanami/view - 45904038c0d4ad1a90dc15579452161a899340d3 authored over 5 years ago
Merge branch 'release-0.7'

github.com/hanami/view - cae5ab5e1644a5f4d321a61dce1453627ff627a0 authored over 5 years ago
[devtools] config sync

github.com/hanami/view - e36a2be49007605ba395ab150ce3aeae1445b5e2 authored over 5 years ago
[devtools] config sync

github.com/hanami/view - c2becf420edfd9eff18588ff254e617b79aa1cb1 authored over 5 years ago
[devtools] config sync

github.com/hanami/view - a47e34e4a501404934aa5d0ee66a03b3ff9623f9 authored over 5 years ago
[devtools] config sync

github.com/hanami/view - aaa199b3046f28cd0f2337e4b403170e7c4b182a authored over 5 years ago
[devtools] config sync

github.com/hanami/view - 2d30d28f04cb0d1d011597c5127a81ae32e3d0c5 authored over 5 years ago
Fix specific typo

github.com/hanami/view - 789478c26ddef16227b357321127257bcc80f857 authored over 5 years ago
Merge branch 'docsite-0.7'

github.com/hanami/view - 242a54a7fbf49ec1e16e5e7ff6fcb6d3fe1a153b authored over 5 years ago
[devtools] config sync

github.com/hanami/view - 96f64d156577134bea4665c1060e284b688a9d5e authored over 5 years ago
Add sync_configs workflow

github.com/hanami/view - e7ef477f8fc9777d90c9a2008813e4058bb281b4 authored over 5 years ago
Merge pull request #137 from skryukov/fix-parts-link

[docsite] fix parts link

github.com/hanami/view - 2ef024c8638a67beeb3ac1bdc3a4969459fbceb9 authored over 5 years ago
[docsite] fix parts link

github.com/hanami/view - 76982909ef5ecd1ef7fe9a62ea6cd1f86de5fd72 authored over 5 years ago
Merge pull request #136 from parndt/patch-1

Fix specific typo

github.com/hanami/view - 786392d9445cebd09d381d283f975e4cb41d44db authored over 5 years ago
Fix specific typo

github.com/hanami/view - 953ec7f26bfc0e1b175215a9aec9249c9d785e3d authored over 5 years ago
Merge branch 'docsite-0.7'

github.com/hanami/view - 69e5b204bb4dbeb85803dc7c8a803b5d5ba7c0d3 authored over 5 years ago
Merge pull request #135 from skryukov/fix-links

[docsite] fix links

github.com/hanami/view - 300979439b6289e63a6f0d9d2d96f77518edd79d authored over 5 years ago
Add ossy to tools

github.com/hanami/view - 623e56d19da74c108d1263fb26b286119c886f55 authored over 5 years ago
Add docsite.yml workflow

github.com/hanami/view - 6bb1681c6434789107947e8a165b638946fc9d6b authored over 5 years ago
Add issue templates

github.com/hanami/view - 4c33f3541b4717d3c7cfbeaba40f9989d19de67b authored over 5 years ago
[docsite] fix links

github.com/hanami/view - dddcad770d1d087e3dac70f2d4549a6345fbdb5c authored over 5 years ago
Update rake to version 13.0.0 (#297)

github.com/hanami/controller - 29ab743df8652e7ad76cb1668b0dec5a6a481ca8 authored over 5 years ago
Prepare for v1.3.4

github.com/hanami/assets - fda8134b9cf8c32bddbc10a711f0c7677431b97c authored over 5 years ago
Upgrade to Ruby 2.6.5

github.com/hanami/docker-ci-images - 8844eb698bce2f41684951841f0d666f96aa4aa3 authored over 5 years ago
Upgrade to Ruby 2.5.7

github.com/hanami/docker-ci-images - d74799a53d549d6777b626ef95898b9d78cf1e5d authored over 5 years ago
Upgrade to Ruby 2.4.9

github.com/hanami/docker-ci-images - d374fdf5993a2ad8013a6ff583f9c8bb4c98ce1b authored over 5 years ago
Fix error of logger's filter when input have closed Tempfile (#342)

github.com/hanami/utils - f108020c4040a30728e0a5f402f7376fadd34c4d authored over 5 years ago
Update dry-struct to version 1.1.0 (#146)

github.com/hanami/helpers - 6ee8cbf8d71b488f7e5589fe792640095ffc189a authored over 5 years ago
Update rake to version 13.0.0 (#1016)

github.com/hanami/hanami - 09d28ac432d73436481c023dd59b84ce9c6b58d1 authored over 5 years ago
Use binary mode when writing files (fixes #109) (#110)

github.com/hanami/assets - 1de741935d3610122d090e4818b4f17c76f8f969 authored over 5 years ago
Clarify limitations of builtin assets compressors (#53)

github.com/hanami/guides - 1d2ccea1f97864c2e6efe79680f5346200f4f553 authored over 5 years ago
Merge pull request #52 from landongrindheim/remove-find-book-from-has-many-documentation

Remove #find_book from HasMany documentation

github.com/hanami/guides - 99d22d0b13deb52d8ba7f7f8d172649ec7f814b6 authored over 5 years ago
Merge pull request #82 from hanami/depfu/update/rake-13.0.0

Upgrade rake to version 13.0.0

github.com/hanami/mailer - 96bcf34ccc29810fb2e2dfa49664848c4f4fd4e7 authored over 5 years ago
Merge branch 'master' into develop

github.com/hanami/utils - cd8d02a31c0ae71cadc42a72fb131d99a4f7f58c authored over 5 years ago
Fix `rubocop` `ClassLength` => `Metrics/ClassLength`

> Warning: no department given for ClassLength. Run `rubocop -a --only Migration/DepartmentName`...

github.com/hanami/utils - d07cfc1a4f2bd9b1495a461a856bea617f3e0c53 authored over 5 years ago
Add docsite for version 0.7

github.com/hanami/view - e8c95d0c718850e89f60e1b6972d61f4a1eecac7 authored over 5 years ago
Update rubocop to version 0.75.0 (#346)

github.com/hanami/utils - ecd8053199048eb957eff33dcb5440aa7c7b736d authored over 5 years ago
Update rake to version 13.0.0 (#345)

github.com/hanami/utils - 5d1b786ab38310340a00ac0eefcb8defc34373bc authored over 5 years ago
Update rake to version 13.0.0 (#187)

github.com/hanami/validations - 61220f62cf5a9819d2548f4e9e43c220feb1d838 authored over 5 years ago
Update rake to version 13.0.0 (#191)

github.com/hanami/router - 74b37c51066f1ba59351f373cf541e747c8ffe58 authored over 5 years ago
Remove #find_book from HasMany documentation

Per Hanami/Model's issue #550, HasMany does not implement #one.

github.com/hanami/guides - b0f562bd5617f682a30c5ed7f8933c790ebd7261 authored over 5 years ago
Update rake to version 13.0.0

github.com/hanami/mailer - 4e51e402dd8b5c2b6d3c6c1682fbd1dfbb9da97c authored over 5 years ago
Prepare for v1.3.4

github.com/hanami/utils - b770efc74891f4ecd9b43560049da09eb5b9abb4 authored over 5 years ago
Revert "Run specs in TruffleRuby in Travis CI" (#344)

github.com/hanami/utils - 376aebfdfe433f2178c7cb46144cbdfa2853d8d8 authored over 5 years ago
Fix `rubocop` `Naming/RescuedExceptionsVariableName` offenses

github.com/hanami/mailer - 68ff4db273f9d7f4a509e2ba4badb7bdb71df75d authored over 5 years ago
Ensure `Utils::BasicObject` to lookup constants at the top-level namespace, if they are missing in the current context. (#343)

github.com/hanami/utils - 5d8d7fd8ee5222d9f3fc5f5b606c8a1c94194b0b authored over 5 years ago
Hanami v1.3.3 (#11)

github.com/hanami/docs - 0ac27b58fc197d63bc96b77e21121ab39258df05 authored over 5 years ago
Release v1.3.3 (#50)

github.com/hanami/guides - 5f61bb9e5976e80b6d4118421af119ef6fe7cb7b authored over 5 years ago
Announcing v1.3.3 (#493)

github.com/hanami/hanami.github.io - a9565cd2675245d5f7204018c7759471bfe3615d authored over 5 years ago
Prepare for v1.3.3

github.com/hanami/hanami - c7d4185de0895252d6d0745137e696d110b728aa authored over 5 years ago
Standardize file loading for .env (#1004)

github.com/hanami/hanami - 9738257cd363c66969f91e9871900b049bd109a8 authored over 5 years ago
Fix :host mount option (#976)

github.com/hanami/hanami - 25923823a1d40c39a2402d7b8317768512982f83 authored over 5 years ago
Merge branch 'master' into develop

github.com/hanami/assets - 9c35202ca7aaaf0c9aeb0b4aeb8652ac8df61953 authored over 5 years ago
Prepare for v1.3.5

github.com/hanami/validations - cf321157717b2102e1ea1edbbcc557339b552b8c authored over 5 years ago
Prepare for v1.3.3

github.com/hanami/assets - 6ae44a9b570d1129cbb9f9f765029246019e307f authored over 5 years ago
Wrap SassC/Sass gems (#108)

github.com/hanami/assets - 1754cb09da4e49b5946e12cf7b5cc4f37ba9564f authored over 5 years ago
Helper to stub DNS lookup (#29)

github.com/hanami/devtools - d69602ce81d643ba0262528ddf8868e0f4cfa2f8 authored over 5 years ago