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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added a bit more to the session documentation on how to clear sessions
David Heinemeier Hansson
2005-03-20
1
-2
/
+5
*
Fixed options_for_select on selected line issue #624 [Florian Weber]
David Heinemeier Hansson
2005-03-15
1
-0
/
+2
*
Remove superfluous begin/end in caching.rb methods #836
David Heinemeier Hansson
2005-03-14
1
-16
/
+6
*
Added CaptureHelper with CaptureHelper#capture and CaptureHelper#content_for....
David Heinemeier Hansson
2005-03-14
1
-0
/
+95
*
Fixed :anchor use in url_for #821 [Nicholas Seckar]
David Heinemeier Hansson
2005-03-14
1
-1
/
+1
*
Remove the duplicated remote_function and make the real deal public
David Heinemeier Hansson
2005-03-14
1
-23
/
+11
*
Made async callbacks work with :update
David Heinemeier Hansson
2005-03-14
1
-4
/
+8
*
Made async the default approach and add get_elements_by_class
David Heinemeier Hansson
2005-03-14
1
-10
/
+36
*
Added asynchronous processing model
David Heinemeier Hansson
2005-03-14
1
-6
/
+71
*
Removed the reliance on PATH_INFO as it was causing problems for caching and ...
David Heinemeier Hansson
2005-03-14
1
-5
/
+1
*
Moved image_tag to AssetTagHelper
David Heinemeier Hansson
2005-03-14
2
-26
/
+25
*
Deal with Safari garbage and allow html_options
David Heinemeier Hansson
2005-03-13
1
-4
/
+4
*
Added Field.present, .focus, and .clear as JS convenience for working with fo...
David Heinemeier Hansson
2005-03-13
1
-15
/
+0
*
Added Field.present, .focus, and .clear as JS convenience for working with fo...
David Heinemeier Hansson
2005-03-13
1
-1
/
+26
*
Added :condition option to abort an update if some condition isnt there
David Heinemeier Hansson
2005-03-13
1
-5
/
+9
*
Checked in some documentation for JavascriptHelper
David Heinemeier Hansson
2005-03-12
1
-0
/
+19
*
Respect :onclick in link_to_toggle_display
David Heinemeier Hansson
2005-03-12
1
-1
/
+2
*
Put it in the right module
David Heinemeier Hansson
2005-03-12
1
-130
/
+134
*
Added first stab at Javascript/Ajax helpers
David Heinemeier Hansson
2005-03-12
1
-1
/
+1
*
Added first stab at Javascript/Ajax helpers
David Heinemeier Hansson
2005-03-12
1
-0
/
+160
*
Params for components should treat string and symbol keys indifferently
David Heinemeier Hansson
2005-03-11
1
-1
/
+1
*
Added assigns shortcut for @response.template.assigns to controller test case...
David Heinemeier Hansson
2005-03-10
1
-1
/
+5
*
Added render_partial/render_partial_collection from controllers for easier Aj...
David Heinemeier Hansson
2005-03-09
2
-2
/
+14
*
Added TagHelper#image_tag and deprecated UrlHelper#link_image_to (recommended...
David Heinemeier Hansson
2005-03-09
2
-1
/
+31
*
Fixed textilize to be resilient to getting nil parsed (by using Object#blank?...
David Heinemeier Hansson
2005-03-09
1
-1
/
+1
*
Fixed that the :multipart option in FormTagHelper#form_tag would be ignored [...
David Heinemeier Hansson
2005-03-07
1
-2
/
+2
*
Fixed that the routes.rb file wouldn't be found on symlinked setups due to Fi...
David Heinemeier Hansson
2005-03-06
1
-1
/
+1
*
Fixed issues with caching root pages #734 [Nicholas Seckar]
David Heinemeier Hansson
2005-03-06
1
-1
/
+1
*
Changed ActiveRecordStore to use Marshal instead of YAML as the latter proved...
David Heinemeier Hansson
2005-03-06
1
-10
/
+23
*
Fixed link_to documentation references nonexistent URL #573
David Heinemeier Hansson
2005-03-06
1
-6
/
+8
*
Added shortcut :id assignment to render_component and friends (before you had...
David Heinemeier Hansson
2005-03-06
1
-3
/
+3
*
Fixed that map.connect should convert arguments to strings #780 [Nicholas Sec...
David Heinemeier Hansson
2005-03-06
1
-1
/
+1
*
Added UrlHelper#link_to_if/link_to_unless to enable other conditions that jus...
David Heinemeier Hansson
2005-03-06
1
-5
/
+19
*
Updated docs on auto-indexing #765 [Astinus]
David Heinemeier Hansson
2005-03-06
1
-0
/
+8
*
Fixed rails_generator to be usable without RubyGems #686 [Cristi BALAN]. Move...
David Heinemeier Hansson
2005-03-06
2
-10
/
+4
*
Fixed that single quote was not escaped in a UrlHelper#link_to javascript con...
David Heinemeier Hansson
2005-03-06
1
-1
/
+1
*
Removed the default border on link_image_to (it broke xhtml strict) -- can be...
David Heinemeier Hansson
2005-03-06
1
-3
/
+1
*
Fixed that form helpers would treat string and symbol keys differently in htm...
David Heinemeier Hansson
2005-03-06
9
-174
/
+201
*
Fixed that broken pipe errors (clients disconnecting in mid-request) could br...
David Heinemeier Hansson
2005-03-03
1
-7
/
+12
*
Added the original exception message to session recall errors (so you can see...
David Heinemeier Hansson
2005-03-03
1
-1
/
+1
*
Fixed that RAILS_ROOT might not be defined when AP was loaded, so do a late i...
David Heinemeier Hansson
2005-03-02
1
-3
/
+2
*
Made path work for lighttpd again as it uses an empty string where Apache ret...
David Heinemeier Hansson
2005-03-01
1
-1
/
+1
*
Fix request.path_info and clear up LoadingModule behavior #754 [Nicholas Seckar]
David Heinemeier Hansson
2005-03-01
1
-1
/
+1
*
Fixed caching to be aware of extensions (so you can cache files like api.wsdl...
David Heinemeier Hansson
2005-03-01
1
-1
/
+3
*
Fixed that Routes would raise NameErrors if a controller component contains c...
David Heinemeier Hansson
2005-02-27
1
-0
/
+1
*
Added PATH_INFO access from the request that allows urls like the following t...
David Heinemeier Hansson
2005-02-27
1
-1
/
+5
*
Fixed that caching the root would result in .html not index.html
David Heinemeier Hansson
2005-02-27
1
-1
/
+1
*
Tagged the 0.10.0 release
David Heinemeier Hansson
2005-02-25
1
-6
/
+2
*
With const_missing loading, its no longer necessary to dynamically require th...
David Heinemeier Hansson
2005-02-24
1
-2
/
+0
*
Fixed that proxy IPs do not follow all RFC1918 nets #251 [caleb@aei-tech.com]
David Heinemeier Hansson
2005-02-24
1
-1
/
+1
[prev]
[next]