It's very easy to create your own web-sites using The Ring Programming Language
ringpm install dragonframework from mohannad-aldulaimi
ringpm run dragonframework
dring create <porject_name>
dring create first_web_app
ring manage.ring run
1. Add the ability to create projects using command line .
2. Add PostGreSql database extention with many useful functions.
3. Cookies Errors fixed.
4. weblib tempates (better code).
5. Add route2 function .
6. Error 404 Page (better code to be faster).
7. Auto Error Avoiding during execute files (if any error occurred on page it will return error 404 page not found (during the executing) not on code error).
8. Made the Page executing more faster .
9. updating the bootstrap and J-Query files.
10. Showflash() function (better code).
11. Add Get_Flashed_Messages() function.
12. Add (dangerous) Class for Flash messages.
13. Add 'Working With PostgreSql' document.
14. Add Employees example.
15. Add Login&signup example.
1. Add manage.ring so that you can manage your project easily.
2. Add [run] command to control the server :-
* run:startserver
* run:stopserver
* run:restartserver
3. Add the ability to run the project from any path without Ring notepad or Xampp or Apache [only for windows]