Ecosyste.ms: OpenCollective

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

github.com/hanami/hanami

The web, with simplicity.
https://github.com/hanami/hanami

Merge branch 'fix-route-mounting-on-testing-environments' of https://github.com/Erol/hanami into Erol-fix-route-mounting-on-testing-environments

529c481cddc1fc2bbb9b6efa11045c164cea3876 authored over 8 years ago by Luca Guidi <[email protected]>
Add format settings to config file templates

5f2aa29517e627096810f272ac9926bffedfecb3 authored over 8 years ago by Anton Davydov <[email protected]>
Merge pull request #590 from sakuro/remove_require_rubygems

Remove require 'rubygems'

24de2093cf7bf30b867b6ebe7c7c942cb9f70720 authored over 8 years ago by Luca Guidi <[email protected]>
Cleanup for #588

fc4abbe5232df59cf20dd6608920434b57bc1dfd authored over 8 years ago by Luca Guidi <[email protected]>
Merge branch 'beatrichartz-correct_coverage'

294c6e6255b14c6a85b985de46390e27c0d12cc3 authored over 8 years ago by Luca Guidi <[email protected]>
Merge branch 'correct_coverage' of https://github.com/beatrichartz/hanami into beatrichartz-correct_coverage

1f66e56293c5b5bfcc53195026529fd206ff7e1b authored over 8 years ago by Luca Guidi <[email protected]>
Test agaist stable Hanami branches

a4e6c94ff39599f8ae5fb01ca81250df6a9c5f3d authored over 8 years ago by Luca Guidi <[email protected]>
Remove require 'rubygems' from tests

4c362f5e1b6503ad6a020d798ba2d3936580f553 authored over 8 years ago by OZAWA Sakuro <[email protected]>
Remove require 'rubygems' from generated files

ecf7b2dfb3043800a912fc883fc903dcd319cdb4 authored over 8 years ago by OZAWA Sakuro <[email protected]>
Set debug flags for jRuby to get coverage

fe22196f9762766b3fb20cdd8adecf014b80313c authored over 8 years ago by Beat Richartz <[email protected]>
Add coverage to integration tests and merge results

e1a6732dcfb7ae64fe0890f01a1ffb525599df96 authored over 8 years ago by Beat Richartz <[email protected]>
Merge pull request #566 from davydovanton/bin-require-gems

Require gems in bin/hanami file

f30c063eaec98ead6d6235a8e5c81192500c8552 authored over 8 years ago by Luca Guidi <[email protected]>
Update documentation. Add private status for method.

991a24a200ee087367f31ba3c13afcdb414882ef authored over 8 years ago by Anton Davydov <[email protected]>
Add test for CLI subcommands

72058fbb120369de596a9fad746f726fe33a3d13 authored over 8 years ago by Anton Davydov <[email protected]>
Use format option for set special formater

ba8b40f75a66228e6ecd3e66a9d31ec851fef97f authored over 8 years ago by Anton Davydov <[email protected]>
Make simplecov return the correct coverage

ab7e097dcd5edadf222a12fd79f885afe3688f64 authored over 8 years ago by Beat Richartz <[email protected]>
Use app getter instead of instance variable

6237b45284151b5afdf0ff4d5a9c0d0517cd6be9 authored over 8 years ago by Erol Fornoles <[email protected]>
Use early container mount configuration instead of late mounting

4e746a36d1c0bd5ceba1b04866f44d49b2fe30ab authored over 8 years ago by Erol Fornoles <[email protected]>
No longer allow redefinition of routes constant

d2c66297a4a9563e34548072e34131d258ff724c authored over 8 years ago by Erol Fornoles <[email protected]>
Disable Rake::TestTask warnings in generated apps/containers

To avoid seeing many warnings introduced by ruby/rake@8078bb6

Proposed as workaround here:
ht...

4e33882b91734bc68047599f66faff7c9fd662be authored over 8 years ago by Eric Freese <[email protected]>
README [ci skip]

c2cd2af26891d5d0dc538add9017eb6881f93588 authored over 8 years ago by Luca Guidi <[email protected]>
add check for blank CSRF token param prior to passing to `Rack::Utils.secure_compare`

eb31fa01c438988f79de51f43f0d84399778030d authored over 8 years ago by Matt McFarland <[email protected]>
Cleanup for #578

82e17948754db32d70b3ed7ec2b632c493ed01eb authored over 8 years ago by Luca Guidi <[email protected]>
Merge pull request #575 from davydovanton/new-logo

Update logo in welcome page

4c58bfbb71e7ae62e9f3dff1e539001b739472eb authored over 8 years ago by Luca Guidi <[email protected]>
Merge pull request #567 from flash-gordon/fix-synchronize

Fix usage of Mutex

43b143305d98d382c2e17fa6fd160c6cb7ce8f95 authored over 8 years ago by Luca Guidi <[email protected]>
Merge pull request #559 from KELiON/sort-initializers

Load initializers in alphabetical order on any operation system

533e19817ae7e904929d07860a83bd3b4fdc461d authored over 8 years ago by Luca Guidi <[email protected]>
Merge pull request #581 from Erol/fix-various-doc-typos

Fix various doc typos

6de63b558b6ac9ce6fbe1995a5f050978b0ec58a authored over 8 years ago by Luca Guidi <[email protected]>
Merge branch 'cllns-fix-destroying-action'

67fea3c26298d8bf0c4c593af1d5879a44b692f6 authored over 8 years ago by Luca Guidi <[email protected]>
Use JSON logger formatter only for production environment

02c9895053f14910cad551b462a058e172ab3190 authored over 8 years ago by Anton Davydov <[email protected]>
Merge branch 'fix-destroying-action' of https://github.com/cllns/hanami into cllns-fix-destroying-action

8838eb05ea7fe29196bfc7eba5cf9c3f2f2f6d46 authored over 8 years ago by Luca Guidi <[email protected]>
Undo changes to test fixtures and generator templates

8dfc2bc83f7fe6b4e8c49be64c207685132c0870 authored over 8 years ago by Erol Fornoles <[email protected]>
Allow redefinition of routes constant

632723156d814f27ece422022dac9b214c59e4a2 authored over 8 years ago by Erol Fornoles <[email protected]>
Fix typos on generator templates and fixtures [skip ci]

e4c2c123f22084a58b2f061718c0694015990361 authored over 8 years ago by Erol Fornoles <[email protected]>
Fix typo on Hanami::Environment doc [skip ci]

e91bd1be2dc96eeadb5ecfbe1c45d0a6b93e4c91 authored over 8 years ago by Erol Fornoles <[email protected]>
Fix typos on Hanami::Configuration doc [skip ci]

86a18312a4ccd409929f926821dbe25e22e740a8 authored over 8 years ago by Erol Fornoles <[email protected]>
Fix typo on Hanami::Commands::Server doc [skip ci]

96b4287d6611261a8d18ee887b24a2efe1761e3c authored over 8 years ago by Erol Fornoles <[email protected]>
Fix typo on Hanami::ApplicationName doc [skip ci]

7ed7fd97f082d1e9a4be8f2405e3bfd3f36742b7 authored over 8 years ago by Erol Fornoles <[email protected]>
Update test template fixtures

ef894c063d361ebce45bc4fff1f955f485617307 authored over 8 years ago by Erol Fornoles <[email protected]>
Fix route mounting on testing environments

04c0dbedb4bf8d3276e35e7394f1058fed27a1be authored over 8 years ago by Erol Fornoles <[email protected]>
Added @jxxcarlson to README [ci skip]

166bb9181a4d70ff8479b348dbff919475aac412 authored over 8 years ago by Luca Guidi <[email protected]>
CHANGELOG [ci skip]

7569c04a554b8919c57e52b97dc1ce52f960517b authored over 8 years ago by Luca Guidi <[email protected]>
Update logo in welcome page

9fdf34156703c7c7a81e5b2f3e3d7c5e03a79c18 authored over 8 years ago by Anton Davydov <[email protected]>
Merge pull request #573 from pascalbetz/issue-572

Serve static assets via Shotgun::Static

847b7d637bca664261594fc95f462683bb973d13 authored over 8 years ago by Luca Guidi <[email protected]>
Merge pull request #555 from hanami/remove-simplecov

Remove simplecov

4c216a124ff0e8ed91a09bdc83f86938f294d0a2 authored over 8 years ago by Luca Guidi <[email protected]>
Make it to work with latest changes from validations & controller

71b6c18b7db6b31b5305ee86f95fd6d91d2386b3 authored over 8 years ago by Luca Guidi <[email protected]>
Cleanup

21e40c9597513ca40685703fcd3696fd050efad8 authored over 8 years ago by Pascal Betz <[email protected]>
Cleanup

dbf0a4e9290533b2355dacdf42116217ac5d6780 authored over 8 years ago by Pascal Betz <[email protected]>
Serve static assets via Shotgun::Static

https://github.com/hanami/hanami/issues/572

6c324501c212fdc24a359ec5f442ac136adfd182 authored over 8 years ago by Pascal Betz <[email protected]>
Replace general logic to module instead class

7f9eff66c24728f7e5dc83e614f88be06c61ece4 authored over 8 years ago by Anton Davydov <[email protected]>
Create simple way to creating custom CLI commands

cf89dd404bdb81c3c3d8e6ddd08e3bbedd739525 authored over 8 years ago by Anton Davydov <[email protected]>
Use constants instead of class variables

1cf723d6c6a7e71fb1844aafb9151e671e33a84d authored over 8 years ago by Nikita Shilnikov <[email protected]>
Fix usage of Mutex

a4ad9c88c758dde8b1c8215851491bee340b24e1 authored over 8 years ago by Nikita Shilnikov <[email protected]>
[ci skip] Donations. Closes #560

29d83befb0f562e9beb617fb648d34ffc9b300e6 authored over 8 years ago by Luca Guidi <[email protected]>
Fix typo on every delivery code example (#563)

c022e98d700ada7f0d3c78b94f85dda7d2bd6635 authored over 8 years ago by Kadu Ribeiro <[email protected]>
Require gems in bin/hanami file

9a8db0445fec53046c2b65e96987569a2bf1c005 authored over 8 years ago by Anton Davydov <[email protected]>
Merge pull request #565 from vyper/patch-1

Update ruby version to 2.3.1 & 2.2.5 on travis

b4fbed780a3df64d9b7697d66ee56f932c0f57d3 authored over 8 years ago by Trung Lê <[email protected]>
Update ruby version to 2.3.1 & 2.2.5 on travis

- https://www.ruby-lang.org/en/news/2016/04/26/ruby-2-3-1-released/
- https://www.ruby-lang.org...

39df2e49039f5234646ce1a351515ae3a180dc45 authored over 8 years ago by Leonardo Saraiva <[email protected]>
Make gsub not verbose, so generator doens't say 'gsub'

b32279c8085c84ea2dda790bc2f5f25374b30016 authored over 8 years ago by Sean Collins <[email protected]>
Load initializers in alphabetical order on any operation system

[ruby documentation](http://ruby-doc.org/core-2.2.1/Dir.html) says about `Dir.glob` (that is an ...

a5eee7c63527a83452b82d256a4b24aae077858d authored almost 9 years ago by Alexandr Subbotin <[email protected]>
Merge pull request #552 from stevehook/issue_494

Fix for issue 494 - Move Rack::MethodOverride middleware from application to container

1bf287351e96a639a1061d28a4b38d67d709dd35 authored almost 9 years ago by Luca Guidi <[email protected]>
Remove simplecov

05595f75cf833c52bfbb0253e73196b37a3205f5 authored almost 9 years ago by Luca Guidi <[email protected]>
Merge pull request #554 from ariejan/fix-spec-description

Fix spec description

b003f10606ce11d40843cf74d1dc087992d00c4f authored almost 9 years ago by Luca Guidi <[email protected]>
Fix spec description

3d867dc528d709ad68c2fa4e6d0a49a11a1e309c authored almost 9 years ago by Ariejan de Vroom <[email protected]>
Fix intermittent spec failure

Test was failing intermittently because some tests write to `.hanamirc`
with either `architectur...

37019cb7403005f4138131f31f44e64f0e88b26c authored almost 9 years ago by Steve Hook <[email protected]>
Destroy generated route, regardless of url param

47e192badcaec6d418ebfe467a2c7ca4bf9c523f authored almost 9 years ago by Sean Collins <[email protected]>
Merge branch 'davydovanton-rake-exit'

c53128ef1d5c6a670692be90b98cb508d660a202 authored almost 9 years ago by Luca Guidi <[email protected]>
Merge branch 'rake-exit' of https://github.com/davydovanton/lotus into davydovanton-rake-exit

1c5ea0eb0c984b168f34cc1b36067cadb670ea23 authored almost 9 years ago by Luca Guidi <[email protected]>
Create separate integration test for container middleware

7f8dc5793c85353e3a7912435c5ef9cf4cecf9c4 authored almost 9 years ago by Steve Hook <[email protected]>
Integration test for MethodOverride in container app WIP

0d2d4067a0381102362bfb43e8558548b6a27dac authored almost 9 years ago by Steve Hook <[email protected]>
Use the MethodOverride middleware in container apps

ffa3d58f01a5edc7bf96a1070f4c4d69a62f880d authored almost 9 years ago by Steve Hook <[email protected]>
MethodOverride middleware only in non-container apps

Remove the MethodOverride middleware from application middleware stack
unless the application ar...

8c176ad2ccbd203fb3eb6a8e1c9c8eb4cba2347d authored almost 9 years ago by Steve Hook <[email protected]>
Exit with status code if rake command was raised

9a5c15e59b44422f2d689f1120f3ad9c9418722f authored almost 9 years ago by Anton Davydov <[email protected]>
Merge pull request #550 from duykhoa/fix_logger_configuration

Minor refactoring for logger tests

9d41d06d90c7ccba720e37f7b9bfe3cbd544617c authored almost 9 years ago by Trung Lê <[email protected]>
Correct typo

7141d81d8b95051b1f88b13c2008d62bf649af45 authored almost 9 years ago by duykhoa <[email protected]>
Cleanup for #543

49af64b2e19525557806e107e2a5b0b157830f56 authored almost 9 years ago by Luca Guidi <[email protected]>
Merge branch 'berfarah-master'

2673babc0bb3c0526a54f1f906680fec1d6063cf authored almost 9 years ago by Luca Guidi <[email protected]>
Enhance integration configuration test

267e8adfe6731d2dadadda73f368ca2ac0ef0e04 authored almost 9 years ago by duykhoa <[email protected]>
Add extra scenario for configuration test

5e97b798b48ce0cb84847548c37bd35cba2eb84f authored almost 9 years ago by duykhoa <[email protected]>
Refactor test for logger

42e4293bf524fe38449f1f7f9bfd083c31661eaa authored almost 9 years ago by duykhoa <[email protected]>
Enhance config logger configuration

d7e06cdc201408b88e544aa48388326455d74e35 authored almost 9 years ago by duykhoa <[email protected]>
Add test for logger namespace configuration

5ea0f792a66c451c58545fcfe6923b39ec34fdde authored almost 9 years ago by duykhoa <[email protected]>
Merge branch 'master' of https://github.com/berfarah/hanami into berfarah-master

b299dda921a7b2c8ff8b7f0def51ee3aa6d0ab3b authored almost 9 years ago by Luca Guidi <[email protected]>
Fixes #542 - relative path for nested actions

Paths now properly add further '..' for each nesting in the action
Nested controller paths now w...

2d0c24d99cd0282bcd83a3ec50f9bdd54d830d7f authored almost 9 years ago by Bernardo Farah <[email protected]>
Merge pull request #545 from hanami/prefer-shotgun-as-code-reloading-mechanism

Prefer Shotgun as default code reloading mechanism

10030a414fa66ec923ff6e0289ddf900200dd0f7 authored almost 9 years ago by Luca Guidi <[email protected]>
Directory vendor/ isn't mandatory for entr

67fd5e596bcf31a38cef03ebf06e3dd2ed6bd618 authored almost 9 years ago by Luca Guidi <[email protected]>
Prefer Shotgun as default code reloading mechanism

109d24d2ff9ea450c395903397d75804517245c2 authored almost 9 years ago by Luca Guidi <[email protected]>
Code reloading: Only watch files on certain paths

20b096cf967fc3a5808c2adedbe34258a163348d authored almost 9 years ago by Luca Guidi <[email protected]>
Merge branch 'aderyabin-entr'

207a5ea82ea8ee6b26d20ab264afe20cbb335895 authored almost 9 years ago by Luca Guidi <[email protected]>
Merge branch 'entr' of https://github.com/aderyabin/hanami into aderyabin-entr

834ea8cee497af4125f24d08c98d6af4bf1c95d7 authored almost 9 years ago by Luca Guidi <[email protected]>
Merge branch 'cllns-fix-resourceful-routes-http-method'

eed009e9c64ba7a7964d10bfced3a8f0d8fed4f1 authored almost 9 years ago by Luca Guidi <[email protected]>
Remove default HTTP method from thor's method_option

dbe562a16df51e25a71a476befed77dbeb3ef5c9 authored almost 9 years ago by Sean Collins <[email protected]>
Cleanup for #504

8a9f1c1122b574aa31b1e8da444217dd100d10e4 authored almost 9 years ago by Luca Guidi <[email protected]>
Merge branch 'enhance-security'

8761784249ef24b5e51a30e37f0aea54b81fa372 authored almost 9 years ago by Luca Guidi <[email protected]>
Merge branch 'master' into enhance-security

c987588dd97da5c5cb5faacc33eb899eaacd73af authored almost 9 years ago by Luca Guidi <[email protected]>
Merge pull request #540 from cllns/change-deny-to-single-quotes

Change x_frame_options DENY to single quotes

dc4c10c8940f531e1badf813d3ef0746c2596d23 authored almost 9 years ago by Luca Guidi <[email protected]>
Merge branch 'cllns-insert-route-after-comments'

ec6411c77b38b87e1e162e1c5bb73ade9da4642f authored almost 9 years ago by Luca Guidi <[email protected]>
Merge branch 'insert-route-after-comments' of https://github.com/cllns/hanami into cllns-insert-route-after-comments

1a84a08b733c34a19762332bcfb70625faa5f4c7 authored almost 9 years ago by Luca Guidi <[email protected]>
Merge branch 'accessd-dry-generators'

5feab6b720b10741d7d8476f2e6e17f0ab12e2f4 authored almost 9 years ago by Luca Guidi <[email protected]>
Merge branch 'dry-generators' of https://github.com/accessd/lotus into accessd-dry-generators

6f23fa227473448dc70ad6192c76fd923473152f authored almost 9 years ago by Luca Guidi <[email protected]>
Merge pull request #538 from cllns/remove-period-from-welcome

Welcome page: Remove trailing period, to make copy-and-pasting easier

423377fd9b3a77afbec54a0253dbd94ea6ba7ad4 authored almost 9 years ago by Alfonso Uceda <[email protected]>