Displaying 20 results from an estimated 5000 matches similar to: "LoadError: RubyGem version error: rake-compiler(0.6.0 not"
2009 Jun 10
5
uninitialized constant ActiveSupport::Cache (NameError)
Hi
After having updated some GEMS I get `load_missing_constant'':
uninitialized constant ActiveSupport::Cache (NameError) on starting
the server of a freshly generated rails project.
Before, I already had Rails 2.3.2 projects succesfully running, now
all of them generate this error.
These are my GEMS:
actionmailer (2.3.2, 2.2.2, 2.1.2, 2.1.1, 2.1.0)
actionpack (2.3.2, 2.2.2, 2.1.2,
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 Jan 08
2
Problems with rspec 1.1 required inside rake tasks
This is interesting.
The default rspec rake tasks generated by Hoe give you an rspec.rake
file that looks like:
> begin
> require ''spec''
> rescue LoadError
> require ''rubygems''
> require ''spec''
> end
>
So far so good.
When you invoke rake to do something, say check_manifest
> rake check_manifest
>
You
2009 Jul 20
9
rake error
When I run rake test:units I get this error:
292 tests, 350 assertions, 2 failures, 13 errors
rake aborted!
Command failed with status (1): [/usr/local/bin/ruby -I"lib:test" "/
usr/loc...]
This error just showed up yesterday --- I have no idea how I caused
it. Here is my gem list in case that helps:
actionmailer (2.3.2, 2.2.2)
actionpack (2.3.2, 2.2.2)
activerecord (2.3.2, 2.2.2)
2006 May 22
0
RubyGem version error when running rake
All of a sudden I''m getting the following error when running any rake tasks:
"RubyGem version error: activesupport(1.3.1.4342 not = 1.3.1)"
It started happening after doing an update of my gems and installing
the Capistrano gem.
Any clues? I''ve googled around with no success.
Richard S
2005 Dec 29
1
Help with Kriging
R Experts,
I'm looking for some help with the geoR package. I'm trying to krig
some data without using a global neighborhood. I would like to set my
moving neighborhood to a distance, say 100 meters, where I know my data
is spatially correlated. I have tried the ksline function, but that
only allows my moving neighborhood to be set to a number of data points.
But, since my data
2008 Jan 01
3
3rdrail run rake task error: no Ruby script found in input (LoadError) (Windows)
Hi, dudes
I got a question here. When I run "rake db:migrate" in 3rdrail, it
throws an error: D:\ruby\bin\ruby.exe: no Ruby script found in input
(LoadError). I have set the ruby interpreter paths, And can''t find the
solution on Google. Any good ideas?
Issac
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
2005 Apr 24
4
Typo 2.0
I''m proud to announce the 2.0 release of the typo web logging engine.
What started as a toy project while
I was waiting for a client at starbucks now became a prestige open
source project with tons of modern features a dedicated dev team and
even its own hosting service!
Get it at http://rubyforge.org/projects/typo/
The 2.0 release has been long coming. Here are some of the new
2008 May 25
9
Segmentation Fault.
Hi there,
I am relative new to the wxRuby so please bear with me.
I use Ubuntu Hardy Heron 8.04 release. I have installed the wxwidgets C
libraries
and then did a
gem install wxruby
The ruby extensions were downloaded and installed correctly. If i do
$gem list --local
..
wxruby (1.9.7)
..
Then I tried to run a simple example "Hello World" as described in the
tutorial
2008 Jan 18
5
How do I pass form values from POST controller specs?
Hi there
I just started my first Merb app and I''m running into some weird
things in Specs. When I do:
describe "create action" do
it "should create a new project" do
project_params = {:name => ''bekkunin''}
Project.should_receive(:create).with(project_params)
controller, action = post(''/projects'', :project
2007 Oct 24
3
How do you specify a rubygem is being required?
Hi
I''m loading a gem on demand but can''t find a way to spec it.
Assuming rubygems is already loaded, I assumed the following would work:
describe SqliteConnection, " class" do
it "should require ''sqlite3''" do
Kernel.should_receive(:require).with("sqlite3")
SqliteConnection.new
end
end
Unfortunately
2015 Jan 07
1
rsync splits filenames, creates special characters where none are, weird permissions
Hi,
Am 07.01.2015 um 18:25 schrieb Paul Slootman:
> On Wed 07 Jan 2015, Lenz Weber wrote:
>
>> Where the local destination /data/snapshots is an NFS volume mounted with the flags
>> (rw,noatime,addr=192.168.1.XX)
>> and the source is a symlink to a zfs snapshot - that looks like this:
>> /var/backups/mail ->
2013 Aug 08
2
[HCL] Tripp Lite SMART1300LCDT supported by usbhid-ups
On Wed, Aug 7, 2013 at 6:47 PM, Charles Lepple wrote:
> On Aug 7, 2013, at 10:43 AM, Matthew Lenz wrote:
>
>> Tripp Lite SMART1300LCDT
>>
>> # upsc ups
> [...]
>> battery.voltage: 0.0
>> battery.voltage.nominal: 24.0
> [...]
>> input.frequency: 5990.0
>> input.transfer.high: 150.0
>> input.transfer.low: 92.0
>> input.voltage: 0.0
2007 Jul 09
10
Having problems with rake?
I am a total newbie to Rails and Ruby. I have the Agile Web Development
with Rails book and am following through the first few chapters. I got
to the "Creating you own Rails API Documentation" and followed the
following steps.
rails dummy_app
cd dummy_app
Then when I run the "rake rails:freeze:gems" command I get the following
error.
No rails gem 3.0.5.001 is installed. Do
2007 Apr 09
0
rubygems LoadError with Apache
Hi, I tried to deploy Ruby with Apache on OS X, but i got this error
just from clicking on the "About your applications environment" on the
"Welcome aboard" rails page.
========================================================================
public/../config/boot.rb:18:in `require'': No such file to load --
rubygems (LoadError)
from
2011 Apr 27
6
rubygems (LoadError)
I''m trying to set up a cron job with a runner that calls a method in one
of my models. I''m using javan''s whenever gem to do this and I''m running
CentOS on my server. Whenever the cron executes though I''m getting the
following error:
`require'': no such file to load -- rubygems (LoadError)
The method uses the ''mail'' and
2010 Feb 11
2
Error when starting rails server [on rails 3]
Hi all,
I receive an error when starting the server, namely:
~/Documents/blog$ rails server
/usr/local/lib/site_ruby/1.8/rubygems.rb:827:in `report_activate_error'':
RubyGem version error: rack-mount(0.5.0 not ~> 0.4.0) (Gem::LoadError)
from /usr/local/lib/site_ruby/1.8/rubygems.rb:261:in `activate''
from /usr/local/lib/site_ruby/1.8/rubygems.rb:296:in `activate''
2015 Jan 07
3
rsync splits filenames, creates special characters where none are, weird permissions
Hello,
I have a quite unusual encoding problem (?).
I call rsync with the following parameters:
/usr/bin/rsync -a --delete --numeric-ids --delete-excluded \
--rsh="/usr/bin/ssh -o StrictHostKeyChecking=no -i \
/etc/rsnapshot_ssh_certs/mykey" \
--link-dest=/data/snapshots/hourly.1/folder/mail/ \
rsyncbackup at server:/var/backups/mail/. \
2013 Aug 07
0
[HCL] Tripp Lite SMART1300LCDT supported by usbhid-ups
On Aug 7, 2013, at 10:43 AM, Matthew Lenz wrote:
> Tripp Lite SMART1300LCDT
>
> # upsc ups
[...]
> battery.voltage: 0.0
> battery.voltage.nominal: 24.0
[...]
> input.frequency: 5990.0
> input.transfer.high: 150.0
> input.transfer.low: 92.0
> input.voltage: 0.0
> input.voltage.nominal: 120
> output.current: 100.00
> output.frequency: 5990.0
>
2013 Aug 08
0
[HCL] Tripp Lite SMART1300LCDT supported by usbhid-ups
On Aug 8, 2013, at 9:14 AM, Matthew Lenz wrote:
> On Wed, Aug 7, 2013 at 6:47 PM, Charles Lepple wrote:
>> Could you please stop the NUT services (or just the driver, whatever is easiest) and run "sudo /lib/nut/usbhid-ups -a ups -DDD" ?
>
> How much output would you like from this? Want me to just stick it on
> a pastebin somewhere?
>
Just a few kB from the