Displaying 20 results from an estimated 100000 matches similar to: "scripts/plugin list"
2006 Apr 12
2
wiki.OnRails.com.ar Argentine Comunity Started
We are in beta now.
http://wiki.onrails.com.ar
Any question contact me
pedro.visintin at gmail
--
Posted via http://www.ruby-forum.com/.
2006 Apr 14
2
Rails 1.1.2 is working on shared hosting that has rails 1.0
After many hours I got working
It is in spanish but you can copy paste the code.
http://wiki.onrails.com.ar/onrailscomarwiki/show/Instalacion+de+Rails+y+Gems+en+un+hosting+compartido
P
http://wiki.onrails.com.ar
--
Posted via http://www.ruby-forum.com/.
2006 Apr 13
1
Best way to debug environment.rb and boot.rb
Im learning and trying to see what happened wiht references and files
loadeds during
dispatch.rb
environment.rb -> boot.rb
Which is the best way to debugging? I need to find where will obtain
references.
I know that I can use logger in views but not when booting I guess.
Im on a shared hosting, I cannot debug with webrick.
Thanks
P
http://wiki.onrails.com.ar
--
Posted via
2006 Apr 11
18
Rails 1.1 in Production
My hosting company is still supporting only Rails 1.0. I have installed
Rails 1.1.2 to my vendor directory and deployed it in production which
should mean that my application should be using the Rails version in my
vendor diretory. But It looks like its still using local gem libraries, here
is the error from dispatch.fcgi when I try and invoke my app
NoMethodError (undefined method
2006 Apr 12
8
500 Server Error - stumping me at the moment
I''m trying to deploy an app on Dreamhost and I''m getting the infamous
500 Server Error.
Nothing in the rails logs because it looks to be happening before it
gets there.
In the apache error logs we have:
[Wed Apr 12 12:51:51 2006] [error] [client 194.80.32.9] FastCGI: comm
with (dynamic) server
"/home/rlivsey/thatsprogress.com/current/public/dispatch.fcgi"
2006 Apr 15
2
Using a Button to render partial
Is there a way to render a partial using a button? Basically in a
content div I want the user to launch a new sub content item in the same
div by clicking a button.
Any help appreciated.
Loving rails more and more everyday.
--
Posted via http://www.ruby-forum.com/.
2006 May 05
3
Cannot find gem for Rails =1.1.2
First post here:
The error is below and i''m sure folks have posted it before, but perhaps
i''ve missed the solution:
I''m using apache because i first need to see if rails can work with
apache. Some particulars:
gem -v
0.8.11
ruby -v
ruby 1.8.4 (2005-12-24) [i686-linux]
rails -v
Rails 1.1.2
rails-1.1.2 is installed (via gem) and environment.rb''s
2006 May 11
5
Problem running application in cpanel
Hi,
I installed rails following the instruccions from
http://wiki.rubyonrails.com/rails/pages/HowtoInstallAndRunRubyOnRailsOnCpanel
but when i try see the application i have a 500 Internal Server Error, this
is only with apache because i can run with webrick
Please i am desesperate
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Feb 27
4
Belgian Ruby on Rails Site
Hello,
I recently started http://www.onrails.be
Onrails.be is a Belgian Ruby on Rails site (in Dutch).
At the moment however, the site is powered by Textpattern (PHP CMS).
I already knew that, and I''m just getting to know Rails myself.
If some Dutch people visit this forum:
//message is written in Dutch from this point
-> Wat vinden jullie ervan? Is de content goed? Zijn de
2001 Jul 27
0
Updated ssh-keyscan patch for ssh2 support
In the past 2 months another change occurred in the CVS code that
broke my ssh-keyscan patch. Here's an updated version that tweaks the
changed name (in the Kex struct) and also causes an attempt to grab an
ssh2 key from an older server (without ssh2 support) to fail earlier
and without an error message (Stuart Pearlman emailed me some code for
this).
This patch is based on the BSD CVS
2005 Nov 25
1
firewall
It work's OK but.
When I installed a wireless acces point Linksys it does not work.
I disabled the firewall in the acces point but with no result. Can
anybody help me???
Alejandro G. Schujman
AGS Computaci?n y Sistemas
contacto@ags.com.ar
MSN agschujman@hotmail.com
0341 4219625
Movil 0341 15 5410122
2010 Mar 11
0
[LLVMdev] gold plugin use
Swarup Kumar Sahoo wrote:
>>> Yes, ar and nm actually take -plugin option and if I pass this option, then I don't get these errors. But, llvm-gcc doesn't automatically pass this option to ar.
>>>
>> You probably just need to copy the gold plugin to
>> $PREFIX/lib/bfd-plugins. Let me know if that works. If not I will
>> check if there is a bug in
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
2013 Feb 21
1
CDR direct executed failed
Hi,
I have configured the cdr throught ODBC with this files:
/etc/cdr_odbc.conf
[global]
dsn=asterisk2
;loguniqueid=yes
dispositionstring=yes
table=cdr ;"cdr" is default table name
usegmtime=no ; set to "yes" to log in GMT
hrtime=yes ;Enables microsecond accuracy with the billsec and duration fields
/etc/cdr.conf
[general]
enable=yes
unanswered =
2012 Nov 24
0
ssh-keyscan continuity patch --
I apologize, this patch should have been sent awhile ago. Between a lot
of things that needed to be completed at work as a sysadmin for the
Research Computing group at Purdue University and retiring from work
after 38 years at the end of May (2012), I basically ignored it. This
patch is from a clone of my workstation that I just activated at home.
The patch was primarily written to fix the
2006 Jul 24
0
arcview projection utility
Sorry, I guess I did not explain my self... I am running wine 0.9.17 and
when I launch the projection utility from the terminal I have no
problem, but when I choose a .shp file to process, I get the following
promt from the gui: Run-time error 5 invalid procedure call or
argument.
On the terminal I can read the following promt when launching the
prjutil.exe:
fixme:ole:CoRegisterMessageFilter
2010 Mar 11
3
[LLVMdev] gold plugin use
>
>> Yes, ar and nm actually take -plugin option and if I pass this option, then I don't get these errors. But, llvm-gcc doesn't automatically pass this option to ar.
>
>You probably just need to copy the gold plugin to
>$PREFIX/lib/bfd-plugins. Let me know if that works. If not I will
>check if there is a bug in the plugin search in binutils.
There is no problem in
2010 Mar 11
2
[LLVMdev] gold plugin use
---- Original message ----
>Date: Wed, 10 Mar 2010 22:09:22 -0800
>From: Nick Lewycky <nicholas at mxc.ca>
>Subject: Re: [LLVMdev] glod plugin use
>To: Swarup Kumar Sahoo <ssahoo2 at illinois.edu>
>Cc: llvmdev at cs.uiuc.edu, Rafael Espindola <espindola at google.com>
>
>Swarup Kumar Sahoo wrote:
>> Hi,
>> I was trying to use gold plugin
2006 Apr 08
6
Deploy with Capistrano Win32 -> Linux
Im trying to deploy with capistrano from win32 to Linux but no success.
I''ve been installed: cwRsync to ssh
I ran
rake remote:exec ACTION=setup --trace
and get:
Anyone knows how to get capistrano log ssh comunication?
Any idea?
Thanks
rake aborted!
End of file reached
c:/ruby/lib/ruby/gems/1.8/gems/net-ssh-1.0.8/lib/net/ssh/transport/version-negot
iator.rb:51:in `readline''
2012 Jun 28
2
[LLVMdev] Problem compiling with clang + gold plugin: no archive symbol table
Hi,
I build llvm with gold plugin, clang and the binutils(and it's put into the
PATH) with plugins support.
ld.gold is renamed to ld. A quick test of clang -flto -O0 hello.c can
succeed.
But when I try to export CC="clang -v -flto" and compile MySQL, it failed
in the linking with the following error message:
"/home/ryan/binutils/bin/ld" -export-dynamic -z relro