Displaying 20 results from an estimated 10000 matches similar to: "Error when starting rails server [on rails 3]"
2010 Mar 08
4
install problems on fedora 12
I just got set up with fedora 12 and am a new user for that distro.
I got ruby 1.8.6 installed. Then I tried to install rails using yum
which gave me rails 2.3.4. When I tried to start a rails project I had
an error saying the wrong version of rack was supplied. I tried to
resolve that with gem installs but got errors saying it couldn''t find
rubygem sources. Then I decided to see if I
2010 Feb 26
0
ruby script/cucumber -tags producing a gem error
When I do "ruby script/cucumber" the tests run no issues. When I do
the same thing but -tags tag_name I get a gem version error:
Where is it coming from and why??
Using the default profile...
RubyGem version error: rack(1.0.1 not = 1.1.0)
(Gem::LoadError)
F:/BACKUP/Backup/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:827:in
`report_activate_error''
2010 Mar 24
2
server wont start
In my command line I type script/server and I get the following error
below:
/usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:826:in
`report_activate_error'': RubyGem version error: rack(0.9.1 not ~> 1.0.1)
(Gem::LoadError)
from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:260:in `activate''
from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:67:in `gem''
from
2011 Feb 21
1
authlogic problem
I can''t get authlogic to work.
(https://github.com/binarylogic/authlogic)
i''ve installed it,
i''ve put the following in environment.rb:
config.gem "authlogic"
''gem list'' gives:
*** LOCAL GEMS ***
abstract (1.0.0)
actionmailer (3.0.3, 2.0.2)
actionpack (3.0.3, 2.0.2)
activemodel (3.0.3)
activerecord (3.0.3, 2.0.2)
activeresource (3.0.3,
2010 Mar 04
1
Newbie problem with installing rails.
Installed Ruby fine, works fine. Windows, 1.8.6
Fire up RubyGems to install rails.
gem install rails
Various success messages to screen.
Open a command line.
rails test
Ton of creates ... OK.
cd test
ruby script/server
Get a message saying I''m trying to run 1.3.2 and I''ve got 1.3.1 and I
should run gem update --system
Go to RubyGems and run ''gem update
2012 Oct 31
1
librarian-puppet
Unless I install puppet vis gems, I get the following error when attempting
to use librarian-puppet.
librarian-puppet
/usr/lib/ruby/site_ruby/1.8/rubygems.rb:779:in `report_activate_error'':
Could not find RubyGem puppet (>= 0) (Gem::LoadError)
from /usr/lib/ruby/site_ruby/1.8/rubygems.rb:214:in `activate''
from /usr/lib/ruby/site_ruby/1.8/rubygems.rb:249:in
2005 Oct 18
1
rails gem update
hi all,
i just did a
''gem update --source gems.rubyonrails.org''
and then a
''gem cleanup''
and all appeared to run smoothly but now when i start up a webrick
server i get the following:
/usr/local/lib/site_ruby/1.8/rubygems.rb:204:in `report_activate_error'':
RubyGem version error: activesupport(1.2.0 not = 1.1.1) (Gem::LoadError)
from
2006 Jun 20
3
Running Mongrel Cluster on boot
I''ve installed pen and mongrel with mongrel_cluster (as gems) on
Debian sarge. I can run everything from the command line fine
including starting from the /etc/init.d/mongrel_cluster script
On boot though mongrel_cluster fails with this msg:
/usr/local/lib/site_ruby/1.8/rubygems.rb:204:in
`report_activate_error'': Could not find RubyGem mongrel_cluster (> 0)
(Gem::LoadError)
2006 Jan 23
0
gem install login_generator
I am trying to install a gem into my Dreamhost account:
http://wiki.dreamhost.com/index.php/Ruby_on_Rails#Using_gems_installed_in_your_home_directory
But it doesn''t work. I don''t quite understand the error message:
pico$ gem update --source http://gems.rubyonrails.com
Upgrading installed gems...
Updating Gem source index for: http://gems.rubyonrails.com
Gems: [] updated
pico$
2006 May 15
2
Error creating controllers in InstantRails-1.3a
Hi,
I was able to successfully Install InstantRails-1.3a and run cookbook throgh
Apache and WEBrick , however when I try to create my own app. cookbook2
following tutorial ( http://instantrails.rubyforge.org/tutorial/index.html)
, it gives me below error whle creating MyTest controller
Cannot find gem for Rails =1.1.2:
Install the missing gem with ''gem install -v=1.1.2
2010 Mar 17
4
passenger errors
Has anyone seen this come up, I am using 0.24.8 version of puppet. I
followed the directions on the wiki and installed passenger correctly from
what I can tell.
[Wed Mar 17 09:07:56 2010] [notice] Apache/2.2.14 (Unix) DAV/2
Phusion_Passenger/2.2.5 mod_python/3.3.1 Python/2.5.2 mod_ssl/2.2.14
OpenSSL/0.9.8g mod_perl/2.0.4 Perl/v5.10.0 configured -- resuming normal
operations
2006 Mar 29
2
rails error on DreamHost all of a sudden
Hello!
I''m trying rails on DreamHost.com.
It worked fine until days ago.
Now if I run "rails", I got the following error.
[rampart]$ rails
/usr/local/lib/site_ruby/1.8/rubygems.rb:194:in `report_activate_error'':
RubyGem version error: activerecord(1.13.2 not = 1.14.0)
(Gem::LoadError)
from /usr/local/lib/site_ruby/1.8/rubygems.rb:136:in `activate''
2007 Feb 20
0
From edge to stable version
Hi, I was developing an app with Edge-Rails. When 1.2.1 version
arrived I removed the rails directory within vendor and application
doesn''t work anymore.
Alse I made a gem cleanup and I got this error running webRick server:
/usr/lib/site_ruby/1.8/rubygems.rb:204:in `report_activate_error'':
RubyGem version error: activesupport(1.4.1 not = 1.4.0)
(Gem::LoadError)
from
2005 Dec 28
2
Rails didn''t install correctly
Hi all,
Apparently rails didn''t install correctly on my Mandrake 10.0 system.
=================================
[slitt@mydesk work]$ rails demo
/usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:204:in `report_activate_error'':
Could not find RubyGem rails (> 0) (Gem::LoadError)
from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:141:in `activate''
from
2007 Feb 07
1
Auto-installing Gems via boot.rb causes errors under Mongrel
Hi,
I''m trying to make my Rails app auto-install my required gems, by
invoking the gem installation in boot.rb. I''ll use the ActionMailer
gem as an example:
...
system "sudo gem install actionmailer --version=1.2.5 -y"
...
Problem is that this fails on the first invocation of Mongrel - it
can''t find the gem. However, if I kill and restart mongrel (with the
2006 Jan 20
2
what''s the right way to require a file?
I''m having a problem importing a class from another project (not a RoR
application). What''s the right way to require such a file?
I have a class ModelPathwayObject. It''s in
#{RAILS_ROOT}/../lib/model_pathway_object.rb , so I add that path to
config.load_paths. In config/environment.rb:
Rails::Initializer.run do |config|
config.load_paths += %W(
2011 Aug 09
5
Bundle Install failing on deployment
Hi,
I have upgraded an app to 3.1.0.rc5 and everything is fine locally.
When I try to deploy with capistrano, bundle install fails with the
following output:
** [out :: westminster-agency.co.uk] Fetching source index for
http://rubygems.org/
** [out :: westminster-agency.co.uk] which: no sudo in (/usr/local/
sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin)
** [out ::
2008 Oct 15
2
Could not find RubyGem - because it's not a gem
Hi all,
Why doesn''t a require in my environment.rb file search the standard
site_lib path?
# works
irb(main):001:0> require ''strongtyping''
=> true
# doesn''t work
C:\>ruby script\server
=> Booting WEBrick...
C:/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:628:in
`report_activate_error'': Could not find RubyGem strongtyping (>= 0)
2008 Jun 23
12
From Instant Rails 2.0 to Rails 2.1.0
hi,
I have installed Instant Rails 2.0 on my machine which comes with
Rails 2.0.2. Now I want to update my Rails to version 2.1.0. So I do
gem update rails and It seems to be fine. But when I check the version
of my Rails I get the following message:
>rails -v
C:/RoR/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:578:in
`report_activate_error'': RubyGem version error: activesupport(2.0.2
not
2012 Oct 08
11
Puppet 3.0 upgrade issue
Hi @all,
after upgrading my puppet server to Puppet 3.0 I got the following error
every time a client connect to the server:
[ pid=1532 thr=70147393710520 file=utils.rb:176 time=2012-10-08
11:17:56.504 ]: *** Exception NoMethodError in
PhusionPassenger::Rack::ApplicationSpawner (undefined method `settings'' for
Puppet:Module) (process 1532, thread #<Thread:0x7f98ecf7d370>):