search for: farocco

Displaying 20 results from an estimated 21 matches for "farocco".

Did you mean: faracco
2005 Dec 31
6
What does this error mean when using scaffold?
Last login: Fri Dec 30 15:34:43 on ttyp1 source /private/var/tmp/folders.501/TemporaryItems/Locomotive. 1135999534.992790-16807 Welcome to Darwin! frank-roccos-powerbook58:~ farocco$ source /private/var/tmp/folders. 501/TemporaryItems/Locomotive.1135999534.992790-16807 frank-roccos-powerbook58:~/Documents/receipts farocco$ script/ generate scaffold receipt receipt ./script/../config/../config/environment.rb:63: undefined method `config'' for LoginEngine:Module (NoM...
2005 Dec 06
5
How to set a default value?
Hello, I have a price field that I validate of numbers. How can I default a 0.0 value? Regards, Frank Rocco farocco-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org
2005 Dec 21
4
How can I taalk to our AS/400?
Hello, I can do this in java, but want to use Rails. How can I connect to our AS/400? Thanks Frank _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
2006 Jan 01
5
scaffold not working on Windows XP
Hello, I did a fresh install of ruby182 and gem rails --include-dependencies Now when I do: rails receipts cd receipts ruby script\generate scaffold receipt receipt rails does not create the views or controller. What can I do? Thanks Frank
2005 Dec 08
7
Help shut down webbrick on mac?
Hello, I just installed radrails and it will not run the webbrick because a version is already running on my mac. I do not know how to shut down the mac version. Thanks Regards, Frank Rocco farocco-H+0wwilmMs3R7s880joybQ@public.gmane.org
2005 Dec 14
2
still stuck on windows lighttpd config
Hello, I have my app in C:\Program Files\lighttpd\htdocs\receipts I do not know what to change in the lighttpd.conf to run this. What paths do I need and what fastcgi setting to find this? Thanks Frank _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
2005 Dec 14
3
help - how do I send an email ?
Hello, I cannot get a simple email to work. What is the syntax to send an email? I have actionMailer defined in environments.rb Thanks Frank _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
2005 Dec 25
2
How do I install user_engine & login_engine?
Hello, I have a Mac & PC and want to install these plug-ins. I do not understand the svn, what commands do I use? Thanks Frank
2006 Jan 03
7
best authorization?
Hello, I want to allow some users to manage other user accounts, but do not want them to manage the admin account. I have tried auth_generator, login_engine and user_engine I am having a hard time gettign this to work. Looking for advise and help. Thanks Frank -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Dec 30
9
cannot load engines plugin/scaffold broke
from C:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_suppo rt/dependencies.rb:214:in `require'' from script/plugin:3 I get the above error. Also, I cannot get scaffold to work. I installed ruby182-15 and did a gem rails I am using Windows XP Thanks Frank _______________________________________________ Rails mailing list
2006 Jan 05
3
getting porn from rails link
Hello, http://wiki.rubyonrails.com/rails/pages/Tutorial is showing me links to porn sites Frank -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060105/d4e011de/attachment.html
2005 Dec 29
5
help with installing login_engine
Hello, I did a script/plugin discover then script/plugin engine then script/plugin login_engine The discover worked, but I get engine and login_engine not found. I am using a Mac Thanks Frank
2005 Dec 14
0
how do I list the two tables?
Hello, I want a page that list the database contents of table1 and then list the database contents of table2 How do I reference both tables in my controller? I tried @t1 = Table1.find(:all) @t2 = Table2.find(:all) Thanks Frank _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2005 Dec 21
0
help with sending email form
Hello, I have an email app running where I can send an email. How do I pass form data to my email notifier? here is my code that is not working. <%= start_form_tag :action => "index" %> <% if @flash[''notice''] %> <div class="Message"><%= @flash[''notice''] %></div> <% end %> <p> Please enter
2005 Dec 23
0
Any plans for better deployment on servers?
Hello, I am wishing that rails could have better support for servers on windows. I mean java and asp both have a gui interface to deploy and config the app. In asp or asp.net, I just create a virtual directory in IIS. In tomcat, I can use their gui admin screen. Just wishing for an easier method. Frank
2005 Dec 07
0
how can I sort a table?
Hello, I have a table with 10 rows per page. Is it possible to change the header names to allow sorting? If so, how? Thanks Frank _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
2005 Dec 08
1
help - how to I link to an external app and pass value?
Hello, I have a list that I need to show a print column and have the print column call an external web application and pass the id value. How do I do this in rails? Thanks Frank _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
2005 Dec 08
1
how to open a popup window
Hello, How can I change the code below to open a new browser? Thanks Frank def print @receipt = Receipt.find(params[:id]) link = "http://web/WebReceipts/WebForm1.aspx?id=" + params[:id] redirect_to_url(link) end _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2005 Nov 30
7
newbie: Getting started on Windows XP & MAc OSX 10.4
Hello, What installs do you recommend for Windows XP and MAc OSX 10.4? I want to setup Rails as easy as I can. Thanks Frank -- Posted via http://www.ruby-forum.com/.
2006 Jan 05
2
help - edit without using scaffold
Hello, What am I doing wrong? The code below does not show the current record for editing. def edit @user = User.find(params[:id]) end def update @user = User.find(params[:id]) if @user.update_attributes(params[:user]) flash[:notice] = ''User was successfully updated.'' redirect_to :action => ''show'', :id => @user else render :action