| Commit message (Expand) | Author | Age | Files | Lines |
* | Enhance Symbol#to_proc so it works with list objects, such as multi-dimension... | Rick Olson | 2006-06-17 | 3 | -1/+8 |
* | Fix that routes with *path segments in the recall can generate URLs. [Rick] | Rick Olson | 2006-06-17 | 3 | -1/+12 |
* | Added Hash.create_from_xml(string) which will create a hash from a XML string... | David Heinemeier Hansson | 2006-06-16 | 7 | -143/+236 |
* | Added Jim Weirich's excellent FlexMock class to vendor (Copyright 2003, 2004 ... | David Heinemeier Hansson | 2006-06-16 | 2 | -0/+86 |
* | add passing test to make sure unhandled requests don't load unnecessary class... | Rick Olson | 2006-06-16 | 1 | -6/+23 |
* | Fix script/plugin so it doesn't barf on invalid URLs [Rick] | Rick Olson | 2006-06-12 | 2 | -6/+12 |
* | Fix plugin install bug at dir with space. (closes #5359) [Yoshimasa NIWA] | Rick Olson | 2006-06-11 | 2 | -1/+3 |
* | Fix bug with 'script/plugin install' so it reports unknown plugin names corre... | Rick Olson | 2006-06-09 | 2 | -1/+3 |
* | Fix strip_links so that it doesn't hang on multi-line acronym tags | Jamis Buck | 2006-06-08 | 2 | -1/+3 |
* | Remove problematic control chars in rescue template. (closes #5316) | Jamis Buck | 2006-06-08 | 2 | -4/+6 |
* | Make sure passed routing options are not mutated by routing code. (closes #5314) | Jamis Buck | 2006-06-07 | 3 | -7/+28 |
* | Do some path normalization to prevent the possible_controllers list from cont... | Jamis Buck | 2006-06-07 | 2 | -6/+43 |
* | Make sure named routes are never generated relative to some containing module | Jamis Buck | 2006-06-06 | 2 | -2/+25 |
* | Improve parameter expiry handling to fix sticky-id issue. Add a more informat... | Jamis Buck | 2006-06-06 | 2 | -9/+64 |
* | Include uninstall.rb (closes #5003) | David Heinemeier Hansson | 2006-06-06 | 1 | -0/+1 |
* | Remove dependency on Pathname in new routes | Jamis Buck | 2006-06-05 | 1 | -2/+0 |
* | Make sure changing the controller from foo/bar to bing/bang does not change r... | Jamis Buck | 2006-06-05 | 3 | -1/+12 |
* | Use explicit delegation instead of method aliasing for AR::Base.to_param -> A... | Jamis Buck | 2006-06-05 | 2 | -1/+6 |
* | Escape the entire path before trying to recognize it (closes #3671) | Jamis Buck | 2006-06-05 | 3 | -1/+13 |
* | Make sure :id and friends are properly unescaped (closes #5275). | Jamis Buck | 2006-06-05 | 3 | -1/+22 |
* | Make sure regexp chunks are grouped when the segment has a regexp constraint ... | Jamis Buck | 2006-06-05 | 2 | -1/+24 |
* | Fix documentation for with_routing to reflect new reality (closes #5281) | Jamis Buck | 2006-06-05 | 2 | -7/+11 |
* | Added binary formatting | David Heinemeier Hansson | 2006-06-04 | 1 | -1/+2 |
* | Refactored ActiveRecord::Base.to_xml to become a delegate for XmlSerializer, ... | David Heinemeier Hansson | 2006-06-04 | 5 | -275/+325 |
* | Rolled back broken aliasing | David Heinemeier Hansson | 2006-06-03 | 1 | -10/+4 |
* | Fixed that Module#alias_method_chain should work with both foo? foo! and foo ... | David Heinemeier Hansson | 2006-06-03 | 3 | -10/+40 |
* | Added documentation for inflections (closes #5013) [m.stienstra@fngtps.com] | David Heinemeier Hansson | 2006-06-03 | 1 | -3/+65 |
* | Added uninstall.rb hook to plugin handling, such that plugins have a way of r... | David Heinemeier Hansson | 2006-06-03 | 3 | -0/+9 |
* | Create temporary dirs relative to RAILS_ROOT when running script/server #5014... | David Heinemeier Hansson | 2006-06-03 | 2 | -1/+3 |
* | 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 |