Guest User

Untitled

a guest
Feb 21st, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. * Roadmap
  2.  
  3. ** Get Merb hackers on board
  4.  
  5. *** Reading code base takes time
  6. *** Learning the process other people use takes time
  7. *** Merb team is not sure about concrete implementation of things in Rails HEAD
  8.  
  9. ** Start with Extlib => ActiveSupport
  10. *** does not affect compatibility
  11. *** antares already ports low hanging fruits over
  12. *** AS is the base other libraries use
  13.  
  14.  
  15. ** Define what public API is
  16. ** Write high level public API tests
  17.  
  18. ** Move on with cleaned up ActionPack
  19. *** ActionDispatcher
  20. *** AV refactoring
  21.  
  22.  
  23. ** Continue with boot process
  24. *** Port Merb's boot chain over
  25. *** Figure out how to hook ActiveRecord and configuration into the process so that things are pluggable
  26.  
  27. ** Port generators to Templater
  28. ** Adapt DataMapper plugin
  29.  
  30. ** Consolidate Ajax helpers into Ajax::Prototype module
  31. ** Try hooking jQuery/MooTools in
  32.  
  33. ** Benchmark what takes time and optimize till you drop
Add Comment
Please, Sign In to add comment