Displaying 2 results from an estimated 2 matches for "assign_names".
Did you mean:
  assign_name
  
2009 Jun 06
2
How does controller call render when there's no render in action
Hello,
I was studying Rails source and at this point:
def process(request, response, method = :perform_action, *arguments)
#:nodoc:
        response.request = request
        initialize_template_class(response)
        assign_shortcuts(request, response)
        initialize_current_url
        assign_names
        log_processing
        send(method, *arguments)
        send_response
I have a question.
"send(method, *arguments)" this calls action of a controller, right?
But if there''s no ''render'' in action - how does it automatically call
render and renders the...
2008 Jan 21
0
70 commits - configure.ac libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_loader.c libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_socket.c libswfdec-gtk/swfdec_gtk_socket.h libswfdec-gtk/swfdec_playback_alsa.c
configure.ac                           |   29 
 dev/null                               |binary
 libswfdec-gtk/Makefile.am              |    6 
 libswfdec-gtk/swfdec-gtk.h             |    1 
 libswfdec-gtk/swfdec_gtk_loader.c      |   45 
 libswfdec-gtk/swfdec_gtk_player.c      |    5 
 libswfdec-gtk/swfdec_gtk_socket.c      |  220 ++
 libswfdec-gtk/swfdec_gtk_socket.h      |   42