| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixed textilize for RedCloth3 to keep doing hardbreaks | David Heinemeier Hansson | 2005-02-19 | 1 | -0/+1 |
* | Clear route defaults using :name => nil #663 | David Heinemeier Hansson | 2005-02-18 | 2 | -1/+7 |
* | Added URL escaping for routing #664 | David Heinemeier Hansson | 2005-02-18 | 2 | -3/+15 |
* | Fixed that assert_template_xpath_matches did not indicate when a path was not... | David Heinemeier Hansson | 2005-02-18 | 4 | -2/+19 |
* | Added TextHelper#auto_link, TextHelper#auto_link_urls, and TextHelper#auto_li... | David Heinemeier Hansson | 2005-02-18 | 3 | -0/+26 |
* | Loading the Routes should happen in the environments #655 | David Heinemeier Hansson | 2005-02-17 | 1 | -2/+1 |
* | Documentation on :include_blank #579 | David Heinemeier Hansson | 2005-02-17 | 1 | -0/+13 |
* | Skip Active Record tests in Action Pack if the SQLite database cant be brough... | David Heinemeier Hansson | 2005-02-17 | 2 | -101/+110 |
* | Only load ROUTE_FILE if one has been declared | David Heinemeier Hansson | 2005-02-17 | 1 | -3/+1 |
* | Fixed that on validation errors, scaffold couldn't find template #654 [mindel] | David Heinemeier Hansson | 2005-02-17 | 2 | -4/+6 |
* | AR, AP, and AM should look for AS in sibling directory before trying RubyGems... | David Heinemeier Hansson | 2005-02-17 | 2 | -3/+7 |
* | More tests for Routing related stuff | David Heinemeier Hansson | 2005-02-17 | 1 | -0/+72 |
* | Fixed that a bunch of methods from ActionController::Base was accessible as a... | David Heinemeier Hansson | 2005-02-17 | 2 | -3/+21 |
* | Added current_page?(options) method to check if the url_for options passed co... | David Heinemeier Hansson | 2005-02-17 | 1 | -1/+6 |
* | Simplified link_to_unless_current to work with the new Routing | David Heinemeier Hansson | 2005-02-17 | 1 | -24/+3 |
* | Better fix for requireing a missing route file in unit tests | David Heinemeier Hansson | 2005-02-17 | 1 | -1/+3 |
* | Fix that routes werent being loaded in production environment | David Heinemeier Hansson | 2005-02-17 | 2 | -1/+9 |
* | Forget defaults :action if :controller changed at all | David Heinemeier Hansson | 2005-02-17 | 1 | -2/+2 |
* | Make Routes drop the default for action when the controller changes #651 | David Heinemeier Hansson | 2005-02-17 | 2 | -2/+8 |
* | Fixed the verbosity of using the AR store | David Heinemeier Hansson | 2005-02-17 | 1 | -3/+5 |
* | Enable diagnostics screen again | David Heinemeier Hansson | 2005-02-16 | 2 | -1/+3 |
* | Fixed https handling on other ports than 443 [Alan Gano] | David Heinemeier Hansson | 2005-02-16 | 1 | -1/+1 |
* | Call Active Support 0.9 until release | David Heinemeier Hansson | 2005-02-15 | 1 | -1/+1 |
* | Move Controllers wrapper module away from environment.rb and into dependencie... | David Heinemeier Hansson | 2005-02-15 | 1 | -1/+3 |
* | All libraries should link against the independent active support | David Heinemeier Hansson | 2005-02-15 | 1 | -9/+1 |
* | Moved Active Support into its own gem | David Heinemeier Hansson | 2005-02-15 | 4 | -28/+22 |
* | A hopefully more successful attempt at the Routing branch merge | David Heinemeier Hansson | 2005-02-15 | 20 | -196/+1441 |
* | Backed out of routing merge.. investigating missing patches | David Heinemeier Hansson | 2005-02-15 | 20 | -1417/+131 |
* | Added routing itself.. wonder why that didnt make it through the merge | David Heinemeier Hansson | 2005-02-15 | 1 | -0/+260 |
* | Merged back the Routing branch | David Heinemeier Hansson | 2005-02-15 | 19 | -145/+694 |
* | Stringify the parameters on follow_redirect | David Heinemeier Hansson | 2005-02-12 | 2 | -2/+4 |
* | Added follow_redirect method for functional tests that'll get-request the red... | David Heinemeier Hansson | 2005-02-12 | 3 | -1/+40 |
* | Added IndifferentAccess as a way to wrap a hash by a symbol-based store that ... | David Heinemeier Hansson | 2005-02-11 | 1 | -0/+2 |
* | Fixed whitespace | David Heinemeier Hansson | 2005-02-11 | 1 | -7/+8 |
* | Fixed double requiring of models with the same name as the controller | David Heinemeier Hansson | 2005-02-11 | 1 | -1/+0 |
* | Make the store less verbose when saving the session data | David Heinemeier Hansson | 2005-02-07 | 1 | -1/+1 |
* | Fixed that query params could be forced to nil on a POST due to the raw post ... | David Heinemeier Hansson | 2005-02-07 | 2 | -4/+6 |
* | Fixed documentation snafus #575, #576, #577, #585 | David Heinemeier Hansson | 2005-02-07 | 19 | -35/+35 |
* | Fixed that cookies shouldn't be frozen in TestRequest #571 [Eric Hodel] | David Heinemeier Hansson | 2005-02-07 | 2 | -6/+7 |
* | Minor refactoring to prettify | David Heinemeier Hansson | 2005-02-06 | 1 | -8/+3 |
* | Prepared for 0.9.5 release | David Heinemeier Hansson | 2005-01-25 | 3 | -2/+5 |
* | Catch ArgumentError not NameError | David Heinemeier Hansson | 2005-01-25 | 1 | -1/+1 |
* | Raise LoadErrors separately | David Heinemeier Hansson | 2005-01-25 | 1 | -1/+1 |
* | Comply to the new dependency reload system | David Heinemeier Hansson | 2005-01-25 | 1 | -1/+1 |
* | Fixed the ordering of attributes in the xml-decleration of Builder #540 [woeye] | David Heinemeier Hansson | 2005-01-25 | 2 | -6/+17 |
* | Added @request.raw_post as a convenience access to @request.env['RAW_POST_DAT... | David Heinemeier Hansson | 2005-01-25 | 4 | -13/+25 |
* | Applied the dblack patch | David Heinemeier Hansson | 2005-01-24 | 2 | -0/+32 |
* | Added support for automatic id-based indexing for lists of items #532 [dblack] | David Heinemeier Hansson | 2005-01-24 | 1 | -0/+14 |
* | Added :application_prefix to url_for and friends that makes it easier to setu... | David Heinemeier Hansson | 2005-01-24 | 3 | -1/+25 |
* | Added :encode option to mail_to that'll allow you to masquarede the email add... | David Heinemeier Hansson | 2005-01-24 | 3 | -1/+42 |