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
/
new_base
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make old caching tests pass on new base.
Yehuda Katz + Carl Lerche
2009-05-19
3
-1
/
+9
*
Modified caching implementation to work with NewBase
Yehuda Katz + Carl Lerche
2009-05-19
1
-0
/
+5
*
Include caching module into new base
Yehuda Katz + Carl Lerche
2009-05-19
1
-0
/
+1
*
Ported simple benchmarking in new base
Yehuda Katz + Carl Lerche
2009-05-18
1
-0
/
+1
*
Ported Rescuable to new base
Yehuda Katz + Carl Lerche
2009-05-15
5
-24
/
+98
*
Refactored AbstractController to provide better hook points for overriding as...
Yehuda Katz + Carl Lerche
2009-05-15
2
-15
/
+19
*
Merge commit 'origin/master'
Yehuda Katz + Carl Lerche
2009-05-14
1
-1
/
+4
|
\
|
*
Minimal base/new_base comparison
Jeremy Kemper
2009-05-14
1
-1
/
+4
*
|
Got new base to pass controller/base_test.rb, implemented method_missing acti...
Yehuda Katz + Carl Lerche
2009-05-14
3
-7
/
+17
|
/
*
Implemented redirects and partial rendering in new base.
Yehuda Katz + Carl Lerche
2009-05-12
6
-25
/
+150
*
Merge branch 'master' into wip_abstract_controller
Yehuda Katz + Carl Lerche
2009-05-11
5
-14
/
+25
|
\
|
*
Revert "Whitespace!"
Yehuda Katz + Carl Lerche
2009-05-11
5
-38
/
+43
|
*
Whitespace!
Joshua Peek
2009-05-07
5
-43
/
+38
|
*
Prefer "included" language over "setup"
Joshua Peek
2009-05-07
1
-3
/
+3
|
*
Make module dependency DSL opt in
Joshua Peek
2009-05-07
2
-0
/
+4
*
|
Fixed a bug with handling render options
Yehuda Katz + Carl Lerche
2009-05-11
2
-2
/
+11
*
|
Aliased AbstractController::ActionNotFound to ActionController::UnknownAction
Yehuda Katz + Carl Lerche
2009-05-11
1
-5
/
+8
*
|
Ported ConditionalGet to new Base
Yehuda Katz + Carl Lerche
2009-05-11
5
-1
/
+96
*
|
Ported fresh_when into a ConditionalGet module
Yehuda Katz + Carl Lerche
2009-05-11
3
-0
/
+44
*
|
Implement FooController.action(:name)
Yehuda Katz
2009-05-02
1
-3
/
+10
*
|
Get render :inline working
Yehuda Katz + Carl Lerche
2009-05-01
2
-1
/
+5
*
|
Renamed Base2 to Base and don't require old action_controller for new Base
Yehuda Katz + Carl Lerche
2009-05-01
3
-43
/
+121
*
|
Starting to get new_base to run on old tests
Yehuda Katz + Carl Lerche
2009-05-01
2
-0
/
+26
*
|
Add support for stripping "layouts/" from the layout name
Yehuda Katz + Carl Lerche
2009-05-01
1
-0
/
+5
*
|
Modify new_base to use String action_names for back-compat
Yehuda Katz + Carl Lerche
2009-05-01
1
-1
/
+1
*
|
Ported over the concept of public instance methods on controller child classe...
Yehuda Katz + Carl Lerche
2009-05-01
1
-8
/
+6
*
|
Move ContentType inline for now.
Yehuda Katz + Carl Lerche
2009-05-01
2
-19
/
+6
*
|
Support implicit and explicit content types
Yehuda Katz + Carl Lerche
2009-05-01
1
-0
/
+15
*
|
Support implicit render and blank render
Yehuda Katz + Carl Lerche
2009-05-01
1
-8
/
+1
*
|
Ported over render :template tests
Yehuda Katz + Carl Lerche
2009-05-01
1
-4
/
+0
*
|
Finished implementing render :text in Base2
Yehuda Katz + Carl Lerche
2009-05-01
2
-7
/
+3
*
|
Renamed ActionController::AbstractBase to ActionController::Http
Yehuda Katz + Carl Lerche
2009-05-01
1
-1
/
+1
*
|
OMG, a lot of work
Yehuda Katz + Carl Lerche
2009-05-01
2
-0
/
+14
|
/
*
Don't set Content-Length in Base#response_body= since body may be any Rack-co...
Jeremy Kemper
2009-04-17
1
-1
/
+0
*
Rename render_to_string to render_to_body since it may return any Rack-compat...
Jeremy Kemper
2009-04-17
3
-7
/
+7
*
Get Base2 layouts to work :)
Yehuda Katz and Carl Lerche
2009-04-07
1
-0
/
+23
*
Add depends_on, use, and setup to abstract up ideas about module inheritance.
Yehuda Katz and Carl Lerche
2009-04-07
3
-16
/
+7
*
Checkpoint
Yehuda Katz and Carl Lerche
2009-03-23
1
-26
/
+0
*
Add a bunch of tests for various render :action, layout combinations
Yehuda Katz
2009-03-23
1
-4
/
+5
*
Finished implementing layout for render :text
Carl Lerche
2009-03-23
2
-8
/
+25
*
Working on being able to render :text with layouts
Carl Lerche
2009-03-23
1
-6
/
+7
*
Get very basic layouts working.
Yehuda Katz
2009-03-19
2
-6
/
+29
*
Started implementing render :action
Yehuda Katz
2009-03-19
1
-10
/
+42
*
Implemented basic template rendering in AC::Base2:
Yehuda Katz
2009-03-18
1
-2
/
+25
*
Working toward getting a basic AbstractController framework
Yehuda Katz
2009-03-17
3
-1
/
+53
*
Try to build a new AC::Base on top of AbstractController
Yehuda Katz
2009-03-12
3
-0
/
+94