| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix that render :text didn't interpolate instance variables (Closes #2629, #2... | David Heinemeier Hansson | 2005-10-28 | 1 | -0/+1 |
* | Fix line number detection and escape RAILS_ROOT in backtrace Regexp | Nicholas Seckar | 2005-10-27 | 1 | -3/+0 |
* | Recognize ./#{RAILS_ROOT} as RAILS_ROOT in error traces | Nicholas Seckar | 2005-10-27 | 1 | -1/+1 |
* | Remove fingerprinting from AR session store; fix bug in store. Closes #2612 | Nicholas Seckar | 2005-10-26 | 1 | -29/+18 |
* | Proper CSS color definition (closes #2334) | David Heinemeier Hansson | 2005-10-26 | 1 | -1/+1 |
* | Fixed docs (closes #2468) | David Heinemeier Hansson | 2005-10-26 | 10 | -36/+36 |
* | 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/+4 |
* | Reset template variables after using render_to_string. Closes #2559 | Nicholas Seckar | 2005-10-25 | 1 | -0/+2 |
* | Take a different approach to keeping flash around when using components. | Scott Barron | 2005-10-25 | 2 | -3/+11 |
* | Expose the session model backing CGI::Session | Jeremy Kemper | 2005-10-20 | 2 | -2/+17 |
* | Abbreviate RAILS_ROOT in traces | Jamis Buck | 2005-10-19 | 1 | -0/+5 |
* | Update error trace templates | Nicholas Seckar | 2005-10-18 | 1 | -15/+18 |
* | Fix the html-scanner to count children correctly, playing nicely with :only, ... | Jamis Buck | 2005-10-18 | 1 | -1/+5 |
* | Use the more appropriate columns_hash to get the session data column size limit. | Marcel Molina | 2005-10-17 | 1 | -1/+1 |
* | Update/clean up AP documentation (rdoc) | Jamis Buck | 2005-10-16 | 6 | -19/+21 |
* | Add missing file | Nicholas Seckar | 2005-10-16 | 1 | -0/+21 |
* | added assert_valid to AP | Tobias Lütke | 2005-10-16 | 1 | -0/+7 |
* | Add line and file information to test process' get, post, etc methods | Nicholas Seckar | 2005-10-16 | 1 | -1/+1 |
* | Allow ARStore::Session to indicate that it should not be reloaded in dev mode | Jamis Buck | 2005-10-15 | 1 | -0/+5 |
* | Clean up error pages by providing better backtraces | Nicholas Seckar | 2005-10-15 | 2 | -15/+6 |
* | reasoning behind the seemingly duplicated method | Michael Koziarski | 2005-10-15 | 1 | -1/+2 |
* | Add code and message to test response as per #2460 | Michael Koziarski | 2005-10-15 | 1 | -0/+8 |
* | Raise an exception if an attempt is made to insert more session data into the... | Marcel Molina | 2005-10-15 | 2 | -4/+31 |
* | action pack asserts don't spam you with unnecissary backtraces anymore | Tobias Lütke | 2005-10-15 | 1 | -69/+96 |
* | If a component redirects when called with render_component_as_string, render the | Scott Barron | 2005-10-15 | 1 | -1/+8 |
* | Take retry with breakpoint out until we fix it | David Heinemeier Hansson | 2005-10-15 | 1 | -1/+1 |
* | Fix Request#host_with_port to use the standard port when Rails is behind a pr... | Nicholas Seckar | 2005-10-15 | 2 | -3/+19 |
* | Added :locals support for render :inline #2463 [mdabney@cavoksolutions.com] | David Heinemeier Hansson | 2005-10-13 | 1 | -3/+3 |
* | Unset the X-Requested-With header when using the xhr wrapper in functional te... | Sam Stephenson | 2005-10-13 | 1 | -1/+3 |
* | Unescape paths before writing cache to file system. Closes #1877. | Marcel Molina | 2005-10-12 | 1 | -1/+1 |
* | Speed improvement for session_options. #2287. [skaes@web.de] | Jamis Buck | 2005-10-11 | 1 | -18/+29 |
* | Make cacheing binary files friendly with Windows. Closes #1975. | Marcel Molina | 2005-10-11 | 1 | -2/+2 |
* | 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 |
* | Use a nicer date format | David Heinemeier Hansson | 2005-10-01 | 1 | -1/+1 |
* | Testing should also use a default REQUEST_METHOD | David Heinemeier Hansson | 2005-09-29 | 2 | -30/+68 |
* | Dont log size of request, doesnt work well with procs, not that interesting | David Heinemeier Hansson | 2005-09-28 | 1 | -1/+1 |
* | Log request method and response size / status code | David Heinemeier Hansson | 2005-09-28 | 2 | -2/+3 |
* | 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 |
* | Keep flash after component is rendered. Closes #2291. | Scott Barron | 2005-09-27 | 1 | -1/+3 |
* | r3573@asus: jeremy | 2005-09-26 11:38:44 -0700 | Jeremy Kemper | 2005-09-26 | 1 | -1/+22 |
* | Fix open/save dialog in IE not opening files send with send_file/send_data, #... | Thomas Fuchs | 2005-09-25 | 1 | -1/+10 |
* | 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 | 3 | -2/+40 |
* | Fixed that Request#domain caused an exception if the domain header wasn't set... | David Heinemeier Hansson | 2005-09-20 | 1 | -1/+2 |
* | Add "#:nodoc:" for ActionController::Routing::PathComponent::Result #2209 [l.... | David Heinemeier Hansson | 2005-09-17 | 1 | -1/+1 |
* | Cache relative_url_root for all webservers, not just Apache #2193 [skae] | David Heinemeier Hansson | 2005-09-15 | 1 | -1/+1 |