Displaying 20 results from an estimated 1200 matches similar to: "Trying to get a job at Engine Yard"
2010 Sep 28
0
How long should Yard take to build documentation for gems?
I just installed Yard latest and am trying out the yard server with
yard server --gems. I get a nice list of all my installed gems pretty
much immediately, but no matter which one I click on, I get a spinny
thing that won''t go away, saying that [gem name] is being processed. I
haven''t yet seen a finished documentation page.
Is this normal?
Walter
--
You received this
2013 Apr 11
2
Generate YARD docs for modulepath
Hi, Puppet 3.1 now uses YARD to generate its API documentation. Is anybody
aware of the possibility to generate nice YARD docs for a given module
path, replacing the default RDOC-style site from "puppet doc --modulepath
..."? Could the YARD Template from Puppet 3.1 be used for this?
--
You received this message because you are subscribed to the Google Groups "Puppet Users"
2011 Aug 15
3
Rackspace, Engine Yard, Heroku, etc. - Which do you recommend?
Hello.
We are looking for a new provider to host our Rails site -- we have
outgrown our current provider (for the past 4 years) since our business
is beginning to take off in a big way this year.
Which provider (e.g. Rackspace, Engine Yard, Heroku, Serverbeach, etc.)
would you recommend to run a highly scalable site?
FYI, we currently have over 150,000 users that will likely grow to a
million
2006 Sep 25
3
Engine Yard blog
Just received the news from Tom Mornini.
Congrats Ezra for the new Engine Yard site and the blog you will be
collaborating.
Hope to read you there soon.
http://www.engineyard.com/
Jonathan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20060925/3f251fa4/attachment.html
2015 Aug 28
0
errors Interix 3.5 / xapian-core-1.2.21 / Eric Lindblad
Report by Eric Lindblad 28-08-2015
http://www.ericlindblad.blogspot.com
As of Windows 8.1
MS has discontinued
enabling for Interix, so
perhaps there is little
or no interest in this
e-mail's subject matter.
NB: As far as possible languages for xapian-bindings I only have be able to compile
earlier versions of Tcl with a static library on Interix 3.5, Perl versions fail 'make check',
2007 Nov 18
12
Lighthouse and Engine Yard sponsorships
Hey all,
I''m very happy to announce that ActiveReload[1] has generously offered
to sponsor a lighthouse[2] account for rspec. We''ll be moving ticket
tracking there. We''ve already got the account set up and will soon
make it public.
We''re also going to be getting a sponsored slice at Engine Yard[3] to
host source control, which will be either mercurial or git
2015 Sep 05
1
question / errors Interix 3.5 / xapian-core-1.2.21 / Eric Lindblad
Question by Eric Lindblad 05-09-2015
http://www.ericlindblad.blogspot.com
I would enquire if anyone has an opinion on whether it might be a possibility that adding the following #ifdef in certain xapian-core-1.2.21 /common and/or /backends files following the string #include <sys/types.h> might move closer towards resolution the 'ambiguous overload' issue.
+#ifdef __INTERIX
+#
2015 Oct 07
0
brass and chert compiled / xapian port to Interix
Report by Eric Lindblad 06-10-2015
http://www.ericlindblad.blogspot.com
cf: http://permalink.gmane.org/gmane.comp.search.xapian.general/9885
modifications allowing for brass and chert to compile on SFU Interix 3.5 (modified)
[code change not performance critical]
/xapian-core-1.2.21/backends/brass/brass_check.cc
/xapian-core-1.2.21/backends/chert/chert_check.cc
#include <climits>
+
2009 May 17
0
BizConf at Ritz-Carlton Amelia Island Resort, August 20-21
[Apologies for the slightly-off-topic posting.]
BizConf is a one-of-a-kind event that I am hosting about 3 months from
now here in northern Florida. It''s a 2-day conference specifically
crafted for independent consultants and owners/managers of small to
mid-sized web consultancies. Because of who I am and the audience I
can reach, I expect the majority of the attendees to be involved
2015 Sep 30
1
brass and chert / xapian port to Interix
Report by Eric Lindblad 30-09-2015
http://www.ericlindblad.blogspot.com
The xapian-core-1.2.21 'ambiguous overload' error on the files /backends/brass/brass_check.cc and /backends/chert/chert_check.cc appear to be resultant of a bug reported in gcc-3.3.4, which was fixed for 3.4.2 [Sept. 6, 2004] and 3.5.
Bug 16854 - streams missing "long long" specializations on Tru64
2007 Apr 06
1
fuzzy-ness to searches
Hi. I didn''t notice if topic has already been discussed, but I was
wondering if there was a way to make ferret match only part of a search
term. My initial thought was some sort of filter, but I''m unsure of
where to begin.
An example in the comments of the acts_as_ferret tutorial at RailsEnvy
(http://www.railsenvy.com/2007/2/19/acts-as-ferret-tutorial) suggests:
To return the
2012 Aug 06
1
Windows link.exe error : libbrass.lib(brass_table.obj) : unresolved external symbol _inflateEnd
Hi guys,
I discovered xapian today and I'm trying it because it looks promising
compared to other FTS engines.
However I'm in a windows environment so it's a bit painful to set up as
there is no official binaries.
I've heard about http://www.flax.co.uk/xapian_binaries
And I'm trying to build their latest release (1.2.8).
After a few tries I manage to compile everything with
2007 Feb 19
2
Acts_As_Ferret Tutorial
Hey guys,
I wanted to share with you guys a detailed tutorial I just
finished this weekend for using Acts_As_Ferret.
http://www.railsenvy.com/2007/2/19/acts-as-ferret-tutorial
I started using Ferret and Acts_As_Ferret a few weeks ago, and I
learned so much that I wanted to give back to the community by writing
up a helpful tutorial that covers all the key topics in one
2001 Dec 11
0
Server problem - Temporary directory set wrong?
Hi there,
I am experiencing some odd behaviour with my samba server (version 2.0.7
running on mandrake 8.0). The server comes up ok and appears on the browse
list, but you cannot list the shares on it. The following error shows up
when I use smbclient -L:
tree connect failed: ERRSRV - ERRinvnetname (Invalid network name in tree
connect.)
I think I have figured out what is going wrong from the
2015 Sep 15
0
xapian porting to Interix / conclusion
Report by Eric Lindblad 14-09-2015
http://www.ericlindblad.blogspot.com
cf: http://permalink.gmane.org/gmane.comp.search.xapian.general/9880
The 'gmake check' compile error on xapian-core-1.2.21/tests/api_backend.cc was resolved by the modification (at the suggestion of a mailing-list member) of the offending string from "q.OP_PHRASE" to "Xapian::Query::OP_PHRASE".
2010 Mar 07
2
"Value in posting list too large" error with 1.1.4 (chert and brass, not flint)
Hi,
I've a program which:
1. Sets XAPIAN_FLUSH_THRESHOLD=1000
2. Opens a (new) database for write
3. Indexes a few thousand documents
4. Periodically also does queries on the database
With 1.1.4, with certain document sets (basically a particular mail
folder of mine), Enquire.get_mset() sometimes (but not always) triggers
a "RangeError: Value in posting list too
2009 Apr 09
4
Weird analyzer issue with the word ''fly''
Hi all
I''m using a_a_f in rails with a StemmingAnalyzer, in the index and in my
search. I got the idea from this topic:
http://www.ruby-forum.com/topic/80178
I''m having a problem with some search terms - i narrowed one of them
down to the inclusion of the word ''fly''. Can anyone give me any clues
at to what might be happening, or even how i can investigate?
2007 Sep 12
1
Highlighting isue in description
I have read the highlighting section at
http://www.railsenvy.com/2007/2/19/acts-as-ferret-tutorial#highlighting
It mentions that for highlight to work I must have {:store => :yes}.
However it also mentions that only "small" fields should be stored.
My question is how small is small enough.
I have a site where events information is maintained. I have events
title and events
2007 Jul 19
1
Acts_As_Ferret only returns results when searching for "*"
Hey, I''m probably just missing something really obvious but I''ve been
stuck on this problem for a while now and I''m not getting anywhere.
I have installed the acts_as_ferret gem, as well as ferret according to
the tutorial on RailsEnvy. My model, controller, and environment.rb
files have all been modified as per that turotial. However any attempts
to use the
2008 Jul 17
2
We ain''t got no RSpec
Hey Guys,
This last week on the Rails Envy Podcast we received an "interesting"
voicemail. Jason encouraged me to make a remix, and I think you guys
will appreciate what resulted.
If you have a few minutes and need a good laugh, see here for the
voicemail and the remix:
http://www.railsenvy.com/2008/7/17/we-aint-got-no-rspec
-Gregg
--
Posted via http://www.ruby-forum.com/.