Displaying 20 results from an estimated 50000 matches similar to: "Looking for a simple Scheduler Gem"
2005 Nov 18
2
Migrate Ubuntu Rails App to Fedora?
I developed a small RoR app on my Ubuntu laptop and I just tried to migrate
it to my "production" box which is Fedora FC3. I moved the entire rails
app. I received this error when I tried to get the first page:
[2005-11-17 15:36:00] INFO WEBrick::HTTPServer#start: pid=32546 port=3000
192.168.0.61 - - [17/Nov/2005:15:40:01 EST] "GET /freesql HTTP/1.1" 200 0
- ->
2009 Sep 17
1
Load Error Using Mechanize Gem
Hi,
I''m getting a "Could not open any of [xml2, xslt, exslt] (LoadError)" error when trying to run a simple Ruby program taken from the EXAMPLES.rdoc file of the Mechanize gem.
The error is in this line of the Nokogiri module of libxml.rb: ffi_lib ''xml2'', ''xslt'', ''exslt''
Not sure if there are missing gems, and if so,
2006 Apr 27
4
GD2 to Make Charts
I''m just getting started with GD2 and have successfully made a few
dynamic PNGs. I need to make some fairly detailed line graphs on the
fly and I know that GD2 is capable of what I want but I strongly suspect
I''m reinventing the wheel badly. Are there gems or other projects that
help creating complex charts? I''ve used GDChart in the distant past
but I
2006 May 04
3
Rubyonrails.org Website Blocked
Hi Everyone,
This is basically an FYI because I don''t think there is much that can be
done about it. I work at a DoD lab and up until very recently I had no
problems at all getting to rubyonrails.org. All week long I have not
been able to visit the site and I finally gave up and submitted a
trouble call to our network help desk. I was told that the site was in
a class B range
2006 Jan 12
6
Mysql::Error: Lost connection to MySQL server during query
I have been very VERY frustrated for the past week trying to solve a
seemingly spurious problem with my Windows XP SP2 box with Ruby
1.8.2/Rails 1.0.0/MySQL 5.0.16 or 4.1.15 (yes, I tried both) installed
running against a remote MySQL server that was either 3.23 or 4.1
(4.1.15 to be exact--we finally matched them both up to make sure that
wasn''t the problem).
So I post it here (as
2008 Apr 04
2
can't install rails. gem zlib crc error
hi all
i''m trying to install ruby on rails on my debian server. i didn''t use
apt-get. i installed everything from source. i used this tutorial
(without PD-Admin): http://railswiki.de/Ruby_on_Rails_auf_einem_Debian_Server_installieren
now i can''t install rails over gem, i''m getting this zlib crc error:
root@co2:~# gem install rails --include-dependencies
2005 Jun 18
1
Running general purpose queries
Hi,
I''m considering migrating my site from php to RoR. I''ve installed RoR gone
through the onlamp tutorials and made the recipie/todo list sample sites and
tinkered with a few of my own. I understand the examples that use models
and scaffolding to map tables, but I''m having a little trouble understanding
how to handle general purpose queries. A few people have
2010 Apr 07
0
Problems with no method error with rufus scheduler
Hi,
I have a problem with rufus. I created a test.rb file in the /config/
initializers folder.
test.rb
require ''rubygems''
require ''rufus/scheduler''
scheduler = Rufus::Scheduler.start_new
scheduler.each ''10s'' do
puts "hey see you in 10seconds!"
end
works fine so far.
Now I change it to:
test.rb
require
2011 May 14
0
Undefined method `has_attached_file' with paperclip 2.3.8 gem for Rails 2 using Ruby 1.8.7
Hello,
I am trying to use the paperclip plugin in my rails app to upload images
for posts. I am using Rails 2.0.2 and ruby 1.8.7 on Ubuntu 10.04 os for
project specific purposes.
I am referring to the following tutorials for this :-
1. http://railscasts.com/episodes/134-paperclip?view=comments
2.
http://jimneath.org/2008/04/17/paperclip-attaching-files-in-rails.html
I did a git clone on the
2006 Jan 20
0
Newbie installation problem: gem [command] --remote
Hi, i am a newbie to RoR. I downloaded Ruby 1.8.2-15 Windows installer
yesterday and trying to install following Curt Hibbs'' Rolling with Ruby
on Rails(http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html). My
OS is Win XP SP2 and the 1st step installation was fine.
D:\rg\xampp\ruby\bin>ruby -v
ruby 1.8.2 (2004-12-25) [i386-mswin32]
Next I was going to install rails remotely,
2008 Jun 27
0
gem install rails issue CRC error
im trying to install rails with gem. i have compiled 1.8.6 from source
and am running gem 1.1.1
here is the output:
[root@webapp1 ~]# gem install rails --include-dependencies --verbose
--backtrace
INFO: `gem install -y` is now default and will be removed
INFO: use --ignore-dependencies to install only the gems you list
connection reset after 2 requests, retrying
Missing metadata for 14022
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$
2012 Oct 09
0
[Win7 x64] Encoding::UndefinedConversionError after installing when using gem and rails
Hello,
after installing the RailsInstaller i got the following error:
C:/RailsInstaller/Ruby1.9.3/lib/ruby/site_ruby/1.9.1/rubygems/defaults.rb:57:in
`exist?'': "\x81" to UTF-8 in conversion from Windows-1252 to
UTF-8 (Encoding::UndefinedConversionError)
from
C:/RailsInstaller/Ruby1.9.3/lib/ruby/site_ruby/1.9.1/rubygems/defaults.rb:57:in
`default_path''
2008 Nov 20
1
running tests on gem
Is there a way to run he tests with cjust the gem installed?
I wanted to run the tests on the gem and tried:
$ jruby -S gem list RedCloth
*** LOCAL GEMS ***
RedCloth (4.1.1)
$ jruby --version
jruby 1.1.5 (ruby 1.8.6 patchlevel 114) (2008-11-14 rev 6586) [i386-java]
[jruby.git (master)]$ jruby -S gem check -test RedCloth
ERROR: While executing gem ... (OptionParser::InvalidOption)
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''
2009 Feb 03
1
"uninitialized constant Gem::Etc (NameError)" when starting server
I keep getting this when I try to start the server:
[Macintosh:rails/work/demo] jslicari% script/server
/Library/Ruby/Site/1.8/rubygems.rb:723:in `set_paths'': uninitialized
constant Gem::Etc (NameError)
from /Library/Ruby/Site/1.8/rubygems.rb:719:in `each''
from /Library/Ruby/Site/1.8/rubygems.rb:719:in `set_paths''
from /Library/Ruby/Site/1.8/rubygems.rb:526:in
2008 Apr 26
1
gem fetching error
I am trying to install some application using gem, but I keep on getting
the error. I tried with ''gem clean'' and ''gem update''. The latter gives
the following error (the same error is replicable when I try any ruby
applications):
# gem update --debug
Exception `Errno::ENOENT'' at
/usr/lib/ruby/site_ruby/1.8/rubygems/config_file.rb:51 - No such file or
2006 Dec 29
2
Gems looking in the wrong dir
Hello,
When I tested out SVN 1987, puppetmasterd barfs because gems is
looking in puppet/rails/lib no puppet/rails. This is under FC6 with
gems/rails installed from source. The simple fix for me was to create
the directory lib and link the files in /puppet/rails there.
.r''
Original error:
# puppetmasterd --debug
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27: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
2010 Feb 04
3
Rails Edge: gem bundle error
Hi.
Having installed Ruby 1.9 from source, I decided to have a look at
Rails3 aka Rails edge from git. Therefore, I followed wycats
instructions (http://weblog.rubyonrails.org/2010/1/1/getting-a-new-app-
running-on-edge), but keep getting an error related to Bundler:
$ sudo gem bundle --backtrace
ERROR: While executing gem ... (NoMethodError)
undefined method `path'' for