Commit Graph

15 Commits

Author SHA1 Message Date
Yehuda Katz + Carl Lerche 7e10504bde Refactored AbstractController to provide better hook points for overriding aspects of action dispatching 2009-05-15 15:57:12 -07:00
Yehuda Katz + Carl Lerche b6bac73b28 Merge commit 'origin/master'
Conflicts:
	actionpack/lib/action_controller/abstract/base.rb
	actionpack/lib/action_controller/routing.rb
2009-05-14 17:38:30 -07:00
Yehuda Katz + Carl Lerche da65320433 Got new base to pass controller/base_test.rb, implemented method_missing action semantics in compatibility mode, and fixed a few action_missing bugs. 2009-05-14 17:25:10 -07:00
Yehuda Katz + Carl Lerche 8fac2c88ca Cleaning up more render tests 2009-05-14 15:30:35 -07:00
Jeremy Kemper c286952050 Minimal base/new_base comparison 2009-05-14 02:01:08 -07:00
Yehuda Katz + Carl Lerche 216309c165 Implemented redirects and partial rendering in new base. 2009-05-12 16:21:34 -07:00
Yehuda Katz 030dfe3f83 More community code review :) 2009-05-11 10:22:07 -07:00
Yehuda Katz + Carl Lerche b4903a8e34 Modify new_base to use String action_names for back-compat 2009-05-01 17:31:02 -07:00
Yehuda Katz + Carl Lerche 4ee3e5b094 Ported over the concept of public instance methods on controller child classes as callable action methods 2009-05-01 17:31:02 -07:00
Yehuda Katz + Carl Lerche 49834e088b Support implicit render and blank render 2009-05-01 17:31:02 -07:00
Yehuda Katz f55514125c Working toward getting a basic AbstractController framework 2009-03-17 18:04:22 -07:00
Yehuda Katz 6001cea5d7 Helpers with an initial test 2009-03-03 16:42:20 -08:00
Yehuda Katz c16c7a8de4 Add support for callbacks 2009-02-27 19:25:45 -08:00
Yehuda Katz d1157e7242 AbstractController now supports layouts and rendering 2009-02-27 11:42:13 -08:00
Yehuda Katz b1f078bddf First, very early, AbstractController code. More to come 2009-02-24 17:25:21 -08:00