| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed problem with page caching #958 [Rick Olson] | David Heinemeier Hansson | 2005-03-27 | 2 | -1/+6 |
* | Fixed the Rakefile #959 | David Heinemeier Hansson | 2005-03-27 | 1 | -1/+1 |
* | Fixed doc links | David Heinemeier Hansson | 2005-03-27 | 1 | -2/+2 |
* | Released 0.11.1 | David Heinemeier Hansson | 2005-03-27 | 2 | -1/+31 |
* | Made ready for the release of 0.11.1 | David Heinemeier Hansson | 2005-03-27 | 13 | -66/+43 |
* | Fixed that Active Record objects with float attribute could not be cloned #808 | David Heinemeier Hansson | 2005-03-27 | 1 | -1/+1 |
* | Made ready for better release automation | David Heinemeier Hansson | 2005-03-27 | 8 | -106/+756 |
* | Added documentation about named bind variables | David Heinemeier Hansson | 2005-03-27 | 1 | -0/+10 |
* | Added ActionController::Base.page_cache_extension for setting the page cache ... | David Heinemeier Hansson | 2005-03-27 | 2 | -2/+12 |
* | Fixed "bad environment variable value" exception caused by Safari, Apache, an... | David Heinemeier Hansson | 2005-03-27 | 2 | -1/+3 |
* | Fixed that pagination_helper would ignore :params #947 [Sebastian Kanthak] | David Heinemeier Hansson | 2005-03-27 | 2 | -3/+5 |
* | Added :owerwrite_params back to url_for and friends -- it was AWL since the i... | David Heinemeier Hansson | 2005-03-27 | 2 | -1/+10 |
* | Added :position option to link_to_remote/form_remote_tag that can be either :... | David Heinemeier Hansson | 2005-03-26 | 1 | -0/+4 |
* | Effects can just be used through the callbacks | David Heinemeier Hansson | 2005-03-26 | 3 | -12/+1 |
* | Fixed a couple of more js issues | David Heinemeier Hansson | 2005-03-26 | 1 | -3/+1 |
* | Updated to prototype.js 1.1.0 | David Heinemeier Hansson | 2005-03-26 | 3 | -199/+242 |
* | Whitespace flicker | David Heinemeier Hansson | 2005-03-26 | 1 | -1/+0 |
* | Added include_seconds option as the third parameter to distance_of_time_in_wo... | David Heinemeier Hansson | 2005-03-26 | 5 | -8/+55 |
* | Added fourth option to process in test cases to specify the content of the fl... | David Heinemeier Hansson | 2005-03-26 | 3 | -1/+29 |
* | Added Verifications that allows you to specify preconditions to actions in fo... | David Heinemeier Hansson | 2005-03-26 | 4 | -0/+220 |
* | Fixing JS bugs, renamed :position values | David Heinemeier Hansson | 2005-03-26 | 2 | -28/+9 |
* | Added other DOM manipulation positions than just replace | David Heinemeier Hansson | 2005-03-26 | 3 | -19/+194 |
* | Fixed highlight effect | David Heinemeier Hansson | 2005-03-26 | 1 | -2/+12 |
* | Added :highlight effect to do YFT automatically | David Heinemeier Hansson | 2005-03-26 | 2 | -1/+29 |
* | Fixed Form.Serialize for the JavascriptHelper to also seriliaze password fiel... | David Heinemeier Hansson | 2005-03-26 | 3 | -0/+4 |
* | Added JavascriptHelper#escape_javascript as a public method (was private) and... | David Heinemeier Hansson | 2005-03-26 | 3 | -3/+15 |
* | Added trailing_slash option to url_for, so you can generate urls ending in a ... | David Heinemeier Hansson | 2005-03-26 | 3 | -1/+6 |
* | Added documentation on models in sessions #929 [c.r.mcgrath@gmail.com] | David Heinemeier Hansson | 2005-03-26 | 1 | -0/+7 |
* | Removed old UrlWriter methods that are no longer in use after Routes #942 | David Heinemeier Hansson | 2005-03-26 | 3 | -533/+5 |
* | Fixed Inflector.pluralize to handle capitalized words #932 [bitsweat] | David Heinemeier Hansson | 2005-03-26 | 3 | -36/+43 |
* | Fixed that if charset was found that the end of a mime part declaration TMail... | David Heinemeier Hansson | 2005-03-26 | 4 | -2/+10 |
* | Added expire_matched_fragments(regular_expression) to clear out a lot of frag... | David Heinemeier Hansson | 2005-03-26 | 2 | -2/+37 |
* | Added TextHelper#human_size for formatting file sizes, like human_size(123456... | David Heinemeier Hansson | 2005-03-26 | 2 | -0/+22 |
* | Fixed link_to :confirm #936 [Nicholas Seckar] | David Heinemeier Hansson | 2005-03-26 | 2 | -1/+3 |
* | Copy prototype.js to public/javascripts/ not just public | David Heinemeier Hansson | 2005-03-26 | 1 | -2/+1 |
* | allow direct dispatching methods to declare their parameters as well, for bre... | Leon Breedt | 2005-03-26 | 5 | -5/+34 |
* | Made getElementsByClassName actually work | David Heinemeier Hansson | 2005-03-25 | 1 | -13/+24 |
* | Fixed that MissingSourceFile's wasn't properly detected in production mode #9... | David Heinemeier Hansson | 2005-03-25 | 5 | -11/+9 |
* | Fixed that :counter_cache option would look for a line_items_count column for... | David Heinemeier Hansson | 2005-03-23 | 2 | -2/+4 |
* | _at is better for Time.now than _on | David Heinemeier Hansson | 2005-03-23 | 1 | -2/+2 |
* | Added rescue for missing iconv library and throws warnings if subject/body is... | David Heinemeier Hansson | 2005-03-23 | 2 | -63/+85 |
* | Tweaked the rescue with breakpoint, still not perfect | David Heinemeier Hansson | 2005-03-23 | 2 | -11/+12 |
* | Improved error reporting especially around never shallowing exceptions. Debug... | David Heinemeier Hansson | 2005-03-23 | 3 | -0/+62 |
* | Improved error reporting especially around never shallowing exceptions. Debug... | David Heinemeier Hansson | 2005-03-23 | 10 | -24/+55 |
* | Fixed that AR exists?() would explode on postgresql if the passed id did not ... | David Heinemeier Hansson | 2005-03-23 | 2 | -1/+3 |
* | Fixed the MS SQL adapter to work with the new limit/offset approach and with ... | David Heinemeier Hansson | 2005-03-23 | 7 | -183/+184 |
* | Fixed the dispatch.fcgi use of a logger | David Heinemeier Hansson | 2005-03-23 | 2 | -8/+14 |
* | Fixed Toggle.display in prototype.js #902 [Lucas Carlson] | David Heinemeier Hansson | 2005-03-23 | 2 | -2/+7 |
* | Dont include WS docs | David Heinemeier Hansson | 2005-03-22 | 1 | -1/+8 |
* | Releasing 0.11.0 | David Heinemeier Hansson | 2005-03-22 | 2 | -4/+10 |