search for: my_appl

Displaying 6 results from an estimated 6 matches for "my_appl".

Did you mean: my_app
2012 Dec 12
1
#8498 postgres_adapter fix for disable_referential_integrity
...re using it via an initializer (monkey patching the adapter directly vs. in module): https://github.com/rails/rails/pull/8498 Fixes this issue also seen by others in Foreigner: https://github.com/matthuhiggins/foreigner/issues/61 Problem that it resolves: /.../jenkins/.rvm/gems/ruby-1.9.3-p194@my_application/gems/activerecord-3.2.9/lib/active_record/connection_adapters/postgresql_adapter.rb:652:in `async_exec'': PG::Error: ERROR: permission denied: "RI_ConstraintTrigger_1234" is a system trigger (ActiveRecord::StatementInvalid) : (SQL here) from /.../jenkins/.rvm/gems/ru...
2008 Jul 23
3
Premature end of script headers: dispatch.fcgi
...out 3600 ProcessLifeTime 7200 MaxProcessCount 8 DefaultMinClassProcessCount 3 DefaultMaxClassProcessCount 2 IPCConnectTimeout 8 IPCCommTimeout 60 </IfModule> apache.conf: <VirtualHost 1.2.3.4:80> SuexecUserGroup vu2025 vu2025 ... DocumentRoot /var/www/virtual/MY_APPLICATION/new/htdocs/public ... ScriptAlias /cgi-bin/ /var/www/virtual/MY_APPLICATION/new/cgi-bin/ <Directory /var/www/virtual/MY_APPLICATION/new/cgi-bin> AllowOverride None #Options ExecCGI Order allow,deny Allow from all </Directory> .....
2010 May 24
1
Accessing functions from a package
Hi Folks, I created a .R file with source code that accesses functions from a R package (example, fTrading). I then run the created application in two different configurations: 1. I started a R session, and then ran the application using the source ("my_application.R") command, and I measured the time the application ran. 2. I started 2 R sessions in the same processor, and executed the same source ("my_application.R") command, and measured the times the application ran. The times I measured for each applications in #2 was slower than...
2010 May 24
1
Accessing functions from a package
Hi All, I created a .R file with source code that accesses functions from a R package (example, fTrading). I then run the created application in two different configurations: 1. I started a R session, and then ran the application using the source ("my_application.R") command, and I measured the time the application ran. 2. I started 2 R sessions in the same processor, and executed the same source ("my_application.R") command, and measured the times the application ran. The times I measured for each applications in #2 was slower than...
2006 Jan 02
8
RoR or Java for community portal?
Hello Ruby users, let me introduce myself briefly - I am a student at OvG University Magdeburg, Germany, and I hope to get some advice for a nonprofit student community portal I am involved with, just in case somebody is interested: http://www.webuni.de, having around 3000 active users. Development is done on a voluntary basis by members of the community, mainly IT students with too much
2006 Mar 22
15
Rails-1.1.0-RC1 tagged today (4010)
Looks like Rails 1.1.0 RC1 is finally here: http://dev.rubyonrails.org/changeset/4010 -- Posted via http://www.ruby-forum.com/.