Displaying 5 results from an estimated 5 matches for "railsapplication1".
2007 Oct 16
6
netbeans6 + RoR errors
...m having problems with running RoR applications, either imported
from existing source or by creating a new project in NetBeans 6 beta
1. When I use the menu "run / test project" or "run / run main
project" I get an error very similar to this:
(from test)
(in C:/flame-svn/test/RailsApplication1)
"C:/flame-svn/test/RailsApplication1/config/boot"
rake aborted!
No such file or directory - C:/flame-svn/test/RailsApplication1/C:
C:/flame-svn/test/RailsApplication1/rakefile:6
(See full trace by running task with --trace)
Click here to re-run task with tracing enabled
(from starting w...
2010 Apr 22
2
Server error
Hi, I''m new to rails. I installed it according to "getting started",
created new application, run the server... and got an error :(
C:\Temp\RailsApplication1>ruby script/server
=> Booting WEBrick
=> Rails 2.3.5 application starting on http://0.0.0.0:3000
C:/Ruby19/lib/ruby/gems/1.9.1/gems/rails-2.3.5/lib/initializer.rb:
271:in `rescue
in require_frameworks'': no such file to load -- jopenssl
(RuntimeError)
from C:/Ruby19/lib/ru...
2008 Sep 24
19
How to define request.domain in when testing
Hi,
My application relies on request.domain for doing its job. The problem I
am encountering, is that when running tests, request.domain returns
"test.host", how can I change that so that it returns "mysite.com"?
Thanks in advance.
--
Posted via http://www.ruby-forum.com/.
2009 May 30
0
rake aborted! EMULTIHOP (Reserved)
Hi,
I am using netbeans 6.5.1 IDE for development,(On fedora operating
system) I have installed mysql
and given proper sock file path in the database.yml file. But still I
am getting this error when i am trying to migrate the database to
current version.
(in /home/a1tech/NetBeansProjects/RailsApplication1)
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute db:migrate
rake aborted!
EMULTIHOP (Reserved)
Regards
kiran
--
Posted via http://www.ruby-forum.com/.
2008 Jan 03
7
error message after upgrading ruby
...this point I get my index page in my view in this format
index.html.erb and not like before index.rhtml
when I enter localhost:3000/lijsten/index I get the following error
message
Errno::EBADF in LijstenController#index
Bad file descriptor - connect(2)
RAILS_ROOT: D:/Documenten/NetBeansProjects/RailsApplication1
Application Trace | Framework Trace | Full Trace
C:/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/
vendor/mysql.rb:111:in `initialize''
C:/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/
vendor/mysql.rb:111:in `new''
C:/ruby/lib/ruby/gems/1.8/ge...