search for: innerewut

Displaying 20 results from an estimated 74 matches for "innerewut".

2006 Apr 20
12
memcache, sessions, fragments, oh my!
Hi all - I am trying to get rails to use memcache for sessions and fragment caching. I''d also like to use the same connection for general caching of this and that. I''m following the instructions here: http://wiki.rubyonrails.com/rails/pages/HowtoChangeSessionStore and hitting a brick wall. I''m using the new memcache-client since from what I''ve read
2006 Apr 21
4
Scaling Rails with Apache 2.2, mod_proxy_balancer and Mongrel
Cheers, I''ve just published a blog post about scaling Rails with Apache 2.2, mod_proxy_balancer and Mongrel. This way you do not need another proxy server or load balancer for Mongrel. Just use Apache 2.2 and mod_proxy balancer. http://blog.innerewut.de/articles/2006/04/21/scaling-rails-with-apache-2-2-mod_proxy_balancer-and-mongrel Jonathan -- Jonathan Weiss http://blog.innerewut.de
2006 Apr 12
3
Apache 1.3 + remote FastCGI balancing
...BaseCamp run on it. Every example I find only talks about lokal FastCGI processes and not about remote ones and explains how the requests are balanced. Are there any good examples out there and can Apache1.3/mod_fastcgi load balance requests? Thanks, Jonathan -- Jonathan Weiss http://blog.innerewut.de
2006 Jan 22
7
: Indexed Search Engine 0.1.3 Released
Hello all, IndexedSearch Engine for Rails Engines version 0.1.3 has been released. IndexedSearch is a simple, pluggable engine for rails applications which can be used to enable full text indexed searches within an application. Searchable data is parsed, stemmed using the Porter stemmer, and added to a fully indexed table. This allows you to index things like "he runs fast" which will
2007 Sep 28
3
Why PeriodicalUpdater doesn't work on Internet Explorer?
I have the following code: <script type="text/javascript"> Event.observe(window, ''load'', function() { var updater = new Ajax.PeriodicalUpdater(''chatbox'', ''chat.php'', {method: ''get'', asynchronous: true, frequency: 0.55, decay: 2, onSuccess: function(){$(''chatbox'').scrollTop=$
2006 Jan 03
3
file_column howto (beginner)
I''m trying to use file_column as a Rails plugin. Of course I read the doc (from Sebastian, this maillist) and little bit of source (as good as I, newbie, could understand it).. But I''m not able to implement it in my app.. I''m a totally newbie with less software development experience. I get the file_column_field in my view with simply invoking the helper... (:multipart
2006 Jan 13
4
Flash not cleared with ActiveRecord session store
...messages like this: <% for name in [:notice, :warning, :message] %> <% if flash[name] %> <%= "<div id=\"flash\" class=\"flash\" >#{flash[name]}</div>" %> <% end %> <% end %> Jonathan -- Jonathan Weiss http://blog.innerewut.de
2006 May 28
10
Drag''n''Drop out of overflow:auto containers
...outside of the div, the div starts to scroll. Is there a way to stop this behaviour for drag and drop? I thought of maybe using callback to disable the overflow and restoring it againg after the drop. Did someone implemented something like this? Thanks, Jonathan -- Jonathan Weiss http://blog.innerewut.de
2006 Apr 07
2
Prototype 1.5.0_rc0 breaks my Form.serialize
...option value="1">Nr. 1</option> </option value="1">Nr. 1</option> </select> Now I get foo=''Please select a value'' against foo='''' with prototype 1.4. This breaks my code. Jonathan -- Jonathan Weiss http://blog.innerewut.de
2006 Jan 09
4
Problem with habtm and resulting SQL insert
...| | | created_at | datetime | YES | | NULL | | | updated_at | datetime | YES | | NULL | | +------------+----------+------+-----+---------+----------------+ Any solutions to my problem? Thanks, Jonathan -- Jonathan Weiss http://blog.innerewut.de
2006 Mar 27
3
act_as_paranoid and model references
I''m using act_as_paranoid plugin for most of my models. One of the reasons was that I didn''t want to break references between objects after I "deleted" an object. One of the cases was to know which user modified something even after I deleted the user. My problem now is that I cannot access the user after it was deleted if I use the :has_and_belongs_to :user
2005 Nov 02
4
Trouble with Umlauts
I am developing an application in German. This means I have umlauts. When I was using rails version 0.13.1 there seemed to be no further configuration needed for umlauts to be shown correctly. Now I have upgraded to 0.14.2 and the umlauts are being displayed at ''?''s. I changed the encoding of the page and it is UTF-8. I have also tried the steps listed at
2006 Aug 04
5
Mongrel Cluster Compatibility
...ainspl.at/articles/2005/11/13/the-perfect-lightweight-rails-lighttpd-debian-install but I''ve just started testing on a production server -Debian sarge with with Apache 2.2, mod_proxy_balancer and Mongrel built like http://forums.rimuhosting.com/forums/showthread.php?t=230 and http://blog.innerewut.de/articles/2006/04/21/scaling-rails-with-apache-2-2-mod_proxy_balancer-and-mongrel (I put in the links in case anyone else is interested in deploying their own rails server - these links have been gold to me) Sam -- Posted via http://www.ruby-forum.com/.
2006 Feb 04
2
CIA question
Hi, I''d like to set up CIA. So I added the plugin to my app, went to my subversion server, added the post commit, added a build directory. I checked out the code in the build directory on the svn server. However, running rake on it fails, because the test database is empty (i.e. no tables, so fixtures don''t load). What''s the solution here?
2005 May 29
0
Ruby presentation
...esentation that I held in March for some colleagues to my blog. The presentation is an introduction and overview to Ruby in German. There is also a small part about Ruby on Rails but the focus is on the features on Ruby. Maybe it''s of use for somebody. You can find it here: http://blog.innerewut.de/articles/2005/05/29/my-ruby-presentation Jonathan -- Jonathan Weiss jw-eM0Q5iXcOashFhg+JK9F0w@public.gmane.org http://blog.innerewut.de
2007 Jun 26
4
Non english rails sites?
Hi, Does anyone know of any non English rails sites? In particular Japanese sites. I''ve done a Google search, but could not really find much. rgds, - matt. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this
2008 Apr 29
1
Webistrano recipes association (was: [Capistrano] Webistrano 1.3 released)
...t; Webistrano is BSD-licensed and the project site is open for everybody. > Please see the project page for more documentation and screenshots. > There are even some screencasts. > > http://labs.peritor.com/webistrano/ > > Jonathan > > -- > Jonathan Weiss > http://blog.innerewut.de > http://twitter.com/jweiss > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@...
2006 May 23
2
Can Win32 service more than one rails request at atime?
> On 5/23/06, Walter <Walter at mwsewall.com> wrote: > [...] > > I realize that mongrel is not thread safe, I was hoping mongrel might > spawn a few processes and serve them in the background to emulate what I > wanted. > > > > Rails is not thread-safe. > Yes, that?s what I meant. <snip> > > The idea of the BackgroundDrb is that you perform
2006 Jun 19
1
server crash log
Hi, I''m new to mongrel and so far have liked it a lot during development. I just tried to stand up a production server following the guide here: http://blog.innerewut.de/articles/2006/04/21/scaling-rails-with-apache-2-2-mod_proxy_balancer-and-mongrel This was working well for a few days, until this weekend it crashed with the following stack trace. It''s running on redhat enterprise linux 4. ruby 1.8.4 (from the mongrel log) Thread #<Thread:0xb79...
2006 May 02
4
recommended setup of Mongrel_cluster + SSL for multiple apps?
I''d like to use Mongrel_cluster with SSL on a green-field application (it can be configured however is best - initially, "ease of setup" is important, but then soon after will be scaling and response time). I''ve read a lot of emails on this topic, and checked out the Mongrel pages, etc, but I''m left with this question of what is recommended: For a