Displaying 20 results from an estimated 500 matches similar to: "how about the global data when multiple backgroundrbs ?"
2006 Sep 21
1
backgroundrb scalability
i''m in a team that is currently developing a web 2.0 application that really
needs to scale in the very near future.
we are using backgroundrb for some of the server tasks.
currently, we have two servers (in RubyOnRails) that connects to a single
backgroundrb daemon.
is there a way that we can run multiple backgroundrb and have the servers do
a round robin on them to retrieve a worker
2005 Mar 08
3
Making a module method available in view
I have a Rails application called RailsApp.  In my RailsApp/lib
directory, I have a file called localization.rb that defines a module
called RailsApp with a Localization class that implements a method l. 
(RForum devs and fans will recognize this as the YAML-based
localization feature in that package.)
I want to be able to call this method from my controllers and views.
I have added a
2006 May 20
3
integrate with php-script
I have built a webshop in rails, now it''s time for invoice handling 
through a third party. The communication will be done by xml-rpc. The 
built in ruby xml-rpc doesnt seem to be compatible with the third party 
so I have to use a special php-script (provided by the third party) that 
will handle the interaction with them. Where on the server should/can I 
put the script? I would prefer
2006 Feb 06
4
fcgi to run cgi scripts
Dear experts,
I have rail site that is running lighttpd and fcgi. I want the default
domain to serve the rails application, and I also want to have a
virtualhost (bugs.mysite) to resolve to a bugzilla instance.
Bugzilla is basically Perl application called through CGI. 
I tried to find pointers on how to set fcgi to run both rails dispatcher
and other cgi scripts in a different virtualhost, and
2006 Nov 13
9
Setting up Mongrel and Apache , some direction needed
I have a site that is PHP on Apache / RedHat , but will send requests to a
subdomain (running Rails) for database operations.
I believe the set up should be to have ROR using Mongrel, and an Apache
virtual host passing requests from apache to mongrel.
Does this sound correct ?
I believe the Virtual Host is set up in Apache.
One of my problems is I can''t find the httpd.conf file for
2006 Jul 21
1
Lighttpd for rails app subdomain apache for the rest
I want to host a rails app at mydomain.com/railsapp.  For technical 
reasons I have to leave mydomain.com on apache.  This means that I need 
to tell apache to proxy only requests for mydomain.com/railsapp to 
lighttpd.  I have deployed in a situation like this before around a year 
and a half ago but it was a real pain.  Lighttpd and rails have matured 
a lot in the year and a half since I did
2007 Mar 09
3
Rails log file permissions
When I start a Rails server with
  $ mongrel_rails start --chdir ~/railsapp --port 3003 --pid \
      /home/me/railsapp/tmp/pids/mongrel.pid --daemonize
the server starts and opens two log files, development.log and
mongrel.log.  Both have permissions -rw-rw-rw-.
If I omit --deamonize, it opens one log file, development.log, with
permissions -rw-r--r--.
I would like to make the server use
2013 Apr 13
3
Cannot reach http://localhost:3000 after starting Ruby on Rails server
I cannot reach http://localhost:3000 after starting Ruby on Rails
server when running Windows 8. After running rails server in the
directory that I want the server to start, the following prompt shows
up:
C:\Users\Brian\railsapp>rails server
=> Booting WEBrick
=> Rails 3.2.13 application starting in development on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown
2011 Aug 02
2
ror +auth_token + c#
HI,
i have to change a desktop app written in c# to post and get some data
to/from a rails app. the railsapp uses devise.
what im doing right now is:
1) pull up sign_in page
2) parse 1) for auth_token
3) post username+ pwd & auth_token
3.1) if 3 ok > goto 4)
4) post json data
that works all good, except that i do not provide auth_token in step4 , but
a) rails is still accepting my data.
2011 Aug 02
2
ror +auth_token + c#
HI,
i have to change a desktop app written in c# to post and get some data
to/from a rails app. the railsapp uses devise.
what im doing right now is:
1) pull up sign_in page
2) parse 1) for auth_token
3) post username+ pwd & auth_token
3.1) if 3 ok > goto 4)
4) post json data
that works all good, except that i do not provide auth_token in step4 , but
a) rails is still accepting my data.
2006 Feb 02
4
How switching global layout (application.rthml <or> custom.rhtml)
Dears,
My railsapp run using ''/layout/application.rhtml'' and under some
conditions ( Authenticated user, url parameter) I like to switch
globally to another layout, let''s say custom.rhtml
Like :
class AppController < ApplicationController
  before_filter :context_layout
  def index
  end
end
# application.rb
def context_layout
    if <context_condition>
   
2006 Jun 06
9
How to protect images from public?
Hi,
I''m trying to figure out the best way to protect images uploaded by 
users who may wish to keep them private.
For example, if they are uploaded in the default file_column location 
(/public/blah/blah/1/) then someone can simply type the URL 
http://www.blah.com/blah/blah/1 and get the image.
I can store the images in a non-public directory in the rails app (ie: 
/railsapp/images/X/)
2007 May 17
2
Running SSL Rails app on apache server already in use
SSL and Rails is proving to be somewhat confusing and difficult to get going
for me.
I already have an HTTPS apache instance running off my domain -- legacy
secure web app. (lives at https://www.mydomain.com say)
Now I want to develop a new app on the same secured domain with rails (out
of a subdir, symlinked or something at https://www.mydomain.com/railsapp )
But how can this work?
To get that
2006 Oct 02
3
Mongrel cluster FreeBSD rc.d script
Hello all
After installing Mongrel, Mongrel Cluster and all it''s dependencies via gems 
under FreeBSD. Next I have configured all config/mongrel_cluster.yml for each 
Rails app, then:
% mkdir /usr/local/etc/mongrel_cluster
and likend each railsapp.yml to it''s refering app/config/mongrel_cluster.yml
My question is, after preparing all base configs now I need to add some rc.d 
2007 Nov 08
0
error on migration
Hi all,
I''m just getting started with rspec. I''m using trunk rspec with edge
rails. I get an error on migration though, here it is:
rake db:migrate RAILS_ENV="test" --trace
(in /home/pat/railsapp)
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
rake aborted!
undefined method `failure_message'' for class
2009 Aug 31
1
Paperclip gives an strange error message
I installed my railsapp on my server and now i get a strange error when
i tried to upload a photo.
On my macbook it works well but on the server i got next error when i
create a new post
Photo /tmp/stream.22042.1 is not recognized by the ''identify'' command.
Photo /tmp/stream.22042.1 is not recognized by the ''identify'' command.
The message came as an error
2006 Jun 21
2
MasterView rails-optimized (x)html friendly template engine plugin - Release 0.2.0
MasterView rails-optimized (x)HTML friendly template engine plugin - Release
0.2.0
The MasterView development team is pleased to announce the general
availability of MasterView release 0.2.0. MasterView is a rails-optimized
(x)html friendly template engine plugin that provides another option to the
existing rails view templates (rhtml and rxml). The main idea is to provide
a template engine that
2006 Apr 24
12
setup a staging site?
Hi, i''m wondering how to setup a staging site for my RoR app.  Right now i
run webrick on my laptop to develop, then i svn commit my changes to the
production server.  However i need to make my development environment
available to others and not just for me on my laptop.
I have RoR setup on a hosted vps server which runs in production
environment.  Its on apache 1.3 and mysql.  How can i
2007 Jun 22
0
Mongrel_cluster and rails app in a subdirectory
Info:
Apache 2.2
mongrel 1.0.1
mongrel_cluster 0.2.1
I''ve had everything working with a bunch of applications like this
when the the rails app is the document root, but a client just asked
to move the app to a subdirectory, leaving he rest of their site
alone.  However, I can''t seem to get it to work.  Let''s make the
assumption that the Apache document root for the
2005 Dec 19
1
Deploying with Sub Directories
Hi, I am following this "tutorial" on dreamhost to deploy with sub 
directories:
1. Upload your railsapp to ~/railsapp/.
** I have uploaded to /sharemyten.com/list/ (list is my railsapp folder)
2. Make all necessary changes mentioned in the QuickStart Guide above.
** Did this...
3. Create a symlink at the location you want the subdirectory that 
points to ~/railsapp/public/:
$ cd