search for: your_app

Displaying 20 results from an estimated 26 matches for "your_app".

2006 Feb 08
2
How to install RailsCron?
Hi, I would like to start running a background procedure once a user logs in to his account on the website. For this I am considering using the RailsCron object. However, I am not able to download it. I am new to Rails. Can someone give me the excat command I should use to get RailsCron? Can someone suggest a better way of running a procedure in the background? Thanks -Yash -- Posted via
2006 Jul 23
9
Kubuntu, Apache 2.2, Mongrel, Mongrel Cluster
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: new_notes Type: application/octet-stream Size: 5801 bytes Desc: not available Url : http://wrath.rubyonrails.org/pipermail/rails/attachments/20060723/34e20e45/new_notes.obj
2006 Jun 08
5
Suggestions wanted for non-logged-in user in closed beta phase
Will shortly be deploying first iteration of app to some beta testers (i.e. friends), and want them to be able see it both from logged-in view and guest (i.e. not logged-in) view. The two are a fair bit different. It''s a closed beta, so (hopefully) no pages (other than a blank login page) will be visible. The question is, what''s the best way for them to be able to see (and
2009 Jun 17
2
Gurps Character Assistant 4
...forms:buildsmartbar:Error 30001 Unable to open picture file "%1" then the application closes. Googling this error found a few people with this issue dating from mar09, but no resolutions or responses. I read the Forum Guidelines (http://wiki.winehq.org/ForumGuidelines) but the line wine your_app.exe &> /tmp/log.txt 2>&1 Logs this wine: could not load L"C:\\windows\\system32\\gca4.exe": Module not found I am currently installing the software required for regression testing as stated in the forum guidelines. Firstly, Is it possible I installed the app incorrectly in...
2011 Mar 01
5
Rift Seemingly can't patch.
I have been using wine for a grand total of 24 hours so am a little bit clueless, so please forgive me if this is actually something simple. I've installed wine using the commands from here http://wiki.winehq.org/winetricks in the Ubuntu terminal and I've installed Winetricks, and I've got it to put in the three things from this post :http://forum.winehq.org/viewtopic.php?t=10959.
2010 Jan 08
6
How to change a rails app to INstant rails app???
i have a rails app , i need to change that app to instant rails app. i have been using Net beans as IDE is der an easy step to do that??? rather creating a new one by copy paste? -- 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 group, send email to
2008 Oct 26
0
Running rails at bootup
...es (start_mysql.bat and start_web.bat) and copy them to your startup directory.<br> The files look like this:<br> <br> [start_mysql.bat]<br> PATH C:\InstantRails\mysql\bin;%PATH%<br> mysqld<br> <br> [start_server.bat]<br> CD C:\InstantRails\rails_apps\your_app<br> PATH C:\InstantRails\ruby\bin;C:\InstantRails\mysql\bin;%PATH%<br> ruby script\server -e production<br> <br> These scripts are rather simple and I do not usually do windows so it is possible I have missed something here.&nbsp; Of course the path is completely depende...
2007 Mar 26
1
Debugging my first app
Hi everybody, I'm trying to run 'The typing of the dead'. When I start the application, it crashes with the log attached. I've tried to track down the faulty function, I've used WINEDEBUG=+seh, but I don't know what to look for. Any hints? -- Luca Ottaviano -------------- next part -------------- A non-text attachment was scrubbed... Name: report.log Type: text/x-log
2008 May 29
3
no backtrace in console
buggzilla maintainer tell me "there's no backtrace in console output" in comment to my newly posted bug here is the bug: http://bugs.winehq.org/show_bug.cgi?id=13450 i don't understand this and if i have something to do Thank you for explanations Vincent
2008 Jun 05
1
winelauncher is not alive anymore
hello, i have noticed that i cant type the winelauncher command... how can i get debug logs then? i am using wine-1.0-rc2
2009 Jun 12
4
Wine just changes screen resolution.
I'm quite new to Ubuntu and so to Wine too. So I installed Oblivion using Wine, and everything went well. But when I tried to run the game, nothing else happened but the screen resolution changed to 640x480. That happened when I clicked "Launch Game" on the start up menu of the game. Should I change some conffigurations or something?
2006 May 25
5
Application stops working over night: (Errno::EPIPE (Broken pipe)) is the error
I know this question gets asked a lot but I can''t seem to find the answer when I search through the mailing list. First off here''s my set up. Cent OS 4.3 Apache 2.0 Fast CGI 2.4.0 Rails 1.1 Mysql 5.0 The app starts up fine, but every morning it refuses to start and gives me the dreaded Application error untill I reload Apache. I thought my database was timing out so I added
2009 Apr 21
12
still cannot install rails on windows
if i follow the instructions on: http://agilo.us/2009/03/15/rails-on-windows/ the command gem install sqlite3-ruby will give --------------------------------- Building native extensions. This could take a while... ERROR: Error installing sqlite3-ruby: ERROR: Failed to build gem native extension. c:/ruby/bin/ruby.exe extconf.rb checking for fdatasync() in rt.lib... no checking for
2006 Apr 20
2
Broomstick - Making Sweeping a Little Bit easer
...e above method will call url_for on the controller and expire all pages that are under public/pragmatic/ and public/pragmatic.html To install this plugin just run: script/plugin install http://svn.recentrambles.com/broomstick SETUP INSTRUCTIONS Make sure that this broomstick directory in under your_app/vendor/plugins/ There are a couple of issues you will need to fix in your routes.rb and your .htaccess or lighttpd.conf if you want to use this plugin. First let fix your routes.rb. If your routes.rb has this line: map.connect '''', :controller => "pragmatic" you w...
2008 Feb 26
4
vbrun300.dll
Hello. Recently i install "Ford Microcat". It's database of spares for Ford =) So, it had been installed without efforts. Now, when i try to run: #wine c:\\Microcat\\microcat.exe there is some errors: 1. first of all - it can't be registered vbrun300.dll in console was message: "Could not load 'VBRUN300.DLL' required by 'MICROCAT', error=11" but - i
2006 Jun 07
10
RoR with Apache2 - performance?
How is the performance running RoR with Apache2 compared to running it with PHP? -- Posted via http://www.ruby-forum.com/.
2007 Apr 06
2
Best way to start a worker
I have installed backgroundrb. I can start it. I have read everything I can get my hands on, and have read the list for a few months. I have written a worker, and am ready to start. This worker reads a queue, and processes it (sends queued emails). Sends 10, sleeps for a minute, sends 10 until done - very straightforward. My question is, what would be the best way to run this? I have
2006 May 06
23
New Rails app is not working... I am missing something
Hi, So I have two rails applications working on my box. Theya re both tutorials that I walked through step by step. Now I am trying to write my own application and something is not working. My server is OS X 10.3.x. I am using Apache 1.3.x as the webserver with fcgi. As I mentioned before all is well with the apps that I had walk through tutorials with, but my app is not working. I
2006 May 26
11
Weird Caching Issue
Hey all, Here''s the issue... I''m not entirely sure it''s even a Cache-related issue, but here it goes: I''ve deployed a Rails app onto a subdomain of my clients site... The server is running Apache2, and I''m proxying through to Lighttpd. The issue I''m having is that I''m able to add content to the site (data exists in the db), but
2006 Feb 05
26
Ruby on Rails and other sites use PHP?
I can''t think of a good reason, other than it''s legacy code which hasn''t gotten around to being changed to RoR. http://rubyonrails.org/?=PHPE9568F36-D428-11d2-A769-00AA001ACF42 http://37signals.com/?=PHPE9568F36-D428-11d2-A769-00AA001ACF42 http://basecamphq.com/?=PHPE9568F36-D428-11d2-A769-00AA001ACF42 http://backpackit.com/?=PHPE9568F36-D428-11d2-A769-00AA001ACF42