Displaying 20 results from an estimated 116 matches for "missingsourcefile".
2006 May 17
3
Rails "Application Error" with apache and mod_fcgid
...nection_adapters/abstract/connection_specification.rb:41:
warning: method redefined; discarding old allow_concurrency=
/usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/connection_adapters/sqlserver_adapter.rb:456:
warning: method redefined; discarding old remove_column
Exception `MissingSourceFile'' at
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21 - no such file
to load -- db2/db2cli
Exception `MissingSourceFile'' at
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:29 - no such file
to load -- db2/db2cli
Exception `MissingSourceFile'' at
/usr/li...
2006 Jul 20
6
Ruby on Rails & FastCGI 500 Error
I''m getting an error 500 and I''m at my wits end as to what could be
causing it. I''m sure the path to the ruby executable is correct so what
else could be causing it?
--
Posted via http://www.ruby-forum.com/.
2006 Nov 22
1
rspec_on_rails (MissingSourceFile)
.../bin/spec"
"spec/models/daily_scrum_spec.rb" "spec/models/progress_report_spec.rb"
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require'': no such file to load --
./spec/models/../../vendor/generators/rspec/lib/rspec_on_rails
(MissingSourceFile)
from
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`require''
from
/usr/local/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:147:in
`require''
from ./spec/models/../spec_helper.rb:3
from ./spec/...
2008 Jun 12
2
Mongrel won''t start ... mongrel_rails (MissingSourceFile)
...#39; to force WEBrick)
=> Rails 2.1.0 application starting on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
Exiting
/usr/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in
`load'': no such file to load -- mongrel_rails (MissingSourceFile)
NOTE: I can start mongrel using /usr/bin/mongrel_rails and I get no
errors.
I put a puts $: statement at the end of config/boot.rb and indeed, the
path to the mongrel gem is missing. What''s up? Where/how do I fix
this?
Thanks in advance.
-- David
--
Posted via http://www.ruby-forum...
2007 Aug 09
2
no such file to load -- acts_as_ferret (MissingSourceFile)
...ject onto
windows xp sp2, acts_as_ferret seemed to become broken.
I just put my project into a svn repository from ibook and checked it
out into a windows pc. I got ruby1.8.5, rails1.2.3, ferret0.11.4
installed as gems. After I checked out the project, I got no such file
to load -- acts_as_ferret (MissingSourceFile) error while trying to
start server.
I''ve tried to delete the acts_as_ferret plugin and reinstall it. The
reinstallation is successful, but the error is still there.
Does anyone has any ideas about this? Thanks a lot.
Allen
--
Posted via http://www.ruby-forum.com/.
2006 Nov 22
0
rspec_on_rails MissingSourceFile
.../bin/spec"
"spec/models/daily_scrum_spec.rb" "spec/models/progress_report_spec.rb"
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require'': no such file to load --
./spec/models/../../vendor/generators/rspec/lib/rspec_on_rails
(MissingSourceFile)
from
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require''
from
/usr/local/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:147:in
`require''
from ./spec/models/../spec_helper.rb:3
from ./sp...
2009 Jan 14
1
MissingSourceFile (no such file to load -- mysql)
I''m having problem trying to get the app running properly due to it not
finding MySQL.It seems that the app can''t find mysql.
This error shows up on my production log: MissingSourceFile (no such
file to load -- mysql)
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
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-/J...
2008 Sep 09
2
MissingSourceFile error
...; command and generated a
controller "script/generate controller Say". Then I created a file in
app/view/say/hello.html.erb. I added a method "hello" in
app/controllers/say_controller.rb. From a browser to access the link
"http://localhost:3000/say/hello, I got this error:
MissingSourceFile in SayController#index
no such file to load -- sqlite3
What''s wrong with my application? Did I forget anything?
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups &quo...
2008 Apr 11
3
does backgroundrb server need rails environment?
Hi everyone,
I noticed that script/backgroudrb requires config/environment which
causes the backgroundrb server as well as the log worker to ''bloat'' to
35MB each. I am kind of sensitive to memory issues, so I patched the
code and essentially moved the require of environment from
script/backgroundrb to the meta_worker. Everything seems good and now
both backgroundrb server and
2006 May 29
0
MissingSourceFile (no such file to load -- breakpoint):
Anyone seen this before? I did a gem update recently and may have broken
something. But I''d still like to decipher what the message below
actuallt means:
MissingSourceFile (no such file to load -- breakpoint):
/usr/lib64/site_ruby/1.8/rubygems/custom_require.rb:21:in `require__''
/usr/lib64/site_ruby/1.8/rubygems/custom_require.rb:21:in `require''
/usr/lib64/ruby/gems/1.8/gems/activesupport-1.3.0/lib/active_support/dependencies.rb:136:in...
2006 Jan 16
0
newbie - MissingSourceFile error
...;m going through the tutorial @
http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html?page=1
I have Ruby version 1.8.2 (2004-12-25) [i386-mswin32]
and I installed rails remotely with
>gem install rails --remote
But when I create a simple controller and tried to load the
page I get error:
MissingSourceFile in <controller not set>#<action not set>
No such file to load -- ./../config/../config/routes.rb
I tried uninstalling and re-installing rails - that didn''t
work. And I checked the config subdirectory and routes.rb
is there.
Any idea!!
thanks
______________________________...
2008 Oct 22
0
active_adaptor (MissingSourceFile)
...e has "active_adaptor"? Below is detailed
error message. The line "require ''active_adaptor''" is failing in
compiler.rb.
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require'': no such file to load -- active_adaptor
(MissingSourceFile)
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`require''
from
/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in
`require''
from
/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/depend...
2007 Jun 06
1
ActiveLdap: no such file to load -- ldap (MissingSourceFile)
...setup a config/ldap.yml file. Starting rails gives me an error that it
can not find the ldap source file. (I installed from the gem with its
prerequisites log4r, etc.)
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require'': no such file to load -- ldap (MissingSourceFile)
from
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`require''
from
/usr/local/lib/ruby/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:495:in
`require''
from
/usr/local/lib/ruby/gems/1.8/gems/activesupport-1.4.2/lib/...
2006 Jan 07
2
app no longer runs - MissingSourceFile for any controller
Hello all. I somehow managed to break my rails app running under Apache 2
with fcgi. With any action I try, it throws an exception saying it can''t
find the source file. For instance, requesting an action in my
welcome_controller results in:
MissingSourceFile in <controller not set>#<action not set>
No such file to load -- app/controllers/welcome_controller.rb
The log doesn''t show anything, except the exception backtrace (below).
But, the application works fine using webrick. Further, I''ve tried running my
old todo app...
2007 Nov 15
2
MissingSourceFile spec/rails/story_adapter.rb
I can see that the file story_adapter.rb isn''t where it is supposed to
be, however, I don''t know where it comes from in the first place.
Can someone give me a hint here?
I installed using:
ruby script/plugin install
svn://rubyforge.org/var/svn/rspec/tags/CURRENT/rspec
ruby script/plugin install
svn://rubyforge.org/var/svn/rspec/tags/CURRENT/rspec_on_rails
The above is
2006 Nov 24
0
rSpec REL_0_7_2 rspec_on_rails (MissingSourceFile) >> Fixed in trunk
Hi Aslak, Thanks for the help. That bug is fixed in trunk.
Here''s my path to recovery ...
$ svn co svn://rubyforge.org/var/svn/rspec/trunk ~/tmp/rspec
$ cd ~/tmp/rspec
$ rake gem
$ sudo gem install pkg/rspec-0.7.3.gem
$ ./script/plugin install --force svn://rubyforge.org/var/svn/rspec/trunk/vendor/rspec_on_rails/vendor/plugins/rspec
$ ./script/generate rspec (required to regenerate
2008 May 14
2
MissingSourceFile: no such file to load -- digest/shal
I attempted to bring up digest/shal in the console but it seems to not
be in there. After - gem update I still do not have this file.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
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
2006 May 17
2
MissingSourceFile in LoginController#login PROBLEM
Hi All,
I''m new to this and having a hard time getting a ruby on rails app to work. The problem seems to be realted to sqlite3 but as far as I know sqlite3 is working properly on its own. You can check out my error messages at http://129.173.68.245
Any advice on what might be causing this problem is greatly appreciated.
S.
---------------------------------
All new Yahoo!
2007 Nov 22
7
Problem Installing RMagick with Instant Rails on Windows
...em:
gem install rmagick --local
and received the response:
Successfully installed rmagick-1.14.1-unknown
1 gem installed
Unfortunately, when I type the following at a Rails Console prompt:
>> require ''RMagick''
I receive the response:
require ''RMagick''MissingSourceFile: no such file to load -- RMagick
Similarly, when I attempt to use RMagick within my Rails application
(I use it to resize an uploaded image) I get the following message:
Problems loading rmagickProcessor: no such file to load -- RMagick
When I place the line:
require ''RMagick''...
2009 Oct 04
2
no such file to load -- restClient (MissingSourceFile) HELP
...client it works fine but when i try to load
it from environment.rb with require ''rest_client'' this is what i get...
it''s driving me batty.
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'': no such file to load -- restClient
(MissingSourceFile)
from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in
`require''
from
/usr/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/active_support/dependencies.rb:158:in
`require''
from
/home/morgan/public_html/tutoring.minulle.com/app/releases/20091004193614/app/controlle...