Skip to main content

Home/ Groups/ WikiTechie
Muhammad Al-Syrwan

Help.GitHub - Working with submodules - 1 views

  •  
    great feature in git : adding sub projects 
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?"
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

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."
al-Amjad Tawfiq Isstaif

The Ruby Toolbox - Wiki Apps - 0 views

al-Amjad Tawfiq Isstaif

Federated Content Management - 0 views

  •  
    Accessing Content from Disparate Repositories with IBM Content Federation Services and IBM Content Integrator
al-Amjad Tawfiq Isstaif

Cappuccino Web Framework - Learn About Cappuccino and Objective-J - 2 views

  •  
    i was planning to implement that idea :)
  •  
    but it depends on a new language Objective-J :(
« First ‹ Previous 61 - 80 of 138 Next › Last »
Showing 20 items per page