search for: veejar

Displaying 2 results from an estimated 2 matches for "veejar".

Did you mean: redjar
2008 Sep 02
6
Writing new controllers
I have created new rails-project. I start Mongrel. I add to project: app/controllers/my_first_controller.rb --------------------------------------------------------- class MyFirstController < ApplicationController def index render :text => ''<html><body>My First Controller</body></html>'' end end http://192.168.1.1:8080/my_first/ -> all
2007 Dec 03
3
Request param type of array
Hello. I have tested such form: <form method=''POST''> <input type=''hidden'' name=''myfield'' value=''value1''> <input type=''hidden'' name=''myfield'' value=''value2''> <input type=''submit'' name=''_submit''