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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
More community code review :)
Yehuda Katz
2009-05-11
3
-12
/
+4
*
|
Implement FooController.action(:name)
Yehuda Katz
2009-05-02
4
-20
/
+26
*
|
Get render :inline working
Yehuda Katz + Carl Lerche
2009-05-01
3
-2
/
+6
*
|
A few more tweaks to get new Base running old render tests again
Yehuda Katz + Carl Lerche
2009-05-01
2
-4
/
+8
*
|
Renamed Base2 to Base and don't require old action_controller for new Base
Yehuda Katz + Carl Lerche
2009-05-01
4
-45
/
+136
*
|
Starting to get new_base to run on old tests
Yehuda Katz + Carl Lerche
2009-05-01
4
-0
/
+95
*
|
Add support for stripping "layouts/" from the layout name
Yehuda Katz + Carl Lerche
2009-05-01
2
-0
/
+8
*
|
Modify new_base to use String action_names for back-compat
Yehuda Katz + Carl Lerche
2009-05-01
3
-7
/
+7
*
|
Ported over the concept of public instance methods on controller child classe...
Yehuda Katz + Carl Lerche
2009-05-01
2
-15
/
+47
*
|
Move ContentType inline for now.
Yehuda Katz + Carl Lerche
2009-05-01
3
-20
/
+6
*
|
Support implicit and explicit content types
Yehuda Katz + Carl Lerche
2009-05-01
2
-0
/
+16
*
|
Support implicit render and blank render
Yehuda Katz + Carl Lerche
2009-05-01
3
-11
/
+15
*
|
Ported over render :template tests
Yehuda Katz + Carl Lerche
2009-05-01
3
-7
/
+1
*
|
Finished implementing render :text in Base2
Yehuda Katz + Carl Lerche
2009-05-01
3
-7
/
+16
*
|
Renamed ActionController::AbstractBase to ActionController::Http
Yehuda Katz + Carl Lerche
2009-05-01
2
-2
/
+2
*
|
OMG, a lot of work
Yehuda Katz + Carl Lerche
2009-05-01
7
-9
/
+27
|
/
*
alias method chain process with test
Joshua Peek
2009-04-30
1
-3
/
+6
*
Move TestRequest#query_parameters into AD TestRequest
Joshua Peek
2009-04-30
1
-12
/
+2
*
Set rack.input instead of RAW_POST_DATA in TestRequest
Joshua Peek
2009-04-30
1
-28
/
+11
*
Missed stray @request_uri
Joshua Peek
2009-04-30
1
-2
/
+0
*
Move TestRequest cookies accessor into AD TestRequest
Joshua Peek
2009-04-30
1
-2
/
+0
*
Merge branch 'master' of git@github.com:rails/rails
Jeremy Kemper
2009-04-30
1
-1
/
+2
|
\
|
*
Fix render :json => nil [#2589 state:resolved]
Jeremy Kemper
2009-04-30
1
-1
/
+2
*
|
Fix action-cached exception responses.
John F. Douthat
2009-04-30
1
-1
/
+9
|
/
*
Start moving TestRequest and TestResponse into ActionDispatch
Joshua Peek
2009-04-30
3
-165
/
+19
*
Vendor new Rack::Mock changes
Joshua Peek
2009-04-30
2
-2
/
+2
*
Group integration test helpers and delegate other helpers to request and resp...
Joshua Peek
2009-04-30
1
-147
/
+126
*
Switch to action_dispatch rack namespace
Joshua Peek
2009-04-30
1
-1
/
+1
*
Move generic assertions into ActionDispatch
Joshua Peek
2009-04-30
8
-1114
/
+2
*
Test::Unit work arounds are handled by ActiveSupport
Joshua Peek
2009-04-30
1
-49
/
+0
*
Framework backtrace cleaning is handled by ActiveSupport now
Joshua Peek
2009-04-30
6
-113
/
+85
*
Deprecate template, session, assigns, and layout accessors on response object...
Joshua Peek
2009-04-28
5
-13
/
+18
*
Move header injection back into integration tests
Joshua Peek
2009-04-28
1
-1
/
+6
*
Fix validate_request method name
Joshua Peek
2009-04-28
1
-4
/
+4
*
Refactor ActionView::Template
Yehuda Katz + Carl Lerche
2009-04-27
3
-13
/
+24
*
Delegate controller.session to request.session and deprecate response session
Joshua Peek
2009-04-27
2
-10
/
+6
*
Check for to_str rather than String
Jeremy Kemper
2009-04-26
1
-1
/
+1
*
Use session= writer methods
Jeremy Kemper
2009-04-26
1
-2
/
+2
*
Inherit TestSession from Session::AbstractStore and add indifferent access to...
Joshua Peek
2009-04-26
2
-76
/
+12
*
Require an ActionDispatch::Request to use response assertions
Joshua Peek
2009-04-26
1
-6
/
+18
*
Unify functional and integration tests cookie helpers
Joshua Peek
2009-04-26
1
-21
/
+12
*
Deprecate response.redirect_url_match?, use assert_match instead.
Joshua Peek
2009-04-26
1
-0
/
+1
*
Move useful response test helpers into request
Joshua Peek
2009-04-26
2
-62
/
+6
*
Remove RewindableInput middleware since all input MUST be rewindable accordin...
Joshua Peek
2009-04-25
1
-1
/
+0
*
Remove pending rack specifications until they are official
Joshua Peek
2009-04-25
1
-3
/
+1
*
Start to integrate some of the features in Rack::Test.
Joshua Peek
2009-04-24
2
-178
/
+26
*
* Add pluggable JSON backends with support for the JSON gem. [rick]
rick
2009-04-23
1
-1
/
+1
*
Refactor ActionView::Path
Yehuda Katz + Carl Lerche
2009-04-22
4
-5
/
+10
*
Rack::Utils.body_to_s doesn't exist in 1.0
Jeremy Kemper
2009-04-22
2
-2
/
+16
*
Reinstate Base#render_to_string. Introduce AbstractController#render_to_strin...
Jeremy Kemper
2009-04-21
2
-6
/
+20
[prev]
[next]