1. 08 10月, 2010 2 次提交
    • J
      Make collection rendering faster. · 8f9e9118
      José Valim 提交于
      8f9e9118
    • J
      Remove locals dependency from template. · b2600bfc
      José Valim 提交于
      This means that templates does not need to store its source anymore, allowing us to reduce the ammount of memory taken by our Rails processes. Naively speaking, if your app/views contains 2MB of files, each of your processes (after being hit by a bunch of requests) will take 2MB less of memory after this commit.
      
      This is extremely important for the upcoming features. Since Rails will also render CSS and JS files, their source won't be stored as well allowing us to decrease the ammount of memory taken.
      b2600bfc
  2. 07 10月, 2010 10 次提交
  3. 06 10月, 2010 12 次提交
  4. 05 10月, 2010 16 次提交