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
Related Q & A:
- How to install GitHub setup?Best solution by wiki.unrealengine.com
- how to use ajax with json in ruby on rails?Best solution by Stack Overflow
- Is it pertinent and efficient to use an ORM on Android?Best solution by Stack Overflow
- How do I perform this ActiveRecord query?Best solution by Stack Overflow
- How to import library from GitHub to Eclipse?Best solution by Stack Overflow
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
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.