Displaying 20 results from an estimated 2000 matches similar to: "auth_generator and GD woes"
2006 Mar 08
6
GD error...
Hi!
I''m new in ruby/rails programming and i have a small problem.
I have installed InstantRails 1.0 (for Ruby/Rails/Mysql/Apache envs) and
I''m trying to make a small app working. I''m using auth_generator for
making a login page/users admin pages... and I have a problem when
trying to CHANGE the avatar for the user.
I have the following error:
MissingSourceFile
2005 Dec 15
2
Auth_generator: to handle users
Hi everyone,
I have made an announcements few weeks ago about auth_generator. As we
released few versions since, I send another one on the list.
The auth_generator gives you an admin interface to handle users, can
display user informations on static pages, allows you to choose what
crypting algo you want to use (you can use a salt per account if you
want for better security) and much more.
You
2011 Oct 02
5
tutorial: gravatar_image_tag problem
Hi all,
Still working through the Hartl tutorials. Making progress but am hitting
(another) wall.
The repository is on github at: git-9UaJU3cA/F/QT0dZR+AlfA@public.gmane.org:aamax/sample_app.git if you
want to see the code. I''ve pretty much followed the tutorial exactly except
I am using rails 3.1.0 rather than 3.0.1 and some of the other gem versions
are different.
I
2006 Jun 19
2
Auth_generator and domains
Hello all,
Thank you for your help in advance.I am working with the auth_generator
and see that the "roles" are domains. I am unsure how to add domains to
the system and then control who is in what domain. Any help with this or
an explanation of how domains work is greatly appreciated. Thank you in
advance.
Sincerely,
Robert Dempsey
--
Posted via http://www.ruby-forum.com/.
2006 Dec 11
0
auth_generator 2.0.1 undefined method `login_required' for ... ArticlesController
I am a relative RubNub and attempting to implement auth_generator v.2.0.1.
I am getting an "undefined method `login_required'' for
#<ArticlesController:0xb732c0b4>" error when I attempt...
http://localhost:3000/articles/new
Help would be appreciated.
My app/controllers/application.rb reads...
------------------------------------------------------------------------
2012 Oct 03
6
Puppet Forge Happenings
Hello,
If you weren''t at PuppetConf or didn''t catch my talk, here''s a quick
recap. I''m product owner for the Puppet Forge team which formed in
July with 2 awesome engineers and an equally awesome designer. We''re a
team dedicated to the Forge and while ramping up, we''ve shipped three
small improvements to the Forge that we hope you enjoy.
*
2005 Aug 29
1
Can't get the gd library to work
I have a system with FC2, with php and gd. I just installed the php
package and the gd package and it works fine.
I also have a system with CentOS 4.1 and installed the php package and
the gd package but when I use phpinfo() I do not see the gd extension.
Am I missing something?
I somehow feel it has something to do with the config flags
Working FC2:
'--with-gd'
2014 Dec 04
0
GD libraries and $PREFIX (was Re: building NUT on Mac OS X Yosemite(website/documentation))
On Dec 3, 2014, at 7:05 PM, simon-alioth at eazimail.com wrote:
> One other issue I noticed is with the placement of the GD libraries, if they
> are not installed under the root it will not find them
>
> If I build GD into /build/usr and add the following lines to my make script
> for nut:
>
> PREFIX=/build/usr
>
> configure \
>
2006 Apr 26
3
My GD2 is not working
I installed GD2 1.0/1.1, but they are both not working, does anyone
knows why? Great Thanks!
With GD 1.0 I got:
========================================================
RuntimeError
unknown symbol "gdImageSquareToCircle"
RAILS_ROOT:
/home/virtual/site1/fst/var/www/html/imodesite/public/../config/..
Application Trace | Framework Trace | Full Trace
2005 Jun 21
2
GD Support
Hi Everyone,
I am building a script for a client and my imagecreatefromjpeg() is
throwing a fatal exception, and dying. It seems as my server with CentOS
4, PHP 4.3.9 doesn't have >= GD-1.8 support or better. I did a phpinfo()
and I can not find any reference to GD..............Any help on this
would be well appricated
--
Best Regards, Jon McCauley
2007 Oct 30
2
Help with PERL install of GD
In an attempt to install bugzilla on a 64-bit C5 system, following
http://www.nabble.com/bugzilla-3.0.x-installation-on-FC7-t4656333.html
Most all modules from that page install fine, but GD install attemps
keep crashing.
What am I missing?
Thanks.
Scott
2015 Jan 26
3
Moving DC1 to a Virtual Machine
On 26/01/15 15:16, Paul Littlefield wrote:
> On 26/01/15 15:08, Rowland Penny wrote:
>> Yes, set up a new DC with your new OS and join this to the domain,
>> once up and running, transfer the seven (yes, there are 7) FSMO roles
>> to the new DC. Once everything is running ok, turn off the old DC and
>> remove *all* mention of it from the domain.
>
> Hi Rowland
2014 Dec 07
1
GD libraries and $PREFIX (was Re: building NUT on Mac OS X Yosemite(website/documentation))
Hi Charles,
Typo on my part (copy pasting diff scripts).
I tried building libGD in the following directory (sPREFIX is an env name I
use in scripts):
sPREFIX=${PWD}/../build/usr
This works, all files in the correct directory.
Next I try building NUT with the following params:
sPREFIX=${PWD}/../build/usr
configure \
--with-gd-includes="-I${sPREFIX}/include/libgd" \
2005 Nov 13
1
gd2 on Centos 3.6?
I need to upgrade gd from 1.8 to 2.x, but can't find any rpm's to do so. If
I try to rebuild a .src.rpm, I get into a dependency hell. Does anyone know
how I can accomplish this upgrade without getting into a source install?
Mike
2015 Apr 26
4
can't install gd-devel on centos 7.1
Hey guys,
I'm trying to instal gd-devel onto a CentOS 7 host.
--> Finished Dependency Resolution
Error: Package: gd-last-devel-2.1.1-2.el7.remi.x86_64 (remi)
Requires: libvpx-devel(x86-64)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
But when I try to do that I get the error you see above.
These are the
2015 Apr 26
1
can't install gd-devel on centos 7.1
2015-04-27 1:30 GMT+03:00 John R Pierce <pierce at hogranch.com>:
> On 4/26/2015 1:54 PM, Tim Dunphy wrote:
>
>> Hey guys,
>>
>>
>> I'm trying to instal gd-devel onto a CentOS 7 host.
>>
>> --> Finished Dependency Resolution
>> Error: Package: gd-last-devel-2.1.1-2.el7.remi.x86_64 (remi)
>> Requires:
2006 Jun 12
2
Ruby on Rails Copenhagen Meetup
Hi Railers
If you are in the Copenhagen area on the 29th of this month (that''s a
Thursday) Jesper and I would be glad to see you at Caf? Selina in the
central Copenhagen for the first of many Ruby on Rails meetups.
We start at 20:30 hours and have of cause arranged for free beer and
complementary WiFi.
Our goal is to create an inspiring atmosphere where railers (new and
old) can
2010 Feb 21
2
Newbie woes with par:mar
I have a simple barchart with horizontal bars and horizontal tick labels,
produced with
barplot(x, horiz = T, names.arg = c, las = 1)
The labels are longish strings, truncated on the plot. I wish to leave more
space for the left margin, and experiment with mar parameter,
barplot(x, horiz = T, names.arg = c, las = 1, mar = c(5, 15, 4, 2))
trying various values for the second vector element, but
2006 Apr 22
3
rjs woes, any hints?
I''ve pared my rjs experiment down to what seems a bare minimum. When I click
on my link_to_remote, the rjs executes, returns the correct javascript to
the browser, but it doesn''t update the div I''ve specified. What appears to
be coming back from the controller is:
Element.update("my_form", "hello, rjs");
I''m tearing my hair out.
2017 Nov 04
1
ans[nas] <- NA in 'ifelse' (was: ifelse() woes ... can we agree on a ifelse2() ?)
Removal of
ans[nas] <- NA
from the code of function 'ifelse' in R is not committed (yet). Why?
--------------------------------------------
On Mon, 28/11/16, Martin Maechler <maechler at stat.math.ethz.ch> wrote:
Subject: Re: [Rd] ifelse() woes ... can we agree on a ifelse2() ?
Cc: R-devel at r-project.org, maechler at stat.math.ethz.ch
Date: Monday, 28 November, 2016, 10:00