| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | 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 coo... | Guillermo Álvarez | 2010-06-10 | 1 | -0/+29 |
* | Removed textilize, textilize_without_paragraph and markdown helpers | Santiago Pastorino | 2010-06-09 | 1 | -108/+0 |
* | Better test for ticket [#3914 state:resolved] | Neeraj Singh | 2010-06-09 | 1 | -0/+11 |
* | 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 |
* | cache_sweeper yields blank output | Neeraj Singh | 2010-06-08 | 2 | -0/+9 |
* | Revert "Add shallow routes to the new router" for now. Needs more work. | David Heinemeier Hansson | 2010-06-08 | 1 | -39/+0 |
* | Memoize the object returned by _view in ActionView::TestCase::Behavior | David Chelimsky | 2010-06-08 | 1 | -0/+4 |
* | 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, a... | Prem Sichanugrist | 2010-06-08 | 1 | -1/+1 |
* | Fix resources ignoring scope options | Andrew White | 2010-06-08 | 1 | -4/+30 |
* | Made markdown honor :safe option and handle safe input. Also added tests for ... | rohit | 2010-06-08 | 1 | -0/+36 |
* | Add support for actions on a new resource to the new routing DSL [#4328 state... | Andrew White | 2010-06-08 | 1 | -2/+48 |
* | Fixed textilize_without_paragraph and added tests for it. [#4792 state:resolved] | rohit | 2010-06-08 | 1 | -0/+32 |
* | 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 sta... | José Valim | 2010-06-07 | 1 | -0/+3 |
* | Makes text_helper methods sanitize the input if the input is not safe or :saf... | Santiago Pastorino | 2010-06-07 | 1 | -6/+96 |
* | 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 looku... | José Valim | 2010-06-07 | 1 | -14/+2 |
* | 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 |
* | 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 com... | wycats | 2010-05-29 | 1 | -3/+5 |
* | fix translation test in actionpack [#4701 state:commited] | Santiago Pastorino | 2010-05-29 | 1 | -1/+1 |
* | 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 |
| * | auto_link: support arbitrary URI schemes like "ftp:" and "file:" | Mislav Marohnić | 2010-05-24 | 1 | -11/+10 |
* | | In AV::TC, move protect_against_forgery? from the test_case to the | David Chelimsky | 2010-05-26 | 1 | -0/+15 |
* | | reorganize tests for AV::TC | David Chelimsky | 2010-05-26 | 1 | -140/+138 |
* | | Support configuration of controller.controller_path on instances of | David Chelimsky | 2010-05-26 | 1 | -2/+2 |
* | | i18n: t() handles single keys returning an Array, also | Jeremy Kemper | 2010-05-24 | 1 | -0/+10 |