Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | truncate() should not try to produce HTML-safe output | Wincent Colaiuta | 2010-06-17 | 1 | -14/+4 | |
| | | | | | | | | | | As discussed in Lighthouse ticket #4825 and ticket #4878, the truncate() method cannot guarantee safe output for all possible inputs/offsets, so it is best to leave the output unsafe so that it gets escaped when used in a view. Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | |||||
* | edit pass: the names of Rails components have a space, ie, "Active Record", ↵ | Xavier Noria | 2010-06-14 | 2 | -2/+2 | |
| | | | | not "ActiveRecord" | |||||
* | render(:inline) in a layout before yield replaces original content | Neeraj Singh | 2010-06-13 | 2 | -0/+8 | |
| | | | | | | [#4777 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | Change sanitize to escape in test names of text_helper_test [#4844 ↵ | rohit | 2010-06-12 | 1 | -9/+9 | |
| | | | | state:resolved] | |||||
* | 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 | |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | 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 ↵ | Rizwan Reza | 2010-06-11 | 1 | -0/+29 | |
| | | | | | | cookie so you can share session between www.example.com, example.com and user.example.com. [#4818 state:resolved] This reverts commit 330a89072a493aafef1e07c3558964477f85adf0. | |||||
* | Revert "Add support for multi-subdomain session by setting cookie host in ↵ | José Valim | 2010-06-10 | 1 | -29/+0 | |
| | | | | | | | | session cookie so you can share session between www.example.com, example.com and user.example.com. [#4818 state:resolved]" It does not work for domains like co.uk and com.br. This reverts commit c4d6245e875bbb276c122a5a401422d341dac4df. | |||||
* | Missing method error doesn't specify which controller it is missing from ↵ | Alan Harper | 2010-06-10 | 1 | -1/+10 | |
| | | | | | | | | | [#4436 state:resolved] The error page shown when the method you are requesting on a controller doesn't specify which controller the method is missing from Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | Remove punctuate_body! No code in lib was using it and it had no documentation. | José Valim | 2010-06-10 | 1 | -25/+0 | |
| | ||||||
* | Add support for multi-subdomain session by setting cookie host in session ↵ | Guillermo Álvarez | 2010-06-10 | 1 | -0/+29 | |
| | | | | | | cookie so you can share session between www.example.com, example.com and user.example.com. [#4818 state:resolved] Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | |||||
* | Removed textilize, textilize_without_paragraph and markdown helpers | Santiago Pastorino | 2010-06-09 | 1 | -108/+0 | |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | Better test for ticket [#3914 state:resolved] | Neeraj Singh | 2010-06-09 | 1 | -0/+11 | |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | Add more cases to previous commit [#4394 state:resolved] | José Valim | 2010-06-08 | 1 | -2/+9 | |
| | ||||||
* | Make sure namespaces are nested within resources | Jan De Poorter | 2010-06-08 | 1 | -0/+15 | |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | cache_sweeper yields blank output | Neeraj Singh | 2010-06-08 | 2 | -0/+9 | |
| | | | | | | [#3914 state:open] Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | Revert "Add shallow routes to the new router" for now. Needs more work. | David Heinemeier Hansson | 2010-06-08 | 1 | -39/+0 | |
| | | | | This reverts commit 67a60ee314f53abcde78f8ecd2a1f7c9ef8264e1. | |||||
* | Memoize the object returned by _view in ActionView::TestCase::Behavior | David Chelimsky | 2010-06-08 | 1 | -0/+4 | |
| | | | | | | [#4799 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | Fixed double output from cache in no caching mode | David Heinemeier Hansson | 2010-06-08 | 1 | -15/+0 | |
| | ||||||
* | Make sure that rails recognized the full notation of IPv6 loopback address, ↵ | Prem Sichanugrist | 2010-06-08 | 1 | -1/+1 | |
| | | | | | | and recognize 127.0.0.0/8 in IPv4 Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | Fix resources ignoring scope options | Andrew White | 2010-06-08 | 1 | -4/+30 | |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | Made markdown honor :safe option and handle safe input. Also added tests for ↵ | rohit | 2010-06-08 | 1 | -0/+36 | |
| | | | | | | | | markdown. [#4794 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | Add support for actions on a new resource to the new routing DSL [#4328 ↵ | Andrew White | 2010-06-08 | 1 | -2/+48 | |
| | | | | | | state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | Fixed textilize_without_paragraph and added tests for it. [#4792 state:resolved] | rohit | 2010-06-08 | 1 | -0/+32 | |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | Merge branch 'master' of git://github.com/rails/rails | Mikel Lindsaar | 2010-06-08 | 1 | -0/+39 | |
|\ | ||||||
| * | Add shallow routes to the new router [Closes #3765] | Diego Carrion | 2010-06-07 | 1 | -0/+39 | |
| | | ||||||
* | | Updating image_tag to support cid:content_id "URLs" | Mikel Lindsaar | 2010-06-07 | 1 | -0/+9 | |
|/ | ||||||
* | Fix case when rendering a partial inside RJS with inherited layout [#4786 ↵ | José Valim | 2010-06-07 | 1 | -0/+3 | |
| | | | | state:resolved] | |||||
* | Makes text_helper methods sanitize the input if the input is not safe or ↵ | Santiago Pastorino | 2010-06-07 | 1 | -6/+96 | |
| | | | | :safe => true option is not provided | |||||
* | content_tag_string shouldn't escape_html if escape param is false | Santiago Pastorino | 2010-06-07 | 1 | -0/+2 | |
| | ||||||
* | member on resource should not expect an ID. | José Valim | 2010-06-07 | 1 | -3/+2 | |
| | ||||||
* | Make AP test suite green once again and speed up performance in layouts ↵ | José Valim | 2010-06-07 | 1 | -14/+2 | |
| | | | | lookup for some cases. | |||||
* | Router accepts member routes on resource. [#4624 state:resolved] | Rizwan Reza | 2010-06-06 | 1 | -0/+13 | |
| | ||||||
* | Add :only and :except to controllers MiddlewareStack. This allows | José Valim | 2010-05-30 | 1 | -11/+22 | |
| | | | | | | | | you to do the following: class PostsController < ApplicationController use AutheMiddleware, :except => [:index, :show] end | |||||
* | Update template to allow handlers to more cleanly handle encodings (ht: nex3) | wycats | 2010-05-30 | 1 | -4/+13 | |
| | ||||||
* | Remove the laziness from the middleware stack. | José Valim | 2010-05-29 | 1 | -17/+2 | |
| | ||||||
* | Now that we always return a proxy from mb_chars, even in 1.9, all Strings ↵ | wycats | 2010-05-29 | 1 | -3/+5 | |
| | | | | coming back from AS are UTF-8. | |||||
* | fix translation test in actionpack [#4701 state:commited] | Santiago Pastorino | 2010-05-29 | 1 | -1/+1 | |
| | | | | Signed-off-by: wycats <wycats@gmail.com> | |||||
* | Merge commit 'mislav/auto_link' | Michael Koziarski | 2010-05-29 | 1 | -18/+40 | |
|\ | ||||||
| * | avoid auto_linking already linked emails; more robust detection of linked URLs | Mislav Marohnić | 2010-05-24 | 1 | -7/+30 | |
| | | | | | | | | | | | | | | | | | | | | References #1523 [#1862 state:resolved] [#3591 state:resolved] Add test that shows how link text can contain HTML if needed: the trick is using block form in combination with `raw`. Let link text be automatically HTML-escaped [#2017 state:resolved] | |||||
| * | auto_link: support arbitrary URI schemes like "ftp:" and "file:" | Mislav Marohnić | 2010-05-24 | 1 | -11/+10 | |
| | | | | | | | | | | | | recognizes all URI scheme allowed characters, such as colon and period. [#3494 state:resolved] | |||||
* | | In AV::TC, move protect_against_forgery? from the test_case to the | David Chelimsky | 2010-05-26 | 1 | -0/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | _helper module included in the view. - ensures that protect_against_forgery? is present when a helper included in a partial that is rendered by the template under test calls it (which happens in FormTagHelper#extra_tags_for_form, for example). [#4700 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | | reorganize tests for AV::TC | David Chelimsky | 2010-05-26 | 1 | -140/+138 | |
| | | | | | | | | | | | | | | | | - decouple tests from the test case class by moving them outside - split out more TestCase subs as cleaner way of avoiding bleed of class level concepts Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | | Support configuration of controller.controller_path on instances of | David Chelimsky | 2010-05-26 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | ActionView::TestCase::TestController without stubs. Just say: @controller.controller_path = "path/i/need/for/this/test" [#4697 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | | i18n: t() handles single keys returning an Array, also | Jeremy Kemper | 2010-05-24 | 1 | -0/+10 | |
| | | ||||||
* | | HTML safety: fix textarea with nil content | Jeremy Kemper | 2010-05-24 | 1 | -0/+6 | |
| | | ||||||
* | | translate method doesn't support arrays anymore and is optimized to be used ↵ | Santiago Pastorino | 2010-05-24 | 4 | -16/+3 | |
| | | | | | | | | | | | | with strings or symbols Signed-off-by: José Valim <jose.valim@gmail.com> |