| Commit message (Expand) | Author | Age | Files | Lines |
* | Move lib/version.rb to lib/action_pack/version.rb | Jamis Buck | 2005-10-10 | 1 | -0/+0 |
* | Add versioning convention from SwitchTower to all Rails components. Add --ver... | Marcel Molina | 2005-10-09 | 1 | -0/+9 |
* | Update Prototype to V1.4.0_pre11, script.aculo.us to [2502] and fix the rails... | Thomas Fuchs | 2005-10-09 | 5 | -276/+448 |
* | Make assert_tag :children count appropriately. Closes #2181. | Marcel Molina | 2005-10-09 | 1 | -1/+1 |
* | Made the documentation about render template/file sane | David Heinemeier Hansson | 2005-10-03 | 1 | -6/+11 |
* | Forced newer versions of RedCloth to use hard breaks [DHH] | David Heinemeier Hansson | 2005-10-02 | 1 | -0/+1 |
* | Forced newer versions of RedCloth to use hard breaks [DHH] | David Heinemeier Hansson | 2005-10-02 | 1 | -1/+6 |
* | Use a nicer date format | David Heinemeier Hansson | 2005-10-01 | 1 | -1/+1 |
* | Better logging about partials when logger to to debug | David Heinemeier Hansson | 2005-10-01 | 1 | -1/+3 |
* | Added new scriptaculous options for auto_complete_field #2343 [m.stienstra@fn... | Thomas Fuchs | 2005-10-01 | 1 | -2/+21 |
* | Don't prepend the asset host if the string is already a fully-qualified URL | Jamis Buck | 2005-09-30 | 1 | -1/+2 |
* | Not the avenue we want to go down | David Heinemeier Hansson | 2005-09-30 | 1 | -4/+0 |
* | Testing should also use a default REQUEST_METHOD | David Heinemeier Hansson | 2005-09-29 | 3 | -31/+72 |
* | Dont log size of request, doesnt work well with procs, not that interesting | David Heinemeier Hansson | 2005-09-28 | 1 | -1/+1 |
* | Updated rdoc for javascript_include_tag | Thomas Fuchs | 2005-09-28 | 1 | -3/+7 |
* | My life for white space | David Heinemeier Hansson | 2005-09-28 | 1 | -5/+17 |
* | Log request method and response size / status code | David Heinemeier Hansson | 2005-09-28 | 2 | -2/+3 |
* | Update script.aculo.us to 1.5_rc2, and Prototype to 1.4.0_pre7 | Thomas Fuchs | 2005-09-28 | 9 | -768/+2283 |
* | Undo condition change made in [2345] to prevent normal parameters arriving as... | Nicholas Seckar | 2005-09-27 | 1 | -1/+1 |
* | Ticket #2295 - Tolerate consecutive delimiters in query parameters | Jeremy Kemper | 2005-09-27 | 1 | -0/+3 |
* | Streamline render process, code cleaning. Closes #2294. | Nicholas Seckar | 2005-09-27 | 3 | -57/+124 |
* | Keep flash after component is rendered. Closes #2291. | Scott Barron | 2005-09-27 | 1 | -1/+3 |
* | Have text helpers use built in Regexp.escape rather than home grown alternative | Marcel Molina | 2005-09-26 | 1 | -7/+2 |
* | r3573@asus: jeremy | 2005-09-26 11:38:44 -0700 | Jeremy Kemper | 2005-09-26 | 2 | -2/+23 |
* | Fix open/save dialog in IE not opening files send with send_file/send_data, #... | Thomas Fuchs | 2005-09-25 | 1 | -1/+10 |
* | Fixed that auto_discovery_link_tag couldn't take a string as the URL | David Heinemeier Hansson | 2005-09-22 | 1 | -4/+4 |
* | Asserts now need html/document so it should require it | David Heinemeier Hansson | 2005-09-21 | 2 | -9/+1 |
* | Added small note about how longtext might be needed for large session data | David Heinemeier Hansson | 2005-09-20 | 1 | -2/+3 |
* | Fixed problem with send_file and WEBrick using stdout #1812 | David Heinemeier Hansson | 2005-09-20 | 2 | -5/+5 |
* | Optimized tag_options to not sort keys, which is no longer necessary when ass... | David Heinemeier Hansson | 2005-09-20 | 6 | -22/+58 |
* | Fixed that Request#domain caused an exception if the domain header wasn't set... | David Heinemeier Hansson | 2005-09-20 | 1 | -1/+2 |
* | Make the truncate() helper multi-byte safe (assuming $KCODE has been set to s... | Jamis Buck | 2005-09-19 | 1 | -1/+7 |
* | Doc fix #2197 | David Heinemeier Hansson | 2005-09-17 | 1 | -0/+1 |
* | Add "#:nodoc:" for ActionController::Routing::PathComponent::Result #2209 [l.... | David Heinemeier Hansson | 2005-09-17 | 1 | -1/+1 |
* | Make upload progress not throw JavaScript errors when there is no progress ba... | David Heinemeier Hansson | 2005-09-16 | 1 | -1/+1 |
* | Only attempt to require Active Support if it hasnt been already #1959 | David Heinemeier Hansson | 2005-09-15 | 1 | -7/+10 |
* | Cache relative_url_root for all webservers, not just Apache #2193 [skae] | David Heinemeier Hansson | 2005-09-15 | 1 | -1/+1 |
* | Speed up cookie use by decreasing string copying #2194 [skae] | David Heinemeier Hansson | 2005-09-15 | 1 | -7/+7 |
* | Fixed access to "Host" header with requests made by crappy old HTTP/1.0 clien... | David Heinemeier Hansson | 2005-09-14 | 1 | -1/+1 |
* | More auto-link fixes (to include query strings in autolinked text) | Jamis Buck | 2005-09-14 | 1 | -1/+1 |
* | Fix autolinking to not include trailing tags as part of the URL | Jamis Buck | 2005-09-13 | 1 | -1/+19 |
* | Added easy assignment of fragment cache store through use of symbols for incl... | David Heinemeier Hansson | 2005-09-13 | 5 | -38/+41 |
* | Moved session options to SessionManagement | David Heinemeier Hansson | 2005-09-13 | 2 | -20/+20 |
* | Added ActionController::Base.session_store=, session_store, and session_optio... | David Heinemeier Hansson | 2005-09-13 | 1 | -0/+20 |
* | Dont log creation of view class | David Heinemeier Hansson | 2005-09-12 | 1 | -1/+0 |
* | Use session_id instead of deprecated sessid | David Heinemeier Hansson | 2005-09-12 | 1 | -1/+0 |
* | Make periodically_call_remote use type="text/javascript" on script tag #2171 | David Heinemeier Hansson | 2005-09-12 | 1 | -1/+1 |
* | Added TextHelper#cycle to cycle over an array of values on each hit (useful f... | David Heinemeier Hansson | 2005-09-12 | 1 | -0/+82 |
* | Ensure that request.path never returns nil. Closes #1675 | Nicholas Seckar | 2005-09-11 | 1 | -6/+4 |
* | Add ability to specify Route Regexps for controllers. Closes #1917. | Nicholas Seckar | 2005-09-11 | 1 | -1/+8 |