Rails: How to use ActionMailer by itself?

Does github/basecamp use Rails ActiveRecord implementation (ORM)?

  • Hi, I'm not sure but I heard that Github uses Rails for their main server side technology. And Basecamp completely based on Rails. I heard that "any Large scale app like Github and Basecamp don't use ORM". My question is does Github or Basecamp uses Rails ActiveRecord implementation (ORM) in their app? Thanks, Rashidul

  • Answer:

    Whoever told you large web apps don't use ORMs is likely a lot less knowledgeable than they think they are. The majority of the large Rails apps use ActiveRecord, particularly because it makes it extremely easy to find a the areas of SQL where you aren't happy with the 2-3 queries the ORM generates, so you replace them with a single well-tuned custom query. Any 'good' ORM does the heavy lifting for you 90% of the time, and the remaining 10% just steps out of the way and lets you write what you want.

Brad Murray at Quora Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.