Carlos Antonio da Silva
|
1b4edd173d
|
Use performed? instead of checking for response_body
* Check for performed? instead of response_body
* Change performed? to return a boolean
* Refactor AC::Metal#response_body= to reuse variable
|
2012-01-19 18:25:52 -02:00 |
|
José Valim
|
9c2c25c1a1
|
Revert to old semantics, use available_action? instead of action_method?.
|
2011-05-06 18:44:18 +02:00 |
|
Josh Kalderimis
|
b45302d767
|
pass respond_with options to controller render when using a template for api navigation
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2011-03-31 18:53:36 +02:00 |
|
José Valim
|
ba51aa0b1b
|
Make action_method? public and change implicit rendering to override it instead.
|
2011-03-30 17:22:05 +02:00 |
|
José Valim
|
94907035b6
|
Pass the proper method_name instead of hardcoding to action_name.
Conflicts:
actionpack/lib/action_controller/metal/implicit_render.rb
|
2011-03-29 19:30:59 +02:00 |
|
artemave
|
ddd85ef9c6
|
#948 template_inheritance
|
2010-12-26 22:32:15 -08:00 |
|
José Valim
|
0a85380966
|
Finally moved the find template logic to the views.
|
2010-03-08 11:32:01 +01:00 |
|
José Valim
|
ffd8d753f1
|
Move layout lookup to views.
|
2010-03-08 02:04:18 +01:00 |
|
José Valim
|
c7564d74e8
|
Added template lookup responsible to hold all information used in template lookup.
|
2010-03-07 19:41:58 +01:00 |
|
Carl Lerche
|
9dae645c5f
|
Actually move ImplicitRender into it's own file
|
2010-03-03 00:43:05 -08:00 |
|