| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Ensure that test case setup is run even if overridden. Closes #10382. | Jeremy Kemper | 2007-12-28 | 3 | -4/+28 |
* | Use extract_options! rather than Hash test + pop. Closes #10628 [ssoroka] | Jeremy Kemper | 2007-12-28 | 1 | -1/+1 |
* | Ruby 1.9 compat: javascript proxy. References #1689 [Frederick Cheung] | Jeremy Kemper | 2007-12-27 | 1 | -0/+5 |
* | Ruby 1.9 compat: file uploads. References #1689 [Frederick Cheung] | Jeremy Kemper | 2007-12-27 | 3 | -4/+8 |
* | Move rubyforge task require | Jeremy Kemper | 2007-12-27 | 1 | -1/+1 |
* | Introduce native mongrel handler and push mutex into dispatcher. | Jeremy Kemper | 2007-12-27 | 1 | -6/+12 |
* | Fix HTML Sanitizer to allow trailing spaces in CSS style attributes. Closes ... | Rick Olson | 2007-12-23 | 3 | -3/+11 |
* | Integration tests use ActionController::Dispatcher rather than the old Dispat... | Jeremy Kemper | 2007-12-22 | 2 | -3/+3 |
* | Fold reset! into the run method directly. Make -n options compatible with Rub... | Jeremy Kemper | 2007-12-22 | 1 | -7/+6 |
* | Request profiler resets after warmup and each run so you don't have to do it ... | Jeremy Kemper | 2007-12-22 | 1 | -3/+13 |
* | Request profiler: use actual script path and line numbers for backtraces. | Jeremy Kemper | 2007-12-22 | 1 | -3/+4 |
* | Add :default option to time_zone_select. Closes #10590. | Jeremy Kemper | 2007-12-21 | 3 | -1/+45 |
* | Update layout docs. Closes #10584 [Cheah Chu Yeow] | Jeremy Kemper | 2007-12-21 | 1 | -15/+14 |
* | Rails 1.9 compat: asset tag helper tests | Jeremy Kemper | 2007-12-21 | 1 | -12/+12 |
* | Ruby 1.9 compat: compiled templates test | Jeremy Kemper | 2007-12-21 | 1 | -1/+5 |
* | Ruby 1.9 compat: date helper | Jeremy Kemper | 2007-12-21 | 1 | -6/+6 |
* | Ruby 1.9 compat: form helper test | Jeremy Kemper | 2007-12-21 | 1 | -1/+1 |
* | Ruby 1.9 compat: note failing form options helper test, probably in html-scanner | Jeremy Kemper | 2007-12-21 | 1 | -0/+1 |
* | Ruby 1.9 compat: text helper | Jeremy Kemper | 2007-12-21 | 3 | -19/+40 |
* | Ruby 1.9 compat: url helper encoding | Jeremy Kemper | 2007-12-21 | 1 | -9/+5 |
* | Ruby 1.9 compat: ENV.delete rather than assigning nil | Jeremy Kemper | 2007-12-20 | 1 | -1/+1 |
* | Ruby 1.9 compat: move from the deprecated Base64 module to ActiveSupport::Bas... | Jeremy Kemper | 2007-12-18 | 5 | -19/+15 |
* | Added delete_via_redirect and put_via_redirect to integration testing (closes... | David Heinemeier Hansson | 2007-12-17 | 3 | -24/+62 |
* | Allow headers[Accept] to be set by hand when calling xml_http_request (closes... | David Heinemeier Hansson | 2007-12-17 | 3 | -1/+12 |
* | Added OPTIONS to list of default accepted HTTP methods (closes #10449) [holoway] | David Heinemeier Hansson | 2007-12-17 | 3 | -2/+4 |
* | Docfix (closes #10493) | David Heinemeier Hansson | 2007-12-16 | 1 | -2/+2 |
* | Fix doc (closes #10526) | David Heinemeier Hansson | 2007-12-16 | 1 | -1/+1 |
* | Add tests for html_escape, and remove an unneeded backslash (closes #10511) [... | David Heinemeier Hansson | 2007-12-16 | 2 | -1/+57 |
* | Added option to pass proc to ActionController::Base.asset_host for maximum co... | David Heinemeier Hansson | 2007-12-16 | 3 | -11/+84 |
* | Prepare for 2.0.2 release | David Heinemeier Hansson | 2007-12-16 | 3 | -3/+3 |
* | More changelog updates | Jeremy Kemper | 2007-12-15 | 1 | -2/+2 |
* | Mark that render tests crash Ruby 1.9 | Jeremy Kemper | 2007-12-15 | 1 | -0/+1 |
* | Ruby 1.9 compat: helpers | Jeremy Kemper | 2007-12-15 | 2 | -7/+10 |
* | Note that filters test crashes Ruby 1.9 | Jeremy Kemper | 2007-12-15 | 1 | -0/+1 |
* | Ruby 1.9 compat: account for new, non-flattening Array#to_s | Jeremy Kemper | 2007-12-15 | 2 | -4/+4 |
* | Fixes for standalone tests | Jeremy Kemper | 2007-12-15 | 2 | -3/+10 |
* | Ruby 1.9 compat: cookies | Jeremy Kemper | 2007-12-15 | 2 | -9/+5 |
* | Ruby 1.9 compat: use String#ord to escape filenames for compiled method names | Jeremy Kemper | 2007-12-15 | 1 | -2/+2 |
* | Remove missing default helper warnings | Jeremy Kemper | 2007-12-15 | 1 | -2/+0 |
* | Introduce (in /Users/jeremy/rails/git/trunk) to output a crytographically sec... | Jeremy Kemper | 2007-12-15 | 1 | -0/+3 |
* | Docfix (closes #10429) [jamesh/ssoroka] | David Heinemeier Hansson | 2007-12-14 | 1 | -9/+8 |
* | Fixed that ActionView#file_exists? would be incorrect if @first_render is set... | David Heinemeier Hansson | 2007-12-14 | 3 | -1/+21 |
* | Added that Array#to_param calls to_param on all it's elements (closes #10473)... | David Heinemeier Hansson | 2007-12-14 | 1 | -0/+2 |
* | Make the routes rake task more discoverable but documenting it in the routing... | Marcel Molina | 2007-12-13 | 1 | -0/+4 |
* | Explain how the layout macro behaves when passed a path that contains a direc... | Marcel Molina | 2007-12-13 | 1 | -1/+2 |
* | More Action View refactoring. Knock :erb default down a notch. Closes #10455. | Jeremy Kemper | 2007-12-10 | 7 | -71/+72 |
* | Missed commit. Closes #10437. | Jeremy Kemper | 2007-12-10 | 1 | -0/+4 |
* | Fix up template handler tests. Closes #10437. | Jeremy Kemper | 2007-12-10 | 3 | -7/+7 |
* | Fix javascript_tag method name collision. Closes #10337. | Jeremy Kemper | 2007-12-10 | 2 | -4/+4 |
* | Ensure asset cache directories are automatically created. Closes #10337. | Jeremy Kemper | 2007-12-10 | 2 | -38/+33 |