| Commit message (Expand) | Author | Age | Files | Lines |
* | Added assert_no_cookie and fixed assert_cookie_equal to deal with non-existin... | David Heinemeier Hansson | 2005-04-02 | 1 | -0/+2 |
* | Fixed :overwrite_param so it doesn't delete but reject elements from @request... | David Heinemeier Hansson | 2005-04-02 | 1 | -0/+2 |
* | Added :method option to verify for ensuring that either GET, POST, etc is all... | David Heinemeier Hansson | 2005-04-02 | 1 | -0/+2 |
* | Added options to set cc, bcc, subject, and body for UrlHelper#mail_to #966 [D... | David Heinemeier Hansson | 2005-04-02 | 1 | -0/+2 |
* | Fixed include_blank for select_hour/minute/second #527 [edward@debian.org] | David Heinemeier Hansson | 2005-04-02 | 1 | -0/+2 |
* | Improved the message display on the exception handler pages #963 [Johan Soren... | David Heinemeier Hansson | 2005-03-31 | 1 | -0/+2 |
* | Added Effect.Puff and Effect.Appear #990, #996 | David Heinemeier Hansson | 2005-03-31 | 1 | -0/+9 |
* | Fixed that on very rare occasions, webrick would raise a NoMethodError: priva... | David Heinemeier Hansson | 2005-03-31 | 1 | -4/+5 |
* | Added Effect.Scale for smoothly scaling images or text up and down #972 [thom... | David Heinemeier Hansson | 2005-03-28 | 1 | -0/+4 |
* | Added Effect.Fade which smoothly turns opacity from 100 to 0 and then hides t... | David Heinemeier Hansson | 2005-03-28 | 1 | -0/+2 |
* | Fixed problem with page caching #958 [Rick Olson] | David Heinemeier Hansson | 2005-03-27 | 1 | -0/+5 |
* | Made ready for the release of 0.11.1 | David Heinemeier Hansson | 2005-03-27 | 1 | -1/+1 |
* | Added ActionController::Base.page_cache_extension for setting the page cache ... | David Heinemeier Hansson | 2005-03-27 | 1 | -1/+3 |
* | Fixed "bad environment variable value" exception caused by Safari, Apache, an... | David Heinemeier Hansson | 2005-03-27 | 1 | -0/+2 |
* | Fixed that pagination_helper would ignore :params #947 [Sebastian Kanthak] | David Heinemeier Hansson | 2005-03-27 | 1 | -0/+2 |
* | Added :owerwrite_params back to url_for and friends -- it was AWL since the i... | David Heinemeier Hansson | 2005-03-27 | 1 | -0/+2 |
* | Added :position option to link_to_remote/form_remote_tag that can be either :... | David Heinemeier Hansson | 2005-03-26 | 1 | -0/+4 |
* | Added include_seconds option as the third parameter to distance_of_time_in_wo... | David Heinemeier Hansson | 2005-03-26 | 1 | -0/+2 |
* | Added fourth option to process in test cases to specify the content of the fl... | David Heinemeier Hansson | 2005-03-26 | 1 | -0/+2 |
* | Added Verifications that allows you to specify preconditions to actions in fo... | David Heinemeier Hansson | 2005-03-26 | 1 | -0/+2 |
* | Fixed Form.Serialize for the JavascriptHelper to also seriliaze password fiel... | David Heinemeier Hansson | 2005-03-26 | 1 | -0/+2 |
* | Added JavascriptHelper#escape_javascript as a public method (was private) and... | David Heinemeier Hansson | 2005-03-26 | 1 | -0/+2 |
* | Added trailing_slash option to url_for, so you can generate urls ending in a ... | David Heinemeier Hansson | 2005-03-26 | 1 | -0/+2 |
* | Added expire_matched_fragments(regular_expression) to clear out a lot of frag... | David Heinemeier Hansson | 2005-03-26 | 1 | -0/+4 |
* | Added TextHelper#human_size for formatting file sizes, like human_size(123456... | David Heinemeier Hansson | 2005-03-26 | 1 | -0/+2 |
* | Fixed link_to :confirm #936 [Nicholas Seckar] | David Heinemeier Hansson | 2005-03-26 | 1 | -0/+2 |
* | Improved error reporting especially around never shallowing exceptions. Debug... | David Heinemeier Hansson | 2005-03-23 | 1 | -0/+2 |
* | Fixed Toggle.display in prototype.js #902 [Lucas Carlson] | David Heinemeier Hansson | 2005-03-23 | 1 | -0/+5 |
* | Added documentation and fixed an ajax bug | David Heinemeier Hansson | 2005-03-22 | 1 | -3/+3 |
* | Added a JavascriptHelper and accompanying prototype.js library that opens the... | David Heinemeier Hansson | 2005-03-21 | 1 | -0/+2 |
* | Routes: *path items should use arrays #883 | David Heinemeier Hansson | 2005-03-21 | 1 | -1/+3 |
* | Added pagination support through both a controller and helper add-on #817 [Sa... | David Heinemeier Hansson | 2005-03-20 | 1 | -0/+2 |
* | Changed .htaccess to allow dispatch.* to be called from a sub-directory as pa... | David Heinemeier Hansson | 2005-03-20 | 1 | -0/+2 |
* | Added a much improved Flash module that allows for finer-grained control on e... | David Heinemeier Hansson | 2005-03-20 | 1 | -0/+17 |
* | Added to_param call for parameters when composing an url using url_for from s... | David Heinemeier Hansson | 2005-03-20 | 1 | -0/+21 |
* | Fixed form helpers to query Model#id_before_type_cast instead of Model#id as ... | David Heinemeier Hansson | 2005-03-20 | 1 | -0/+2 |
* | Added TextHelper#simple_format as a non-dependency text presentation helper.F... | David Heinemeier Hansson | 2005-03-20 | 1 | -0/+4 |
* | Added that the html options disabled, readonly, and multiple can all be treat... | David Heinemeier Hansson | 2005-03-20 | 1 | -0/+2 |
* | Added path collection syntax for Routes that will gobble up the rest of the u... | David Heinemeier Hansson | 2005-03-20 | 1 | -0/+7 |
* | Fixed options_for_select on selected line issue #624 [Florian Weber] | David Heinemeier Hansson | 2005-03-15 | 1 | -0/+2 |
* | Added CaptureHelper with CaptureHelper#capture and CaptureHelper#content_for.... | David Heinemeier Hansson | 2005-03-14 | 1 | -0/+2 |
* | Fixed :anchor use in url_for #821 [Nicholas Seckar] | David Heinemeier Hansson | 2005-03-14 | 1 | -0/+2 |
* | Removed the reliance on PATH_INFO as it was causing problems for caching and ... | David Heinemeier Hansson | 2005-03-14 | 1 | -0/+2 |
* | Added assigns shortcut for @response.template.assigns to controller test case... | David Heinemeier Hansson | 2005-03-10 | 1 | -0/+16 |
* | Added TagHelper#image_tag and deprecated UrlHelper#link_image_to (recommended... | David Heinemeier Hansson | 2005-03-09 | 1 | -0/+2 |
* | Fixed textilize to be resilient to getting nil parsed (by using Object#blank?... | David Heinemeier Hansson | 2005-03-09 | 1 | -0/+2 |
* | Fixed that the :multipart option in FormTagHelper#form_tag would be ignored [... | David Heinemeier Hansson | 2005-03-07 | 1 | -0/+5 |
* | Prepared for 0.10.1 release | David Heinemeier Hansson | 2005-03-07 | 1 | -1/+1 |
* | More fixes for symlinked setups #793 [phantom] | David Heinemeier Hansson | 2005-03-07 | 1 | -3/+1 |
* | Fixed that the routes.rb file wouldn't be found on symlinked setups due to Fi... | David Heinemeier Hansson | 2005-03-06 | 1 | -0/+2 |