similar to: RIALTO announced on theserverside.com

Displaying 20 results from an estimated 100 matches similar to: "RIALTO announced on theserverside.com"

2008 Nov 21
2
Change files and viewing files in Wine.
Hi I'm new to wine and I am wondering how i can view and change the files in wine's virtual Windows XP. Main problem: I have successfully installed Final Fantasy XI online through wine @ wineffxi.org. But some of the functions that I like that is provided by windower (a third party program) are not there. I'd like to install windower to enhance my Final Fantasy XI functions. Help
2006 May 04
11
Interesting ActiveRecord vs Hibernate article
For those haven''t seen it yet, Patrick Peak has an interesting article at the Server Side (www.theserverside.com) discussing the differences between the Hibernate (www.hibernate.org) peristence framework and ActiveRecord.  The article can be found here: http://www.theserverside.com/articles/article.tss?l=RailsHibernate .  Patrick Peak is the author of _Hibernate Quickly_ (Manning), which
2005 Apr 15
2
children of objects are not instantiated?
Hello, I''m a Java developer and I''m looking at Rails as a very interesting thing. I read the article http://theserverside.com/articles/article.tss?l=RailsHibernate and saw a couple of things that I didn''t like too much: 1) The N+1 problem This has been discussed in the thread (or should I say "flame"?) "Java people want to beat us". It seems
2007 Apr 23
1
NAT: pings/DNS works but not the rest
Hello everybody, I''m new to Xen so forgive me if this is already well known issue. I''m using Ubuntu server 7.04 (feisty) with Xen 3.0.3 Everything works perfectly, apart from networking in NAT mode. With bridging it works, with NAT it works, well, quite strange. Namely, pings go through and name resolution works. But when I try to use anything substantial, then
2006 Jan 22
3
Balancing relevancy and recentness
I was wondering if there was a good way to either balance the relevancy score with recentness of matching documents- or include the recentness in the score somehow? Thanks, Ben -- Posted via http://www.ruby-forum.com/.
2005 Oct 21
3
Need feedback on Instiki-AR beta
Hi all, Following the recent release of Instiki-AR beta, I haven''t had a lot of bug reports or other feedback. This could mean one of the two things. Either nobody is using it, or some people are, and have no problems at all. One thing for sure is that it''s certainly getting downloaded (20 times a day, as it were)! I''d like to know which way is it. So, if you are
2007 Feb 15
0
Asterisk guru wanted, SoCal (LA/OC/San Bernardino County)
We've mostly gotten our Asterisk install working, but there are a couple glitches I haven't been able to fix. I'm looking for someone who knows Asterisk, can do some consulting work, and is in Southern California. Los Angeles or Orange County are ok, but I'd prefer someone in the Inland Empire, with strongest preference given to people here in the High Desert or in the San
2008 Mar 18
2
Server to server communication
Hi all, I have 2 servers online and wish them to communicate and exchange information with each other at times. I have been developing a web application which is extremely CPU-intensive, and since I don't want to overload the main server which deals with the apache/php/mysql stuff, I got a separate server (a phenom) to deal with it. I prefer the communication to be secure, low latency,
2005 Nov 27
3
Canvas Tag + Rails Ajax
Hi all, Just looking for a quick sanity check. I was thinking of writing a plugin for rails to give rails developers a good way of using the new firefox 1.5/safari canvas tags. I was thinking of grabbing an existing ruby graphics library and modifying it so that it renders via the canvas tag.. So you could have link_to_remote pointing to controller actions that instead of returning
2007 Jan 11
6
nil object while the required parameter are in the request
I''m having an application as follows. I have all the parameters for as object appended in the url. And there is an action in the controller like this def newlet render :layout=> false @product = Product.new if request.get? @product.title= params[:title] @product.description = params[:description] @product.primary_link = params[:primary_link]
2005 Nov 18
7
[OT] Shared hosting for Rails projects
To much of my dissapointment, the uptime on my TxD account does not improve. What alternatives do we have for hosting Rails projects on shared accounts? I would love to keep lighttpd and the level of control I have on TxD but wouldn''t like to spend much more (I am currently on the 25$/month plan). I won''t need much support, but I would love to have subversion
2006 Feb 17
27
deployment server
Hi all, On theserverside.com there is an article describing an interview with Bruce Tate, where he calls Java dead like Cobol. See: http://www.theserverside.com/news/thread.tss?thread_id=39066 However in the comments, some guy comes up with a good point: He states the following: <quote> I couldn''t come up with a viable enterprise quality/grade deployment platform for RoR. Even
2006 Mar 21
8
How to avoid multiple submits/posts?
Hello, How do I prevent previously submitted form data from being reinserted into the database when the user presses the browser''s Refresh button? On Aughey''s advice in #irc I tried using `redirect_to'' a new `:action'' but this approach doesn''t seems to work. Any idea what might be wrong or how to tackle this problem? Thanks for your help. P.S.- I
2005 Dec 02
8
UserEngine: stack level too deep
Hi, I''m trying to get the UserEngine running. I have installed the LoginEngine, added the essential lines to environment.rb / application.rb and application_helper.rb. Worked fine. Then I did the same with the UserEngine and when trying to set up the db: rake engine_migrate ENGINE=user I get: Migrating engine ''user_engine'' rake aborted! stack level too deep But...
2005 Dec 02
43
ANN: acts_as_ferret
Hi all This week I have worked with Rails and Ferret to test Ferrets (and Lucenes) capabilities. I decided to make a mixin for ActiveRecord as it seemed the simplest possible solution and I ended up making this into a plugin. For more info on Ferret see: http://ferret.davebalmain.com/trac/ The plugin is functional but could easily be refined. Anyway I want to share it with you. Regard it as a
2005 Dec 02
43
ANN: acts_as_ferret
Hi all This week I have worked with Rails and Ferret to test Ferrets (and Lucenes) capabilities. I decided to make a mixin for ActiveRecord as it seemed the simplest possible solution and I ended up making this into a plugin. For more info on Ferret see: http://ferret.davebalmain.com/trac/ The plugin is functional but could easily be refined. Anyway I want to share it with you. Regard it as a
2006 Aug 22
0
Re: Prag Programmers style PDF personalization
On 8/21/06, Julian ''Julik'' Tarkhanov <listbox-RY+snkucC20@public.gmane.org> wrote: > On 20-aug-2006, at 2:22, Austin Ziegler wrote: >> PDF::Writer doesn''t solve the Unicode problem yet. > Which brings our Unicode discussion that once happened into new > light :-) > thanks for the statement Not really. The Unicode problem for PDF support is wholly
2005 Nov 19
14
FULLTEXT search in MySQL on rails
I tried adding a FULLTEXT search index to a table of mine in MySQL, only to discover that the InnoDB table format doesn''t seem to support this feature. Switching to the MyISAM table type seemed to work, but I seem to have some recollection that ActiveRecord transactions aren''t fully atomic on MyISAM tables. Is this true or am I just remembering wrong? If so, does anyone have
2009 Dec 09
0
System Rollback With Btrfs in Fedora 13 announced
Hi all, btrfs rollback have been accepted as an official feature for Fedora 13 https://fedoraproject.org/wiki/Features/SystemRollbackWithBtrfs Notice the tight integration in Scope they will do, to make it an easy task for the user. Keep up the good work btrfs developers =) -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to
2017 Dec 02
1
Where is R 3.4.3 (announced for 30.November)?
Havin Porblems with R 3.4.2, I am waiting for R 3.4.3 to be available. Nothing appers on CRAN for R 3.4.3. When will R 3.4.3 be avalable? Best C. -- Christian Hoffmann Rigiblickstrasse 15b CH-8915 Hausen am Albis Switzerland Telefon +41-(0)44-7640853