Skip to main content

Home/ WikiTechie/ Group items tagged http

Rss Feed Group items tagged

al-Amjad Tawfiq Isstaif

Welcome to Capistrano. · capistrano/capistrano Wiki - 0 views

  •  
    Capistrano is a developer tool for deploying web applications. It is typically installed on a workstation, and used to deploy code from your source code management (SCM) to one, or more servers.
al-Amjad Tawfiq Isstaif

What is Locale? | LocaleApp Blog - 0 views

  •  
    Locale works with the i18n gem and helps developers create and manage yml translation files.
al-Amjad Tawfiq Isstaif

Observer pattern - Wikipedia, the free encyclopedia - 0 views

  •  
    "The observer pattern (aka. Dependents, publish/subscribe) is a software design pattern in which an object, called the subject, maintains a list of its dependents, called observers, and notifies them automatically of any state changes, usually by calling one of their methods."
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

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

  •  
    "RSpec and Cucumber versus.. Test::Unit"
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

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

RailsWizard - Simple Rails Templates courtesy of Intridea - 0 views

  •  
    "Just click recipes from the list to add them to your template."
Muhammad Al-Syrwan

Help.GitHub - Working with submodules - 1 views

  •  
    great feature in git : adding sub projects 
« First ‹ Previous 41 - 60 of 149 Next › Last »
Showing 20 items per page