الفرق بين المراجعتين ل"Rails/MegaMenu"

من موسوعة حسوب
اذهب إلى التنقل اذهب إلى البحث
ط
ط
 
سطر 2: سطر 2:
 
     {
 
     {
 
         "columns": [
 
         "columns": [
 +
            {
 +
                "control": {
 +
                    "type": "bullets",
 +
                    "config": {
 +
                        "text": "البدء مع ريلز",
 +
                        "url": "/%D8%AA%D8%B5%D9%86%D9%8A%D9%81:Rails_Getting_Started",
 +
                        "items": [
 +
                            {
 +
                                "text": "مدخل إلى ريلز",
 +
                                "url": "/Rails/getting_started"
 +
                            },
 +
                            {
 +
                                "text": "Action Cable",
 +
                                "url": "/Rails/action_cable"
 +
                            },
 +
                            {
 +
                                "text": "Action Mailer",
 +
                                "url": "/Rails/action_mailer"
 +
                            },
 +
                            {
 +
                                "text": "Action Pack",
 +
                                "url": "Rails/action_pack"
 +
                            },
 +
                            {
 +
                                "text": "Action View",
 +
                                "url": "/Rails/action_view"
 +
                            },
 +
                            {
 +
                                "text": "Active Job",
 +
                                "url": "/Rails/active_job"
 +
                            },
 +
                            {
 +
                                "text": "Active Model",
 +
                                "url": "/Rails/active_model"
 +
                            },
 +
                            {
 +
                                "text": "Active Record",
 +
                                "url": "/Rails/active_record"
 +
                            },
 +
                            {
 +
                                "text": "Active Storage",
 +
                                "url": "/Rails/active_storage"
 +
                            },
 +
                            {
 +
                                "text": "Active Support",
 +
                                "url": "/Rails/active_support"
 +
                            }
 +
                        ]
 +
                    }
 +
                }
 +
            },
 
             {
 
             {
 
                 "control": {
 
                 "control": {
سطر 83: سطر 134:
 
                         "url": "/%D8%AA%D8%B5%D9%86%D9%8A%D9%81:Rails_Digging_Deeper",
 
                         "url": "/%D8%AA%D8%B5%D9%86%D9%8A%D9%81:Rails_Digging_Deeper",
 
                         "items": [
 
                         "items": [
                            {
 
                                "text": "ملحقات Active Support الأساسية",
 
                                "url": "/Rails/active_support_core_extensions"
 
                            },
 
 
                             {
 
                             {
 
                                 "text": "الواجهة البرمجية للتدويل",
 
                                 "text": "الواجهة البرمجية للتدويل",
سطر 92: سطر 139:
 
                             },
 
                             },
 
                             {
 
                             {
                                 "text": "استخدام المراجع مع DOM",
+
                                 "text": "التخزين الداخلي المؤقت",
                                 "url": "مقدمة إلى التخزين الفعال"
+
                                 "url": "/Rails/caching_with_rails"
 
                             },
 
                             },
 
                             {
 
                             {
سطر 104: سطر 151:
 
                             },
 
                             },
 
                             {
 
                             {
                                 "text": "حدوث الأخطاء",
+
                                 "text": "تنقيح التطبيقات",
 +
                                "url": "/Rails/debugging_rails_applications"
 +
                            },
 +
                            {
 +
                                "text": "ضبط التطبيقات",
 
                                 "url": "/Rails/configuring"
 
                                 "url": "/Rails/configuring"
 
                             },
 
                             },
 
                             {
 
                             {
                                 "text": "ضبط التطبيقات",
+
                                 "text": "تهيئة ريلز",
                                 "url": "/React/web_components"
+
                                 "url": "/Rails/initialization"
 
                             },
 
                             },
 
                             {
 
                             {
سطر 116: سطر 167:
 
                             },
 
                             },
 
                             {
 
                             {
                                 "text": "أدوات Active Support",
+
                                 "text": "خط أنابيب الأصول",
                                 "url": "/%D8%AA%D8%B5%D9%86%D9%8A%D9%81:Rails_Models"
+
                                 "url": "/Rails/asset_pipeline"
 +
                            },
 +
                            {
 +
                                "text": "العمل مع JavaScript",
 +
                                "url": "/Rails/working_with_javascript_in_rails"
 
                             }
 
                             }
 
                         ]
 
                         ]

المراجعة الحالية بتاريخ 09:20، 25 مارس 2019

columns
control
type"bullets"
config
text"البدء مع ريلز"
url"/%D8%AA%D8%B5%D9%86%D9%8A%D9%81:Rails_Getting_Started"
items
text"مدخل إلى ريلز"
url"/Rails/getting_started"
text"Action Cable"
url"/Rails/action_cable"
text"Action Mailer"
url"/Rails/action_mailer"
text"Action Pack"
url"Rails/action_pack"
text"Action View"
url"/Rails/action_view"
text"Active Job"
url"/Rails/active_job"
text"Active Model"
url"/Rails/active_model"
text"Active Record"
url"/Rails/active_record"
text"Active Storage"
url"/Rails/active_storage"
text"Active Support"
url"/Rails/active_support"
control
type"bullets"
config
text"النماذج في ريلز"
url"/%D8%AA%D8%B5%D9%86%D9%8A%D9%81:Rails_Models"
items
text"أساسيات Active Record"
url"/Rails/active_record_basics"
text"تهجيرات Active Record"
url"/Rails/active_record_migrations"
text"التحقق من Active Record"
url"/Rails/active_record_validations"
text"ردود نداء Active Record"
url"/Rails/active_record_callbacks"
text"ارتباطات Active Record"
url"Rails/association_basics"
text"واجهة استعلامات Active Record"
url"/Rails/active_record_querying"
text"أساسيات Active Model"
url"/Rails/active_model_basics"
control
type"bullets"
config
text"واجهات العرض والمتحكمات"
url"/%D8%AA%D8%B5%D9%86%D9%8A%D9%81:Rails_View"
items
text"نظرة عامة على وحدة العرض"
url"/Rails/action_view_overview"
text"تخطيط الصفحات والتصيير"
url"/Rails/layouts_and_rendering"
text"مساعدو الاستمارة في وحدة العرض"
url"/Rails/form_helpers"
text"المكونات والخاصيات"
url"/React/components_and_props"
text"نظرة خاطفة على وحدة التحكم"
url"/Rails/action_controller_overview"
text"التوجيه من الخارج إلى الداخل"
url"/Rails/routing"
control
type"bullets"
config
text"الدليل المتقدم"
url"/%D8%AA%D8%B5%D9%86%D9%8A%D9%81:Rails_Digging_Deeper"
items
text"الواجهة البرمجية للتدويل"
url"/Rails/i18n"
text"التخزين الداخلي المؤقت"
url"/Rails/caching_with_rails"
text"تأمين تطبيقات ريلز"
url"/Rails/security"
text"اختبار التطبيقات"
url"/Rails/testing"
text"تنقيح التطبيقات"
url"/Rails/debugging_rails_applications"
text"ضبط التطبيقات"
url"/Rails/configuring"
text"تهيئة ريلز"
url"/Rails/initialization"
text"سطر أوامر ريلز"
url"/Rails/command_line"
text"خط أنابيب الأصول"
url"/Rails/asset_pipeline"
text"العمل مع JavaScript"
url"/Rails/working_with_javascript_in_rails"
control
type"bullets"
config
text"توسيع ريلز"
url"/%D8%AA%D8%B5%D9%86%D9%8A%D9%81:Rails_Extending"
items
text"أساسيات إنشاء الإضافات"
url"/Rails/plugins"
text"ريلز مع Rack"
url"/Rails/rails_on_rack"
text"إنشاء وتخصيص مولدات وقوالب ريلز"
url"/Rails/generators"
text"الشروع في العمل مع المحركات"
url"/Rails/engines"
text"الخيوط وتنفيذ الشيفرة"
url"/Rails/threading_and_code_execution"