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
/
action_controller
/
base
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename /base to /metal and make base.rb and metal.rb top-level to reflect the...
Yehuda Katz
2009-08-06
25
-2884
/
+0
*
rename ActionController::Http to ActionController::Metal at Josh's suggestion
Yehuda Katz
2009-08-06
2
-4
/
+4
*
Replace _action_view with view_context to reflect that it is public and that ...
Yehuda Katz
2009-08-06
2
-3
/
+3
*
Update cache_control to be a Hash of options that is used to build the header.
Yehuda Katz
2009-08-02
2
-20
/
+5
*
Ruby 1.9: fix Content-Length for multibyte send_data streaming
Sava Chankov
2009-08-01
1
-1
/
+3
*
Remove last TODO.
José Valim
2009-07-29
2
-6
/
+1
*
Add a couple more tests to respond_with.
José Valim
2009-07-29
1
-11
/
+8
*
Added respond_with.
José Valim
2009-07-29
1
-26
/
+139
*
Added tests for respond_to class method.
José Valim
2009-07-29
1
-1
/
+1
*
Ensure that the proper accept header value is set during tests.
José Valim
2009-07-29
1
-2
/
+2
*
Remove Mime::ALL from Mime::SET.
José Valim
2009-07-29
1
-0
/
+1
*
Refactor even more Responder. Move mime negotiation to request and added resp...
José Valim
2009-07-29
1
-51
/
+99
*
Refactor Responder to only calculate available mime types. Those are sent to ...
José Valim
2009-07-29
1
-58
/
+71
*
Merge docrails
Pratik Naik
2009-07-25
2
-3
/
+2
*
Centralize commonly used parts of AS in ActionController into action_controll...
Yehuda Katz
2009-07-15
2
-3
/
+0
*
Rename method to a more obvious name
Yehuda Katz
2009-07-11
1
-2
/
+2
*
Make filter_parameters work correctly with array parameters.
Vicente Mundim
2009-06-27
1
-0
/
+4
*
send_data should set Content-Length as a string
Joshua Peek
2009-06-25
1
-1
/
+1
*
Small changes to get 1.9 passing (for the most part)
Yehuda Katz
2009-06-23
1
-1
/
+1
*
Remove one more note about deprecated behavior
Yehuda Katz + Carl Lerche
2009-06-17
1
-3
/
+0
*
Cleaning up if defined?(ActionController::Http) blocks from the pre new base ...
Yehuda Katz + Carl Lerche
2009-06-17
3
-36
/
+23
*
Remove some defined?(Http) checks
Yehuda Katz + Carl Lerche
2009-06-17
5
-47
/
+12
*
RJS doesn't render with an HTML layout by default
Yehuda Katz + Carl Lerche
2009-06-17
1
-0
/
+1
*
Move the exceptions for missing template into Compatibility in prep for movin...
Yehuda Katz + Carl Lerche
2009-06-16
1
-0
/
+7
*
An exception is raised if a layout is missing only if the layout is missing f...
Yehuda Katz + Carl Lerche
2009-06-16
2
-3
/
+3
*
Exceptions now in an exceptions module
Yehuda Katz + Carl Lerche
2009-06-16
1
-0
/
+58
*
Whoops, I guess we broke layouts ;)
Yehuda Katz + Carl Lerche
2009-06-15
1
-6
/
+0
*
rm -r controller/base!
Yehuda Katz + Carl Lerche
2009-06-15
9
-0
/
+1380
*
Get tests to run (with failures) without old base around
Yehuda Katz + Carl Lerche
2009-06-15
30
-3980
/
+1223
*
Finish making things pass with updated internal content_type semantics
Yehuda Katz + Carl Lerche
2009-06-15
2
-5
/
+6
*
A test to show that http_authentication needs to fail authentication if the p...
nate
2009-06-09
1
-1
/
+3
*
AS::Concern redefines "include" to lazy include modules as dependencies
Joshua Peek
2009-05-29
5
-8
/
+6
*
AS::Concern includes InstanceMethods module if it exists
Joshua Peek
2009-05-29
1
-6
/
+1
*
Break up DependencyModule's dual function of providing a "depend_on" DSL and ...
Joshua Peek
2009-05-28
6
-6
/
+6
*
The FlashHash and friends causes a lot of needless session storing, when we k...
Johan Sörensen
2009-05-28
1
-33
/
+37
*
Memoize cookies so that updates to cookies are available in the current reque...
Olly Legg
2009-05-28
1
-1
/
+1
*
ActionController::Flash::FlashHash.use now returns either the value correspon...
Niels Ganser
2009-05-27
1
-6
/
+5
*
Remove unnecessary asset_host initialization
Pratik Naik
2009-05-23
1
-1
/
+0
*
Make logging_test pass with the new base
Pratik Naik
2009-05-23
1
-1
/
+1
*
Add all the existing helpers related features to the new base
Pratik Naik
2009-05-23
1
-13
/
+9
*
Move FilterParameterLogging to a stand alone module and make it work on new base
Pratik Naik
2009-05-22
2
-57
/
+98
*
Add missing dependency in Streaming
Pratik Naik
2009-05-22
1
-0
/
+7
*
Remove some response content type concepts from ActionView
Yehuda Katz + Carl Lerche
2009-05-21
1
-4
/
+3
*
Add Streaming to new base
Pratik Naik
2009-05-21
1
-0
/
+1
*
RequestForgeryProtection now works with the new base
Pratik Naik
2009-05-21
1
-5
/
+19
*
Allow Module#depends_on to accept multiple modules
Pratik Naik
2009-05-21
1
-4
/
+1
*
Made ActionController::Verification work with new_base
Pratik Naik
2009-05-21
1
-3
/
+9
*
Make ActionController::Flash work with new_base
Pratik Naik
2009-05-21
1
-22
/
+52
*
Added responds_to to new base.
Yehuda Katz + Carl Lerche
2009-05-20
1
-108
/
+107
*
Ported simple benchmarking in new base
Yehuda Katz + Carl Lerche
2009-05-18
1
-1
/
+1
[next]