Ecosyste.ms: OpenCollective

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

github.com/hanami/hanami.github.io

Hanami website
https://github.com/hanami/hanami.github.io

Delete GH_TOKEN from travis.yml

18a23d6ada59405e877ec78f5ab09a57da78cbd9 authored over 7 years ago by Anton Davydov <[email protected]>
Use personal access token instead password for building site in travisCI

cb72651094b89569b907c2b6ad3d87069a9c5753 authored over 7 years ago by Anton Davydov <[email protected]>
Merge pull request #340 from hanami/chore/update-travis-build

Try to update middleman build

b712b445c3a36c4cd5b39ba2970521532fc351ff authored over 7 years ago by Anton Davydov <[email protected]>
Try to update travis build

6df1dfe81a4202ed43ed4dfe11864921c2daa6ba authored over 7 years ago by Anton Davydov <[email protected]>
Update shared view guide

a10126181474c9f871a381d77b8ebd4c0ef330ad authored over 7 years ago by Anton Davydov <[email protected]>
Merge pull request #330 from mbajur/search

Full-text search

077a3e87c19a56ba3823c6598d6ae164b1399551 authored over 7 years ago by Anton Davydov <[email protected]>
Merge pull request #338 from jarosluv/patch-2

Update create-table.md

b6a33d9cea206cb0a0a34c90b292f49db7633f1a authored over 7 years ago by Anton Davydov <[email protected]>
Merge pull request #324 from hanami/fix-check-constraint-example

Fix example for check constraint code

827f74a992b74a4db65cc4c02337e63f101f9d31 authored over 7 years ago by Anton Davydov <[email protected]>
Escape html from search excerpts

014643b98cc3a821115f90143d580bc06456a33c authored over 7 years ago by Michal Bajur <[email protected]>
Update create-table.md

With Ruby 2.4 and Hanami 1.0.0, `Bignum` becomes `integer` in a migration SQL. From now we need ...

e0cb59326bc91862118516646031797eb9e05d18 authored over 7 years ago by jarosluv <[email protected]>
Make externa assets protocol-independent

cc8ab43dfb0e7c24526e455e3145ab4605d048d6 authored over 7 years ago by Michal Bajur <[email protected]>
Final css fixes

e3b726d138191cd0515971e156b4827b0df4baee authored over 7 years ago by Michal Bajur <[email protected]>
Bundle assets

ac11f3217365f74a62819f6d164ceabc0fc548e2 authored over 7 years ago by Michal Bajur <[email protected]>
Merge pull request #337 from cveneziani/guides/request-mime-accept

Fix Guides - Request and Response page

4bc8f15fa5bb4b85dfab0800d6a92e76826454ce authored over 7 years ago by Anton Davydov <[email protected]>
Fix Guides - Request and Response page

Small typo here, we should use `accept?` method
instead of `accepts?` method: there is no `s`.

374e02af9b2bfa90e43513835f82ce2e3bf4051c authored over 7 years ago by Cecile Veneziani <[email protected]>
Merge pull request #335 from cveneziani/patch-1

Fix example of Entity instantiation

6362f953fbf0ae75fe5e78f302042180a2943f0e authored over 7 years ago by Sean Collins <[email protected]>
Merge pull request #336 from cveneziani/html5-helpers

Fix Escape Helpers link in Guides HTML5 Helpers

1623d0ef6566b06568c8c63121d3a0475051dc22 authored over 7 years ago by Sean Collins <[email protected]>
Fix Escape Helpers link in Guides HTML5 Helpers

1469b0e14b75750bd8248dbb665313c189afff31 authored over 7 years ago by Cecile Veneziani <[email protected]>
Fix example of Entity instantiation

The email used for instantiating User was not matching the expected email.
We're now using `luc...

c669975999cacf644e5cda4d65c862f6c476304c authored over 7 years ago by Cecile Veneziani <[email protected]>
Merge pull request #331 from hanami/feature/link-to-docs

Add link to docs site

2a1205dcde54639fb2937cc736aab04e8288793a authored over 7 years ago by Anton Davydov <[email protected]>
Add link to docs site

ea4468516dc98a2ebf914523c43ca845816997b3 authored over 7 years ago by Anton Davydov <[email protected]>
Add guides group and remove Guides prefix from titles

d968362e06ea05bed16752eeecc229bebc690259 authored over 7 years ago by Michal Bajur <[email protected]>
Set search input to readonly state when lunr.js not loaded the index yet

f21ce3c4070e85edb3800a12d22322d19df57b03 authored over 7 years ago by Michal Bajur <[email protected]>
Improve styling

1153aee42b0d92563200f84d7351b4fd0ba36187 authored over 7 years ago by Michal Bajur <[email protected]>
Add full-text search

c0debc6343edca422380b13cdf70d269f6aa4bba authored over 7 years ago by Michal Bajur <[email protected]>
Merge pull request #328 from derekpovah/patch-1

Fixed grammatical errors in projects/initializers.md and routing/overview.md

654d598a725f96f1bb6a449e6a3065302b9682f9 authored over 7 years ago by Sean Collins <[email protected]>
Fixed Grammatical Error

21: Semicolons are used to connect independent clauses of equal weight.
54: Now using parallel ...

eeb60d61a8c297ff71914d18d0679f040f512de0 authored over 7 years ago by derekpovah <[email protected]>
Grammatical error

"Or" makes the subject a singular subject, so the helping verb "is" should be used.

26198f2125feaf4130b68dd6097bdb1ab4fd8027 authored over 7 years ago by derekpovah <[email protected]>
Cleanup for #327

281387e95f49c9c9c80c9fe53c49f601312bd546 authored over 7 years ago by Luca Guidi <[email protected]>
Add example custom body parser registration to parameters.md (#327)

* Update parameters.md

Add example for custom body parser registration.

* Update parameter...

46b1c0412f584c833818372250fa144b29157840 authored over 7 years ago by Lucas Hosseini <[email protected]>
Merge pull request #326 from autopp/fix_unexpected_italic

fix unexpected italic in forms.md

c45ef2e95dc0f37f190d934fb2c9d7cc856ad343 authored over 7 years ago by Anton Davydov <[email protected]>
fix unexpected italic

372de2972a0bc88294e451aa38eb27bdf321c099 authored over 7 years ago by autopp <[email protected]>
Merge pull request #325 from kaikuchn/build

Instruct to prepare test db before entity tests

b881c266c87c7e8f3240283d4abb0b2cc93a0681 authored over 7 years ago by Sean Collins <[email protected]>
Instruct to prepare test db before entity tests

deab48f7ecdbe63618693339fb2260f44dd13289 authored over 7 years ago by Kai Kuchenbecker <[email protected]>
Fix example for check constraint code

157d0ccf24e92dafa635d549821fc1c97f8839d6 authored over 7 years ago by Anton Davydov <[email protected]>
use consistent expectation for redirect location (#322)

36e52d77145f23192d1a713f7bbac66292046b57 authored over 7 years ago by Tudor Pavel <[email protected]>
Add hint that mailers folder is now required (#321)

2c86cf64daae7f252f11ca953682aaec641d17c8 authored over 7 years ago by Kai Kuchenbecker <[email protected]>
Merge pull request #320 from tudorpavel/build

avoid test failure by using books_path

13aba85c7a0ec0b1c0ee35b767dcb61ab63b8069 authored over 7 years ago by Sean Collins <[email protected]>
avoid test failure by using books_path

7c8858d8c9fc4315316bdbc04b273c43d124f8b6 authored over 7 years ago by Tudor Pavel <[email protected]>
Document how to use #raw helper with a local. Ref hanami/view#123

2d1e3e5682b6ec31c4b08bf0f589546da3c9bc38 authored over 7 years ago by Luca Guidi <[email protected]>
Merge pull request #292 from graywolf/patch-1

Removed misleading sentence from opening paragraph

5a5cccb2d696243255a23d7a5a38be4bda4938ab authored over 7 years ago by Anton Davydov <[email protected]>
Merge pull request #307 from hanami/new-community

Update community page

156db579f9b6bfd06e105b98e24d243986f90f74 authored over 7 years ago by Anton Davydov <[email protected]>
Merge pull request #305 from eko24ive/build

Fixed anchor icon issue #277

81b4645bfe975378cc0bb3acf2ec2649852473f9 authored over 7 years ago by Anton Davydov <[email protected]>
Fix guide's migration where UUID is used as primary key

9f620eb4f7676493fa12a23db62b1f0cf46a6d48 authored over 7 years ago by Luca Guidi <[email protected]>
Merge pull request #318 from cllns/clean-up-317

Clean up for #317

ce264d6da7326960dcb870b381a497cc3e1dfa6f authored over 7 years ago by Sean Collins <[email protected]>
Clean up for #317

5ee076816b782dfc9aef9129d4111d869f3c2fd3 authored over 7 years ago by Sean Collins <[email protected]>
Merge pull request #317 from radanskoric/improve-view-tests-guide

Mention the need to defined params in exposures in tests

820bfbec91bd98cf41397323dd6e01899f61d43b authored over 7 years ago by Anton Davydov <[email protected]>
Mention the need to defined params in exposures in tests

d245d86630a3f39e34f5be6a337782c80305e59e authored over 7 years ago by Radan Skoric <[email protected]>
Architecture paragraph was removed (#316)

Architecture flag is not supported and Hanami supports only container architecture.

4dd27d0c3c5aaf69eac61da93e143f6c04dd64da authored over 7 years ago by milovidov <[email protected]>
Merge pull request #315 from paulcsmith/ps-mailer-basic-usage

Fix some typos in the Mailer Basic Usage guide

c4c211a3cef904267a5896ef597801f278950822 authored over 7 years ago by Sean Collins <[email protected]>
Add Twitter hashtag to Community page

8e13ba96fa981d6d39b44293f5a773a3e6236a34 authored over 7 years ago by Luca Guidi <[email protected]>
Merge branch 'build' into new-community

e4616395e380b8acffaef3d896e86abc20b230e1 authored over 7 years ago by Luca Guidi <[email protected]>
Merge pull request #312 from jphager2/patch-1

Update overview.md with some grammar changes

9c55f77de452b64f79204607ba5d8437277a47ae authored over 7 years ago by Sean Collins <[email protected]>
Merge pull request #313 from ryu39/fix/use_word_initialized

Use a word 'initialized' instead of 'initialised'

9a418970daf67b0670006415b300c9e67eb9e78d authored over 7 years ago by Sean Collins <[email protected]>
Use a word 'initialized' instead of 'initialised'

bdcb62c5b942ec34dce7642bdc80182695456d8c authored over 7 years ago by ryu39 <[email protected]>
Update overview.md with some grammar changes

Some grammar changes for flow and clarity.

70db289c676c19db129b8bfe83abbd2e9f11683a authored over 7 years ago by John Hager <[email protected]>
add conference talks

03232517118c751668d228a4d72679544804714f authored over 7 years ago by marionschleifer <[email protected]>
rewrite texts

f3fc3883263779e1b99808827217c5234feda925 authored over 7 years ago by marionschleifer <[email protected]>
Merge pull request #311 from janko-m/patch-1

Fix Twitter link for Marion Schleifer

60950ccf8b46735f6015ed6ee6c22a2e4a4c4cc0 authored over 7 years ago by Sean Collins <[email protected]>
Fix Twitter link for Marion Schleifer

0d0bdbeadd18641d24b3d3e6aff4ea41f558f355 authored over 7 years ago by Janko Marohnić <[email protected]>
Merge pull request #310 from y-yagi/fix_doc_about_generate_model

Fix doc about model generator

223d67dadf200d6c20de6db2f1094e6f7917c074 authored over 7 years ago by Sean Collins <[email protected]>
Fix doc about model generator

The model generator also creates a migration.

8a637f85f3c2185cbd684ff74297313aa1a11493 authored over 7 years ago by yuuji.yaginuma <[email protected]>
Fix some typos in the Mailer Basic Usage guide

03f431c204ca7712a1e9f599ad23109ccdaee901 authored over 7 years ago by Paul Smith <[email protected]>
Change timestamp for blog post

68da722d4ce3bdb83c4430e8d991a82600c7b721 authored over 7 years ago by Luca Guidi <[email protected]>
Font for logotype is Roboto. Ref #287

c691e392054ed99edfc4aea0371bf93308c4dd26 authored over 7 years ago by Luca Guidi <[email protected]>
Announcing Hanami v1.0.0

b5344ed26c841d0fa600add72ce1ca5cc374f866 authored over 7 years ago by Luca Guidi <[email protected]>
Security policy

9efaacda2b05a87b2fda15ff5a0126d16f201eaf authored over 7 years ago by Luca Guidi <[email protected]>
Update Mailing List markup

ba80a08d79d326a94e2d608d10f9fc52efb9e38f authored over 7 years ago by Sean Collins <[email protected]>
Update security policy wording

cc4b739dd63ae65bf5dc94c1b93917df6c302fca authored over 7 years ago by Sean Collins <[email protected]>
ML 0011

06286e9bb72d8f3c8520db81ff568655fde870d5 authored over 7 years ago by Luca Guidi <[email protected]>
Adjust developers count for ML

8a992cea98649b29beac059a2072101f9f177920 authored over 7 years ago by Luca Guidi <[email protected]>
Final touches for Getting Started Guide

937d3d5a6018b62dcb3e25581ce8166554877d13 authored over 7 years ago by Luca Guidi <[email protected]>
Update blog post wording

5c8895c8c2f974ade9fff423879ea9a097b26873 authored over 7 years ago by Sean Collins <[email protected]>
Small tweak

2069e3ecd11727583689f3a7baa233cdf47ad4ed authored over 7 years ago by Luca Guidi <[email protected]>
Prepare for v1.0.0

60fc2f587ed832d90db7cc3b56efc5fe355b7a68 authored over 7 years ago by Luca Guidi <[email protected]>
Update Getting Started Guide

898b55a449ee1ad122cb9b31abc6cf126a83cb27 authored over 7 years ago by Luca Guidi <[email protected]>
Team page

1171c4921bb2640571d57d7d76bca3a13d9b8d45 authored over 7 years ago by Luca Guidi <[email protected]>
Fix own twitter link :)

076a25549d39228735991542135c8c7c8304e96d authored over 7 years ago by Sean Collins <[email protected]>
Update deploy instructions for Heroku

e22ad86a15226c625ecf175886d9ab4d29fa7897 authored over 7 years ago by Luca Guidi <[email protected]>
Rephrase Logos section

45f2d2a293c7cc306ae6290469535d53bbcf40d3 authored over 7 years ago by Sean Collins <[email protected]>
Clean up wording

ef1d1d88e62e758881a29aea8cfadb02345d0965 authored almost 8 years ago by Sean Collins <[email protected]>
increased width of anchor link element, so it won't dissapear if mouse hovers gap between link and its parent element

e9e95d0b484ed6de05dd3e026f14c359183bfacb authored almost 8 years ago by --global <[email protected]>
Update community page

2d826a6afb12e736684ab4149112f0d85605c946 authored almost 8 years ago by Anton Davydov <[email protected]>
Merge pull request #287 from kbrgl/build

Fix font sizes and weights and migrate from Roboto to Overpass

a62692fdc6004dcc1e204a155e76e3a879fda412 authored almost 8 years ago by Alfonso Uceda <[email protected]>
Fixed anchor icon issue #277

7324ff086cf65a530adf1f6aa9359f54d720a46d authored almost 8 years ago by eko24ive <[email protected]>
Merge pull request #304 from y-yagi/fix_command-line_doc

Fix doc for `database` argument

62f2820d94bf24c2a9d20847185904df0b0f2bf4 authored almost 8 years ago by Alfonso Uceda <[email protected]>
Fix doc for `database` argument

Currently, the default of `database` is SQLite.

30faf9fb385f567ab13cdae1c317f55c95a69b41 authored almost 8 years ago by yuuji.yaginuma <[email protected]>
Merge pull request #302 from hanami/contributors

Add link to hanami contributors site

1a2a834f3b0016ebb6ca0b8766f57c5ea1121a24 authored almost 8 years ago by Anton Davydov <[email protected]>
Added instructions for log rotation

049ad41471e8a6acc38bd1e5edb8c7ee55cdda82 authored almost 8 years ago by Luca Guidi <[email protected]>
Announcing Hanami v1.0.0.rc1

9f3fa60e4bd909d7a0b902a909c3febbe82b257c authored almost 8 years ago by Luca Guidi <[email protected]>
Add link to hanami contributors site

7167fcb87d86cdb5c3c775d1bd02c8eb6d57d568 authored almost 8 years ago by Anton Davydov <[email protected]>
Merge pull request #300 from cllns/clean-up-models-guides

Clean up language on models guides

dddca547959347af2f9567f7c33922d57bea5449 authored almost 8 years ago by Sean Collins <[email protected]>
Clean up language on models guides

6ee042fd2672aa99f0d47b70b18acd4befec7d13 authored almost 8 years ago by Sean Collins <[email protected]>
blog post announcing hanami 1.0.0.beta3

e570a1e11fa0ec2b6d1c1a6c248997d1c770eb3c authored almost 8 years ago by marionschleifer <[email protected]>
Update cover

cf75f542300606f0670295a43f4253303d50572c authored almost 8 years ago by Luca Guidi <[email protected]>
Stub for Validations guide article

24338c97d9362cf392d9412a9bda6a0b71792b58 authored almost 8 years ago by Luca Guidi <[email protected]>
Bump Hanami version

a94a2bd5d9880d18a74c33b7c9b253d0d313bf58 authored almost 8 years ago by Luca Guidi <[email protected]>
Expand explanation about removed methods

61380b48f1343d2fa76871a62a446cde63b36be9 authored almost 8 years ago by Luca Guidi <[email protected]>
Cleanup v1.0.0.beta3 announcement

01dfec9cb2501c25a0b48975bd1c68f802456df0 authored almost 8 years ago by Luca Guidi <[email protected]>
Add pagination to blog (#296)

Closes https://github.com/hanami/hanami.github.io/issues/293

bbc37d45b18688fbe45eb68a84ea8f75f2112007 authored almost 8 years ago by Semyon Pupkov <[email protected]>