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
/
abstract
Commit message (
Expand
)
Author
Age
Files
Lines
*
Document and clean up HideActions and Http
Yehuda Katz + Carl Lerche
2009-06-10
1
-6
/
+1
*
Clean up AbstractController::Logger and write documentation
Yehuda Katz + Carl Lerche
2009-06-09
1
-4
/
+12
*
Cleaning up and documenting AbstractController::Layouts
Yehuda Katz + Carl Lerche
2009-06-09
1
-32
/
+82
*
Write documentation for AbstractController::Helpers
Yehuda Katz + Carl Lerche
2009-06-09
2
-18
/
+37
*
More documentation work on AbstractController
Yehuda Katz + Carl Lerche
2009-06-08
3
-17
/
+70
*
Writing comments to AbstractController
Yehuda Katz + Carl Lerche
2009-06-08
3
-28
/
+147
*
Remove extraneous response_obj
Yehuda Katz + Carl Lerche
2009-06-08
1
-5
/
+0
*
Further cleaning up new callbacks
Yehuda Katz
2009-06-02
1
-3
/
+3
*
Simplify callbacks to use less metaprogramming
Yehuda Katz
2009-06-02
1
-15
/
+15
*
Get all the callback tests to work on new base
Yehuda Katz + Carl Lerche
2009-06-01
1
-0
/
+6
*
AS::Concern redefines "include" to lazy include modules as dependencies
Joshua Peek
2009-05-29
5
-5
/
+5
*
Break up DependencyModule's dual function of providing a "depend_on" DSL and ...
Joshua Peek
2009-05-28
6
-6
/
+6
*
Revert "Revert "Whitespace!""
Joshua Peek
2009-05-28
8
-62
/
+60
*
Added hook point in new base #send_action which does the actual action method...
Yehuda Katz + Carl Lerche
2009-05-27
1
-1
/
+3
*
Add the ability to prepend filters to new callbacks
Carl Lerche
2009-05-27
1
-0
/
+9
*
Get controller/view_paths_test.rb to pass on new base
Carl Lerche
2009-05-26
1
-0
/
+4
*
Make a couple more tests pass.
Yehuda Katz
2009-05-23
1
-0
/
+11
*
Slightly modify things to get content type matching working without breaking ...
Yehuda Katz
2009-05-23
2
-11
/
+11
*
Get controller/render_other_test.rb to pass on new base and fixed a bug in ne...
Yehuda Katz + Carl Lerche
2009-05-22
1
-1
/
+1
*
Get controller/layout_test.rb running on new base except for ActionController...
Yehuda Katz + Carl Lerche
2009-05-22
1
-3
/
+3
*
Cleaned up the #render_to_body chain by extracting determining the templates ...
Yehuda Katz + Carl Lerche
2009-05-22
2
-13
/
+15
*
Add all the existing helpers related features to the new base
Pratik Naik
2009-05-23
1
-4
/
+23
*
Implemented layout conditions in new base
Yehuda Katz + Carl Lerche
2009-05-21
1
-3
/
+22
*
Added responds_to to new base.
Yehuda Katz + Carl Lerche
2009-05-20
1
-1
/
+6
*
Ported simple benchmarking in new base
Yehuda Katz + Carl Lerche
2009-05-18
2
-0
/
+29
*
Refactored AbstractController to provide better hook points for overriding as...
Yehuda Katz + Carl Lerche
2009-05-15
2
-14
/
+17
*
Merge commit 'origin/master'
Yehuda Katz + Carl Lerche
2009-05-14
2
-1
/
+5
|
\
|
*
Minimal base/new_base comparison
Jeremy Kemper
2009-05-14
2
-3
/
+7
*
|
Got new base to pass controller/base_test.rb, implemented method_missing acti...
Yehuda Katz + Carl Lerche
2009-05-14
2
-2
/
+41
*
|
Cleaning up more render tests
Yehuda Katz + Carl Lerche
2009-05-14
1
-0
/
+9
|
/
*
Implemented redirects and partial rendering in new base.
Yehuda Katz + Carl Lerche
2009-05-12
3
-17
/
+24
*
Fixed new callbacks to not call the action when a callback sets the response ...
Yehuda Katz + Carl Lerche
2009-05-12
1
-1
/
+1
*
Merge branch 'master' into wip_abstract_controller
Yehuda Katz + Carl Lerche
2009-05-11
5
-14
/
+24
|
\
|
*
Revert "Whitespace!"
Yehuda Katz + Carl Lerche
2009-05-11
7
-44
/
+50
|
*
Whitespace!
Joshua Peek
2009-05-07
7
-50
/
+44
|
*
Prefer "included" language over "setup"
Joshua Peek
2009-05-07
4
-12
/
+15
|
*
Make module dependency DSL opt in
Joshua Peek
2009-05-07
4
-2
/
+9
*
|
Don't run the action if callbacks are halted.
Yehuda Katz + Carl Lerche
2009-05-11
1
-1
/
+1
*
|
More community code review :)
Yehuda Katz
2009-05-11
3
-12
/
+4
*
|
Add support for stripping "layouts/" from the layout name
Yehuda Katz + Carl Lerche
2009-05-01
1
-0
/
+3
*
|
Modify new_base to use String action_names for back-compat
Yehuda Katz + Carl Lerche
2009-05-01
2
-6
/
+6
*
|
Ported over the concept of public instance methods on controller child classe...
Yehuda Katz + Carl Lerche
2009-05-01
1
-7
/
+41
*
|
Support implicit render and blank render
Yehuda Katz + Carl Lerche
2009-05-01
2
-3
/
+14
*
|
Ported over render :template tests
Yehuda Katz + Carl Lerche
2009-05-01
2
-3
/
+1
*
|
Finished implementing render :text in Base2
Yehuda Katz + Carl Lerche
2009-05-01
1
-0
/
+13
*
|
OMG, a lot of work
Yehuda Katz + Carl Lerche
2009-05-01
2
-2
/
+5
|
/
*
Refactor ActionView::Path
Yehuda Katz + Carl Lerche
2009-04-22
2
-3
/
+3
*
Rack::Utils.body_to_s doesn't exist in 1.0
Jeremy Kemper
2009-04-22
1
-1
/
+13
*
Reinstate Base#render_to_string. Introduce AbstractController#render_to_strin...
Jeremy Kemper
2009-04-21
1
-1
/
+11
*
Rename render_to_string to render_to_body since it may return any Rack-compat...
Jeremy Kemper
2009-04-17
1
-3
/
+3
[next]