Displaying 20 results from an estimated 400 matches similar to: "model and controller namespace/structure"
2006 Mar 16
2
Developers Wanted
Hello -
Gusto.com (http://www.gusto.com/) is looking for talented Ruby programmers
to help us build the next version of our website. Currently we''re looking
for contract positions but will consider full time employment in
Springfield, MO or San Francisco, CA.
Requirements:
3-5 years database driven web development in Ruby, Java, Python or similar
2+ years SQL experience
Experience
2006 Mar 14
14
Gusto.com Rails Site
Hello -
I wanted to announce a very large web application that was built with Ruby
on Rails and runs the site Gusto! http://www.gusto.com/ . It was deployed
yesterday in a little over 4 months of development with 3 developers. The
origins of the site were being developed in Java using Hibernate + Tapestry
and the decision was made to port the 100+ table model to Rails to see if
there were
2006 Apr 06
3
Deploying with Capistrano via cron
I''m attempting to auto deploy a rails application to a development
server periodically during ongoing development. I''ve setup ssh keys
to allow the proper user auto login permissions, but have ran into 2
issues.
1. When the script is run from a cron job as the same user as I
currently manually deploy from I receive an error when reaper tries to
execute - "can''t
2010 May 18
1
New stable release series -Xapian1.2.0 released
Le mar 18/05/10 12:10, emmanuel at engelhart.org a ?crit:
> Le mar 18/05/10 11:49, "Charlie Hull" charlie at j
> uggler.net a ?crit:> On 14/05/2010 18:29, Emmanuel Engelhart
> wrote:> > -----BEGIN PGP SIGNED MESSAGE-----
> > > Hash: SHA1
> > >
> > > Le 14/05/2010 13:31, Charlie Hull a
> ?crit> :
> >> On 29/04/2010 08:22, Olly
2005 Dec 14
5
Rails namespace help requested
Hi all -
I posted yesterday with the subject "namespace pollution" and with the
high traffic on this list, it''s kind of disappeared and I''m in need of
a quick answer so i can move on. To recap quickly, can someone tell
if Rails is somehow forcing all modules into a single namespace? I
have a model class StateProvince and inside a webservice module in my
lib/
2010 Jan 28
3
Problem getting Xapian working with Burmese
On Fri, Aug 21, 2009 at 02:44:44PM +0200, emmanuel at engelhart.org wrote:
>> I want to update my request.
>> Is my question bad formulated? too trivial? ... or maybe pretty
>> complicated/unclear?
>
>I think nobody answered as it was hard to follow your example because
>the Burmese characters seem to have been mangled (at least the message I
>received wasn't
2006 Feb 12
3
memcache-client/cached_model help
Hi -
Just downloaded and installed the memcache-client and cached_model
gems and am trying to test it out on a development setup. I added
this to my environment/development.rb
CACHE = MemCache.new :c_threshold => 10_000,
:compression => true,
:debug => true,
:namespace => ''eztrip'',
2017 Oct 31
2
Geospatial matching status?
Hi
Does geospatial coordinates indexing/matching works in 1.4.5?
I have found almost no documentation on this but it seems the
development is stopped (merged?).
Regards
Emmanuel
--
Kiwix - Wikipedia Offline & more
* Web: http://www.kiwix.org
* Twitter: https://twitter.com/KiwixOffline
* more: http://www.kiwix.org/wiki/Communication
-------------- next part --------------
A non-text
2004 Jun 18
1
Problems running RSPerl w. SuSe 9.0 / Perl 5.8.1
Hi,
installation of RSPerl works fine without errors.
Running RSPerl does not work at all.
If I start R, and then enter this command:
library(RSPerl)
this error appears:
-----------------
> library(RSPerl)
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
"/usr/local/lib/R/library/RSPerl/libs/RSPerl.so":
2016 Jun 20
2
Compilation problem with a few configure option
Hi
Compilation of 1.3.7 dies with the following configuration:
====================================
./configure --enable-shared --enable-static --disable-sse
--disable-backend-inmemory --disable-backend-remote
====================================
During the compilation I get the following error:
====================================
/bin/bash ./libtool --tag=CXX --mode=link g++ -fshow-column
2006 Feb 13
1
CachedModel anyone?????
Can any one help explain this output in my log. I have memcache-client and
cached_model setup for a model City but when I run my app, this is the
output I get (this is on a second pass so theoretically the data is already
in the cache).
MemCache Get (0.000469) active_record:City:1802387
City Load (0.001015) SELECT * FROM cities WHERE (cities.id = 1802387)
LIMIT 1
MemCache Set (0.000776)
2010 Apr 05
1
Problem with stop words by indexing
Hi,
I try to remove stop words during the index process and I have no stemming.
I have tried with a simple example but it does not work at all.
I have my writableDatabase and my termGenerator (indexer) and they work
well both together: I can index texts and search trough the database
correctly.
But if I add (before indexing my texts):
Xapian::SimpleStopper stopper;
2010 May 27
1
Problem with stop words by indexing
Le jeu 15/04/10 02:36, "Olly Betts" olly at survex.com a ?crit:
> On Mon, Apr 05, 2010 at 07:13:02PM +0200, Emmanuel Engelhart wrote:
> > I try to remove stop words during the index process
> and I have no stemming.
> I have tried with a simple example but it does not
> work at all.
>
> > I have my writableDatabase and my termGenerator
> (indexer) and they
2016 Jan 19
1
Glass backend freeze agenda
Hi
What is the agenda concerning the Glass backend? Any chance to have it
frozen in the next months? We love it and are in waiting position to use
it in production.
Regards
Kelson
--
Kiwix - Wikipedia Offline & more
* Web: http://www.kiwix.org
* Twitter: https://twitter.com/KiwixOffline
* more: http://www.kiwix.org/wiki/Communication
-------------- next part --------------
A non-text
2013 Nov 27
2
Question about embedding Xapian index in one file
Hi,
Xapian uses a directory as standard storage backend. Is that possible to
pack everything in a file (a tar file for example), and to tell
libxapian to open it (by telling him at which offset are the different
stuff)?
If this is not possible yet, would that be technically possible to
implement such a feature? How complex would that be?
Kind regards
Emmanuel
--
Kiwix - Wikipedia Offline &
2006 Feb 12
3
Flickr demo screencast
Hi,
I''m new to Ruby and Ruby on Rails. Yesterday I just received the Agile
Web Development with Rails book.
Now I wanted to recreate the Flickr demo screencast
(http://www.rubyonrails.com/screencasts) just for fun to see it live.
But unfortunately when I start my server I get some warnings:
g5:~/ruby/flickr mw$ ruby script/server
=> Booting lighttpd (use ''script/server
2016 Jun 25
2
Xapian 1.4.0 released
I'm delighted to announce the release of 1.4.0. You can download from:
http://xapian.org/download
This is a major milestone release, but the last development release (1.3.7)
was essentially a release candidate so the changes arefairly minor - the only
notable change is the update to Unicode 9.0.0.
That means a short thank you list for this release - thanks to Andy
Chilton!
As always, if
2016 Jun 20
1
Compilation problem with a few configure option
$ c++ --version
c++ (Ubuntu 4.8.4-2ubuntu1~14.04.3) 4.8.4
On 20.06.2016 21:55, Kevin Duraj wrote:
> Emmanuel,
> Which version of C++ compiler are you using?
>
> $ c++ --version
> c++ (GCC) 4.9.3
> Copyright (C) 2015 Free Software Foundation, Inc.
>
> -Kevin
>
>
> On Mon, Jun 20, 2016 at 6:58 AM, Emmanuel Engelhart <kelson at kiwix.org
> <mailto:kelson
2016 Jul 06
2
Xapian 1.4.0 released
I have installed the new Xapian 1.4.0 , during the installation, I
haven't seen any problems, however, when I execute commands quest and
delve I get different versions, and my Perl-based searches return
Exception: Couldn't detect type of database ... and what are these
glass things in the index directories? There is a no new version of
Perl Search::Xapian.
$ quest -version
quest -
2020 Aug 27
4
Xapian on Android?
Friends,
I would like to hear from anyone who has experience deploying Xapian on Android. I'm new to Xapian, but I know it is used by a couple partners for offline projects on Linux and Windows.
Our small nonprofit, WiderNet, provides off-line access to thousands of Web sites for people who lack Internet connectivity (www.widernet.org). Over 2,000 universities, schools, health care sites,