| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed that the content-type for some browsers could include an additional \r ... | David Heinemeier Hansson | 2005-04-10 | 1 | -0/+2 |
* | Fixed that radio buttons shouldn't have a default size attribute #1074 [hendr... | David Heinemeier Hansson | 2005-04-10 | 1 | -0/+4 |
* | Fixed that in some circumstances controllers outside of modules may have hidd... | David Heinemeier Hansson | 2005-04-10 | 1 | -0/+2 |
* | Added JavascriptHelper#periodically_call_remote in order to create areas of a... | David Heinemeier Hansson | 2005-04-07 | 1 | -0/+2 |
* | Fixed Cache#expire_matched_fragments that couldn't recognize the difference b... | David Heinemeier Hansson | 2005-04-07 | 1 | -0/+2 |
* | Added simulation of @request.request_uri in functional tests #1038 [Jamis Buck] | David Heinemeier Hansson | 2005-04-07 | 1 | -0/+2 |
* | Moved to new server | David Heinemeier Hansson | 2005-04-07 | 1 | -0/+4 |
* | Fixed javascript_include_tag to output type instead of language and conform t... | David Heinemeier Hansson | 2005-04-03 | 1 | -0/+2 |
* | Added NumberHelper for common string representations like phone number, curre... | David Heinemeier Hansson | 2005-04-02 | 1 | -0/+2 |
* | Added pagination for scaffolding (10 items per page) #964 [mortonda@dgrmm.net] | David Heinemeier Hansson | 2005-04-02 | 1 | -0/+2 |
* | 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 |