Displaying 1 result from an estimated 1 matches for "normalized_nested_attributes".
2010 Sep 08
4
On init webrick get older rails version (suddenly)
..., confirmed by the prompt (rails -v)
I''m doing a project and on other occasions I have needed
install nested forms.
I followed the steps
(http://weblog.rubyonrails.org/2009/1/26/nested-model-forms)
This steps:
$ git clone git://github.com/alloy/rails.git
$ cd rails
$ git checkout origin/normalized_nested_attributes
$ cd ../..
$ ruby vendor/rails/railties/bin/rails .
And when i restarted webrick, this load rails 2.3.0 (that i didn''t
install).
=> Booting WEBrick
=> Rails 2.3.0 application starting on http://0.0.0.0:3000
Anyone know what relationship there is or how to fix this?
Thanks in adva...