[Rails] Re: Very noobish question

2010-07-10 Thread Frederick Cheung
On Jul 10, 8:37 am, Dd Ss li...@ruby-forum.com wrote: So I just started with rails a few days ago and I am wondering why this does not work. I get an ArgumentError in User#create Extracted source (around line #2): 1: 2: % form.for :user, @user, :url = {:action = create}, :html = That

[Rails] Re: Very noobish question

2010-07-10 Thread Marnen Laibow-Koser
Dd Ss wrote: So I just started with rails a few days ago and I am wondering why this does not work. I get an ArgumentError in User#create Yes? And what's the rest of the error message? Best, --  Marnen Laibow-Koser http://www.marnen.org mar...@marnen.org Sent from my iPhone -- Posted via

Re: [Rails] Re: Very noobish question

2010-07-10 Thread Andre Joseph Cubeta
Try to understand the standard 7 object method called restfull API and it will make your life easier in rails. Application. Try checking http://railscas.com for a start. Cheers, Andre Sent from my iPhone On Jul 10, 2010, at 7:09 PM, Marnen Laibow-Koser li...@ruby-forum.com wrote: Dd Ss

[Rails] Re: Very noobish question

2010-07-10 Thread David Zhu
Try to understand the standard 7 object method called restfull API and it will make your life easier in rails. Application. Try checkinghttp://railscas.comfor a start. Its actually http://www.railscasts.com ryan bate's video screencasts, they really realy help -- You received this

[Rails] Re: Very noobish question

2010-07-10 Thread dfx
I'm not sure if this is the reason or not, but form.for should be form_for in views/user/create.html.erb. Hope this helps. I'm not sure if this is the reason, but form.for should be form_for On Jul 10, 12:37 am, Dd Ss li...@ruby-forum.com wrote: So I just started with rails a few days ago and