aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed that number_to_currency(1000, {:precision => 0})) should return "$1,000...David Heinemeier Hansson2005-09-093-0/+5
* Refactored away all the legacy validate_options calls and replaced them with ...David Heinemeier Hansson2005-09-091-9/+2
* Fix docs #2136 [coffee2code]David Heinemeier Hansson2005-09-091-5/+5
* Allow link_to_remote to use any DOM-element as the parent of the form element...David Heinemeier Hansson2005-09-092-0/+16
* Added documentation for overwrite_params #2146 [Michael Shuerig]David Heinemeier Hansson2005-09-091-0/+9
* Fixed that render :partial would fail when :object was a Hash (due to backwar...David Heinemeier Hansson2005-09-096-3/+18
* Fixed JavascriptHelper#auto_complete_for to only include unique items #2153 [...David Heinemeier Hansson2005-09-093-1/+7
* Fixed that onclick would be overridden even when special features werent usedDavid Heinemeier Hansson2005-09-082-0/+6
* Fixed all AssetHelper methods to work with relative paths, such that javascri...David Heinemeier Hansson2005-09-083-1/+4
* Fixed a broken testDavid Heinemeier Hansson2005-09-081-1/+1
* An explicit include ClassInheritableAttributes is no longer needed #1948 [Cal...David Heinemeier Hansson2005-09-081-2/+0
* Avoid extending view instance with helper modules each request. Closes #1979Nicholas Seckar2005-09-083-18/+18
* Performance improvements to CGI methods. Closes #1980Nicholas Seckar2005-09-083-9/+15
* Use this.href, not unexisting urlDavid Heinemeier Hansson2005-09-072-2/+2
* Added :post option to UrlHelper#link_to that makes it possible to do POST req...David Heinemeier Hansson2005-09-073-21/+61
* Symbolize the keys of overwritten parameters. Really closes #1909.Nicholas Seckar2005-09-071-1/+1
* Fix overwrite params. Closes #1909Nicholas Seckar2005-09-063-0/+16
* Fix fragment benchmark calls and limit timings to 5 decimalsDavid Heinemeier Hansson2005-09-062-5/+5
* Only do benchmarking if log level matches and log cachingDavid Heinemeier Hansson2005-09-062-20/+31
* Added use_silence parameter to ActiveRecord::Base.benchmark that can be passe...David Heinemeier Hansson2005-09-062-2/+28
* Updated vendor copy of html-scanner to support better xml parsingJamis Buck2005-09-053-3/+6
* Added :popup option to UrlHelper#link_to #1996 [gabriel.gironda@gmail.com]David Heinemeier Hansson2005-09-043-3/+54
* 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-022-1/+5
* Fix observe_field to fall back to event-based observation if frequency <= 0 #...Jamis Buck2005-09-022-4/+7
* * Allow use of the :with option for submit_to_remote #1936 [jon@instance-desi...Jamis Buck2005-09-022-1/+3
* AbstractRequest#domain returns nil when host is an ip address #2012 [kevin.cl...Jamis Buck2005-09-023-0/+7
* ActionController documentation update #2051 [fbeausoleil@ftml.net]Jamis Buck2005-09-012-3/+7
* Yield @content_for_ variables to templates #2058 [Sam Stephenson]Jamis Buck2005-09-014-1/+16
* Make rendering an empty partial collection behave like :nothing => true #2080...Jamis Buck2005-09-013-1/+12
* 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