search for: yourapp

Displaying 20 results from an estimated 62 matches for "yourapp".

2006 Jun 05
0
Camping Troubles
...nly dealt with detection > of non-camping apps anyway, and tried to run it again. The server > started, but going to localhost:3301/ yields the following error: In order to use bin/camping these days, you must use Camping.goes. So make sure: * Before you do anything else -- Camping.goes :YourApp * Make sure your app is saved in yourapp.rb * Use YourApp::Controllers, YourApp::Models, YourApp::Views. This keeps from conflicting with other apps. _why
2006 Jan 09
4
scaffold seems broken on show,edit,delete
After running generate scaffold and pointing the browser, the data list appears correctly, the create new button works okay, but show, edit, delete give the following error: "Could not find Organization without an ID" running on ubuntu breezy with postgresql - data and everything else appears correct - any ideas?
2006 Oct 22
3
Date Helpers?
Does anyone have any ideas off the top of there head how to easily construct a date helper as one would see in Rails? Thanks, Michael Gorsuch http://www.styledbits.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/camping-list/attachments/20061022/7dda5a52/attachment.html
2013 Jan 02
8
Apache Passenger and Reloader
...ch used on_reload which doesn''t seem to exist anymore. I''m still learning rack/rails stuff so not really sure how to setup my config.ru to use reloader. In the reference it says: require ''camping/reloader'' reloader = Camping::Reloader.new(''/path/to/yourapp.rb'') blog = reloader.apps[:Blog] The blog object will behave exactly like your Blog and Wiki, but they will update themselves if yourapp.rb changes. I''m not sure how I get passenger to then run the blog from the config.ru Thanks -------------- next part -------------- An HTML...
2006 Jun 27
3
Capgem 0.1 Released
...ds start and stop scripts for launching your app via mongrel even if it is in the Ruby gems directory. You can just type sudo start-myapp or sudo stop-myapp from anywhere on the system to launch once you''ve installed from your Gem. You can also use ''gem install -i /path/to/install yourapp.gem'' to install in a specific location. URL: http://rubyforge.org/projects/capgem Feedback is welcome. Sincerely, Anthony Eden -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060627/c83a49b8/attac...
2007 Jul 19
5
Installing Maximizer Ver 7
Can anyone offer help with installing Maximizer Ver 7 under Wine with latest Kubuntu? If you can, or have done this, I would love to hear from you. I can get it to install but not run. Thanks -- * Ian Whitfield*/* */* ZS6CDX* Pretoria, South Africa **/ /
2008 Feb 18
2
fonts
Hello every body, i?m testing some w32 apps with wine and I found some problems. Trying to install ArcGIS (My first installation), I had the following error: Need internet explorer 6. Well I installed IE 6, and continue installing ArcGIS, it was installed succesfully, but it installed Phyton, and throw some problems. Well finally installed I run ArcGIS and the fonts were crazy, I didnt see
2005 Mar 21
3
routes.rb question.
I have a simple program that read all HTML files from a directory and returns parts of the content and the file names which are HREFs to those file. I build the HREF string dynamicaly as PATH_TO_DOC_ROOT + "file_name". My PATH_TO_DOC_ROOT = http://127.0.0.1:3000/docman/public/docs. So, the final link that I am interested in might look like this:
2006 Mar 02
3
New to WINE
I am new user of WINE and need a little help. 1. From the best I can tell I have everything configured correctly. However I can't figure out how to get a Windows screen to show up. 2. How do I get a WINE icon over to my desktop so as start it with a mouse click(s) Yes as you can tell I am very new to linux systems as I just installed this system this afternoon, so please be genle with
2006 Mar 03
2
Desktop Icons
...<pre wrap="">. How do I get a WINE icon over to my desktop so as start it with a mouse click(s) </pre> </blockquote> <pre wrap=""><!----> If you don't get an icon, you can start your application with wine ~/.wine/drive_c/Program\ Files\YourApp\YourApp.exe for example. </pre> </blockquote> <br> </body> </html>
2006 Jun 26
2
running lighttpd -> Recognition failed for "/"
i have tried several tutorials on the web for getting my app to run under lighttpd and fastcgi.. my setup is fedora core 5.. i used this to get everything installed: http://www.digitalmediaminute.com/howto/fc4rails/ but i kept getting errors, as the machine i am installing it is a remote machine, i couldn''t get it to work right.. i next tried this:
2008 Jan 29
17
facebook_url_rewriting.rb
Here''s the fix for Facebook apps that specify a controller in their callback URLs. First, set this variable in your environment scripts: ENV[''FACEBOOKER_CALLBACK_PATH''] = ''/controller'' # where controller is the name of your Facebook controller And then patch vendor/plugins/facebooker/lib/facebooker/rails/facebook_url_rewriting.rb as shown in the
2008 Jan 26
3
Facebooker::Session::IncorrectSignature
I think I must be missing something obvious on this one, but I can''t get past the initial "ensure_application_is_installed_by_facebook_user" in a rails app that I''m trying to put together. I''m running on edge rails with the latest Facebooker as a plugin. I''ve tried adding my settings to the environment configs and recently I tried the new yaml
2007 Apr 25
6
Running something periodically.
Suppose, for a moment, that I have a Camping app. It looks at something, like an RSS feed of upcoming events, and displays them if they meet a specified criterion. I look at the index page, it fetches the feed items and then displays them. Yay. Maybe it also writes them to a database. Which is great, so long as I keep looking at the page every so often. But what do I do while I''m
2006 Mar 13
2
Engines with InstantRails
I''ve recently started playing with InstantRails 1.0 and am now wanting to experiment with the Login and active RBAC engines but having trouble getting them to install. I''ve checked the following but can''t find any info on how to get it to work. http://rails-engines.org/wiki/pages/Engines+plugin I''ve also tried the following:
2006 Jun 19
2
Auth_generator and domains
Hello all, Thank you for your help in advance.I am working with the auth_generator and see that the "roles" are domains. I am unsure how to add domains to the system and then control who is in what domain. Any help with this or an explanation of how domains work is greatly appreciated. Thank you in advance. Sincerely, Robert Dempsey -- Posted via http://www.ruby-forum.com/.
2006 May 08
2
How to set the default language in GetText?
How to set the default language in GetText? The default language of GetText is en,and I want to change it to another language,and also keep the ability to change to any other languages by just click the according href. Currently I use: class ApplicationController < ActionController::Base before_filter :set_charset def set_charset @headers["Content-Type"] = "text/html;
2006 Jul 06
0
+ camping 1.4.120
Okay, let''s see. gem install camping --source code.whytheluckystiff.net A bunch of great stuff. * Camping::Apps stores constants for all loaded apps. * bin/camping can be given a directory. [1] Like: camping examples/ * Console mode -- thank zimbatm. Use: camping -C yourapp.rb * Call controllers with Camping.method_missing. Tepee.get(:Index) #=> (Response) Blog.post(:Delete, id) #=> (Response) (This is experimental, will probably change.) * Using \r\n instead of \n on output. FastCGI has these needs. _why [1] http://code.whytheluckystiff....
2006 May 22
0
Bug in text_helper.rb
...without_paragraph in a begin rescue block that calls require_library_or_gem "redcloth". The problem is, that this call will always fail and the methods will never be defined when you install RedCloth as a plugin under vendor/plugins. That is because text_helper.rb is loaded before <YOURAPP>/vendor/plugins/RedCloth-x.x.x/lib is in the loadpath. So you''re stuck to having the gem for RedCloth installed, or copy redcloth.rb to the vendor/ directory which is in the loadpath on time. (comments appreciated) Btw. reading the source for require_library_or_gem I was wondering if...
2006 Feb 22
2
loggin of sql statements
Is there a way to have rails log the sql statement that it runs. It would be much easier for me to debug my code if I could actually see the sql that active record is using. Charlie recentrambles.com -> use Time not DateTime -------------- next part -------------- An HTML attachment was scrubbed... URL: