index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
CHANGELOG
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added new symbol-driven approach to activating observers with Base#observer [...
David Heinemeier Hansson
2005-09-25
1
-2
/
+4
*
Fixed that auto_discovery_link_tag couldn't take a string as the URL
David Heinemeier Hansson
2005-09-22
1
-0
/
+2
*
Added small note about how longtext might be needed for large session data
David Heinemeier Hansson
2005-09-20
1
-0
/
+2
*
Optimized tag_options to not sort keys, which is no longer necessary when ass...
David Heinemeier Hansson
2005-09-20
1
-0
/
+4
*
Fixed that Request#domain caused an exception if the domain header wasn't set...
David Heinemeier Hansson
2005-09-20
1
-0
/
+2
*
Make the truncate() helper multi-byte safe (assuming $KCODE has been set to s...
Jamis Buck
2005-09-19
1
-0
/
+2
*
Add routing tests from #1945
Nicholas Seckar
2005-09-18
1
-0
/
+2
*
Add a routing test case covering #2101
Nicholas Seckar
2005-09-18
1
-0
/
+2
*
Cache relative_url_root for all webservers, not just Apache #2193 [skae]
David Heinemeier Hansson
2005-09-15
1
-0
/
+2
*
Speed up cookie use by decreasing string copying #2194 [skae]
David Heinemeier Hansson
2005-09-15
1
-0
/
+2
*
Fixed access to "Host" header with requests made by crappy old HTTP/1.0 clien...
David Heinemeier Hansson
2005-09-14
1
-0
/
+2
*
Added easy assignment of fragment cache store through use of symbols for incl...
David Heinemeier Hansson
2005-09-13
1
-0
/
+9
*
Added ActionController::Base.session_store=, session_store, and session_optio...
David Heinemeier Hansson
2005-09-13
1
-0
/
+2
*
Added TextHelper#cycle to cycle over an array of values on each hit (useful f...
David Heinemeier Hansson
2005-09-12
1
-0
/
+2
*
Ensure that request.path never returns nil. Closes #1675
Nicholas Seckar
2005-09-11
1
-0
/
+2
*
Add ability to specify Route Regexps for controllers. Closes #1917.
Nicholas Seckar
2005-09-11
1
-0
/
+2
*
Provide Named Route's hash methods as helper methods. Closes #1744.
Nicholas Seckar
2005-09-11
1
-0
/
+2
*
Added :multipart option to ActiveRecordHelper#form to make it possible to add...
David Heinemeier Hansson
2005-09-11
1
-0
/
+2
*
Added in-place editing support in the spirit of auto complete with ActionCont...
David Heinemeier Hansson
2005-09-11
1
-0
/
+4
*
Added :disabled option to all data selects that'll make the elements inaccess...
David Heinemeier Hansson
2005-09-11
1
-0
/
+2
*
Fixed that TextHelper#auto_link_urls would include punctuation in the links #...
David Heinemeier Hansson
2005-09-11
1
-0
/
+2
*
Fixed that number_to_currency(1000, {:precision => 0})) should return "$1,000...
David Heinemeier Hansson
2005-09-09
1
-0
/
+2
*
Allow link_to_remote to use any DOM-element as the parent of the form element...
David Heinemeier Hansson
2005-09-09
1
-0
/
+9
*
Fixed that render :partial would fail when :object was a Hash (due to backwar...
David Heinemeier Hansson
2005-09-09
1
-0
/
+2
*
Fixed JavascriptHelper#auto_complete_for to only include unique items #2153 [...
David Heinemeier Hansson
2005-09-09
1
-0
/
+2
*
Fixed all AssetHelper methods to work with relative paths, such that javascri...
David Heinemeier Hansson
2005-09-08
1
-0
/
+2
*
Avoid extending view instance with helper modules each request. Closes #1979
Nicholas Seckar
2005-09-08
1
-0
/
+2
*
Performance improvements to CGI methods. Closes #1980
Nicholas Seckar
2005-09-08
1
-0
/
+2
*
Added :post option to UrlHelper#link_to that makes it possible to do POST req...
David Heinemeier Hansson
2005-09-07
1
-0
/
+2
*
Fix overwrite params. Closes #1909
Nicholas Seckar
2005-09-06
1
-0
/
+2
*
Added use_silence parameter to ActiveRecord::Base.benchmark that can be passe...
David Heinemeier Hansson
2005-09-06
1
-0
/
+2
*
Updated vendor copy of html-scanner to support better xml parsing
Jamis Buck
2005-09-05
1
-0
/
+2
*
Added :popup option to UrlHelper#link_to #1996 [gabriel.gironda@gmail.com]
David Heinemeier Hansson
2005-09-04
1
-0
/
+5
*
Drop trailing \000 if present on RAW_POST_DATA (works around bug in Safari Aj...
Jamis Buck
2005-09-02
1
-0
/
+2
*
Fix observe_field to fall back to event-based observation if frequency <= 0 #...
Jamis Buck
2005-09-02
1
-0
/
+2
*
* Allow use of the :with option for submit_to_remote #1936 [jon@instance-desi...
Jamis Buck
2005-09-02
1
-0
/
+2
*
AbstractRequest#domain returns nil when host is an ip address #2012 [kevin.cl...
Jamis Buck
2005-09-02
1
-0
/
+2
*
ActionController documentation update #2051 [fbeausoleil@ftml.net]
Jamis Buck
2005-09-01
1
-0
/
+2
*
Yield @content_for_ variables to templates #2058 [Sam Stephenson]
Jamis Buck
2005-09-01
1
-0
/
+2
*
Make rendering an empty partial collection behave like :nothing => true #2080...
Jamis Buck
2005-09-01
1
-0
/
+2
*
Add option to specify the singular name used by pagination. Closes #1960
Nicholas Seckar
2005-08-31
1
-0
/
+2
*
Use string key to set action_name for controllers. Closes #1968
Nicholas Seckar
2005-08-30
1
-0
/
+2
*
Add dummy ActionView::Base.cache_template_loading accessor -- will be made fu...
Nicholas Seckar
2005-08-29
1
-0
/
+2
*
Render refactoring; render error reporting fixes
Nicholas Seckar
2005-08-26
1
-0
/
+2
*
Update changelog
Nicholas Seckar
2005-08-26
1
-0
/
+2
*
Add support for :include with pagination (subject to existing constraints for...
Jamis Buck
2005-08-23
1
-0
/
+2
*
Prevent the benchmark module from blowing up if a non-HTTP/1.1 request is pro...
Jamis Buck
2005-08-23
1
-0
/
+2
*
Added :use_short_month option to select_month helper to show month names as a...
Jamis Buck
2005-08-22
1
-0
/
+2
*
Make link_to escape the javascript in the confirm option #1964 [nicolas.pouil...
Jamis Buck
2005-08-14
1
-0
/
+2
*
Make assert_redirected_to properly check URL's passed as strings #1910 [Scott...
Jamis Buck
2005-08-06
1
-0
/
+2
[prev]
[next]