-
Notifications
You must be signed in to change notification settings - Fork 508
Roadmap for 1.0
Matthias Günther edited this page May 9, 2018
·
14 revisions
Here is what we plan to add for Padrino 1.0:
- Use pendragon and remove http-router
- Prevent mass assignments #issue-905
- Rewrite admin with twitter-bootstrap #ref
- Better than ever multithread support (especially with
jruby
) - Rewrite mailer to use less patch.
-
Rendering
should be reused every where (ex.: inside a padrino-mailer or another gem) - Rewrite
reloading
logic (forked reloader). - Rewrite
logger
- New website which actually uses padrino-docs
- Updated website design
- Document all the missing stuff from newer releases
- Check this issue
- Less dependencies
- More robust
- Be the faster ruby framework
- Support only Ruby 2.0 (mri,jruby,rbx etc...)
- 2.0 coding style
Feel free to add yours here.