search for: kastner

Displaying 15 results from an estimated 15 matches for "kastner".

Did you mean: jkastner
2006 Mar 16
6
Newbie question - Rails without database
...the database. However, most of my applications, are for the most part (except some backend CRUD stuff) not database centric. They do a lot of calculation for the user. So, how can I create a model, when no database is needed, and yet, have it running on the Rails framework? Greetings Michael Kastner
2006 Mar 20
22
Applicationwide BusinessObject/Hash
...ect containing all the business logic into something like application scope. The nicest solution would be just to have an application wide hash, where I can put all kinds in of objects. Where and how would I instantiate such an object? Would I do that in the environment.rb? Greetings Michael Kastner
2006 Jul 09
4
concurrent ajax requests
...h request has concluded the entire process. As far as I understand, there''s a limitation with concurrent requests on behalf of the browsers. However, I am wondering, whether anybody, by any chance, might have run into a solution for this or maybe, has a work around. Greetings Michael Kastner
2006 Mar 30
6
Stable Production Environment on Unix/Linux
...e it''s not seen any further developement lately. What are your experiences e.g. with the mongrel server? Has anybody used it for production? What are the alternatives? May be some fine lad could just point me to web site dealing with real live production examples. Greetings Michael Kastner
2006 Jul 18
6
backgroundrb - Connection closed
...y development machine, but it crashes on my production server. Something seems to be wrong with backgroundrb, but I don''t know the cause. All I get is the error message attached below, which is extracted from the production.log. I appreciate any help on this matter. Greetings Michael Kastner --- errror message --------------------------------------------------------- DRb::DRbConnError (connection closed): /usr/local/lib/ruby/1.8/drb/drb.rb:567:in `load'' /usr/local/lib/ruby/1.8/drb/drb.rb:629:in `recv_reply'' /usr/local/lib/ruby/1.8/drb/drb.rb:918:in `r...
2013 Jun 05
1
Precompile with compression in development
Hi, I''d like to do precompilation with compression in development mode. I''ve set config.assets.js_compressor = :uglifier config.assets.css_compressor = :sass in development.rb. But compression only seems to work in production mode, is that right? Michael Kastner -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this gro...
2006 Mar 20
1
Location to startup DRb Server
Hello, where (in which file/object) would I invoke the startup of the DRb server to support a rails application? It wouldn''t be config/boot.rb ? How would I shut it down cleanly? Greetings Michael Kastner
2006 Mar 22
1
Please: Desperately Seeking Session expiration (DRbStore)
...a way to let idle sessions expire after a certain period of time. If they don''t expire, they will pile up until there''s no more memory available. Please, can anybody give me a hint? Basically, all I need is a hash or list with all the sessions in DRbStore. Greetings Michael Kastner
2009 Aug 06
18
Best Practices Question
Should models call action mailers, or should those calls always originate from controllers? For example, should user.forgot_password send the email, or should the user_controller.forgot_password? Just looking for some opinions... Thanks, Tom
2006 Apr 04
0
Session-Problem: singleton can''t be dumped
...from CGI::Session::DRbStore to CGI::Session::ActiveRecordStore, I keep getting an error which says: singleton can''t be dumped However, my session object is not a singleton. Does anybody know what causes this error? I can also post the full stack trace, if required. Greetings Michael Kastner
2006 Mar 21
0
mod_scgi build problems on FreeBSD
Hello, is anybody using mod_scgi on FreeBSD? I can''t build it from the port. Anybody else having build problems? Greetings Michael Kastner
2005 May 07
0
Asterisk@Home on OnComputers Show Sunday morning
>From somewhere in Cyberspace to all points on the compass its the On Computers Radio Show. Sunday's show will be all tech talk with the team. Peter Kastner will start off the show by talking about this week's hot news stories then the gang will continue on with tech talk. During the second hour, we will be joined by Kerry Garrison of the <http://geekgazette.com/> Geek Gazette to talk about <http://asteriskathome.sourceforge.net/index.ht...
2014 Jan 22
1
Linking to native routines in other packages
Dear all, in my package 'stochvol' I have unsuccessfully been trying to make a C routine called 'sampler' available to be called from other packages' C code. Following http://cran.r-project.org/doc/manuals/R-exts.html#Linking-to-native-routines-in-other-packages I have included #include <R_ext/Rdynload.h> R_init_stochvol(DllInfo *dll) {
2009 Jul 16
9
Please help me understand how arrays are translated in rails
I''ve spent hours researching the subject and have tried many test sequences in IRB, and rails console but I''m just having trouble making headway into what is probably a very easy subject. I understand arrays with at least 4 other languages but with Ruby I haven''t found a mental connection with how I can assign variables to arrays.. Take for example: def
2006 Mar 22
0
Session accounting with DRbStore: how?
Hello, I''ve setup Session storage for DRbStore. Now, how can I retrieve the stored sessions from DRbStore? I could neither find documentation nor an example on this. Any help is appreciated. Greetings Michael