Skip to main content

Home/ WikiTechie/ Contents contributed and discussions participated by al-Amjad Tawfiq Isstaif

Contents contributed and discussions participated by al-Amjad Tawfiq Isstaif

al-Amjad Tawfiq Isstaif

mettadore/acts_as_stream - 0 views

  •  
    Rails injectable Redis-backed activity stream system
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

rossta/seymour - 0 views

  •  
    This is an advanced activity feed management that we might need in the future
al-Amjad Tawfiq Isstaif

zilkey/active_model_listener - 0 views

  •  
    Simple, global ActiveRecord event observers, using a middleware architecture, that can easily be turned on and off. Designed for audit trails, activity feeds and other app-level event handlers
al-Amjad Tawfiq Isstaif

Miro community - Home - 1 views

  •  
    Easily create a video-based community
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

DHH Offended By RSpec, Says Test::Unit Is Just Great - 0 views

  •  
    "RSpec and Cucumber versus.. Test::Unit"
al-Amjad Tawfiq Isstaif

RailsWizard - Simple Rails Templates courtesy of Intridea - 0 views

  •  
    "Just click recipes from the list to add them to your template."
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?"
« First ‹ Previous 41 - 60 of 105 Next › Last »
Showing 20 items per page