aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Create temporary dirs relative to RAILS_ROOT when running script/server #5014...David Heinemeier Hansson2006-06-032-1/+3
* Added simple hash conditions to find that'll just convert hash to an AND-base...David Heinemeier Hansson2006-06-033-11/+81
* Fixed issues with BLOB limits, charsets, and booleans for Firebird (closes #5...David Heinemeier Hansson2006-06-034-21/+25
* For Firebird adapterDavid Heinemeier Hansson2006-06-032-0/+60
* Fixed usage of :limit and with_scope when the association in scope is a 1:m (...David Heinemeier Hansson2006-06-033-1/+11
* Added disconnect! to Firebird adapter (closes #5210) [kennethkunz@gmail.com]David Heinemeier Hansson2006-06-031-1/+5
* Make more Firebird tests pass (closes #5188) [kennethkunz@gmail.com]David Heinemeier Hansson2006-06-036-6/+12
* Fixed migration trouble with SQLite when NOT NULL is used in the new definiti...David Heinemeier Hansson2006-06-033-3/+7
* Fixed problems with eager loading and counting on SQL Server (closed #5212) [...David Heinemeier Hansson2006-06-032-5/+8
* Fixed that count distinct should use the selected column even when using :inc...David Heinemeier Hansson2006-06-033-1/+8
* Fixed that has_many.create ended up with duplicate objects (closes #5250) [da...David Heinemeier Hansson2006-06-032-1/+9
* Fixed that :includes merged from with_scope won't cause the same association ...David Heinemeier Hansson2006-06-032-1/+4
* Uncry thyselfJeremy Kemper2006-06-031-0/+2
* 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