| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Don't force pluralization of controller name when defining a resource [#4980 ... | Andrew White | 2010-06-26 | 1 | -0/+9 |
* | URL fragments should not have safe characters escaped. Ref: Appendix A, http:... | Andrew White | 2010-06-25 | 1 | -3/+9 |
* | Failing test for whether glob parameters accept regexps | Andrew White | 2010-06-25 | 1 | -0/+9 |
* | Add failing test case for parameters with periods | Andrew White | 2010-06-25 | 1 | -0/+27 |
* | Do not wrap hidden fields with error proc [#4962 state:resolved] | Carlos Antonio da Silva | 2010-06-25 | 1 | -0/+7 |
* | Make sure that Rails doesn't resent session_id cookie over and over again if ... | Prem Sichanugrist | 2010-06-25 | 2 | -0/+24 |
* | Just reading flash messages should not create a session if one does not exist... | José Valim | 2010-06-25 | 1 | -3/+17 |
* | Avoid deserializing cookies too early, which causes session objects to not be... | José Valim | 2010-06-24 | 1 | -3/+3 |
* | Fix namespaced redirects [#4389 state:resolved] | Andrew White | 2010-06-24 | 1 | -0/+14 |
* | Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework... | José Valim | 2010-06-24 | 3 | -15/+15 |
* | Sessions should not be created until written to and session data should be de... | Michael Lovitt | 2010-06-23 | 3 | -5/+72 |
* | Expose view via the view() method in AV::TestCase::Behavior | David Chelimsky | 2010-06-23 | 1 | -12/+16 |
* | In ActionView::TestCase::Behavior, assign variables right before | David Chelimsky | 2010-06-23 | 1 | -0/+9 |
* | make text_field and hidden_field omit the value attribute if the developer ex... | Jeff Dean | 2010-06-23 | 1 | -0/+10 |
* | Fix controller_name for non default controller paths [#4901 state:resolved] | knapo | 2010-06-23 | 1 | -0/+38 |
* | Tidy up asset tag a bit and make railties tests green again. | José Valim | 2010-06-23 | 1 | -2/+2 |
* | refactored the javascript asset tag helpers and moved the default scripts set... | Josh Kalderimis | 2010-06-23 | 1 | -15/+7 |
* | Add the :path option to match routes when given as symbols. This is specially... | Carlos Antonio da Silva | 2010-06-23 | 1 | -1/+20 |
* | Provive resources_path_names helpers in the router. | José Valim | 2010-06-23 | 1 | -0/+11 |
* | Allow namespace accept options in routes [#4936 state:resolved] | Carlos Antonio da Silva | 2010-06-22 | 1 | -0/+12 |
* | Deprecate :name_prefix in the new router DSL. | José Valim | 2010-06-22 | 1 | -3/+3 |
* | test for #4862 | Neeraj Singh | 2010-06-22 | 1 | -0/+5 |
* | Add support for specifying locals in view tests with assert template [#4927 s... | David Chelimsky | 2010-06-22 | 1 | -2/+16 |
* | Ensure overwritten callbacks conditions in controllers work [#4761 state:reso... | José Valim | 2010-06-22 | 1 | -2/+12 |
* | Fixed date_select date_separator when discard_month and/or discard_day are tr... | Thibaud Guillaume-Gentil | 2010-06-20 | 1 | -0/+27 |
* | Adding missing test to autolink with other protocols (file) [#4886 state:reso... | Carlos Antonio da Silva | 2010-06-20 | 1 | -0/+1 |
* | Make sure a namespaced <%= render form %> still renders the _form partial [#4... | Jan De Poorter | 2010-06-20 | 2 | -0/+12 |
* | Support render_template in view tests. Useful for specifying which | David Chelimsky | 2010-06-20 | 1 | -0/+8 |
* | Don't use module to work out shallow name prefix and path as it may not accur... | Andrew White | 2010-06-20 | 1 | -1/+16 |
* | Make polymorphic_url and scaffolding work with uncountable resources [#3930 s... | Andrew White | 2010-06-20 | 2 | -2/+22 |
* | Accept an object for :constraints option [#4904 state:resolved] | Andrew White | 2010-06-20 | 1 | -0/+8 |
* | option_groups_from_collection_for_select should return HTML-safe string [#487... | Wincent Colaiuta | 2010-06-19 | 1 | -18/+12 |
* | Custom resource routes should be scoped | Andrew White | 2010-06-19 | 1 | -0/+47 |
* | form_for without :html and with :remote should not error | David Genord II | 2010-06-18 | 1 | -0/+20 |
* | fix for :shallow in router not generating helpers for create, update, and des... | Josh Kalderimis | 2010-06-18 | 1 | -1/+39 |
* | Make text_helpers methods which return valid html to return it as safe and sa... | Santiago Pastorino | 2010-06-17 | 1 | -40/+28 |
* | Add shallow routing option to new router [#3765 status:committed] | Andrew White | 2010-06-17 | 1 | -0/+125 |
* | excerpt shoudn't return safe output test added | Santiago Pastorino | 2010-06-17 | 1 | -0/+4 |
* | truncate() should not try to produce HTML-safe output | Wincent Colaiuta | 2010-06-17 | 1 | -14/+4 |
* | edit pass: the names of Rails components have a space, ie, "Active Record", n... | Xavier Noria | 2010-06-14 | 2 | -2/+2 |
* | render(:inline) in a layout before yield replaces original content | Neeraj Singh | 2010-06-13 | 2 | -0/+8 |
* | Change sanitize to escape in test names of text_helper_test [#4844 state:reso... | rohit | 2010-06-12 | 1 | -9/+9 |
* | Ruby 1.9.1 compat: constant lookup | Jeremy Kemper | 2010-06-11 | 1 | -1/+1 |
* | text_helper now escape the unsafe input instead of sanitizing | Santiago Pastorino | 2010-06-11 | 1 | -9/+8 |
* | Added tests for cookies with domain option. | Rizwan Reza | 2010-06-11 | 1 | -0/+22 |
* | Moved test/controller/cookie_test.rb to test/dispatch/cookies_test.rb | Rizwan Reza | 2010-06-11 | 1 | -2/+2 |
* | The previous commit didn't work with complex domains, which is now fixed. | Rizwan Reza | 2010-06-11 | 1 | -5/+5 |
* | Add support for multi-subdomain session by setting cookie host in session coo... | Rizwan Reza | 2010-06-11 | 1 | -0/+29 |
* | Revert "Add support for multi-subdomain session by setting cookie host in ses... | José Valim | 2010-06-10 | 1 | -29/+0 |
* | Missing method error doesn't specify which controller it is missing from [#44... | Alan Harper | 2010-06-10 | 1 | -1/+10 |