[Rails] Re: install plugin in rails 3

2010-10-14 Thread rajul
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

[Rails] install plugin in rails 3

2010-10-14 Thread rajul
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

[Rails] Routing Error

2010-10-13 Thread rajul
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