| Commit message (Expand) | Author | Age | Files | Lines |
* | Add additional RJS functionality: alert, redirect_to, call, assign, and << | Sam Stephenson | 2005-12-20 | 1 | -0/+9 |
* | Don't include a layout when rendering an rjs template using render's :templat... | Marcel Molina | 2005-12-17 | 1 | -1/+4 |
* | More robust relative url root discovery for SCGI compatibility. This solves ... | Jeremy Kemper | 2005-12-08 | 1 | -0/+5 |
* | Silence deprecation warnings for keep_flash when running tests. | Marcel Molina | 2005-12-02 | 1 | -1/+1 |
* | Change form_for and fields_for method signatures to take object name and obje... | Marcel Molina | 2005-12-02 | 3 | -10/+10 |
* | Introduce :selected option to the select helper. Allows you to specify a sel... | Jeremy Kemper | 2005-11-23 | 1 | -0/+18 |
* | Make ActionController's render honor the :locals option when rendering a :fil... | Sam Stephenson | 2005-11-22 | 3 | -0/+33 |
* | Pass multiple arguments to Element.show and Element.hide in JavaScriptGenerat... | Sam Stephenson | 2005-11-21 | 1 | -4/+4 |
* | r3173@asus: jeremy | 2005-11-18 23:34:41 -0800 | Jeremy Kemper | 2005-11-20 | 1 | -3/+9 |
* | Use Element.update('id', 'html') instead of uid=501(sam) gid=501(sam) groups=... | Sam Stephenson | 2005-11-18 | 1 | -2/+2 |
* | Make rjs templates always implicitly skip out on layouts. | Marcel Molina | 2005-11-18 | 1 | -1/+2 |
* | Correct length for the truncate text helper. Closes #2913. | Jeremy Kemper | 2005-11-18 | 1 | -4/+4 |
* | Add support for new rjs templates which wrap an update_page block. | Marcel Molina | 2005-11-17 | 2 | -0/+31 |
* | Include QUOTED_TYPE constant in ActionPack AR assertions tests. | Jeremy Kemper | 2005-11-16 | 1 | -0/+1 |
* | MemCache store may be given multiple addresses. Closes #2869. | Jeremy Kemper | 2005-11-16 | 1 | -1/+1 |
* | Handle cookie parsing irregularity for certain Nokia phones. Closes #2530. | Jeremy Kemper | 2005-11-15 | 1 | -0/+12 |
* | Refactored JavaScriptHelper into PrototypeHelper and ScriptaculousHelper. Ad... | Sam Stephenson | 2005-11-14 | 3 | -155/+269 |
* | Added FormHelper#form_for and FormHelper#fields_for that makes it easier to w... | David Heinemeier Hansson | 2005-11-13 | 5 | -7/+177 |
* | options_for_select allows any objects which respond_to? :first and :last rath... | Jeremy Kemper | 2005-11-10 | 1 | -6/+16 |
* | The auto_link text helper accepts an optional block to format the link text f... | Jeremy Kemper | 2005-11-10 | 1 | -0/+7 |
* | CGI::Session::ActiveRecordStore.data_column_name = 'foobar' to use a differen... | Jeremy Kemper | 2005-11-09 | 1 | -3/+3 |
* | Controllers with acronyms in their names (e.g. PDFController) require the cor... | Jeremy Kemper | 2005-11-08 | 2 | -5/+24 |
* | Added skip_before_filter/skip_after_filter for easier control of the filter c... | David Heinemeier Hansson | 2005-11-04 | 1 | -1/+2 |
* | Added redirect_to :back as a short-hand for redirect_to(request.env["HTTP_REF... | David Heinemeier Hansson | 2005-11-02 | 1 | -0/+10 |
* | Change javascript_include_tag :defaults to not use script.aculo.us loader, wh... | Thomas Fuchs | 2005-11-01 | 1 | -2/+19 |
* | Fix problem where redirecting components can cause an | Scott Barron | 2005-10-30 | 1 | -0/+5 |
* | Added support for the queue option on visual_effect | Thomas Fuchs | 2005-10-29 | 1 | -0/+1 |
* | Fix that render :text didn't interpolate instance variables (Closes #2629, #2... | David Heinemeier Hansson | 2005-10-28 | 2 | -1/+12 |
* | Added TextHelper#strip_tags for removing HTML tags from a string (using HTMLT... | David Heinemeier Hansson | 2005-10-26 | 1 | -0/+9 |
* | Added a reader for flash.now, so it's possible to do stuff like flash.now[:al... | David Heinemeier Hansson | 2005-10-26 | 1 | -0/+6 |
* | Reset template variables after using render_to_string. Closes #2559 | Nicholas Seckar | 2005-10-25 | 2 | -0/+10 |
* | Expose the session model backing CGI::Session | Jeremy Kemper | 2005-10-20 | 2 | -7/+17 |
* | Fix the html-scanner to count children correctly, playing nicely with :only, ... | Jamis Buck | 2005-10-18 | 1 | -2/+19 |
* | Make string-keys locals assigns optional | Nicholas Seckar | 2005-10-17 | 1 | -2/+6 |
* | Fixed more Windows tests | David Heinemeier Hansson | 2005-10-16 | 1 | -2/+2 |
* | added assert_valid to AP | Tobias Lütke | 2005-10-16 | 2 | -3/+52 |
* | Add temporary support for passing locals to render using string keys | Nicholas Seckar | 2005-10-16 | 1 | -0/+11 |
* | Raise an exception if an attempt is made to insert more session data into the... | Marcel Molina | 2005-10-15 | 1 | -0/+23 |
* | If a component redirects when called with render_component_as_string, render the | Scott Barron | 2005-10-15 | 1 | -2/+26 |
* | Fix Request#host_with_port to use the standard port when Rails is behind a pr... | Nicholas Seckar | 2005-10-15 | 2 | -4/+25 |
* | Ensure radio_button works as expected with values other than strings. | Michael Koziarski | 2005-10-14 | 1 | -0/+6 |
* | Escape query strings in the href attribute of URLs created by url_helper. #2333 | Jeremy Kemper | 2005-10-13 | 1 | -0/+16 |
* | Added :locals support for render :inline #2463 [mdabney@cavoksolutions.com] | David Heinemeier Hansson | 2005-10-13 | 1 | -0/+11 |
* | r3575@sedna: jeremy | 2005-10-13 11:22:13 -0700 | Jeremy Kemper | 2005-10-13 | 1 | -2/+2 |
* | Unset the X-Requested-With header when using the xhr wrapper in functional te... | Sam Stephenson | 2005-10-13 | 1 | -0/+5 |
* | modified javascript_helper testcase to back up #2097 | Tobias Lütke | 2005-10-13 | 1 | -2/+6 |
* | Wrap javascript_tag contents in a CDATA section and add a cdata_section metho... | Sam Stephenson | 2005-10-12 | 4 | -20/+24 |
* | Make xyz_tag(..., :id => "foo") work again | Jamis Buck | 2005-10-12 | 1 | -0/+6 |
* | Convert boolean form options form the tag_helper. Recloses #809. | Marcel Molina | 2005-10-10 | 1 | -0/+5 |
* | Fixed that an instance variable with the same name as a partial should be imp... | Sam Stephenson | 2005-10-10 | 1 | -0/+10 |