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 TextHelper#simple_format as a non-dependency text presentation helper.F...
David Heinemeier Hansson
2005-03-20
1
-0
/
+4
*
Added that the html options disabled, readonly, and multiple can all be treat...
David Heinemeier Hansson
2005-03-20
1
-0
/
+2
*
Added path collection syntax for Routes that will gobble up the rest of the u...
David Heinemeier Hansson
2005-03-20
1
-0
/
+7
*
Fixed options_for_select on selected line issue #624 [Florian Weber]
David Heinemeier Hansson
2005-03-15
1
-0
/
+2
*
Added CaptureHelper with CaptureHelper#capture and CaptureHelper#content_for....
David Heinemeier Hansson
2005-03-14
1
-0
/
+2
*
Fixed :anchor use in url_for #821 [Nicholas Seckar]
David Heinemeier Hansson
2005-03-14
1
-0
/
+2
*
Removed the reliance on PATH_INFO as it was causing problems for caching and ...
David Heinemeier Hansson
2005-03-14
1
-0
/
+2
*
Added assigns shortcut for @response.template.assigns to controller test case...
David Heinemeier Hansson
2005-03-10
1
-0
/
+16
*
Added TagHelper#image_tag and deprecated UrlHelper#link_image_to (recommended...
David Heinemeier Hansson
2005-03-09
1
-0
/
+2
*
Fixed textilize to be resilient to getting nil parsed (by using Object#blank?...
David Heinemeier Hansson
2005-03-09
1
-0
/
+2
*
Fixed that the :multipart option in FormTagHelper#form_tag would be ignored [...
David Heinemeier Hansson
2005-03-07
1
-0
/
+5
*
Prepared for 0.10.1 release
David Heinemeier Hansson
2005-03-07
1
-1
/
+1
*
More fixes for symlinked setups #793 [phantom]
David Heinemeier Hansson
2005-03-07
1
-3
/
+1
*
Fixed that the routes.rb file wouldn't be found on symlinked setups due to Fi...
David Heinemeier Hansson
2005-03-06
1
-0
/
+2
*
Fixed issues with caching root pages #734 [Nicholas Seckar]
David Heinemeier Hansson
2005-03-06
1
-0
/
+2
*
Changed ActiveRecordStore to use Marshal instead of YAML as the latter proved...
David Heinemeier Hansson
2005-03-06
1
-0
/
+2
*
Added shortcut :id assignment to render_component and friends (before you had...
David Heinemeier Hansson
2005-03-06
1
-0
/
+2
*
Fixed that map.connect should convert arguments to strings #780 [Nicholas Sec...
David Heinemeier Hansson
2005-03-06
1
-0
/
+2
*
Added UrlHelper#link_to_if/link_to_unless to enable other conditions that jus...
David Heinemeier Hansson
2005-03-06
1
-0
/
+2
*
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
[next]