Hi,

I've just created a Rails application using the following commands:

$ rails new rails_test -d mysql
$ cd rails_test/
$ rake db:create
$ rails g scaffold user name:string age:integer
$ rake db:migrate

When I start the webserver and try to access http://localhost:3000/users I
got the following error on WEBrick's output:

ExecJS::RuntimeError: axconfig: unable to open axports file
/etc/ax25/axports (No such file or directory)

  (in
/home/gustavo/Projetos/rails_test/app/assets/javascripts/users.js.coffee)
Served asset /application.js - 500 Internal Server Error

Any ideas?

Thanks in advance,
Gustavo

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to