search for: mvanholstyn

Displaying 6 results from an estimated 6 matches for "mvanholstyn".

2006 Jun 16
3
ActiveRecord, using sql functions for some attributes
Hi. I need to use functions INET_ATON, INET_NTOA for IP address retrieving. Is it possible to make this transparently (without custom SQL for saving, updating and retrieving)?
2006 Apr 20
0
ActiveRecord IO Mode Plugin
...tgreSQL - it has *not* been tested on MSSQL, Oracle, SQLite, etc. If you can provide feedback for using this with MySQL, MSQQL, Sqlite, Oracle, PostgreSQL, that would be great! Any feedback or suggestions are graciously accepted! Thanks, Zach Dennis & Mark Van Holstyn zdennis@mktec.com mvanholstyn@mktec.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFESAUDMyx0fW1d8G0RAuKoAJ460jcaiKxyd9li50IFVxk3so6IQwCePULg fYgtb0iasv/xznYokJSSupw= =AHgV -----END PGP SIGNATURE-----
2008 Jan 19
0
http://dev.rubyonrails.org/ticket/10350
Would someone mind taking a look at this verified ticket and give feedback/apply it? Thanks, -- Mark Van Holstyn, Partner / Software Developer mvanholstyn@mutuallyhuman.com, (616) 706-6842 Mutually Human Software, http://mutuallyhuman.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrail...
2008 May 08
7
Rspec Stories / Selenium Nightmare
I have been using Rspec stories with Webrat feeling very productive and happy. Then I needed to do something with Selenium (Webrat could have done what I needed but it does not yet have the functionality). Selenium-core as part of a rails plugin looked nice but did not seem to fit with rspec stories. So I went the Selenium-rc route. Since Selenium uses a separate instance of rails
2007 Jun 07
0
Routing error after [6959]
Could someone take a look at http://dev.rubyonrails.org/ticket/8601? The last changeset broke form_for(@model) for a simple edit action. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from
2007 Dec 06
0
has_many :through with a has_one source
Here is my simple example... require ''rubygems'' require ''active_record'' ActiveRecord::Base.establish_connection :adapter => "sqlite3", :database => "has_many_through.db" ActiveRecord::Schema.define do create_table "containers", :force => true do |t| t.column :name, :string end create_table "shapes",