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
*
Fixed that single quote was not escaped in a UrlHelper#link_to javascript con...
David Heinemeier Hansson
2005-03-06
1
-0
/
+2
*
Removed the default border on link_image_to (it broke xhtml strict) -- can be...
David Heinemeier Hansson
2005-03-06
1
-0
/
+2
*
Fixed that form helpers would treat string and symbol keys differently in htm...
David Heinemeier Hansson
2005-03-06
1
-0
/
+2
*
Fixed that broken pipe errors (clients disconnecting in mid-request) could br...
David Heinemeier Hansson
2005-03-03
1
-0
/
+2
*
Added the original exception message to session recall errors (so you can see...
David Heinemeier Hansson
2005-03-03
1
-0
/
+2
*
Fixed that RAILS_ROOT might not be defined when AP was loaded, so do a late i...
David Heinemeier Hansson
2005-03-02
1
-0
/
+6
*
Fixed that Routes would raise NameErrors if a controller component contains c...
David Heinemeier Hansson
2005-02-27
1
-0
/
+2
*
Added PATH_INFO access from the request that allows urls like the following t...
David Heinemeier Hansson
2005-02-27
1
-1
/
+3
*
Fixed that caching the root would result in .html not index.html
David Heinemeier Hansson
2005-02-27
1
-0
/
+5
*
Marked for release
David Heinemeier Hansson
2005-02-24
1
-1
/
+1
*
Noted things that wasnt mentioned
David Heinemeier Hansson
2005-02-24
1
-0
/
+4
*
Fixed that proxy IPs do not follow all RFC1918 nets #251 [caleb@aei-tech.com]
David Heinemeier Hansson
2005-02-24
1
-0
/
+2
*
Moved TimeZone to Active Support
David Heinemeier Hansson
2005-02-23
1
-1
/
+1
*
Added Base#render_to_string to parse a template and get the result back as a ...
David Heinemeier Hansson
2005-02-23
1
-0
/
+2
*
Fixed that send_file/data can work even if render* has been called before in ...
David Heinemeier Hansson
2005-02-23
1
-0
/
+2
*
Added FormOptionsHelper#time_zone_select and FormOptionsHelper#time_zone_opti...
David Heinemeier Hansson
2005-02-23
1
-1
/
+3
*
Added FormHelper#file_field and FormTagHelper#file_field_tag for creating fil...
David Heinemeier Hansson
2005-02-23
1
-0
/
+2
*
Added Afghanistan (no more conspiracy!) to FormOptions#country_select and For...
David Heinemeier Hansson
2005-02-19
1
-1
/
+1
*
Added :order option for date_select that allows control over the order in whi...
David Heinemeier Hansson
2005-02-19
1
-0
/
+5
*
Added ActionView::Base.register_template_handler for easy integration of an a...
David Heinemeier Hansson
2005-02-19
1
-0
/
+2
*
Added AssetTagHelper that provides methods for linking a HTML page together w...
David Heinemeier Hansson
2005-02-19
1
-0
/
+2
*
Added FormTagHelper that provides a number of methods for creating form tags ...
David Heinemeier Hansson
2005-02-19
1
-0
/
+2
*
Updated tests for TextHelper#auto_link
David Heinemeier Hansson
2005-02-19
1
-1
/
+5
*
Renamed action_service to action_web_service
David Heinemeier Hansson
2005-02-19
1
-0
/
+2
*
Fixed that assert_template_xpath_matches did not indicate when a path was not...
David Heinemeier Hansson
2005-02-18
1
-0
/
+2
*
Added TextHelper#auto_link, TextHelper#auto_link_urls, and TextHelper#auto_li...
David Heinemeier Hansson
2005-02-18
1
-0
/
+2
*
Fixed that on validation errors, scaffold couldn't find template #654 [mindel]
David Heinemeier Hansson
2005-02-17
1
-0
/
+2
*
Fixed that a bunch of methods from ActionController::Base was accessible as a...
David Heinemeier Hansson
2005-02-17
1
-0
/
+6
*
Enable diagnostics screen again
David Heinemeier Hansson
2005-02-16
1
-0
/
+2
*
Added follow_redirect method for functional tests that'll get-request the red...
David Heinemeier Hansson
2005-02-12
1
-0
/
+12
*
Added IndifferentAccess as a way to wrap a hash by a symbol-based store that ...
David Heinemeier Hansson
2005-02-11
1
-0
/
+2
*
Fixed that query params could be forced to nil on a POST due to the raw post ...
David Heinemeier Hansson
2005-02-07
1
-0
/
+2
*
Fixed that cookies shouldn't be frozen in TestRequest #571 [Eric Hodel]
David Heinemeier Hansson
2005-02-07
1
-0
/
+5
*
Prepared for 0.9.5 release
David Heinemeier Hansson
2005-01-25
1
-1
/
+3
*
Fixed the ordering of attributes in the xml-decleration of Builder #540 [woeye]
David Heinemeier Hansson
2005-01-25
1
-0
/
+2
*
Added @request.raw_post as a convenience access to @request.env['RAW_POST_DAT...
David Heinemeier Hansson
2005-01-25
1
-0
/
+2
*
Added support for automatic id-based indexing for lists of items #532 [dblack]
David Heinemeier Hansson
2005-01-24
1
-0
/
+14
*
Added :application_prefix to url_for and friends that makes it easier to setu...
David Heinemeier Hansson
2005-01-24
1
-0
/
+2
*
Added :encode option to mail_to that'll allow you to masquarede the email add...
David Heinemeier Hansson
2005-01-24
1
-0
/
+2
*
Fixed that the content-header was being set to application/octet_stream inste...
David Heinemeier Hansson
2005-01-22
1
-0
/
+2
*
Removed the need for passing the binding when using CacheHelper#cache
David Heinemeier Hansson
2005-01-20
1
-0
/
+2
*
Added TestResponse#binary_content that'll return as a string the data sent th...
David Heinemeier Hansson
2005-01-20
1
-0
/
+2
*
Added @request.env['RAW_POST_DATA'] for people who need access to the data be...
David Heinemeier Hansson
2005-01-20
1
-0
/
+2
*
Fixed that all redirect and render calls now return true, so you can use the ...
David Heinemeier Hansson
2005-01-20
1
-0
/
+32
*
Made ready for release of 0.9.4.1
David Heinemeier Hansson
2005-01-18
1
-1
/
+1
*
Fixed a bug where cookies wouldn't be set if a symbol was used instead of a s...
David Heinemeier Hansson
2005-01-17
1
-0
/
+2
*
Added assert_cookie_equal to assert the contents of a named cookie
David Heinemeier Hansson
2005-01-17
1
-0
/
+2
*
CHANGELOGs..
David Heinemeier Hansson
2005-01-17
1
-0
/
+5
*
Made ready for release of 0.9.4
David Heinemeier Hansson
2005-01-17
1
-1
/
+1
*
Finished documentation for caching
David Heinemeier Hansson
2005-01-15
1
-0
/
+3
[next]