search for: practicies

Displaying 2 results from an estimated 2 matches for "practicies".

Did you mean: practices
2008 Jul 17
0
render partial vs. render subtemplate?
...pros/cons of one vs. the other? Certainly the "render partial" option is advantageous as an abstraction of one or many objects and what to do with them. But I''m noticing that my code is starting to have lots of partials and I wonder where subtemplates fit in? Are there some best practicies for partials vs. subtemplates? Thanks! -Danimal --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@publi...
2013 Jan 16
6
Highload project on RoR
I need advice about What is the best practice to scale RoR project ? My current stack is: - Ruby 1.9.3 - RoR 3.2.8 - Redis DB for caching and some hot data - PostgreSQL - Resque for background jobs I am expecting a highload for my project for several month. And I need to change my architecture. Primarily, I want to change my backend architecture. I read about highload