| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Test controller layout | Yehuda Katz | 2009-03-19 | 8 | -2/+40 |
* | | Get very basic layouts working. | Yehuda Katz | 2009-03-19 | 5 | -2/+40 |
* | | Started implementing render :action | Yehuda Katz | 2009-03-19 | 5 | -53/+148 |
* | | Implemented basic template rendering in AC::Base2: | Yehuda Katz | 2009-03-18 | 4 | -87/+259 |
* | | Working toward getting a basic AbstractController framework | Yehuda Katz | 2009-03-17 | 2 | -239/+168 |
* | | Try to build a new AC::Base on top of AbstractController | Yehuda Katz | 2009-03-12 | 1 | -0/+317 |
* | | Move Abstract stuff to autoload | Yehuda Katz | 2009-03-12 | 1 | -5/+6 |
* | | Helpers with an initial test | Yehuda Katz | 2009-03-03 | 5 | -41/+64 |
* | | Callbacks test | Yehuda Katz | 2009-02-27 | 1 | -0/+217 |
* | | AbstractController now supports layouts and rendering | Yehuda Katz | 2009-02-27 | 9 | -1/+108 |
* | | First, very early, AbstractController code. More to come | Yehuda Katz | 2009-02-24 | 2 | -0/+61 |
* | | Add support for pending | Yehuda Katz | 2009-02-02 | 2 | -9/+15 |
* | | Some merge cleanup | Yehuda Katz | 2009-02-02 | 3 | -3/+3 |
* | | Merge commit 'rails/3-0-unstable' | Yehuda Katz | 2009-01-30 | 26 | -143/+182 |
|\ \
| |/
|/| |
|
| * | Move dispatch related tests into test/dispatch | Joshua Peek | 2009-01-28 | 11 | -104/+110 |
| * | Move HTTP libs and middleware into ActionDispatch component | Joshua Peek | 2009-01-27 | 10 | -23/+23 |
| * | Reorganize ActionController folder structure | Joshua Peek | 2009-01-27 | 3 | -4/+3 |
| * | Begin unifying the interface between ActionController and ActionView | Yehuda Katz | 2009-01-22 | 8 | -11/+44 |
* | | Controller, response, and request should all refer to same session, even afte... | Scott Taylor | 2009-01-29 | 1 | -0/+23 |
* | | Deprecation tests for f17c876 [#1801 state:resolved] | Mike Gaffney | 2009-01-29 | 1 | -0/+58 |
* | | Added grouped_options_for_select helper method for wrapping option tags in op... | Jon Crawford | 2009-01-29 | 1 | -0/+26 |
* | | Implement HTTP Digest authentication. [#1230 state:resolved] [Gregg Kellogg, ... | Gregg Kellogg | 2009-01-29 | 1 | -0/+130 |
* | | Move basic auth test controller inside the test class | Pratik Naik | 2009-01-29 | 1 | -21/+21 |
* | | Using the highlight helper on text with html shouldn't highlight text inside ... | Dan Weinand | 2009-01-28 | 1 | -0/+23 |
* | | Ensure selected option is not ignored for collection_select. [#1037 state:res... | Daniel Rodríguez Troitiño | 2009-01-28 | 1 | -0/+16 |
* | | Ensure that when UrlWriter is included in multiple classes, the default_url_o... | Nathan de Vries | 2009-01-28 | 1 | -1/+16 |
* | | Session cookie header should always be set if :expire_after option is specified | Pratik Naik | 2009-01-28 | 1 | -4/+32 |
* | | Restore implicit rendering for XHR requests that want a HTML template [#1590 ... | Joshua Peek | 2009-01-27 | 2 | -0/+9 |
* | | Dont use Memoizable for ActionController::Request | Pratik Naik | 2009-01-27 | 2 | -42/+42 |
* | | Improve i18n support for number_to_human_size helper: | Yaroslav Markin | 2009-01-27 | 1 | -5/+19 |
* | | Add localized templates | Joshua Peek | 2009-01-25 | 3 | -0/+20 |
* | | Remove the irrelevant fixture added in fe6ffce51dc16285094be49244b26591956c2dd6 | Pratik Naik | 2009-01-24 | 1 | -8/+0 |
* | | Make sure inner scope conditions get a preference over the outer ones | Pratik Naik | 2009-01-24 | 1 | -1/+9 |
|/ |
|
* | Allow empty files to be uploaded | Joshua Peek | 2009-01-20 | 3 | -3/+21 |
* | Add MiddlewareStack#swap | Joshua Peek | 2009-01-20 | 1 | -0/+6 |
* | Don't let empty Tempfiles come through as uploaded files [#1785 state:resolved] | Mislav Marohnić | 2009-01-20 | 2 | -0/+16 |
* | Restore cookie store httponly default to true. Remove extraneous dup of optio... | Cody Fauser | 2009-01-20 | 1 | -2/+2 |
* | Improve HTTP Basic authentication tests | Pratik Naik | 2009-01-18 | 2 | -54/+88 |
* | Build query string and POST params parser on top of Rack::Request. Also switc... | Joshua Peek | 2009-01-17 | 2 | -4/+4 |
* | Add test coverage for fixing Safari 2 trailing null character | Joshua Peek | 2009-01-17 | 1 | -0/+12 |
* | Fix date_select within fields_for with an index [#1666 state:resolved] [Josh,... | Josh | 2009-01-16 | 1 | -15/+80 |
* | Update multipart tests to expose (another) bug in Rack's multipart parser | Joshua Peek | 2009-01-13 | 2 | -2/+2 |
* | Add RewindableInput wrapper to fix issues with middleware that impolitely eat... | Joshua Peek | 2009-01-13 | 2 | -2/+80 |
* | Explicitly read as binary in multipart_body for Windows [#1065 state:resolved] | Bryan Ash | 2009-01-13 | 1 | -7/+7 |
* | Revert "HTTP Digest authentication [#1230 state:resolved]" | Pratik Naik | 2009-01-13 | 2 | -161/+0 |
* | Refactor request urlencoded params parsing tests | Joshua Peek | 2009-01-10 | 2 | -201/+171 |
* | Moved query string parsing tests into the request tests folder | Joshua Peek | 2009-01-10 | 1 | -0/+0 |
* | Refactor request multipart params parsing tests | Joshua Peek | 2009-01-10 | 3 | -169/+167 |
* | Refactor request xml params parsing tests | Joshua Peek | 2009-01-09 | 2 | -54/+88 |
* | Refactor request json params parsing tests | Joshua Peek | 2009-01-09 | 2 | -22/+45 |