Tutorials - Ruby on Rails - Lesson 7 - CSS Appearance - Style - Design

Create - Read - Update - Delete
Add new columns to table : Migration || Migrate


Ruby on Rails (simplify as Rails) is a server-side web application framework written in Ruby under the MIT License. Rails is a model–view–controller (MVC) framework, providing default structures for a database, a web service, and web pages. It encourages and facilitates the use of web standards such as JSON or XML for data transfer and HTML, CSS and JavaScript for user interfacing. In addition to MVC, Rails emphasizes the use of other well-known software engineering patterns and paradigms, including convention over configuration (CoC), don't repeat yourself (DRY), and the active record pattern.

Rails is a full-stack framework. It ships with all the tools needed to build amazing web apps on both the front and back end.
Rendering HTML templates, updating databases, sending and receiving emails, maintaining live pages via WebSockets, enqueuing jobs for asynchronous work, storing uploads in the cloud, providing solid security protections for common attacks. Rails does it all and so much more.

Ruby is an interpreted, high-level, general-purpose programming language which supports multiple programming paradigms. It was designed with an emphasis on programming productivity and simplicity. In Ruby, everything is an object, including primitive data types.




دروس - روبي أون ريلز - الدرس 7 - مظهر - الأسلوب - التصميم

روبي أون ريلز (تبسيطه كـ ريلز) هو إطار تطبيق ويب من جانب الخادم مكتوب بلغة روبي بموجب ترخيص إم آي تي. ريلز هو إطار عمل نموذج - عرض - متحكم ، يوفر هياكل افتراضية لقاعدة بيانات وخدمة ويب وصفحات ويب. يشجع ويسهل استخدام معايير الويب مثل جيسون أو لنقل البيانات و أتش تي أم أل و سي أس أس و جافا سكربت لواجهة المستخدم. بالإضافة إلى ، تؤكد ريلز على استخدام أنماط ونماذج هندسة البرمجيات المعروفة الأخرى ، بما في ذلك الاصطلاح على التكوين ، ولا تكرر نفسك ، ونمط التسجيل النشط.

ريلز هو إطار عمل متكامل. يأتي مزودًا بجميع الأدوات اللازمة لإنشاء تطبيقات ويب مذهلة على كل من الواجهة الأمامية والخلفية.
عرض قوالب إتش تي إم إل ، وتحديث قواعد البيانات ، وإرسال واستقبال رسائل البريد الإلكتروني ، وصيانة الصفحات الحية عبر ويب سوكيت، ووضع وظائف في قوائم للعمل غير المتزامن ، وتخزين التحميلات في السحابة ، وتوفير حماية أمنية قوية للهجمات الشائعة. ريلز تفعل كل شيء وأكثر من ذلك بكثير.

روبي هي لغة برمجة مفسرة عالية المستوى للأغراض العامة تدعم نماذج برمجة متعددة. تم تصميمه مع التركيز على إنتاجية البرمجة والبساطة. في روبي ، ​​كل شيء هو كائن ، بما في ذلك أنواع البيانات البدائية.