Displaying 2 results from an estimated 2 matches for "prueba_controller".
2005 Mar 02
2
Problems installing gems using rails
...the
tutorial at
http://manuals.rubyonrails.com/read/book/7
Everything went fine until I arrive to this code:
$ ruby script/generate model Prueba
exists app/controllers/
exists app/helpers/
create app/views/prueba
exists test/functional/
create app/controllers/prueba_controller.rb
undefined local variable or method `class_name'' for
#<Rails::Generator::Commands::Create:0x407b48a0>
$
¿What''s going on here?
My system:
Mandrake 10.1 (updated from 10)
ruby 1.8.1
Thanks in advance
Juan Pablo
2006 Dec 04
7
I need help to connect Postgres and Ruby on Rails Please.
...:1969:in
`attributes_from_column_definition''
/usr/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/base.rb:1351:in
`initialize_without_callbacks''
/usr/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/callbacks.rb:236:in
`initialize''
app/controllers/prueba_controller.rb:9:in `new''
app/controllers/prueba_controller.rb:9:in `guardar''
-e:4:in `load''
-e:4
/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service''
/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run''
/usr/lib/ruby/1.8/webrick/server.rb:172:in `start_thread...