search for: 0wwilmms3r7s880joybq

Displaying 15 results from an estimated 15 matches for "0wwilmms3r7s880joybq".

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
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 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
2008 Jul 09
0
Senior Rails Telecommute opening....Great Opportunity $100-$150K
...t’s discuss over the phone. They are not expecting a “perfect” fit, but rather, someone who has a passion for technology and has accomplished outstanding results in the career. If you are interested, please provide a copy of your resume and let’s discuss over the phone. Lynn 410 444 3720 lconrad-H+0wwilmMs3R7s880joybQ@public.gmane.org Work from anywhere This is a virtual organization. You can log in from your home, a nearby office, one of their global office locations, or wherever you have an internet connection This outstanding firm is seeking an adept web developer with a strong background in Ruby On Rails...
2007 Dec 10
8
could not find activerecord-sqlserver-adapter locally or in a repository
I''m trying to connect to a SQL Server db. I thought I installed the DBI component per the instructions, but its not working. When trying to start the ruby server, I get the message: Please install the sqlserver adapter: `gem install activerecord- sqlserver-adapter` But when I try to install the repository, I get this error message: could not find activerecord-sqlserver-adapter
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 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
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
2011 Jan 23
0
Adding Ruby, Ruby-on-Rails to XAMPP
I recently finished some how-to''s for getting Ruby, Ruby-On-Rails, RVM, Rack and Passenger integrated into the XAMPP environment. For those that have an interest in a portable LAMP stack w/integrated Ruby you can read about them here: How-To: Add Ruby-on-Rails to XAMPP http://www.apachefriends.org/f/viewtopic.php?f=17&t=43516 How-To: Add Ruby RVM, Rack and Passenger(mod_rails) to
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 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