| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix open/save dialog in IE not opening files send with send_file/send_data, #... | Thomas Fuchs | 2005-09-25 | 1 | -0/+6 |
* | Fixed that auto_discovery_link_tag couldn't take a string as the URL | David Heinemeier Hansson | 2005-09-22 | 1 | -0/+1 |
* | Require 'pp' early to prevent the pretty-print methods being mixed in too lat... | Jamis Buck | 2005-09-20 | 1 | -0/+1 |
* | Fixed problem with send_file and WEBrick using stdout #1812 | David Heinemeier Hansson | 2005-09-20 | 1 | -10/+5 |
* | Optimized tag_options to not sort keys, which is no longer necessary when ass... | David Heinemeier Hansson | 2005-09-20 | 10 | -178/+186 |
* | Fixed that Request#domain caused an exception if the domain header wasn't set... | David Heinemeier Hansson | 2005-09-20 | 1 | -0/+6 |
* | Make the truncate() helper multi-byte safe (assuming $KCODE has been set to s... | Jamis Buck | 2005-09-19 | 2 | -0/+51 |
* | Add routing tests from #1945 | Nicholas Seckar | 2005-09-18 | 1 | -2/+55 |
* | Add a routing test case covering #2101 | Nicholas Seckar | 2005-09-18 | 1 | -1/+12 |
* | Make upload progress not throw JavaScript errors when there is no progress ba... | David Heinemeier Hansson | 2005-09-16 | 1 | -140/+4 |
* | Cache relative_url_root for all webservers, not just Apache #2193 [skae] | David Heinemeier Hansson | 2005-09-15 | 1 | -1/+2 |
* | Included UrlRewriter tests in rake run and made them not depend on Hash order | David Heinemeier Hansson | 2005-09-15 | 1 | -5/+14 |
* | Made base_tests.rb run as part of rake | David Heinemeier Hansson | 2005-09-15 | 1 | -2/+2 |
* | More auto-link fixes (to include query strings in autolinked text) | Jamis Buck | 2005-09-14 | 1 | -0/+4 |
* | Fix autolinking to not include trailing tags as part of the URL | Jamis Buck | 2005-09-13 | 1 | -0/+7 |
* | Added easy assignment of fragment cache store through use of symbols for incl... | David Heinemeier Hansson | 2005-09-13 | 2 | -0/+55 |
* | Added ActionController::Base.session_store=, session_store, and session_optio... | David Heinemeier Hansson | 2005-09-13 | 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/+89 |
* | Add ability to specify Route Regexps for controllers. Closes #1917. | Nicholas Seckar | 2005-09-11 | 1 | -0/+38 |
* | Provide Named Route's hash methods as helper methods. Closes #1744. | Nicholas Seckar | 2005-09-11 | 1 | -0/+6 |
* | Split macros test into their own suite | David Heinemeier Hansson | 2005-09-11 | 2 | -28/+52 |
* | Added :multipart option to ActiveRecordHelper#form to make it possible to add... | David Heinemeier Hansson | 2005-09-11 | 1 | -0/+7 |
* | Added :disabled option to all data selects that'll make the elements inaccess... | David Heinemeier Hansson | 2005-09-11 | 1 | -2/+60 |
* | Fixed that TextHelper#auto_link_urls would include punctuation in the links #... | David Heinemeier Hansson | 2005-09-11 | 1 | -1/+15 |
* | Added Kernel#silence_warnings and puts it into use throughout the framework | David Heinemeier Hansson | 2005-09-11 | 3 | -16/+14 |
* | Fixed that number_to_currency(1000, {:precision => 0})) should return "$1,000... | David Heinemeier Hansson | 2005-09-09 | 1 | -0/+2 |
* | Fixed that render :partial would fail when :object was a Hash (due to backwar... | David Heinemeier Hansson | 2005-09-09 | 2 | -0/+10 |
* | Fixed JavascriptHelper#auto_complete_for to only include unique items #2153 [... | David Heinemeier Hansson | 2005-09-09 | 1 | -0/+4 |
* | Fixed that onclick would be overridden even when special features werent used | David Heinemeier Hansson | 2005-09-08 | 1 | -0/+4 |
* | Fixed all AssetHelper methods to work with relative paths, such that javascri... | David Heinemeier Hansson | 2005-09-08 | 1 | -0/+1 |
* | Fixed a broken test | David Heinemeier Hansson | 2005-09-08 | 1 | -1/+1 |
* | Use this.href, not unexisting url | David Heinemeier Hansson | 2005-09-07 | 1 | -1/+1 |
* | Added :post option to UrlHelper#link_to that makes it possible to do POST req... | David Heinemeier Hansson | 2005-09-07 | 1 | -0/+18 |
* | Fix overwrite params. Closes #1909 | Nicholas Seckar | 2005-09-06 | 1 | -0/+10 |
* | Added :popup option to UrlHelper#link_to #1996 [gabriel.gironda@gmail.com] | David Heinemeier Hansson | 2005-09-04 | 1 | -0/+26 |
* | AbstractRequest#domain returns nil when host is an ip address #2012 [kevin.cl... | Jamis Buck | 2005-09-02 | 1 | -0/+3 |
* | Yield @content_for_ variables to templates #2058 [Sam Stephenson] | Jamis Buck | 2005-09-01 | 2 | -0/+11 |
* | Make rendering an empty partial collection behave like :nothing => true #2080... | Jamis Buck | 2005-09-01 | 1 | -0/+9 |
* | Render refactoring; render error reporting fixes | Nicholas Seckar | 2005-08-26 | 2 | -0/+64 |
* | Prevent the benchmark module from blowing up if a non-HTTP/1.1 request is pro... | Jamis Buck | 2005-08-23 | 1 | -0/+36 |
* | Added :use_short_month option to select_month helper to show month names as a... | Jamis Buck | 2005-08-22 | 1 | -0/+18 |
* | Add an :if option to session management, to allow programmatically enabling o... | Jamis Buck | 2005-08-17 | 1 | -0/+14 |
* | Make link_to escape the javascript in the confirm option #1964 [nicolas.pouil... | Jamis Buck | 2005-08-14 | 1 | -0/+4 |
* | Make assert_redirected_to properly check URL's passed as strings #1910 [Scott... | Jamis Buck | 2005-08-06 | 2 | -0/+11 |
* | Make sure :layout => false is always used when rendering inside a layout | Jamis Buck | 2005-08-05 | 1 | -1/+10 |
* | Use raise instead of assert_not_nil in Test::Unit::TestCase#process to ensure... | Jamis Buck | 2005-08-01 | 1 | -0/+17 |
* | Make sure assigns are built for every request when testing #1866 | Jamis Buck | 2005-07-31 | 2 | -1/+21 |
* | Allow remote_addr to be queried on TestRequest #1668 | Jamis Buck | 2005-07-31 | 1 | -1/+14 |
* | Fixed bug when a partial render was passing a local with the same name as the... | David Heinemeier Hansson | 2005-07-27 | 1 | -1/+1 |
* | Demonstrate breakage better | David Heinemeier Hansson | 2005-07-27 | 3 | -3/+4 |