Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a few bugs when trying to use Head standalone | wycats | 2010-10-10 | 1 | -4/+2 |
| | |||||
* | Fix header capitalization by explicitly upcasing first letter of every word, ↵ | Maxim Chernyak | 2010-09-18 | 1 | -1/+1 |
| | | | | and avoiding capitalize. [#5636 state:resolved] | ||||
* | Including UrlFor in Redirecting and Head will warn usefully if a controller ↵ | Carlhuda | 2010-02-26 | 1 | -3/+2 |
| | | | | is wired up without a router included (and still support redirect_to "omg") | ||||
* | WIP: Remove the global router | Carlhuda | 2010-02-25 | 1 | -1/+3 |
| | |||||
* | Remove duplicated url_for code and move methods shared between ActionMailer ↵ | José Valim | 2010-01-07 | 1 | -1/+2 |
| | | | | and ActionController up to AbstractController. | ||||
* | AC::Head now doesn't have an unfulfilled Rendering dependency, and instead ↵ | Yehuda Katz | 2009-12-20 | 1 | -1/+6 |
| | | | | works just fine standalone (which means that ConditionalGet also doesn't have a Rendering dependency) | ||||
* | Extract #head into its own module and simplify it | Yehuda Katz | 2009-10-26 | 1 | -0/+27 |