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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added simple alert() notifications for RJS exceptions when config.action_view...
Sam Stephenson
2006-03-13
3
-20
/
+28
*
Rendering xml shouldnt happen inside any layout. Added class proxying to RJS,...
David Heinemeier Hansson
2006-03-13
2
-1
/
+8
*
Default mime type for XML should be application/xml [DHH]
David Heinemeier Hansson
2006-03-12
1
-0
/
+12
*
Mime types are separated by a comma, not semicolon, in the Accept header. Als...
David Heinemeier Hansson
2006-03-12
2
-7
/
+7
*
Added synonym and custom type handling to respond_to [DHH]
David Heinemeier Hansson
2006-03-12
1
-0
/
+28
*
Assume that we accept what we give [DHH]
David Heinemeier Hansson
2006-03-12
1
-0
/
+18
*
Added defaults to respond_to [DHH]
David Heinemeier Hansson
2006-03-12
6
-17
/
+59
*
Added option to render action/template/file of a specific extension (and here...
David Heinemeier Hansson
2006-03-12
2
-56
/
+64
*
Added better support for using the same actions to output for different sourc...
David Heinemeier Hansson
2006-03-11
3
-3
/
+105
*
Fix problem with unloaded ARStore sessions being loaded when they are garbage...
Jamis Buck
2006-03-08
1
-0
/
+22
*
Re-added mixed-in helper methods for the JavascriptGenerator. Moved Javascri...
Rick Olson
2006-03-08
2
-27
/
+41
*
ActionController::Base.param_parsers now accept symbols. currently supported ...
Tobias Lütke
2006-03-05
1
-2
/
+20
*
Added new infrastructure support for REST webservices.
Tobias Lütke
2006-03-05
2
-2
/
+148
*
Fixed tests (closes #4087) [Rick Olson]
David Heinemeier Hansson
2006-03-05
1
-0
/
+6
*
Fixed tests (closes #4087) [Rick Olson]
David Heinemeier Hansson
2006-03-05
2
-5
/
+29
*
allow RJS enum values to be passed to visual_effect() and other scriptaculous...
David Heinemeier Hansson
2006-03-05
3
-59
/
+69
*
RJS now does enumerations, baby! (closes #3876) [Rick Olson]
David Heinemeier Hansson
2006-03-03
1
-2
/
+102
*
Fixed that default image extension was not appended when using a full URL wit...
David Heinemeier Hansson
2006-03-02
1
-1
/
+2
*
Added support to AssetTagHelper#javascript_include_tag for having :defaults a...
David Heinemeier Hansson
2006-02-28
2
-5
/
+7
*
Added support for visual effects scoped queues to the visual_effect helper #3...
Thomas Fuchs
2006-02-27
1
-0
/
+6
*
Added .rxml (and any non-rhtml template, really) supportfor CaptureHelper#con...
David Heinemeier Hansson
2006-02-26
4
-1
/
+41
*
Remove ::Controllers related cruft; fix AP tests
Nicholas Seckar
2006-02-26
2
-53
/
+39
*
Added script.aculo.us drag and drop helpers to RJS [Thomas Fuchs]
Thomas Fuchs
2006-02-26
1
-0
/
+26
*
Fixed form_for regression (closes #3962) [t.lucas@toolmantim.com]
David Heinemeier Hansson
2006-02-26
1
-0
/
+19
*
Fixed tests
David Heinemeier Hansson
2006-02-26
1
-2
/
+2
*
Fixed that form elements would strip the trailing [] from the first parameter...
David Heinemeier Hansson
2006-02-26
1
-0
/
+7
*
The image_tag helper is not converting the options hash to symbols (closes #3...
David Heinemeier Hansson
2006-02-26
1
-0
/
+2
*
Added various InPlaceEditor options, #3746, #3891, #3896, #3906
Thomas Fuchs
2006-02-21
1
-0
/
+38
*
Fixed that the request method would be sticky in tests (closes #3849) [lars@p...
David Heinemeier Hansson
2006-02-20
1
-0
/
+6
*
Added :count option to pagination that'll make it possible for the ActiveReco...
David Heinemeier Hansson
2006-02-20
1
-2
/
+17
*
Ensure backwards compatibility with symbolized action names for render_action...
David Heinemeier Hansson
2006-02-19
1
-1
/
+10
*
Make RJS treat symbolic action names nicely #3861 [Rick Olson]
David Heinemeier Hansson
2006-02-17
1
-0
/
+9
*
Use real assigns instead of a method call [DHH]
David Heinemeier Hansson
2006-02-12
1
-1
/
+1
*
replace_element was renamed replace [DHH]
David Heinemeier Hansson
2006-02-12
1
-1
/
+1
*
Also support replace and replace_html and some refactoring in JavaScriptEleme...
David Heinemeier Hansson
2006-02-12
1
-0
/
+5
*
Added element and collection proxies to RJS [DHH]
David Heinemeier Hansson
2006-02-12
1
-1
/
+24
*
Modernize flash tests
David Heinemeier Hansson
2006-02-12
1
-41
/
+26
*
Stopped the massive bleeding of concerns into ActionController::Base. Base no...
David Heinemeier Hansson
2006-02-12
1
-2
/
+2
*
Add JavaScriptGenerator#replace_element for replacing an element's "outer HTM...
Sam Stephenson
2006-02-12
1
-0
/
+5
*
Remove over-engineered form_for code for a leaner implementation.
Nicholas Seckar
2006-02-11
1
-7
/
+7
*
Major components cleanup and speedup. Closes #3527.
Jeremy Kemper
2006-02-09
4
-21
/
+26
*
Move active_record_store_test.rb to test/activerecord/. Closes #3790.
Jeremy Kemper
2006-02-09
1
-0
/
+0
*
* Fix pagination problems when using include
Michael Koziarski
2006-02-09
15
-50
/
+410
*
Add :html option for specifying form tag options in form_for
Sam Stephenson
2006-02-08
1
-0
/
+19
*
Don't interpret the :value option on text_area as an html attribute. Set the ...
Marcel Molina
2006-02-08
1
-1
/
+8
*
Fix remote_form_for creates a non-ajax form. Closes #3741.
Nicholas Seckar
2006-02-06
1
-1
/
+1
*
Don't let arbitrary classes match as controllers
Nicholas Seckar
2006-02-04
2
-1
/
+10
*
Fix bad require for rake test
Nicholas Seckar
2006-02-04
1
-1
/
+1
*
Fix routing tests to pass when run independently of the entire AP suite
Nicholas Seckar
2006-02-04
1
-0
/
+1
*
Fix Routing tests. Fix routing where failing to match a controller would prev...
Nicholas Seckar
2006-02-04
2
-82
/
+72
[next]