aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Add option to specify the singular name used by pagination. Closes #1960Nicholas Seckar2005-08-312-2/+7
* Use string key to set action_name for controllers. Closes #1968Nicholas Seckar2005-08-302-1/+3
* Add dummy ActionView::Base.cache_template_loading accessor -- will be made fu...Nicholas Seckar2005-08-292-0/+5
* Made Upload Progress work with Prototype 1.4.0 and add some documentation for...David Heinemeier Hansson2005-08-272-1/+53
* Render refactoring; render error reporting fixesNicholas Seckar2005-08-267-122/+232
* Update changelogNicholas Seckar2005-08-261-0/+2
* Fix routing to handle :some_param => nil betterNicholas Seckar2005-08-261-3/+11
* Add support for :include with pagination (subject to existing constraints for...Jamis Buck2005-08-232-11/+24
* Prevent the benchmark module from blowing up if a non-HTTP/1.1 request is pro...Jamis Buck2005-08-233-1/+39
* Added :use_short_month option to select_month helper to show month names as a...Jamis Buck2005-08-223-2/+26
* Add an :if option to session management, to allow programmatically enabling o...Jamis Buck2005-08-172-2/+23
* Make link_to escape the javascript in the confirm option #1964 [nicolas.pouil...Jamis Buck2005-08-143-1/+11
* Make assert_redirected_to properly check URL's passed as strings #1910 [Scott...Jamis Buck2005-08-064-3/+15
* Make sure :layout => false is always used when rendering inside a layoutJamis Buck2005-08-053-2/+14
* Use raise instead of assert_not_nil in Test::Unit::TestCase#process to ensure...Jamis Buck2005-08-013-6/+26
* Make sure assigns are built for every request when testing #1866Jamis Buck2005-07-314-1/+32
* Allow remote_addr to be queried on TestRequest #1668Jamis Buck2005-07-313-1/+20
* Really fix the syntax error issueDavid Heinemeier Hansson2005-07-281-1/+2
* More fixes, but still brokenDavid Heinemeier Hansson2005-07-272-4/+6
* Fixing the fix, but not quiteDavid Heinemeier Hansson2005-07-271-0/+4
* Fixing the fix, but not quiteDavid Heinemeier Hansson2005-07-271-5/+3
* Fixed bug when a partial render was passing a local with the same name as the...David Heinemeier Hansson2005-07-273-2/+4
* Demonstrate breakage betterDavid Heinemeier Hansson2005-07-273-3/+4
* Fixed dynamic scaffolding [Stefan Kaes]David Heinemeier Hansson2005-07-272-6/+9
* Added two failing tests for partials with locals from controllerDavid Heinemeier Hansson2005-07-272-1/+28
* Fixed #1774 againDavid Heinemeier Hansson2005-07-271-1/+1
* Removed unused statementDavid Heinemeier Hansson2005-07-261-1/+0
* Fixed snag in status reportingDavid Heinemeier Hansson2005-07-261-1/+1
* Only log status if there is one different from 200 setDavid Heinemeier Hansson2005-07-261-1/+1
* Document the design of the compiled templates approach and tweak the expirati...David Heinemeier Hansson2005-07-261-4/+8
* Fixed broken error handling #1827 [Stefan Kaes]David Heinemeier Hansson2005-07-251-5/+4
* Add a catch-all eraserDavid Heinemeier Hansson2005-07-251-2/+7
* Improved performance of test app req/sec with ~10% refactoring the render met...David Heinemeier Hansson2005-07-2415-198/+186
* Simplify content_for implementationDavid Heinemeier Hansson2005-07-241-10/+2
* Fixed regression for content_for #1820 [Stefan Kaes]David Heinemeier Hansson2005-07-244-3/+14
* Fix that env_qs might be nilDavid Heinemeier Hansson2005-07-231-1/+1
* Fix that env_qs might be nilDavid Heinemeier Hansson2005-07-231-2/+2
* Improved performance with 5-30% through a series of Action Pack optimizations...David Heinemeier Hansson2005-07-2314-117/+175
* Added test for template to layout variable transferDavid Heinemeier Hansson2005-07-234-2/+17
* Caching template logging goes DEBUGDavid Heinemeier Hansson2005-07-231-4/+10
* Extended template caching to rxml and attempted to fix periodical caching iss...David Heinemeier Hansson2005-07-232-41/+50
* Fixed call on inline with new render_template #1808 [Michael Shuerig]David Heinemeier Hansson2005-07-221-1/+1
* Expiring a cache that doesnt exist is bliss not badDavid Heinemeier Hansson2005-07-221-2/+2
* Fixed changing templates in development mode [Stephan Kaes]David Heinemeier Hansson2005-07-221-2/+3
* Changed caching/expiration/hit to report using the DEBUG log level and errors...David Heinemeier Hansson2005-07-223-12/+14
* Add unit test to ensure that session management options are inherited and ove...Jamis Buck2005-07-221-0/+20
* Added support for per-action session management #1763Jamis Buck2005-07-226-3/+134
* Use debug to report compilation of erb templatesDavid Heinemeier Hansson2005-07-221-6/+4
* Fixed compile of template fails if template name contains non-word character ...David Heinemeier Hansson2005-07-221-2/+3
* Added additional documentation to FormTagHelper #1788 [jon@instance-design.co...David Heinemeier Hansson2005-07-221-0/+49