Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | render :template => 'foo/bar.json' now works as it should. | José Valim | 2010-10-07 | 2 | -3/+29 | |
| | ||||||
* | Remove locals dependency from template. | José Valim | 2010-10-07 | 1 | -0/+1 | |
| | | | | | | 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. | |||||
* | fixing a few test warnings | Aaron Patterson | 2010-10-04 | 2 | -2/+7 | |
| | ||||||
* | only forwarding enough methods to work. People should grab the delegate ↵ | Aaron Patterson | 2010-10-04 | 1 | -14/+8 | |
| | | | | tempfile if they really need to do hard work | |||||
* | making sure respond_to? works properly | Aaron Patterson | 2010-10-04 | 1 | -0/+15 | |
| | ||||||
* | raising an argument error if tempfile is not provided | Aaron Patterson | 2010-10-04 | 1 | -3/+9 | |
| | ||||||
* | if it walks like a duck and talks like a duck, it must be a duck | Aaron Patterson | 2010-10-04 | 1 | -7/+0 | |
| | ||||||
* | delegate to the @tempfile instance variable | Aaron Patterson | 2010-10-04 | 1 | -0/+18 | |
| | ||||||
* | adding tests for uploaded file | Aaron Patterson | 2010-10-04 | 1 | -0/+25 | |
| | ||||||
* | Ensure the proper content type is returned for static files. | José Valim | 2010-10-04 | 1 | -20/+27 | |
| | ||||||
* | moving fake model to the correct file | Aaron Patterson | 2010-10-03 | 2 | -13/+14 | |
| | ||||||
* | Move ETag and ConditionalGet logic from AD::Response to the middleware stack. | José Valim | 2010-10-03 | 3 | -172/+3 | |
| | ||||||
* | Rely on Rack::Session stores API for more compatibility across the Ruby world. | José Valim | 2010-10-03 | 1 | -12/+0 | |
| | ||||||
* | Rename _assigns to view_assigns in AV::TC | David Chelimsky | 2010-10-03 | 1 | -0/+31 | |
| | | | | | | | | | - also add tests - also deprecate _assigns [#5751 state:resolved] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | |||||
* | added test for form_for with search_field | Aditya Sanghi | 2010-10-02 | 1 | -0/+15 | |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | removing more duplicate code. :'( | Aaron Patterson | 2010-10-01 | 1 | -13/+1 | |
| | ||||||
* | fixing warnings with regexps on assert_match | Aaron Patterson | 2010-10-01 | 1 | -2/+2 | |
| | ||||||
* | removing more duplicate code | Aaron Patterson | 2010-10-01 | 3 | -30/+17 | |
| | ||||||
* | delete repeated code | Aaron Patterson | 2010-10-01 | 3 | -36/+18 | |
| | ||||||
* | use a method that actually exists | Aaron Patterson | 2010-10-01 | 1 | -1/+1 | |
| | ||||||
* | Allow mounting engines at '/' | Piotr Sarnacki | 2010-09-30 | 1 | -16/+77 | |
| | | | | | Without that commit script_name always become '/', which results in paths like //posts/1 instead of /posts/1 | |||||
* | fixing space error | Aaron Patterson | 2010-09-29 | 1 | -1/+1 | |
| | ||||||
* | We can't assign @view_context_class here, define super() in test instead if ↵ | Emilio Tagua | 2010-09-29 | 1 | -0/+1 | |
| | | | | we want to avoid warnings. | |||||
* | _ is not a valid scheme name character, \w includes it and also is redundant ↵ | Emilio Tagua | 2010-09-29 | 1 | -0/+7 | |
| | | | | | | with \d. 'The scheme name consists of a letter followed by any combination of letters, digits, and the plus ("+"), period ("."), or hyphen ("-") characters; and is terminated by a colon (":").' | |||||
* | Test correct method behaviour. | Emilio Tagua | 2010-09-29 | 2 | -2/+6 | |
| | ||||||
* | Ensure that named routes do not overwrite previously defined routes. | José Valim | 2010-09-29 | 1 | -0/+18 | |
| | ||||||
* | Avoid (@_var ||= nil) pattern by using initialize methods and ensuring ↵ | José Valim | 2010-09-29 | 1 | -1/+1 | |
| | | | | everyone calls super as expected. | |||||
* | Merge remote branch 'miloops/warnings' | José Valim | 2010-09-29 | 25 | -85/+50 | |
|\ | ||||||
| * | Fix test that wasn't running at all. | Emilio Tagua | 2010-09-28 | 1 | -1/+1 | |
| | | ||||||
| * | Remove methods to avoid warnings. | Emilio Tagua | 2010-09-28 | 1 | -0/+2 | |
| | | ||||||
| * | Change test to avoid warnings. | Emilio Tagua | 2010-09-28 | 1 | -1/+1 | |
| | | ||||||
| * | Redefine duplicated test name. | Emilio Tagua | 2010-09-28 | 1 | -1/+1 | |
| | | ||||||
| * | Redefine duplicated test name. | Emilio Tagua | 2010-09-28 | 1 | -1/+1 | |
| | | ||||||
| * | Use redefine_method since baz is already defined. | Emilio Tagua | 2010-09-28 | 1 | -1/+1 | |
| | | ||||||
| * | Fix more warnings by defining variables and using instance_variable_defined? ↵ | Emilio Tagua | 2010-09-28 | 1 | -2/+4 | |
| | | | | | | | | instead instance_variable_get. | |||||
| * | Use helper method here. | Emilio Tagua | 2010-09-28 | 1 | -6/+5 | |
| | | ||||||
| * | Silence warnings here, only setting Encoding.default_external for testing. | Emilio Tagua | 2010-09-28 | 1 | -2/+3 | |
| | | ||||||
| * | Silence warnings here, only setting Encoding.default_external for testing. | Emilio Tagua | 2010-09-28 | 1 | -2/+3 | |
| | | ||||||
| * | Remove more warnings on AP. | Emilio Tagua | 2010-09-28 | 1 | -1/+1 | |
| | | ||||||
| * | Define @title to avoid warnings. | Emilio Tagua | 2010-09-28 | 1 | -0/+4 | |
| | | ||||||
| * | Use instance_variable_defined? instead instance_variable_get in tests. | Emilio Tagua | 2010-09-28 | 1 | -2/+2 | |
| | | ||||||
| * | Initialize ivars in tests. | Emilio Tagua | 2010-09-28 | 3 | -0/+3 | |
| | | ||||||
| * | Remove useless string line causing a warning. | Emilio Tagua | 2010-09-28 | 1 | -1/+0 | |
| | | ||||||
| * | Remove more warnings by initializing variables in test. | Emilio Tagua | 2010-09-28 | 1 | -0/+6 | |
| | | ||||||
| * | Remove more warnings: no need to define attr_accessor if already exists. ↵ | Emilio Tagua | 2010-09-28 | 1 | -0/+1 | |
| | | | | | | | | Initialize ivar. | |||||
| * | Remove duplicated class test. copy/paste fail? | Emilio Tagua | 2010-09-28 | 1 | -32/+0 | |
| | | ||||||
| * | Initialize @trusted_proxies. | Emilio Tagua | 2010-09-28 | 1 | -0/+1 | |
| | | ||||||
| * | undef method if already defined. | Emilio Tagua | 2010-09-28 | 1 | -0/+1 | |
| | | ||||||
| * | Remove useless use of :: in void context. | Emilio Tagua | 2010-09-28 | 1 | -1/+0 | |
| | | ||||||
| * | Add parenthesis to avoid syntax warnings. | Emilio Tagua | 2010-09-28 | 2 | -2/+2 | |
| | |