| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure the optimisation code for routes doesn't get used if :host, :anchor... | Michael Koziarski | 2007-11-28 | 1 | -0/+2 |
* | Added protection from trailing slashes on page caching (closes #10229) [devri... | David Heinemeier Hansson | 2007-11-28 | 1 | -0/+2 |
* | Asset timestamps are appended, not prepended. Closes #10276 [mnaberez] | Marcel Molina | 2007-11-27 | 1 | -0/+2 |
* | Minor inconsistency in description of render example. Closes #10029 [ScottSch... | Marcel Molina | 2007-11-26 | 1 | -0/+2 |
* | Add #prepend_view_path and #append_view_path instance methods on ActionContro... | Rick Olson | 2007-11-26 | 1 | -0/+2 |
* | Refactor sanitizer helpers into HTML classes and make it easy to swap them ou... | Rick Olson | 2007-11-26 | 1 | -0/+2 |
* | Add deprecation for old subtemplate syntax for ActionMailer templates, use re... | Rick Olson | 2007-11-26 | 1 | -0/+2 |
* | Fix TemplateError so it doesn't bomb on exceptions while running tests [rick] | Rick Olson | 2007-11-26 | 1 | -0/+2 |
* | Fixed that named routes living under resources shouldn't have double slashes ... | David Heinemeier Hansson | 2007-11-25 | 1 | -0/+2 |
* | Make sure that cookie sessions use a secret that is at least 30 chars in leng... | Michael Koziarski | 2007-11-21 | 1 | -0/+2 |
* | Fixed that partial rendering should look at the type of the first render to d... | David Heinemeier Hansson | 2007-11-18 | 1 | -0/+2 |
* | Fixed that has_many :through associations should render as collections too (c... | David Heinemeier Hansson | 2007-11-12 | 1 | -0/+2 |
* | Added :mouseover short-cut to AssetTagHelper#image_tag for doing easy image s... | David Heinemeier Hansson | 2007-11-07 | 1 | -0/+2 |
* | Fixed handling of non-domain hosts (closes #9479) [purp] | David Heinemeier Hansson | 2007-11-07 | 1 | -0/+2 |
* | Fix syntax error in documentation example for cycle method. Closes #8735 [foca] | Marcel Molina | 2007-11-06 | 1 | -0/+2 |
* | Document :with option for link_to_remote. Closes #8765 [ryanb] | Marcel Molina | 2007-11-06 | 1 | -0/+2 |
* | Document :minute_step option for time_select. Closes #8814 [brupm] | Marcel Molina | 2007-11-06 | 1 | -0/+2 |
* | Explain how to use the :href option for link_to_remote to degrade gracefully ... | Marcel Molina | 2007-11-06 | 1 | -0/+2 |
* | Disambiguate :size option for text area tag. Closes #8955 [redbeard] | Marcel Molina | 2007-11-06 | 1 | -0/+2 |
* | Fix broken tag in assert_tag documentation. Closes #9037 [mfazekas] | Marcel Molina | 2007-11-06 | 1 | -0/+2 |
* | Add documentation for route conditions. Closes #9041 [innu, manfred] | Marcel Molina | 2007-11-06 | 1 | -0/+2 |
* | Fix typo left over from previous typo fix in url helper. Closes #9414 [Henrik N] | Marcel Molina | 2007-11-06 | 1 | -0/+2 |
* | Fixed that ActionController::CgiRequest#host_with_port() should handle standa... | David Heinemeier Hansson | 2007-11-06 | 1 | -0/+2 |
* | Update Prototype to 1.6.0 and script.aculo.us to 1.8.0. | Sam Stephenson | 2007-11-06 | 1 | -0/+2 |
* | Update profiler changelog for integration session script usage | Jeremy Kemper | 2007-11-01 | 1 | -0/+6 |
* | Expose the cookie jar as a helper method (before the view would just get the ... | David Heinemeier Hansson | 2007-10-31 | 1 | -0/+2 |
* | Integration tests: get_ and post_via_redirect take a headers hash. Closes #9130. | Jeremy Kemper | 2007-10-27 | 1 | -0/+2 |
* | Tested FormHelper#label. Closes #9850 [jarkko] | Jeremy Kemper | 2007-10-27 | 1 | -1/+1 |
* | Simplfy #view_paths implementation. ActionView templates get the exact objec... | Rick Olson | 2007-10-26 | 1 | -0/+2 |
* | Update tests for ActiveSupport's JSON escaping change. [rick] | Rick Olson | 2007-10-26 | 1 | -0/+2 |
* | FormHelper's auto_index should use #to_param instead of #id_before_type_cast.... | Rick Olson | 2007-10-26 | 1 | -0/+2 |
* | Doc typo fixes for ActiveRecordHelper. Closes #9973 [mikong] | Marcel Molina | 2007-10-26 | 1 | -0/+2 |
* | Make example parameters in restful routing docs idiomatic. Closes #9993 [danger] | Marcel Molina | 2007-10-26 | 1 | -0/+2 |
* | Make documentation comment for mime responders match documentation example. ... | Marcel Molina | 2007-10-26 | 1 | -0/+2 |
* | Introduce TestCase subclasses for testing rails applications allowing tests t... | Michael Koziarski | 2007-10-26 | 1 | -0/+2 |
* | Fix incorrect path in helper rdoc. Closes #9926 [viktor tron] | Marcel Molina | 2007-10-26 | 1 | -0/+2 |
* | Partials also set 'object' to the default partial variable. Closes #8823. | Jeremy Kemper | 2007-10-25 | 1 | -0/+2 |
* | Request profiler | Jeremy Kemper | 2007-10-25 | 1 | -0/+2 |
* | Disabled checkboxes don't submit a form value. Closes #9301. | Jeremy Kemper | 2007-10-23 | 1 | -0/+2 |
* | Added tests for options to ActiveRecordHelper#form. Closes #7213 [richcollins... | Marcel Molina | 2007-10-23 | 1 | -0/+2 |
* | Changed before_filter halting to happen automatically on render or redirect b... | David Heinemeier Hansson | 2007-10-21 | 1 | -0/+2 |
* | Ensure that cookies handle array values correctly. Closes #9937 [queso] | Rick Olson | 2007-10-20 | 1 | -0/+2 |
* | Remove more potential clashes with asset methods and resource routes. Closes... | Michael Koziarski | 2007-10-19 | 1 | -0/+2 |
* | caches_page uses a single after_filter instead of one per action. Closes #9891. | Jeremy Kemper | 2007-10-16 | 1 | -0/+2 |
* | Update Prototype to 1.6.0_rc1 and script.aculo.us to 1.8.0 preview 0. | Sam Stephenson | 2007-10-16 | 1 | -0/+2 |
* | Dispatcher: fix that to_prepare should only run once in production. Closes #9... | Jeremy Kemper | 2007-10-16 | 1 | -0/+2 |
* | Memcached sessions: add session data on initialization; don't silently discar... | Jeremy Kemper | 2007-10-14 | 1 | -0/+2 |
* | error_messages_for also takes :message and :header_message options which defa... | Jeremy Kemper | 2007-10-14 | 1 | -0/+2 |
* | Make sure that custom inflections are picked up by map.resources by triggerin... | Michael Koziarski | 2007-10-13 | 1 | -0/+2 |
* | Extracted sanitization methods from TextHelper to SanitizeHelper [DHH] Change... | David Heinemeier Hansson | 2007-10-10 | 1 | -0/+4 |