search for: jh100000

Displaying 18 results from an estimated 18 matches for "jh100000".

Did you mean: 100000
2006 Jul 26
3
svn command doesn''t work when trying to install plugins
Trying to install BackgroundRdb $ script/plugin install svn://rubyforge.org//var/svn/backgroundrb sh: line 1: svn: command not found What am I doing wrong? I''m using a MacBook pro with OSX10.4 and what I think is a standard version of Ruby 1.8.4 and Rails 1.1 ---John -- Posted via http://www.ruby-forum.com/.
2006 Jul 25
4
Problem installing plugins
I''m trying to install a plugin using the supplied command... $ script/plugin install svn://rubyforge.org//var/svn/backgroundrb I get an error sh: line 1: svn: command not found What am I doing wrong? What is svn, and why is it not found?? It seems to work for everyone else.... Have I missed something in my Ruby install? -- Posted via http://www.ruby-forum.com/.
2006 Aug 10
2
Is it possible for a controller to throw up a message box?
I need my controller to give some feedback to the user by popping up a message box. Does anyone have any ideas how this can be done? Thanks --John -- Posted via http://www.ruby-forum.com/.
2006 Jul 24
4
how to get your controller to close a browser popup window
While editing a record I need to have a link to create a new record in another scaffold. I''ve done this by using a popup window <%= link_to("Add new Person", "/person/new", :popup => [''window_name'', ''width=600,height=600'']) %> It all works great - but when the save is done I want to kill the popup window.
2006 Jul 24
22
which webserver to use in production?
Apologies in advance if this ignites a war of comflicting opinions.... I''m a few days away from going live with my first RoR application. It is completely database centric and each user will have his own queries so cacheing will not really help. I have a dedicated linux server being built by my hosting provider and I need to tell them which webserver to use. The databse is MySQL
2006 Aug 11
3
London: Ruby on Rails programmer needed
Hi, I am not sure if this is off topic, apologies if it is. I am working for a startup in London and am looking for one or two rails programmers. I estimate that there will be about 6 weeks worth of work plus some ongoing consultancy. If any one is interested please get in touch. rgds, - matt. -- Posted via http://www.ruby-forum.com/.
2006 Aug 12
1
Hosting your own forums alongside your application
I''ve got my site running on port 80 at www.mysite.com (dedicated Debian box running Mongrel) I''ve got my forums running on port 3000 at www.mysite.com (same box, running Lighttpt). Any ideas how I can change the forums to run on port 80 at something like forums.mysite.com ? --John -- Posted via http://www.ruby-forum.com/.
2006 Jul 29
1
Debian - plugins being installed to the wrong place?
Hi, I''ve been moving my app from my development environment (my laptop running OSX) to my test environment (a dedicated Debian box in a datacentre somewhere). All seems to be OK except ruby Plugins don''t seem to work. When I go to a page which uses a plugin I get errors... e.g. uninitialized constant Paypal Same happens with other plugins I''m using e.g. FasterCSV
2006 Jul 26
5
code for uploading files to the filesystem instead of db
Does anyone have any standard code for uploading files to the filesystem? I''ve got code already for uploading images to the database but I''d prefer to store the files on the filesystem. In particular I need to know how to (a) ensure a file has been selected in the file_field (b) how to extract the filename from the file_field (c) how to actually move the file from client to
2006 Aug 13
3
why do text_fields appear smaller in IE than other browsers?
In testing my application on different browsers, I''ve noticed a few differences:- a password_field :size=>20 is smaller than a text_field :size=>20 on Internet Explorer. They are the same on Firefox and Safari. makes my login box look silly. the same can be seen on the login screen for this forum. the password box is a little shorter on IE6. more annoying however is I have
2006 Jul 29
6
why is webrick running in development mode?
Hi, I changed my environmnet.rb to say PRODUCTION mode, however when I start up a server "ruby scripts/server" a) it runs in development mode (via the logs) - any ideas why? b) why does webbrick run - I thought by default now it was supposed to be lightty Tks -- Posted via http://www.ruby-forum.com/.
2006 Jul 25
7
Paypal - Instant Payment Notifications
Has anyone any experience of getting the Paypal plug in to work? I''ve set myself up on the Paypal sandbox, I''ve setup my sending and receiving accounts, i''ve got the Paypal button on my view, I can go and make payments ok, but I can''t get the Instant Payment Notification part to work. At the end of the payment process the user is left in a paypal screen
2006 Jul 18
0
how to ensure that a file has been selected on a file_field?
Does anyone know how to validate if a file has been selected using a file_field control? I want to ensure a file has been selected before the associated action is selected. Presumably something like validates_presence_of something ? Any pointers most appreciated... John -- Posted via http://www.ruby-forum.com/.
2006 Jul 25
0
URLs not working in Action:Mailer emails
When I include my website address in emails generated by Action Mailer they look OK but don''t actually work. e.g. looks like www.mywebsite.com but the actual URL is x-msg//79/www.mywebsite.com What''s this x-msg//79 ? And how do I get rid of it? -- Posted via http://www.ruby-forum.com/.
2006 Jul 25
0
Sending emails slow - is this normal?
In my development environment, it takes 5-10 seconds to process a single outgoing email message. Is this normal? Presumably in production it will be just as slow. Is there any way to hive this off as a background task? -- Posted via http://www.ruby-forum.com/.
2006 Jul 26
0
Has anyone managed to get the Paypal plugin to work?
Is there anyone out there who has managed to get Paypal immediate payment notificiations to work with the Paypal plugin? I can get as far as making the payment in the sandbox, but can''t get any acknowledgement back to confirm the payment was made. I''m confised as to how Paypal will know where to send the acknowledgement as I''ve not supplied my IP address or anything
2006 Jul 26
0
controller cant find my RMagick installation on OSX 10.4
I need to install RMagick as it is a required dependency for the file_column plugin which I am trying to use. I was completely baffled by the instructions on by the RMagick website for installing RMagick on OSX. However, I found these alternative instructions which come from the same chap who provided the instructions for installing RoR on Tiger.
2006 Jul 27
0
Can''t get BackgroundRb to work
I''m trying to get BackgroundRb to work. I''m runing on OSX 10.4. My install went ok but strangely this command didn''t work script/backgroundrb/start -p 11111 -d I get the error start: invalid option: -p So instead i''ve left out the -p 11111 script/backgroundrb/start -d which seems ok but when my controller calls my worker I get undefined method