Skip to main content

Home/ WikiTechie/ Group items tagged rails

Rss Feed Group items tagged

al-Amjad Tawfiq Isstaif

Good base app for Rails 3? - Stack Overflow - 0 views

  •  
    "Could anybody tell me a good base app for Rails 3?"
al-Amjad Tawfiq Isstaif

Community Engine - Rails Plugin That Adds Social Networking To Your App - 0 views

  •  
    " Rails Plugin That Adds Social Networking To Your App"
al-Amjad Tawfiq Isstaif

Why I think Mongo is to Databases what Rails was to Frameworks // RailsTips by John Nun... - 0 views

  •  
    " I say that I now approach Mongo with the same kind of excitement I first felt using Rails."
al-Amjad Tawfiq Isstaif

Tower.js - Full Stack Web Framework for Node.js and the Browser - 0 views

  •  
    Built on top of Node's Connect and Express, modeled after Ruby on Rails. Built for the client and server from the ground up.
al-Amjad Tawfiq Isstaif

Starting a "professional" Rails app with Haml, Rspec, Devise, and Web App The... - 0 views

  •  
    "how to create an app from scratch that looks good enough to sell to clients i.e. with slick design, authentication, authorization"
al-Amjad Tawfiq Isstaif

activerecord - Why does rails not respect the type of a belongs_to associated object wi... - 0 views

  •  
    "Setting self.abstract_class = true actually tells ActiveRecord that there is not a database table associated with that class so your inherited classes will each have their own database table. "
al-Amjad Tawfiq Isstaif

Real world Rails, Part 3: Optimizing ActiveRecord - 2 views

  • The third alternative is to provide a common capability, but using associations instead of inheritance. ActiveRecord has a feature called polymorphic associations that is ideal for attaching common behavior to a class without inheritance. You saw an example of a polymorphic association earlier in Address. I can use the same technique to attach my common attributes for content management instead of inheritance. Consider a class called ContentBase. Normally, to associate that class to another class, you would use a has_one relationship and a simple foreign key. But you would probably want your ContentBase to work with more than one class. You need a foreign key, and also a column that defines the type of the target class. That's exactly how ActiveRecord polymorphic associations work. Look at the classes in Listing 11.
    • al-Amjad Tawfiq Isstaif
       
      This is exactly what we want.
al-Amjad Tawfiq Isstaif

The Ruby Toolbox - Search results for: 'social' - 1 views

  •  
    هذه مجموعة من الأدوات ذات العلاقة بالشبكات الاجتماعية مبنية من خلال rails، وبعضها تم تنفيذها كمحرك rails engine
al-Amjad Tawfiq Isstaif

Getting Comfortable Working With Rails Core - 0 views

  •  
    "For those of you who want to dive in, I've assembled this list of things I've done to get going and I think it could help you out, too."
Muhammad Al-Syrwan

Rails Tutorial for Devise with CanCan and Twitter Bootstrap · RailsApps - 0 views

  •  
    privileges management
al-Amjad Tawfiq Isstaif

wagn/wagn - 0 views

  •  
    Ruby on rails wiki platform for collaborating to build custom web systems
1 - 20 of 36 Next ›
Showing 20 items per page