1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test
José Valim b2600bfc18 Remove locals dependency from template.
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.
2010-10-07 21:31:31 +02:00
..
abstract Avoid (@_var ||= nil) pattern by using initialize methods and ensuring everyone calls super as expected. 2010-09-29 11:18:31 +02:00
activerecord Remove duplicated class test. copy/paste fail? 2010-09-28 16:40:28 -03:00
controller fixing a few test warnings 2010-10-04 19:32:49 -07:00
dispatch only forwarding enough methods to work. People should grab the delegate tempfile if they really need to do hard work 2010-10-04 19:28:40 -07:00
fixtures Test correct method behaviour. 2010-09-29 12:42:51 -03:00
lib fixing a few test warnings 2010-10-04 19:32:49 -07:00
template Remove locals dependency from template. 2010-10-07 21:31:31 +02:00
tmp
abstract_unit.rb removing more duplicate code 2010-10-01 18:05:59 -07:00
active_record_unit.rb Autoload AR test case 2010-01-04 16:50:01 -06:00
ts_isolated.rb