| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Expanded :method option in FormHelper#form_tag to allow for verbs other than ... | David Heinemeier Hansson | 2006-05-28 | 4 | -3/+47 |
* | Added :method option to UrlHelper#link_to, which allows for using other verbs... | David Heinemeier Hansson | 2006-05-28 | 3 | -15/+38 |
* | Update OpenBase adaterp's maintainer's email address. Closes #5176. [Derrick ... | Marcel Molina | 2006-05-24 | 2 | -1/+3 |
* | Add generator files... | Marcel Molina | 2006-05-23 | 4 | -0/+43 |
* | Add observer generator. Closes #5167. [francois.beausoleil@gmail.com] | Marcel Molina | 2006-05-23 | 1 | -0/+2 |
* | Add a quick note about :select and eagerly included associations. [Rick] | Rick Olson | 2006-05-23 | 2 | -1/+4 |
* | preliminary support for plugin meta files | Rick Olson | 2006-05-23 | 1 | -14/+50 |
* | follow_redirect doesn't complain about being redirected to the same controlle... | Jeremy Kemper | 2006-05-22 | 3 | -9/+44 |
* | Session migration generator obeys pluralize_table_names. Closes #5145. | Jeremy Kemper | 2006-05-22 | 4 | -5/+15 |
* | Normalize classify's argument to a String so that it plays nice with Symbols.... | Marcel Molina | 2006-05-22 | 3 | -1/+9 |
* | Add docs for the :as option in has_one associations. Closes #5144 [cdcarter@... | Rick Olson | 2006-05-22 | 2 | -1/+5 |
* | Make Oracle happy | David Heinemeier Hansson | 2006-05-21 | 1 | -1/+1 |
* | Add modifications to database rake tasks as part of #5139. [schoenm@earthlink... | Marcel Molina | 2006-05-21 | 1 | -3/+3 |
* | Minor style tweaks | David Heinemeier Hansson | 2006-05-21 | 2 | -8/+4 |
* | Fixed that has_many collections shouldn't load the entire association to do b... | David Heinemeier Hansson | 2006-05-21 | 4 | -3/+66 |
* | Added :allow_nil option for aggregations (closes #5091) [ian.w.white@gmail.com] | David Heinemeier Hansson | 2006-05-21 | 5 | -18/+85 |
* | Disabling sessions is not a common day event | David Heinemeier Hansson | 2006-05-21 | 1 | -4/+1 |
* | Fix Oracle boolean support and tests. Closes #5139. [schoenm@earthlink.net] | Marcel Molina | 2006-05-21 | 6 | -42/+48 |
* | Strip out leading schema name in classify. References #5139. [schoenm@earthli... | Marcel Molina | 2006-05-21 | 2 | -1/+5 |
* | Remove Enumerable#first_match in favor of using break(result_for_each) | Nicholas Seckar | 2006-05-21 | 3 | -18/+13 |
* | create! no longer blows up when no attributes are passed and a :create scope ... | Jeremy Kemper | 2006-05-19 | 3 | -0/+9 |
* | Change the request.env example in AC::Base docs to a var that exists (REMOTE_... | Jeremy Kemper | 2006-05-17 | 1 | -3/+3 |
* | Add layout attribute to response object with the name of the layout that was ... | Marcel Molina | 2006-05-17 | 4 | -1/+55 |
* | Make Array#in_groups_of just return the grouped collection if a block isn't g... | Marcel Molina | 2006-05-17 | 3 | -2/+9 |
* | performance enhancement for previous patch [skaes] | Michael Koziarski | 2006-05-16 | 1 | -1/+1 |
* | Fix NoMethodError when parsing params like &&. [Adam Greenfield]. Closes #4955 | Michael Koziarski | 2006-05-16 | 3 | -0/+9 |