search for: pauliephonic

Displaying 5 results from an estimated 5 matches for "pauliephonic".

2006 Mar 24
6
Microsoft SQL Server has me stumped
I''m tinkering around with an old legacy table in SQL Server 2000. Ruby 1.8.4, most recent ADO.rb file from RubyForge, Rails 1.0 Here''s the model: class InventoryItem < ActiveRecord::Base set_table_name "[_SMDBA_].[_INVENTOR_]" set_primary_key "sequence" end Everything works fine. I can retrieve records without issue. However, when create a new
2006 May 06
0
RE: Rails Digest, Vol 20, Issue 156
...test (justin worrall) 8. depot test-driven development exercise (cremes.devlist@mac.com) 9. Re: pdf/writer: table.render_on best practices? (Nicolas Buet) ---------------------------------------------------------------------- Message: 1 Date: Sat, 6 May 2006 14:01:23 +0200 From: Paulie <pauliephonic@gmail.com> Subject: [Rails] Re: Rails MySQL Stored Procedure Fun To: rails@lists.rubyonrails.org Message-ID: <866652e92a11ea4f63bdb9499d0ce6f5@ruby-forum.com> Content-Type: text/plain; charset=utf-8 Jeremy Kemper wrote: > On May 5, 2006, at 6:42 AM, Paulie wrote: >> other *nix do...
2006 Apr 05
25
How to avoid bunch of <% %> ??
Hello, I would like to know is there is a way to avoid poluting the views with tons of <% %> ? Like this <%= start_form_tag() %> <%= text_field_tag(''category[title]'', category.title, {:size => 20, :maxlength => 128}) %> <% if not category.parent_id.nil? %> <%= select("category", "parent_id", Category.find(:all,
2006 Jul 28
0
Search Forum
Hi all, anyone any idea when the Forum search at ruby-forum.com is gonna be working again? I have a dumb question that I am sure has been asked many times and would like to search before posting. Regards, Paul -- Posted via http://www.ruby-forum.com/.
2006 May 05
2
Rails MySQL Stored Procedure Fun
Hi All. I have a question about calling MySQL stored procedures that is a little different from the usual. I know stored procedures are not really the ''Rails way'' but in this case there is no other way to accomplish the same task and I have used them successfully. Background: I am using a query to produce a real-time status of items flowing through a factory. The query