Skip to content

Commit f10e78b

Browse files
Merge pull request #311 from basemate/dependabot/bundler/puma-4.3.1
Bump puma from 3.12.0 to 4.3.1
2 parents 9721614 + ccd5347 commit f10e78b

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ GEM
132132
cliver (~> 0.3.1)
133133
websocket-driver (>= 0.2.0)
134134
public_suffix (3.0.3)
135-
puma (3.12.0)
135+
puma (4.3.1)
136+
nio4r (~> 2.0)
136137
rack (2.0.7)
137138
rack-proxy (0.6.5)
138139
rack

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,18 @@ matestack can progressively replace the classic Rails-View-Layer. You are able t
1919
it alongside your classic views and incrementally turn your Rails-App into a
2020
dynamic Web-App.
2121

22+
### Current State:
23+
24+
We love to see more and more people using and contributing to matestack-ui-core. Our current version is 0.7.3 and it's not perfect yet. We recommend you to start using matestack-ui-core in a side project and report issues as this helps us to push matestack-ui-core towards a production ready 1.0.0. At basemate, we already use matestack-ui-core in production as we know how to handle current issues and bypass them with deep insights of the core implementation. We plan to invest time and money (yes, we're hiring) on following improvements:
25+
26+
* debugging and error handling
27+
* core refactoring, increased core maintainability and code quality
28+
* better integration in existing rails apps
29+
* improved documentation
30+
* webpacker support and npm based js dependecy management
31+
* improved dynamic core components (especially form components)
32+
33+
2234
### Installation:
2335

2436
Click here to see how you can add Matestack UI to your existing Rails application: [Installation Guide](https://www.matestack.org/docs/install)
@@ -213,7 +225,7 @@ Changelog can be found [here](./CHANGELOG.md)
213225

214226
### Roadmap
215227

216-
We're currently finalizing the roadmap towards to a stable 1.0 release, supposed to happen towards the end of the year! For details make sure to check the [release management project](https://github.com/basemate/matestack-ui-core/projects/2) and get in touch via our [chat](https://gitter.im/basemate/community) for feedback!
228+
In order to see what we planned to add and release the upcoming months, just have a look at our future [milestones](https://github.com/basemate/matestack-ui-core/milestones) and get in touch via our [chat](https://gitter.im/basemate/community) for feedback! The upcoming issues and feature requests will be added to one of these milestones regarding priority and implementation effort.
217229

218230
### Community
219231

0 commit comments

Comments
 (0)