aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
* Added :popup option to UrlHelper#link_to #1996 [gabriel.gironda@gmail.com]David Heinemeier Hansson2005-09-041-3/+23
* Updated the options_for_select to deal with the fact that Strings now impleme...David Heinemeier Hansson2005-09-031-1/+1
* Added note about how pre-packaged error functionality can be easier to recrea...David Heinemeier Hansson2005-09-031-0/+4
* Use chop! instead of chop! for efficiencyJamis Buck2005-09-021-1/+1
* Drop trailing \000 if present on RAW_POST_DATA (works around bug in Safari Aj...Jamis Buck2005-09-021-1/+3
* Fix observe_field to fall back to event-based observation if frequency <= 0 #...Jamis Buck2005-09-021-4/+5
* * Allow use of the :with option for submit_to_remote #1936 [jon@instance-desi...Jamis Buck2005-09-021-1/+1
* AbstractRequest#domain returns nil when host is an ip address #2012 [kevin.cl...Jamis Buck2005-09-021-0/+2
* ActionController documentation update #2051 [fbeausoleil@ftml.net]Jamis Buck2005-09-011-3/+5
* Yield @content_for_ variables to templates #2058 [Sam Stephenson]Jamis Buck2005-09-011-1/+3
* Make rendering an empty partial collection behave like :nothing => true #2080...Jamis Buck2005-09-011-1/+1
* Add option to specify the singular name used by pagination. Closes #1960Nicholas Seckar2005-08-311-2/+5
* Use string key to set action_name for controllers. Closes #1968Nicholas Seckar2005-08-301-1/+1
* Add dummy ActionView::Base.cache_template_loading accessor -- will be made fu...Nicholas Seckar2005-08-291-0/+3
* 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-264-122/+166
* 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-231-11/+22
* Prevent the benchmark module from blowing up if a non-HTTP/1.1 request is pro...Jamis Buck2005-08-231-1/+1
* Added :use_short_month option to select_month helper to show month names as a...Jamis Buck2005-08-221-2/+6
* Add an :if option to session management, to allow programmatically enabling o...Jamis Buck2005-08-171-2/+9
* Make link_to escape the javascript in the confirm option #1964 [nicolas.pouil...Jamis Buck2005-08-141-1/+5
* Make assert_redirected_to properly check URL's passed as strings #1910 [Scott...Jamis Buck2005-08-061-3/+2
* Make sure :layout => false is always used when rendering inside a layoutJamis Buck2005-08-051-1/+2
* Use raise instead of assert_not_nil in Test::Unit::TestCase#process to ensure...Jamis Buck2005-08-011-5/+6
* Make sure assigns are built for every request when testing #1866Jamis Buck2005-07-311-0/+9
* Allow remote_addr to be queried on TestRequest #1668Jamis Buck2005-07-311-0/+4
* 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-271-1/+1
* Fixed dynamic scaffolding [Stefan Kaes]David Heinemeier Hansson2005-07-272-6/+9
* 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-248-176/+161
* Simplify content_for implementationDavid Heinemeier Hansson2005-07-241-10/+2
* Fixed regression for content_for #1820 [Stefan Kaes]David Heinemeier Hansson2005-07-241-2/+2
* 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-2310-114/+156
* Added test for template to layout variable transferDavid Heinemeier Hansson2005-07-231-2/+2
* 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-231-40/+49
* Fixed call on inline with new render_template #1808 [Michael Shuerig]David Heinemeier Hansson2005-07-221-1/+1