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
/
controller
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Dots in template path should not trip up rendering (closes #4244) [lmarlow@ya...
David Heinemeier Hansson
2006-03-16
1
-1
/
+21
*
Underscore dasherized keys in formatted requests
Jamis Buck
2006-03-15
1
-3
/
+28
*
Add MimeResponds::Responder#any for managing multiple types with identical re...
Jamis Buck
2006-03-15
1
-0
/
+21
*
Added simple alert() notifications for RJS exceptions when config.action_view...
Sam Stephenson
2006-03-13
2
-2
/
+2
*
Rendering xml shouldnt happen inside any layout. Added class proxying to RJS,...
David Heinemeier Hansson
2006-03-13
1
-1
/
+3
*
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
3
-17
/
+56
*
Added option to render action/template/file of a specific extension (and here...
David Heinemeier Hansson
2006-03-12
1
-56
/
+61
*
Added better support for using the same actions to output for different sourc...
David Heinemeier Hansson
2006-03-11
3
-3
/
+105
*
Re-added mixed-in helper methods for the JavascriptGenerator. Moved Javascri...
Rick Olson
2006-03-08
1
-2
/
+15
*
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
1
-0
/
+146
*
Fixed tests (closes #4087) [Rick Olson]
David Heinemeier Hansson
2006-03-05
1
-0
/
+11
*
allow RJS enum values to be passed to visual_effect() and other scriptaculous...
David Heinemeier Hansson
2006-03-05
1
-3
/
+15
*
Added .rxml (and any non-rhtml template, really) supportfor CaptureHelper#con...
David Heinemeier Hansson
2006-02-26
1
-1
/
+33
*
Remove ::Controllers related cruft; fix AP tests
Nicholas Seckar
2006-02-26
2
-53
/
+39
*
Fixed that the request method would be sticky in tests (closes #3849) [lars@p...
David Heinemeier Hansson
2006-02-20
1
-0
/
+6
*
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
*
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
*
Major components cleanup and speedup. Closes #3527.
Jeremy Kemper
2006-02-09
3
-17
/
+21
*
Move active_record_store_test.rb to test/activerecord/. Closes #3790.
Jeremy Kemper
2006-02-09
1
-151
/
+0
*
* Fix pagination problems when using include
Michael Koziarski
2006-02-09
1
-127
/
+0
*
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
*
Added :only and :except controls to skip_before/after_filter just like for wh...
David Heinemeier Hansson
2006-01-31
1
-0
/
+28
*
Ensure assigns are copied to the template when using render :update. Closes ...
Nicholas Seckar
2006-01-30
1
-1
/
+18
*
Add the ability to call JavaScriptGenerator methods from helpers called in up...
Sam Stephenson
2006-01-23
1
-1
/
+1
*
Fix render(:update) to not render layouts
Sam Stephenson
2006-01-23
1
-1
/
+2
*
Fixed that SSL would not correctly be detected when running lighttpd/fcgi beh...
David Heinemeier Hansson
2006-01-23
1
-0
/
+12
*
Raise a RedirectBackError if redirect_to :back is called when theres no HTTP_...
David Heinemeier Hansson
2006-01-22
1
-0
/
+9
*
Add render :update for inline RJS
Sam Stephenson
2006-01-20
1
-0
/
+13
*
Automatically discover layouts when a controller is namespaced. Closes #2199,...
Marcel Molina
2006-01-15
1
-0
/
+13
*
Add support for multiple proxy servers in HTTP_X_FORWARDED_HOST. Closes #3397
Michael Koziarski
2006-01-13
1
-0
/
+4
*
Remove Upload Progress. Closes #2871.
Marcel Molina
2006-01-13
2
-454
/
+0
*
Allow auto-discovery of third party template library layouts.
Marcel Molina
2006-01-12
1
-0
/
+61
*
Value of full_messages on stubbed out AR instances should be an Array.
Marcel Molina
2005-12-26
1
-2
/
+2
*
Don't try to strip out the controller name if default_action_name is nil
Marcel Molina
2005-12-20
1
-0
/
+10
*
Don't include a layout when rendering an rjs template using render's :templat...
Marcel Molina
2005-12-17
1
-1
/
+4
*
More robust relative url root discovery for SCGI compatibility. This solves ...
Jeremy Kemper
2005-12-08
1
-0
/
+5
*
Silence deprecation warnings for keep_flash when running tests.
Marcel Molina
2005-12-02
1
-1
/
+1
*
Make ActionController's render honor the :locals option when rendering a :fil...
Sam Stephenson
2005-11-22
1
-0
/
+31
*
r3173@asus: jeremy | 2005-11-18 23:34:41 -0800
Jeremy Kemper
2005-11-20
1
-3
/
+9
*
Make rjs templates always implicitly skip out on layouts.
Marcel Molina
2005-11-18
1
-1
/
+2
[prev]
[next]