| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed handling of non-domain hosts (closes #9479) [purp] | David Heinemeier Hansson | 2007-11-07 | 1 | -0/+15 |
* | Fixed that ActionController::CgiRequest#host_with_port() should handle standa... | David Heinemeier Hansson | 2007-11-06 | 1 | -0/+11 |
* | Make rescue_from behave like rescue when dealing with subclasses. Closes #10... | Michael Koziarski | 2007-11-06 | 1 | -0/+159 |
* | Factor Integration::Runner behavior out of IntegrationTest. Introduce Session... | Jeremy Kemper | 2007-11-01 | 1 | -2/+2 |
* | Change JSON to encode %w(< > &) as 4 digit hex codes to be in compliance with... | Rick Olson | 2007-10-29 | 2 | -13/+13 |
* | Integration tests: get_ and post_via_redirect take a headers hash. Closes #9130. | Jeremy Kemper | 2007-10-27 | 1 | -6/+6 |
* | Tested FormHelper#label. Closes #9850 [jarkko] | Jeremy Kemper | 2007-10-27 | 1 | -1/+9 |
* | Simplfy #view_paths implementation. ActionView templates get the exact objec... | Rick Olson | 2007-10-26 | 1 | -4/+20 |
* | Update tests for ActiveSupport's JSON escaping change. [rick] | Rick Olson | 2007-10-26 | 3 | -14/+17 |
* | FormHelper's auto_index should use #to_param instead of #id_before_type_cast.... | Rick Olson | 2007-10-26 | 1 | -1/+2 |
* | Introduce TestCase subclasses for testing rails applications allowing tests t... | Michael Koziarski | 2007-10-26 | 1 | -0/+32 |
* | Partials also set 'object' to the default partial variable. Closes #8823. | Jeremy Kemper | 2007-10-25 | 2 | -4/+5 |
* | Refactor the default rendering out to a method called default_render to provi... | Michael Koziarski | 2007-10-25 | 1 | -0/+22 |
* | Remove unnecessary returns from builtin filters since render/return is now su... | Jeremy Kemper | 2007-10-24 | 1 | -1/+0 |
* | Disabled checkboxes don't submit a form value. Closes #9301. | Jeremy Kemper | 2007-10-23 | 1 | -0/+7 |
* | Added tests for options to ActiveRecordHelper#form. Closes #7213 [richcollins... | Marcel Molina | 2007-10-23 | 1 | -0/+9 |
* | Expand form helper test coverage. Closes #9950 [robinjfisher] | Jeremy Kemper | 2007-10-22 | 1 | -1/+55 |
* | request.parameters doesn't overwrite request.request_parameters. Closes #9949... | Jeremy Kemper | 2007-10-22 | 2 | -2/+11 |
* | Changed before_filter halting to happen automatically on render or redirect b... | David Heinemeier Hansson | 2007-10-21 | 1 | -4/+6 |
* | Ensure that cookies handle array values correctly. Closes #9937 [queso] | Rick Olson | 2007-10-20 | 1 | -1/+9 |
* | Remove more potential clashes with asset methods and resource routes. Closes... | Michael Koziarski | 2007-10-19 | 1 | -1/+29 |
* | Rename image_path path_to_image to avoid conflicting with named routes. Clos... | Michael Koziarski | 2007-10-19 | 1 | -0/+4 |
* | Dispatcher: fix that to_prepare should only run once in production. Closes #9... | Jeremy Kemper | 2007-10-16 | 1 | -0/+8 |
* | Improve the error message for assert_redirected_to. Closes #7337 [mikong, san... | Jeremy Kemper | 2007-10-16 | 1 | -2/+2 |
* | Test link_to 'back', :back | Jeremy Kemper | 2007-10-16 | 1 | -0/+10 |
* | Sync country_select with ISO 3166 long names. Closes #6872 [abhay, mikong, r... | Michael Koziarski | 2007-10-15 | 1 | -21/+751 |
* | Expand Routes::DynamicSegment test coverage. Closes #7122 [Kevin Clark] | Jeremy Kemper | 2007-10-15 | 1 | -0/+22 |
* | Skip memcache tests unless it's installed | Jeremy Kemper | 2007-10-15 | 2 | -8/+12 |
* | Wrap test with uses_mocha | Jeremy Kemper | 2007-10-14 | 1 | -2/+4 |
* | Memcached sessions: add session data on initialization; don't silently discar... | Jeremy Kemper | 2007-10-14 | 1 | -0/+178 |
* | error_messages_for also takes :message and :header_message options which defa... | Jeremy Kemper | 2007-10-14 | 1 | -0/+8 |
* | Make sure that custom inflections are picked up by map.resources by triggerin... | Michael Koziarski | 2007-10-13 | 1 | -0/+60 |
* | Extracted sanitization methods from TextHelper to SanitizeHelper [DHH] Change... | David Heinemeier Hansson | 2007-10-10 | 2 | -222/+234 |
* | rescue_from accepts :with => lambda { |exception| ... } or a normal block. Cl... | Jeremy Kemper | 2007-10-10 | 1 | -0/+59 |
* | Add :status to redirect_to allowing users to choose their own response code w... | Michael Koziarski | 2007-10-09 | 1 | -0/+78 |
* | Add tests for [7727]. Closes #6090 [dkubb, mpalmer, tarmo] | Jeremy Kemper | 2007-10-08 | 1 | -0/+15 |
* | Add link_to :back which uses your referrer with a fallback to a javascript li... | Michael Koziarski | 2007-10-08 | 1 | -1/+11 |
* | error_messages_for and friends also work with local variables. Closes #9699. | Jeremy Kemper | 2007-10-07 | 2 | -1/+41 |
* | Fix url_for, redirect_to, etc. with :controller => :symbol instead of 'string... | Jeremy Kemper | 2007-10-07 | 2 | -0/+17 |
* | Use StringIO and Tempfile subclasses instead of defining singleton methods on... | Jeremy Kemper | 2007-10-06 | 1 | -12/+20 |
* | Rewind stdin if possible after multipart parsing. | Jeremy Kemper | 2007-10-06 | 1 | -1/+3 |
* | Move ActionController::Routing.optimise_named_routes to ActionController::Bas... | Rick Olson | 2007-10-03 | 2 | -3/+8 |
* | Ruby 1.9 compat, consistent load paths | Jeremy Kemper | 2007-10-02 | 9 | -42/+45 |
* | Fixed that render template did not honor exempt_from_layout (closes #9698) [p... | David Heinemeier Hansson | 2007-09-30 | 2 | -0/+19 |
* | Fixed JSON encoding to use quoted keys according to the JSON standard (closes... | David Heinemeier Hansson | 2007-09-30 | 1 | -3/+3 |
* | Fixed that strip_tags blows up with invalid html (closes #9730) [lifo] | David Heinemeier Hansson | 2007-09-29 | 1 | -0/+3 |
* | Re-enable Routing optimisation code for _url methods, add defined?(request) t... | Michael Koziarski | 2007-09-28 | 1 | -8/+18 |
* | Better error messages if you leave out the :secret option for request forgery... | Rick Olson | 2007-09-28 | 1 | -45/+74 |
* | Add missing require | Michael Koziarski | 2007-09-28 | 1 | -0/+1 |
* | Allow ability to disable request forgery protection, disable it in test mode ... | Rick Olson | 2007-09-28 | 6 | -12/+53 |