Displaying 9 results from an estimated 9 matches for "gravatar".
Did you mean:
avatar
2011 Oct 02
5
tutorial: gravatar_image_tag problem
...ollowed 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 posted a gist entry at https://gist.github.com/1257103
Hopefully I posted enough info to get the idea of what''s going on.seems like
I must be using the gravatar_image_tag gem wrong or the rspec test is coded
wrong but I''ve read through the tut over and over and can''t find any
differences.. If I hard code a link in the show page for an image tag it
works great, passes the tests and shows the page.
I do have it showing the page and th...
2012 Oct 03
6
Puppet Forge Happenings
...ineers 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.
* Two lists were added to the homepage, highlighting recently active
modules and contributors
* An authors Gravatar is now displayed on each module page.
* Today, the Forge will now retrieve information about GitHub issues
and pull requests for a module for display on a module page. This has
been automatically enabled for any module that lists GitHub as its
''Project Issue Tracker URL''.
The tea...
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
2015 Jan 26
0
Moving DC1 to a Virtual Machine
...-
>
>Paul Littlefield
>
>Telephone: 07801 125705
>Email: info at paully.co.uk
>Web: http://www.paully.co.uk
>Twitter: https://twitter.com/paullittlefield
>Wiki: http://wiki.indie-it.com/index.php?title=Special:AllPages
>Blog: http://www.littlefield.info
>Photo: http://gravatar.com/plittlefield
>Google+: https://plus.google.com/+PaulLittlefield
>LinkedIn: http://uk.linkedin.com/in/paullittlefield
>Trakt: http://trakt.tv/user/plittlefield
>LastFM: http://www.last.fm/user/paullittlefield
>
>Paul Littlefield is environmentally responsible. Please
>consi...
2011 Apr 06
0
Curious treatment of entities in xmlTreeParse
...down.
The feed being processed is from Wordpress:
http://scottbw.wordpress.com/feed/
Note that it contains a number of entity references in various places.
The trouble-makers seem to be & references that are the "&" in a URL
query string.
<media:content
url="http://0.gravatar.com/avatar/a1033a3e5956f5db65e0cc20f5ea167f?s=96&d=identicon&r=G" medium="image">
AFAIK, this is a correct encoding,
Parsing this with the following two lines followed by inspecting "t"
shows that the & references have been translated to "&...
2005 Dec 23
3
auth_generator and GD woes
Hi All,
I am trying to use the auth_generator package and am having problems with
the GD requirements. So, while I realize this is tangental to rails, I am
hoping someone may have some insight for me.
I get the following error when trying to update my account info:
MissingSourceFile in Account#info
no such file to load -- GD
RAILS_ROOT: script/../config/..
Application Trace | Framework
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
2013 May 19
5
update_attributes() for a single column
..."users_pkey" PRIMARY KEY, btree (id)
"index_users_on_email" UNIQUE, btree (email)
The strange thing is that listing most of the fields in the update
works (as instructed in the tutorial http://ruby.railstutorial.org/chapters/sign-up?version=4.0#top
in the section of adding Gravatar).
irb(main):007:0> user.update_attributes(name: ''Example User'', email:
''example-S0P6GYPhS/5I9/98DSiCMdi2O/JbrIOy@public.gmane.org'', password: ''foobar'',
password_confirmation: ''foobar'')
(3.0ms) BEGIN
User Exists (0.9ms...
2013 May 30
4
Samba4 Secondary DC Replication Concerns
Hi Folks
If I have 2 x Samba4 AD DCs, a primary and secondary, am I correct in assuming that if I add a Windows Client to the DOMAIN it should eventually replicate to the secondary DC?
Paully