| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | cosmetic change to assert_valid | Tobias Lütke | 2005-12-23 | 1 | -1/+1 |
* | only log session_id if @session object responds to .session_id. | Tobias Lütke | 2005-12-22 | 1 | -1/+1 |
* | Added delayed execution of Javascript from within RJS (closes #3264) [devslas... | David Heinemeier Hansson | 2005-12-22 | 2 | -2/+21 |
* | Add session ID to default logging, but remove the verbose description of ever... | David Heinemeier Hansson | 2005-12-22 | 3 | -15/+3 |
* | Fix form_for use of datetime_select and date_select as well as a few stylisti... | David Heinemeier Hansson | 2005-12-21 | 1 | -4/+4 |
* | Added toggle to compliment show and hide for RJS | David Heinemeier Hansson | 2005-12-20 | 1 | -0/+5 |
* | Don't try to strip out the controller name if default_action_name is nil | Marcel Molina | 2005-12-20 | 3 | -2/+15 |
* | Add additional RJS functionality: alert, redirect_to, call, assign, and << | Sam Stephenson | 2005-12-20 | 3 | -9/+60 |
* | Documentation fixes | Nicholas Seckar | 2005-12-19 | 2 | -1/+3 |
* | Don't include a layout when rendering an rjs template using render's :templat... | Marcel Molina | 2005-12-17 | 4 | -2/+17 |
* | Update trunk to scriptaculous 1.5 final | Thomas Fuchs | 2005-12-13 | 1 | -0/+2 |
* | Don't used defined? on a scoped constant since it results in a const_missing ... | Jeremy Kemper | 2005-12-13 | 1 | -1/+1 |
* | Update to Prototype 1.4.0 final | Sam Stephenson | 2005-12-13 | 2 | -8/+27 |
* | Added option inheritance for find calls on has_and_belongs_to_many and has_ma... | David Heinemeier Hansson | 2005-12-13 | 2 | -1/+9 |
* | Update to script.aculo.us 1.5.0_rc6 | Thomas Fuchs | 2005-12-12 | 3 | -440/+437 |
* | Added form_remote_for [DHH] | David Heinemeier Hansson | 2005-12-10 | 1 | -1/+7 |
* | Remove insignificant classes from docs | David Heinemeier Hansson | 2005-12-08 | 1 | -1/+1 |
* | More robust relative url root discovery for SCGI compatibility. This solves ... | Jeremy Kemper | 2005-12-08 | 3 | -1/+9 |
* | Fixed RDoc warnings [DHH] | David Heinemeier Hansson | 2005-12-08 | 1 | -1/+1 |
* | Fix docs for text_area_tag. Closes #3083. | Marcel Molina | 2005-12-02 | 2 | -1/+3 |
* | 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 | 5 | -33/+22 |
* | Introduce :selected option to the select helper. Allows you to specify a sel... | Jeremy Kemper | 2005-11-23 | 3 | -2/+26 |
* | Correct spelling of persistent [Stefan Kaes]. Document and eliminate warning... | Jeremy Kemper | 2005-11-23 | 1 | -5/+15 |
* | Make javascript_include_tag :default behave correctly with application.js, fi... | Thomas Fuchs | 2005-11-22 | 1 | -1/+1 |
* | Initialize @optional in routing code to avoid warnings | Nicholas Seckar | 2005-11-22 | 2 | -0/+3 |
* | Make ActionController's render honor the :locals option when rendering a :fil... | Sam Stephenson | 2005-11-22 | 5 | -3/+42 |
* | FormHelper correctly passes its object through select, collection_select, cou... | Jeremy Kemper | 2005-11-22 | 2 | -5/+7 |
* | Allow assert_tag(:conditions) to match the empty string when a tag has no chi... | Jamis Buck | 2005-11-21 | 3 | -2/+10 |
* | Update html-scanner to handle CDATA sections better. Closes #2970. [Jamis Buck] | Jamis Buck | 2005-11-21 | 3 | -0/+18 |
* | Don't put flash in session if sessions are disabled. | Jeremy Kemper | 2005-11-21 | 2 | -7/+18 |
* | Back out of 3109 for now as it seems to interfere with the flash | David Heinemeier Hansson | 2005-11-21 | 1 | -6/+2 |
* | Strip out trailing &_= for raw post bodies #2868 | Sam Stephenson | 2005-11-21 | 2 | -0/+3 |
* | Fix grammar error in [3115]. References #2966. | Jeremy Kemper | 2005-11-21 | 1 | -2/+1 |
* | Pass multiple arguments to Element.show and Element.hide in JavaScriptGenerat... | Sam Stephenson | 2005-11-21 | 3 | -6/+8 |
* | Improve expire_fragment documentation. Closes #2966. | Jeremy Kemper | 2005-11-21 | 2 | -1/+4 |
* | Correct docs for automatic layout assignment. Closes #2610. | Marcel Molina | 2005-11-20 | 2 | -1/+5 |
* | r3209@asus: jeremy | 2005-11-20 01:04:22 -0800 | Jeremy Kemper | 2005-11-20 | 1 | -2/+6 |
* | Make data writer private. Marshal/unmarshal handle nil. | Jeremy Kemper | 2005-11-20 | 1 | -8/+8 |
* | Log ActiveRecordStore debugging. | Jeremy Kemper | 2005-11-20 | 1 | -0/+19 |
* | Document request.env and request.host. Strip trailing whitespace. | Jeremy Kemper | 2005-11-20 | 1 | -15/+18 |
* | r3173@asus: jeremy | 2005-11-18 23:34:41 -0800 | Jeremy Kemper | 2005-11-20 | 4 | -13/+16 |
* | Update to Prototype 1.4.0_rc4. Closes #2943 (old Array.prototype.reverse beha... | Sam Stephenson | 2005-11-19 | 2 | -9/+21 |
* | Use Element.update('id', 'html') instead of uid=501(sam) gid=501(sam) groups=... | Sam Stephenson | 2005-11-18 | 3 | -3/+5 |
* | Make rjs templates always implicitly skip out on layouts. | Marcel Molina | 2005-11-18 | 4 | -9/+19 |
* | Correct length for the truncate text helper. Closes #2913. | Jeremy Kemper | 2005-11-18 | 3 | -7/+9 |
* | Update to Prototype 1.4.0_rc3. Closes #1893, #2505, #2550, #2748, #2783. | Sam Stephenson | 2005-11-18 | 2 | -61/+95 |
* | Add support for new rjs templates which wrap an update_page block. | Marcel Molina | 2005-11-17 | 4 | -23/+99 |
* | Inline a method used by render_partial. Closes #2881. | Jeremy Kemper | 2005-11-17 | 1 | -9/+6 |
* | Rename Version constant to VERSION. Closes #2802. | Marcel Molina | 2005-11-17 | 3 | -2/+4 |