aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* to_xml fixes, features, and speedup. Closes #4989.Jeremy Kemper2006-06-039-72/+320
* fixtures :accounts for base_test. Closes #5268.Jeremy Kemper2006-06-021-1/+1
* Add OrderedHash#valuesSam Stephenson2006-06-023-1/+34
* Rewind readable CGI params so others may reread them (such as CGI::Session wh...Jeremy Kemper2006-06-023-2/+14
* Finish custom handling [DHH]David Heinemeier Hansson2006-06-022-6/+28
* Make new mime types first class [DHH]David Heinemeier Hansson2006-06-021-1/+1
* Make new mime types first class [DHH]David Heinemeier Hansson2006-06-023-9/+10
* Added Mime::TEXT (text/plain) and Mime::ICS (text/calendar) as new default ty...David Heinemeier Hansson2006-06-022-0/+7
* Added Mime::Type.register(string, symbol, synonyms = []) for adding new custo...David Heinemeier Hansson2006-06-023-4/+20
* Added support for Mime objects in render :content_type option [DHH]David Heinemeier Hansson2006-06-023-1/+13
* Excise the headache-prone syswrite in send_file.Jeremy Kemper2006-06-021-12/+3
* PostgreSQL: don't ignore port when host is nil since it's often used to label...Jeremy Kemper2006-06-022-1/+3
* Add :status option to send_data and send_file. Defaults to '200 OK'. Closes #...Jeremy Kemper2006-06-023-6/+27
* Dont keep nothing as a lookup [DHH]David Heinemeier Hansson2006-06-012-6/+5
* delegate AssociationProxy#to_param to the association target so that associat...Rick Olson2006-06-011-1/+2
* Tweaks to integration tests and url rewriter for further compatibility with n...Jamis Buck2006-06-012-3/+3
* Add RouteSet::Mapper#named_route for compatibility with adding programmatical...Jamis Buck2006-06-011-1/+5
* New routes implementation. Simpler, faster, easier to understand. The publish...Jamis Buck2006-06-0117-1673/+1949
* Mind the order of things.Jeremy Kemper2006-06-015-8/+12
* Quell warnings. Closes #5245.Jeremy Kemper2006-06-011-3/+4
* Records and arrays of records are bound as quoted ids.Jeremy Kemper2006-06-014-3/+43
* Fixed that Base.find :all, :conditions => [ "id IN (?)", collection ] would f...David Heinemeier Hansson2006-06-015-5/+11
* Oracle and others wont take a string null for an answerDavid Heinemeier Hansson2006-06-011-1/+1
* Cope with missing content type and length headers. Parse parameters from mult...Jeremy Kemper2006-06-014-36/+107
* Added Array#to_s(:db) that'll produce a comma-separated list of ids [DHH] Spl...David Heinemeier Hansson2006-05-316-40/+92
* fix test warningsJeremy Kemper2006-05-315-28/+32
* Add a list of regexes assert_queries skips in the ActiveRecord test suite. [...Rick Olson2006-05-312-1/+7
* Added interrogation of params[:format] to determine Accept type. If :format i...David Heinemeier Hansson2006-05-314-1/+71
* Make "script/plugin install" work with svn+ssh URLsSam Stephenson2006-05-312-1/+3
* Easy way to set accepting for functional testsDavid Heinemeier Hansson2006-05-311-0/+4
* If not passing a hash, assume :id => whateverDavid Heinemeier Hansson2006-05-311-1/+1
* band-aid for oracleRick Olson2006-05-291-2/+2
* Fix the has_and_belongs_to_many #create doesn't populate the join for new rec...Rick Olson2006-05-294-0/+47
* Expanded :method option in FormTagHelper#form_tag, FormHelper#form_for, Proto...David Heinemeier Hansson2006-05-291-0/+6
* Expanded :method option in FormTagHelper#form_tag, FormHelper#form_for, Proto...David Heinemeier Hansson2006-05-293-4/+14
* Added :method handling for other verbs to remote_form_tag and remote_form_for...David Heinemeier Hansson2006-05-285-10/+22
* Added lib/ to the directories that will get application docs generated [DHH]David Heinemeier Hansson2006-05-282-0/+3
* Provide Association Extensions access to the instance that the association is...Rick Olson2006-05-285-1/+57
* Expanded :method option in FormHelper#form_tag to allow for verbs other than ...David Heinemeier Hansson2006-05-284-3/+47
* Added :method option to UrlHelper#link_to, which allows for using other verbs...David Heinemeier Hansson2006-05-283-15/+38
* Update OpenBase adaterp's maintainer's email address. Closes #5176. [Derrick ...Marcel Molina2006-05-242-1/+3
* Add generator files...Marcel Molina2006-05-234-0/+43
* Add observer generator. Closes #5167. [francois.beausoleil@gmail.com]Marcel Molina2006-05-231-0/+2
* Add a quick note about :select and eagerly included associations. [Rick]Rick Olson2006-05-232-1/+4
* preliminary support for plugin meta filesRick Olson2006-05-231-14/+50
* follow_redirect doesn't complain about being redirected to the same controlle...Jeremy Kemper2006-05-223-9/+44
* Session migration generator obeys pluralize_table_names. Closes #5145.Jeremy Kemper2006-05-224-5/+15
* Normalize classify's argument to a String so that it plays nice with Symbols....Marcel Molina2006-05-223-1/+9
* Add docs for the :as option in has_one associations. Closes #5144 [cdcarter@...Rick Olson2006-05-222-1/+5
* Make Oracle happyDavid Heinemeier Hansson2006-05-211-1/+1