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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Renamed Toggle.visibility to Toggle.display and fixed it for multiple arguments
David Heinemeier Hansson
2005-03-21
1
-3
/
+4
*
Fixed js bug
David Heinemeier Hansson
2005-03-21
1
-1
/
+1
*
Added a JavascriptHelper and accompanying prototype.js library that opens the...
David Heinemeier Hansson
2005-03-21
3
-215
/
+442
*
Routes: *path items should use arrays #883
David Heinemeier Hansson
2005-03-21
3
-6
/
+26
*
Added pagination support through both a controller and helper add-on #817 [Sa...
David Heinemeier Hansson
2005-03-20
4
-0
/
+447
*
Introduce to_param to assert_redirected_to #880
David Heinemeier Hansson
2005-03-20
1
-1
/
+1
*
Routes: Convert results of #to_param to strings #879
David Heinemeier Hansson
2005-03-20
2
-1
/
+8
*
Changed .htaccess to allow dispatch.* to be called from a sub-directory as pa...
David Heinemeier Hansson
2005-03-20
7
-40
/
+153
*
Added a much improved Flash module that allows for finer-grained control on e...
David Heinemeier Hansson
2005-03-20
5
-38
/
+175
*
Added to_param call for parameters when composing an url using url_for from s...
David Heinemeier Hansson
2005-03-20
3
-3
/
+29
*
Fixed form helpers to query Model#id_before_type_cast instead of Model#id as ...
David Heinemeier Hansson
2005-03-20
3
-1
/
+4
*
Added TextHelper#simple_format as a non-dependency text presentation helper.F...
David Heinemeier Hansson
2005-03-20
3
-1
/
+24
*
Added that the html options disabled, readonly, and multiple can all be treat...
David Heinemeier Hansson
2005-03-20
3
-8
/
+34
*
Added path collection syntax for Routes that will gobble up the rest of the u...
David Heinemeier Hansson
2005-03-20
3
-3
/
+40
*
Added more FormTagHelper test cases #860 [Eric Hodel]
David Heinemeier Hansson
2005-03-20
1
-16
/
+78
*
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
3
-0
/
+15
*
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
2
-0
/
+97
*
Fixed :anchor use in url_for #821 [Nicholas Seckar]
David Heinemeier Hansson
2005-03-14
2
-1
/
+3
*
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
3
-16
/
+3
*
Moved image_tag to AssetTagHelper
David Heinemeier Hansson
2005-03-14
5
-30
/
+31
*
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
2
-1
/
+21
*
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
5
-15
/
+53
*
Fixed textilize to be resilient to getting nil parsed (by using Object#blank?...
David Heinemeier Hansson
2005-03-09
2
-1
/
+3
*
Fixed that the :multipart option in FormTagHelper#form_tag would be ignored [...
David Heinemeier Hansson
2005-03-07
2
-2
/
+7
*
Prepared for 0.10.1 release
David Heinemeier Hansson
2005-03-07
2
-3
/
+3
*
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
2
-1
/
+3
*
Fixed issues with caching root pages #734 [Nicholas Seckar]
David Heinemeier Hansson
2005-03-06
2
-1
/
+3
*
Changed ActiveRecordStore to use Marshal instead of YAML as the latter proved...
David Heinemeier Hansson
2005-03-06
2
-10
/
+25
*
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
2
-3
/
+5
*
Fixed that map.connect should convert arguments to strings #780 [Nicholas Sec...
David Heinemeier Hansson
2005-03-06
3
-1
/
+16
*
Added UrlHelper#link_to_if/link_to_unless to enable other conditions that jus...
David Heinemeier Hansson
2005-03-06
3
-5
/
+43
[prev]
[next]