aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed that Active Record objects with float attribute could not be cloned #808David Heinemeier Hansson2005-03-271-1/+1
* Made ready for better release automationDavid Heinemeier Hansson2005-03-278-106/+756
* Added documentation about named bind variablesDavid Heinemeier Hansson2005-03-271-0/+10
* Added ActionController::Base.page_cache_extension for setting the page cache ...David Heinemeier Hansson2005-03-272-2/+12
* Fixed "bad environment variable value" exception caused by Safari, Apache, an...David Heinemeier Hansson2005-03-272-1/+3
* Fixed that pagination_helper would ignore :params #947 [Sebastian Kanthak]David Heinemeier Hansson2005-03-272-3/+5
* Added :owerwrite_params back to url_for and friends -- it was AWL since the i...David Heinemeier Hansson2005-03-272-1/+10
* Added :position option to link_to_remote/form_remote_tag that can be either :...David Heinemeier Hansson2005-03-261-0/+4
* Effects can just be used through the callbacksDavid Heinemeier Hansson2005-03-263-12/+1
* Fixed a couple of more js issuesDavid Heinemeier Hansson2005-03-261-3/+1
* Updated to prototype.js 1.1.0David Heinemeier Hansson2005-03-263-199/+242
* Whitespace flickerDavid Heinemeier Hansson2005-03-261-1/+0
* Added include_seconds option as the third parameter to distance_of_time_in_wo...David Heinemeier Hansson2005-03-265-8/+55
* Added fourth option to process in test cases to specify the content of the fl...David Heinemeier Hansson2005-03-263-1/+29
* Added Verifications that allows you to specify preconditions to actions in fo...David Heinemeier Hansson2005-03-264-0/+220
* Fixing JS bugs, renamed :position valuesDavid Heinemeier Hansson2005-03-262-28/+9
* Added other DOM manipulation positions than just replaceDavid Heinemeier Hansson2005-03-263-19/+194
* Fixed highlight effectDavid Heinemeier Hansson2005-03-261-2/+12
* Added :highlight effect to do YFT automaticallyDavid Heinemeier Hansson2005-03-262-1/+29
* Fixed Form.Serialize for the JavascriptHelper to also seriliaze password fiel...David Heinemeier Hansson2005-03-263-0/+4
* Added JavascriptHelper#escape_javascript as a public method (was private) and...David Heinemeier Hansson2005-03-263-3/+15
* Added trailing_slash option to url_for, so you can generate urls ending in a ...David Heinemeier Hansson2005-03-263-1/+6
* Added documentation on models in sessions #929 [c.r.mcgrath@gmail.com]David Heinemeier Hansson2005-03-261-0/+7
* Removed old UrlWriter methods that are no longer in use after Routes #942David Heinemeier Hansson2005-03-263-533/+5
* Fixed Inflector.pluralize to handle capitalized words #932 [bitsweat]David Heinemeier Hansson2005-03-263-36/+43
* Fixed that if charset was found that the end of a mime part declaration TMail...David Heinemeier Hansson2005-03-264-2/+10
* Added expire_matched_fragments(regular_expression) to clear out a lot of frag...David Heinemeier Hansson2005-03-262-2/+37
* Added TextHelper#human_size for formatting file sizes, like human_size(123456...David Heinemeier Hansson2005-03-262-0/+22
* Fixed link_to :confirm #936 [Nicholas Seckar]David Heinemeier Hansson2005-03-262-1/+3
* Copy prototype.js to public/javascripts/ not just publicDavid Heinemeier Hansson2005-03-261-2/+1
* allow direct dispatching methods to declare their parameters as well, for bre...Leon Breedt2005-03-265-5/+34
* Made getElementsByClassName actually workDavid Heinemeier Hansson2005-03-251-13/+24
* Fixed that MissingSourceFile's wasn't properly detected in production mode #9...David Heinemeier Hansson2005-03-255-11/+9
* Fixed that :counter_cache option would look for a line_items_count column for...David Heinemeier Hansson2005-03-232-2/+4
* _at is better for Time.now than _onDavid Heinemeier Hansson2005-03-231-2/+2
* Added rescue for missing iconv library and throws warnings if subject/body is...David Heinemeier Hansson2005-03-232-63/+85
* Tweaked the rescue with breakpoint, still not perfectDavid Heinemeier Hansson2005-03-232-11/+12
* Improved error reporting especially around never shallowing exceptions. Debug...David Heinemeier Hansson2005-03-233-0/+62
* Improved error reporting especially around never shallowing exceptions. Debug...David Heinemeier Hansson2005-03-2310-24/+55
* Fixed that AR exists?() would explode on postgresql if the passed id did not ...David Heinemeier Hansson2005-03-232-1/+3
* Fixed the MS SQL adapter to work with the new limit/offset approach and with ...David Heinemeier Hansson2005-03-237-183/+184
* Fixed the dispatch.fcgi use of a loggerDavid Heinemeier Hansson2005-03-232-8/+14
* Fixed Toggle.display in prototype.js #902 [Lucas Carlson]David Heinemeier Hansson2005-03-232-2/+7
* Dont include WS docsDavid Heinemeier Hansson2005-03-221-1/+8
* Releasing 0.11.0David Heinemeier Hansson2005-03-222-4/+10
* Fixed documentation and prepared for 0.11.0 releaseDavid Heinemeier Hansson2005-03-2214-49/+42
* Updated more documentationDavid Heinemeier Hansson2005-03-225-2/+30
* Added documentation and fixed an ajax bugDavid Heinemeier Hansson2005-03-226-13/+24
* Last-minute ajax fixes #898David Heinemeier Hansson2005-03-223-27/+43
* Removed SCRIPT_NAME from the WEBrick environment to prevent conflicts with PA...David Heinemeier Hansson2005-03-223-2/+7