when i type this command rails plugin install
git://github.com/rails/dynamic_form.git
it show
usage:
Rails new APP_PATH [option]
options:
-r , [--ruby=path] # path to ruby binary of your choice
.
.
.
.
.
.
.
and something like this
On Oct 14, 1:55 pm, Smit Shah wrote:
> what error you are
To install error_messages_for
i run this commond but it does'nt work
rails plugin install git://github.com/rails/dynamic_form.git
please help me out
i am using windows platform
--
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post
my register.html.erb file is :
<% form_for :user do |form| %>
Enter Your Detail
Screen Name
Email
Password
<%end%>
and my user controller is
class UserController < ApplicationController
def index
end
def register
@title
3 matches
Mail list logo