| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Integration tests: get_ and post_via_redirect take a headers hash. Closes #9130. | Jeremy Kemper | 2007-10-27 | 1 | -6/+7 |
* | Simplfy #view_paths implementation. ActionView templates get the exact objec... | Rick Olson | 2007-10-26 | 1 | -24/+27 |
* | Update tests for ActiveSupport's JSON escaping change. [rick] | Rick Olson | 2007-10-26 | 1 | -0/+1 |
* | FormHelper's auto_index should use #to_param instead of #id_before_type_cast.... | Rick Olson | 2007-10-26 | 1 | -3/+3 |
* | Doc typo fixes for ActiveRecordHelper. Closes #9973 [mikong] | Marcel Molina | 2007-10-26 | 1 | -2/+2 |
* | Make example parameters in restful routing docs idiomatic. Closes #9993 [danger] | Marcel Molina | 2007-10-26 | 1 | -2/+2 |
* | Make documentation comment for mime responders match documentation example. ... | Marcel Molina | 2007-10-26 | 1 | -1/+1 |
* | Introduce TestCase subclasses for testing rails applications allowing tests t... | Michael Koziarski | 2007-10-26 | 1 | -0/+53 |
* | Fix incorrect path in helper rdoc. Closes #9926 [viktor tron] | Marcel Molina | 2007-10-26 | 1 | -2/+2 |
* | Partials also set 'object' to the default partial variable. Closes #8823. | Jeremy Kemper | 2007-10-25 | 1 | -6/+8 |
* | / default uri, -b shortcut | Jeremy Kemper | 2007-10-25 | 1 | -3/+3 |
* | Request profiler | Jeremy Kemper | 2007-10-25 | 1 | -0/+167 |
* | Refactor the default rendering out to a method called default_render to provi... | Michael Koziarski | 2007-10-25 | 1 | -5/+9 |
* | Remove unnecessary returns from builtin filters since render/return is now su... | Jeremy Kemper | 2007-10-24 | 3 | -8/+1 |
* | Disabled checkboxes don't submit a form value. Closes #9301. | Jeremy Kemper | 2007-10-23 | 1 | -1/+1 |
* | Some mime type refactoring. Closes #9957 [Josh Peek] | Jeremy Kemper | 2007-10-23 | 3 | -22/+11 |
* | Remove duplicate rjs layout check. Closes #9956 [Josh Peek] | Jeremy Kemper | 2007-10-23 | 1 | -1/+1 |
* | request.parameters doesn't overwrite request.request_parameters. Closes #9949... | Jeremy Kemper | 2007-10-22 | 1 | -1/+1 |
* | Changed before_filter halting to happen automatically on render or redirect b... | David Heinemeier Hansson | 2007-10-21 | 1 | -19/+28 |
* | Ensure that cookies handle array values correctly. Closes #9937 [queso] | Rick Olson | 2007-10-20 | 1 | -1/+4 |
* | Remove more potential clashes with asset methods and resource routes. Closes... | Michael Koziarski | 2007-10-19 | 1 | -4/+6 |
* | Rename image_path path_to_image to avoid conflicting with named routes. Clos... | Michael Koziarski | 2007-10-19 | 2 | -2/+3 |
* | Use SecureRandom to generate unique ids, if available. | Jeremy Kemper | 2007-10-18 | 1 | -12/+22 |
* | caches_page uses a single after_filter instead of one per action. Closes #9891. | Jeremy Kemper | 2007-10-16 | 1 | -3/+2 |
* | Update Prototype to 1.6.0_rc1 and script.aculo.us to 1.8.0 preview 0. | Sam Stephenson | 2007-10-16 | 4 | -1643/+2646 |
* | More Performant Cookie Regexp for Integration tests. [Ola Bini] | Michael Koziarski | 2007-10-16 | 1 | -1/+1 |
* | Dispatcher: fix that to_prepare should only run once in production. Closes #9... | Jeremy Kemper | 2007-10-16 | 1 | -1/+2 |
* | Improve the error message for assert_redirected_to. Closes #7337 [mikong, san... | Jeremy Kemper | 2007-10-16 | 1 | -3/+2 |
* | Fix silent failure of rxml templates. Closes #9879. | Jeremy Kemper | 2007-10-15 | 1 | -1/+2 |
* | Fix Json related documentation for render and the AR serializer. Closes #9814... | Michael Koziarski | 2007-10-15 | 2 | -6/+12 |
* | Sync country_select with ISO 3166 long names. Closes #6872 [abhay, mikong, r... | Michael Koziarski | 2007-10-15 | 1 | -52/+45 |
* | Enhance documentation for observe_field. Closes #9808 [RubyRedRick, danger] | Michael Koziarski | 2007-10-15 | 1 | -1/+10 |
* | Memcached sessions: add session data on initialization; don't silently discar... | Jeremy Kemper | 2007-10-14 | 1 | -15/+8 |
* | error_messages_for also takes :message and :header_message options which defa... | Jeremy Kemper | 2007-10-14 | 1 | -12/+14 |
* | Missed post_via_redirect. References #6834 | Michael Koziarski | 2007-10-13 | 1 | -1/+1 |
* | Define get_via_redirect as well. Closes #6834 [colthorp] | Michael Koziarski | 2007-10-13 | 1 | -1/+2 |
* | Make sure that custom inflections are picked up by map.resources by triggerin... | Michael Koziarski | 2007-10-13 | 1 | -7/+20 |
* | Update versions here too | David Heinemeier Hansson | 2007-10-12 | 1 | -1/+1 |
* | JavaScriptVariableProxy#to_json ignores the options arg | Jeremy Kemper | 2007-10-11 | 1 | -1/+1 |
* | Extracted sanitization methods from TextHelper to SanitizeHelper [DHH] Change... | David Heinemeier Hansson | 2007-10-10 | 2 | -308/+326 |
* | rescue_from accepts :with => lambda { |exception| ... } or a normal block. Cl... | Jeremy Kemper | 2007-10-10 | 1 | -4/+7 |
* | Add :status to redirect_to allowing users to choose their own response code w... | Michael Koziarski | 2007-10-09 | 2 | -10/+25 |
* | form_for example for namespaced routes. Closes #9769 [sjgman9] | Michael Koziarski | 2007-10-08 | 1 | -0/+6 |
* | 1 years -> 1 year | Jeremy Kemper | 2007-10-08 | 1 | -1/+1 |
* | Add link_to :back which uses your referrer with a fallback to a javascript li... | Michael Koziarski | 2007-10-08 | 1 | -3/+11 |
* | error_messages_for and friends also work with local variables. Closes #9699. | Jeremy Kemper | 2007-10-07 | 2 | -5/+21 |
* | Fix url_for, redirect_to, etc. with :controller => :symbol instead of 'string... | Jeremy Kemper | 2007-10-07 | 2 | -1/+5 |
* | String#to_xs uses the fast_xs extension if available for Builder speedup. | Jeremy Kemper | 2007-10-07 | 1 | -0/+1 |
* | BlankSlate -> BasicObject | Jeremy Kemper | 2007-10-07 | 1 | -1/+1 |
* | Use StringIO and Tempfile subclasses instead of defining singleton methods on... | Jeremy Kemper | 2007-10-06 | 1 | -47/+59 |