Displaying 9 results from an estimated 9 matches for "michaelgorsuch".
2006 Mar 30
1
Active Directory Authentication
I have an opportunity to write a few small apps in my enterprise
environment, but I need to authenticate users through our Microsoft
Active Directory.
Has anyone done anything like this?
Many thanks,
Michael
--
http://www.michaelgorsuch.org
2006 Apr 03
8
[OT] - Career Advice
...any sites / resources that might give some guidance?
I''m really curious as to how you all display things such as work
history and code samples to prospective clients.
I know this is a broad question, and any and all advice will be appreciated.
Thank you,
Michael Gorsuch
--
http://www.michaelgorsuch.org
2006 Mar 30
4
SSL Requirement plugin
Is there any way to have the plugin require SSL to be used for all
actions in a controller and just specify the ones you dont want to
require SSL using ssl_allowed?
class ApplicationController < ActiveRecord::Base
include SslRequirement
ssl_required *.*
Many thanks.
Also I could of course combine this with local.request? so that when
developing locally http is allowed, but
2006 Mar 30
2
Rails lost connection to MySQL server!
I getting this error on my project
Mysql::Error: Lost connection to MySQL server
during query: SHOW FIELDS FROM ...
i think that it''s because the mysql database don''t allow persistent
connections .....
any idea?
thanks
--
_________
Noel R. Morais
2006 Apr 09
4
help with installing ruby
Hi, im new to all this.
I have a laptop running Windows and i was wondering if someone could just
write a brief set of instructions on everything i need to install/set up in
order to get Ruby running.
By the way, could someone explain to me exactly what Ruby is for and what
you can make with it?
Kinda a lot to ask but thanks!
Ed
-------------- next part --------------
An HTML attachment was
2006 Apr 05
1
RoR group in DFW (TX) area?
I thought I remembered seeing a post a while back about a group forming in north Dallas, but don''t see a listing for them on the wiki. If you''re out there, speak up! ;-)
Anyone in the mid-cities or Fort Worth area interested in getting together?
Bill
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Jan 10
2
Dream Ledger
...g was _extremely_ easy to build with, and
even _easier_ to deploy. Rails is wonderful, but somehow Camping gave
me a lot of joy.
I''m excited to see how it stands up against any amount of traffic.
Thanks for letting me pimp my wares,
Michael Gorsuch
http://www.dreamledger.com
http://www.michaelgorsuch.org
2006 Apr 07
2
errors.add_to_base
What are the limitations on using:
errors.add_to_base
to display errors in views?
I have tried for days to add errors from my object.rb and they never get
displayed.
class Keyword < ActiveRecord::Base
validates_presence_of(:name, :message => "Name is required.")
validates_uniqueness_of(:name, :message => "This name is already in
use. Please try
2006 Apr 28
6
SSL and url_for
Hey, all!
I''m having a url problem that seems like I''m going to overcomplicate
it if I don''t just ask what I''m doing wrong...
My situation is that I''m testing to see if a visitor is accessing a
controller via SSL, and if not, redirect to the same controller via my
secure address. This really only amounts to replacing http with https,
and so I did the