| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added simple hash conditions to find that'll just convert hash to an AND-base... | David Heinemeier Hansson | 2006-06-03 | 3 | -11/+81 |
* | Fixed issues with BLOB limits, charsets, and booleans for Firebird (closes #5... | David Heinemeier Hansson | 2006-06-03 | 4 | -21/+25 |
* | For Firebird adapter | David Heinemeier Hansson | 2006-06-03 | 2 | -0/+60 |
* | Fixed usage of :limit and with_scope when the association in scope is a 1:m (... | David Heinemeier Hansson | 2006-06-03 | 3 | -1/+11 |
* | Added disconnect! to Firebird adapter (closes #5210) [kennethkunz@gmail.com] | David Heinemeier Hansson | 2006-06-03 | 1 | -1/+5 |
* | Make more Firebird tests pass (closes #5188) [kennethkunz@gmail.com] | David Heinemeier Hansson | 2006-06-03 | 6 | -6/+12 |
* | Fixed migration trouble with SQLite when NOT NULL is used in the new definiti... | David Heinemeier Hansson | 2006-06-03 | 3 | -3/+7 |
* | Fixed problems with eager loading and counting on SQL Server (closed #5212) [... | David Heinemeier Hansson | 2006-06-03 | 2 | -5/+8 |
* | Fixed that count distinct should use the selected column even when using :inc... | David Heinemeier Hansson | 2006-06-03 | 3 | -1/+8 |
* | Fixed that has_many.create ended up with duplicate objects (closes #5250) [da... | David Heinemeier Hansson | 2006-06-03 | 2 | -1/+9 |
* | Fixed that :includes merged from with_scope won't cause the same association ... | David Heinemeier Hansson | 2006-06-03 | 2 | -1/+4 |
* | Uncry thyself | Jeremy Kemper | 2006-06-03 | 1 | -0/+2 |
* | to_xml fixes, features, and speedup. Closes #4989. | Jeremy Kemper | 2006-06-03 | 9 | -72/+320 |
* | fixtures :accounts for base_test. Closes #5268. | Jeremy Kemper | 2006-06-02 | 1 | -1/+1 |
* | Add OrderedHash#values | Sam Stephenson | 2006-06-02 | 3 | -1/+34 |
* | Rewind readable CGI params so others may reread them (such as CGI::Session wh... | Jeremy Kemper | 2006-06-02 | 3 | -2/+14 |
* | Finish custom handling [DHH] | David Heinemeier Hansson | 2006-06-02 | 2 | -6/+28 |
* | Make new mime types first class [DHH] | David Heinemeier Hansson | 2006-06-02 | 1 | -1/+1 |
* | Make new mime types first class [DHH] | David Heinemeier Hansson | 2006-06-02 | 3 | -9/+10 |
* | Added Mime::TEXT (text/plain) and Mime::ICS (text/calendar) as new default ty... | David Heinemeier Hansson | 2006-06-02 | 2 | -0/+7 |
* | Added Mime::Type.register(string, symbol, synonyms = []) for adding new custo... | David Heinemeier Hansson | 2006-06-02 | 3 | -4/+20 |
* | Added support for Mime objects in render :content_type option [DHH] | David Heinemeier Hansson | 2006-06-02 | 3 | -1/+13 |
* | Excise the headache-prone syswrite in send_file. | Jeremy Kemper | 2006-06-02 | 1 | -12/+3 |
* | PostgreSQL: don't ignore port when host is nil since it's often used to label... | Jeremy Kemper | 2006-06-02 | 2 | -1/+3 |
* | Add :status option to send_data and send_file. Defaults to '200 OK'. Closes #... | Jeremy Kemper | 2006-06-02 | 3 | -6/+27 |
* | Dont keep nothing as a lookup [DHH] | David Heinemeier Hansson | 2006-06-01 | 2 | -6/+5 |
* | delegate AssociationProxy#to_param to the association target so that associat... | Rick Olson | 2006-06-01 | 1 | -1/+2 |
* | Tweaks to integration tests and url rewriter for further compatibility with n... | Jamis Buck | 2006-06-01 | 2 | -3/+3 |
* | Add RouteSet::Mapper#named_route for compatibility with adding programmatical... | Jamis Buck | 2006-06-01 | 1 | -1/+5 |
* | New routes implementation. Simpler, faster, easier to understand. The publish... | Jamis Buck | 2006-06-01 | 17 | -1673/+1949 |
* | Mind the order of things. | Jeremy Kemper | 2006-06-01 | 5 | -8/+12 |
* | Quell warnings. Closes #5245. | Jeremy Kemper | 2006-06-01 | 1 | -3/+4 |
* | Records and arrays of records are bound as quoted ids. | Jeremy Kemper | 2006-06-01 | 4 | -3/+43 |
* | Fixed that Base.find :all, :conditions => [ "id IN (?)", collection ] would f... | David Heinemeier Hansson | 2006-06-01 | 5 | -5/+11 |
* | Oracle and others wont take a string null for an answer | David Heinemeier Hansson | 2006-06-01 | 1 | -1/+1 |
* | Cope with missing content type and length headers. Parse parameters from mult... | Jeremy Kemper | 2006-06-01 | 4 | -36/+107 |
* | Added Array#to_s(:db) that'll produce a comma-separated list of ids [DHH] Spl... | David Heinemeier Hansson | 2006-05-31 | 6 | -40/+92 |
* | fix test warnings | Jeremy Kemper | 2006-05-31 | 5 | -28/+32 |
* | Add a list of regexes assert_queries skips in the ActiveRecord test suite. [... | Rick Olson | 2006-05-31 | 2 | -1/+7 |
* | Added interrogation of params[:format] to determine Accept type. If :format i... | David Heinemeier Hansson | 2006-05-31 | 4 | -1/+71 |
* | Make "script/plugin install" work with svn+ssh URLs | Sam Stephenson | 2006-05-31 | 2 | -1/+3 |
* | Easy way to set accepting for functional tests | David Heinemeier Hansson | 2006-05-31 | 1 | -0/+4 |
* | If not passing a hash, assume :id => whatever | David Heinemeier Hansson | 2006-05-31 | 1 | -1/+1 |
* | band-aid for oracle | Rick Olson | 2006-05-29 | 1 | -2/+2 |
* | Fix the has_and_belongs_to_many #create doesn't populate the join for new rec... | Rick Olson | 2006-05-29 | 4 | -0/+47 |
* | Expanded :method option in FormTagHelper#form_tag, FormHelper#form_for, Proto... | David Heinemeier Hansson | 2006-05-29 | 1 | -0/+6 |
* | Expanded :method option in FormTagHelper#form_tag, FormHelper#form_for, Proto... | David Heinemeier Hansson | 2006-05-29 | 3 | -4/+14 |
* | Added :method handling for other verbs to remote_form_tag and remote_form_for... | David Heinemeier Hansson | 2006-05-28 | 5 | -10/+22 |
* | Added lib/ to the directories that will get application docs generated [DHH] | David Heinemeier Hansson | 2006-05-28 | 2 | -0/+3 |
* | Provide Association Extensions access to the instance that the association is... | Rick Olson | 2006-05-28 | 5 | -1/+57 |