[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

controller issue with rails? (OSX

Joseph Graham

1/14/2006 10:56:00 PM

hello,
I created a table in MySQL and generated a scaffold against the
database with a product named "article" and the controller named
"admin", but when i try to load up the /admin view i get the
following stack trace. I am new to rails so I am not sure about the
nature of this error. Stack trace as follows.

BR_joe

NameError in Admin#index

uninitialized constant Article
RAILS_ROOT: script/../config/..

/usr/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/
dependencies.rb:200:in `const_missing'
/usr/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/
core_ext/string/../../inflector.rb:149:in `constantize'
/usr/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/
core_ext/string/inflections.rb:52:in `constantize'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/
pagination.rb:186:in `paginator_and_collection_for'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/
pagination.rb:124:in `paginate'
/script/../config/../app/controllers/admin_controller.rb:8:in `list'
/script/../config/../app/controllers/admin_controller.rb:3:in `index'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/
base.rb:853:in `perform_action_without_filters'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/
filters.rb:332:in `perform_action_without_benchmark'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/
benchmarking.rb:69:in `perform_action_without_rescue'
/usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/
benchmarking.rb:69:in `perform_action_without_rescue'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/
rescue.rb:82:in `perform_action'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/
base.rb:369:in `process_without_session_management_support'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/
session_management.rb:116:in `process'
/usr/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/dispatcher.rb:38:in
`dispatch'
/usr/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/webrick_server.rb:117:in
`handle_dispatch'
/usr/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/webrick_server.rb:83:in
`service'
/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:173:in `start_thread'
/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
/usr/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/webrick_server.rb:69:in
`dispatch'
/usr/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/commands/servers/
webrick.rb:59
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require'
/usr/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/
dependencies.rb:214:in `require'
/usr/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/commands/server.rb:28
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require'
/usr/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/
dependencies.rb:214:in `require'
script/server:3
This error occured while loading the following files:
article.rb


1 Answer

Logan Capaldo

1/14/2006 11:14:00 PM

0


On Jan 14, 2006, at 5:56 PM, Joseph Graham wrote:

> hello,
> I created a table in MySQL and generated a scaffold against the
> database with a product named "article" and the controller named
> "admin", but when i try to load up the /admin view i get the
> following stack trace. I am new to rails so I am not sure about
> the nature of this error. Stack trace as follows.
>
> BR_joe
>

This would be better directed here:

rails@lists.rubyonrails.org