Displaying 20 results from an estimated 80000 matches similar to: "Problem installing flashplayrhelpr plugin"
2009 Nov 25
1
unable to add the flash player helper
hi
i am trying to add the flash player helper on applicaion.
when i install the the svn i got this error
how to solve this?
# ruby script/plugin install svn://rubyforge.org/var/svn/flashplayrhelpr
svn: Can''t connect to host ''rubyforge.org'': Connection refused
and also i try this
# rake flash_player:install
(in /home/malathi/www/videoapp)
rake aborted!
2006 Aug 08
1
Problem installing the plugin...
Hi,
I am running ruby 1.8.4 rails 1.1 on Mac OSx and I am getting the
following error installing the plugin. Any ideas ? ( BTW This is a brand new
rails app )
Thanks !!
ruby script/plugin install svn://rubyforge.org/var/svn/backgroundrb --force
subversion/libsvn_wc/lock.c:630: (apr_err=155007)
svn: ''/Users/fgaliana/work/samples/fred/vendor/plugins'' is not a working
copy
2006 Dec 23
2
Having trouble installing the Rails plugin with Rspec 0.7.5
Hi,
I''m running Rails 1.1.6 and just installed RSpec 0.7.5. When I try to
install the appropriate Rails plugin, it just says that "Export Complete"
and doesn''t install anything to vendor. I can do it with older version, but
then it''s not compatible with RSpec. Any ideas?
blissdev:~/code/rails/client/wordone > ruby script/plugin install
2006 Jun 02
5
where does script/plugin cache its server list?
tiring of manually googling for SVN urls then checking out modules into
/usr/share/ruby and linking it into plugins/, ive tried script/plugin
again. it predictable fails here:
./script/plugin install acts_as_ferret
svn: URL ''svn://rubyforge.org/var/svn/laszlo-plugin/rails/plugins''
non-existent in that revision
2006 Jun 12
0
BackgrounDRb New Release
Hey Folks-
I have just pushed a new release of BackgrounDRb to rubyforge. It
has some nice new features to allow for usage of your ActiveRecord
Models within your worker classes. I also added a config file for
setting hosts and ports and if you want to load rails or not.
Please have a look and let me know if anyone runs into any issues.
If you already have an older version installed then you
2006 Feb 04
0
Cartographer plugin problem: was: ArgumentError when installing plugins with -x
On 2/3/06, jeremy*pinnix <jpinnix.alt@gmail.com> wrote:
> This is the second time that I''ve tried to install plugins where this
> error has occured. It only occurs when I use the -x flag.
>
>
> What is the problem?
>
I found that the cartographer plugin has been moved to rubyforge. But
I am still getting an error trying to install it.
script/plugin install
2007 Apr 12
4
Installing rspec in Windows
Hi all,
I''m trying to install rspec and I''m having a problem.
C:\Users\Nathan\Documents\rails\myproject> gem install rspec
Bulk updating Gem source index for: http://gems.rubyforge.org
Successfully installed rspec-0.8.2
Installing ri documentation for rspec-0.8.2...
Installing RDoc documentation for rspec-0.8.2...
C:\Users\Nathan\Documents\rails\myproject> ruby
2007 Oct 16
10
Scenarios Plugin Pre-Announcement
This is sort of a pre-announcement for a Rails plugin my friend Adam
Williams and I are working on. We''re in the process of extracting it
from a project we are working on so that it can be generally useful to
the Rails community. We are calling it "Scenarios". It is a drop in
replacement for Rails fixtures:
http://faithfulcode.rubyforge.org/svn/plugins/trunk/scenarios/README
2006 Jun 26
0
partitioned_id plugin
After reading Jamis'' post on id partitioning, I
decided to learn how to write a rails plugin so here''s
my first attempt...
Brent
= partitioned_id rails plugin
This library adds a partitioned_id to ease the storage
partitioning of lots of files
in the file system. For an id of 1, a string
"0000/0001" will be returned and for
an id of 12345678, a string
2006 Sep 18
1
Problem with install on IR/Windows
I''m getting an error I don''t understand when I try to install the BackgrounDRb plugin.
I installed the plugin yesterday, or thought I did, and tried this morning to start the daemon. Got an error and so tried to reinstall using:
>ruby script\plugin install svn://rubyforge.org//var/svn/backgroundrb --force
The first line of the reponse says:
svn:
2006 Aug 06
1
Plugin development and external SVN repos?
I''m in the progress of packaging some stuff I''ve written as plugins and
I''d like to host the plugin code in their own project repositories at
rubyforge.
My preferred way of writing a plugin is as part of an application, i.e.,
my working copies of the plugins live in the vendor/plugins directory
of a rails app. Of course, this rails app is version controlled in my
2008 May 06
6
"Plugin not found" after RSpec install
I tried to install the RSpec Rails plugin as described here:
http://rspec.info/documentation/rails/install.html
After I run this...
ruby script/plugin install http://rspec.rubyforge.org/svn/tags/CURRENT/rspec
At the very end after a lot of output I get this error:
Plugin not found: ["http://rspec.rubyforge.org/svn/tags/CURRENT/
rspec"]
It looks as though it actually was installed
2007 Mar 30
4
Current status of webgen 0.4.3 and 0.5.0 (new plugin system)
Hi everybody!
As the easter holidays have now finally arrived and all the exams are
over, I will have more time for webgen again!
Summary
=======
* Changes included in the upcoming 0.4.3 release
* webgen repository
* Status on 0.5.0
* Detailed information on the new 0.5.0 plugin system
Changes for 0.4.3
-----------------
I have collected all mails/forum entries/ML postings in which bugs
2006 Jun 30
3
New release of ez-where plugin
Hello friends-
There is a new release of the ez-where plugin. This plugin makes it
easy to do complex ActiveRecord queries without writing any SQL. Ruby
operators are mapped to SQL operators like so:
foo == ''bar'' #=> ["foo = ?", ''bar'']
foo =~ ''%bar'' #=> ["foo LIKE ?", ''%bar'']
2008 Jul 10
0
install plugin from zip file
i have been trying to install the geokit plugin. for some reason
script/plugin install svn://rubyforge.org/var/svn/geokit/trunk
isn''t working for me. i downloaded it as a zip file from
http://rubyforge.org/frs/?group_id=3031
but don''t know what to do now.
i tried extracting it and typing "ruby script/plugin install c:
\path_to_geokit_folder" from my rails app but that
2008 Feb 27
2
problem installing webOrb => Plugin not found: "http://themidnightcoders.net:8089/svn/weborb"
I''m trying to install weborb in my applications but it is not working
as you can see:
C:\RoR\mijnapplication>ruby script/plugin install http://themidnightcoders.net:8
089/svn/weborb --force to reinstall
+ ./README
+ ./Rakefile
+ ./init.rb
+ ./install.rb
+ ./lib/AC_OETags.js
+ ./lib/InfoService.rb
+ ./lib/data-management-config.xml
+ ./lib/example.html
+ ./lib/example.mxml
+
2006 Jul 25
4
Problem installing plugins
I''m trying to install a plugin using the supplied command...
$ script/plugin install svn://rubyforge.org//var/svn/backgroundrb
I get an error
sh: line 1: svn: command not found
What am I doing wrong? What is svn, and why is it not found?? It seems
to work for everyone else....
Have I missed something in my Ruby install?
--
Posted via http://www.ruby-forum.com/.
2006 Aug 02
2
Problem with RadRails plugin installation
Hi,
I am usiing Windows XP and am behind a firewall. I get following error while
trying to isntall few specific plugins that are hosted on some other sites
than rubyforge (e.g.http://progrium.com/svn/vforge/plugins/widgets) in
my RadRails project.
"HTTP/1.1 407 Proxy Authentication Required ( The ISA Server requires
authorization to fulfill the request. Access to the Web Proxy service is
2006 Jun 21
2
MasterView rails-optimized (x)html friendly template engine plugin - Release 0.2.0
MasterView rails-optimized (x)HTML friendly template engine plugin - Release
0.2.0
The MasterView development team is pleased to announce the general
availability of MasterView release 0.2.0. MasterView is a rails-optimized
(x)html friendly template engine plugin that provides another option to the
existing rails view templates (rhtml and rxml). The main idea is to provide
a template engine that
2009 Oct 15
7
PLZ HELP - ROR on Redhat Linux :: Problem with backgroundrb
Hi,
I have successfully crossed all the hurdles to install Ruby on rails on
a redhat 5 Linux based system.
But the last and the biggest hurdle i am facing at this moment is
installing backgrounrb :(
I followed all the steps from the http://backgroundrb.rubyforge.org/
1. sudo gem install chronic packet
2. script/plugin install svn://rubyforge.org/var/svn/backgroundrb
[IMP:::: I had to drop