Displaying 7 results from an estimated 7 matches for "monceaux".
2006 Apr 25
0
Re: Re: New Rails book coming down the tube... (Kevin Monceaux)
Yes, it is. :)
Thanks for noticing...I was wondering if anyone would pick up on that haha.
--Jeremy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060425/93ac9b64/attachment.html
2005 Dec 21
13
Too many login generators?
there is a blog about it
http://www.realityforge.org/articles/2005/11/12/aaa_in_rails
There are so many Authentication/Authorization/Auditing generators now,
just like the situation in java''s world, Too many components doing the
samething just make me confusion. Why not add one to rails core lib and
everybody can extend it for their requirement ?
--
Posted via
2006 Mar 29
1
New to Wine, Install Problem
Wine Enthusiasts,
I'm new to Wine and am having a problem installing some software. I
didn't see the application in question in the Application Database.
I'm hoping the problem is something simple and that perhaps a Wine guru
on the list can point me in the right direction.
I don't have Windoze installed on any of my boxes. Unfortunately I now
find myself needing to run a
2006 May 04
14
Rails Reference 1.1.2
As part of my 3 day training course on Rails, I hand out a 24 page
"short reference" of Rails. It''s collection of the most used calls,
methods, functions across a wide range of Rails functionality.
I have released it under a Creative Commons license, so feel free to
grab it and use it and improve it. It''s a bit rough around some of
it''s edges, and I
2006 Apr 28
35
what''s your rails wishlist?
I''ve been working with rails for a while now. Rails is the second web
framework I''ve tried. It blows the doors off catalyst (perl''s best
framework). I even just wrote my first plugin (broomstick). Ruby''s
ability to meta-program blew me away with it''s ease of use. I''ve been
so impressed with the helpers that rails uses to make a lot of
2006 May 02
96
[ADV] Second Edition of Agile Web Development with Rails
ANNOUNCING AGILE WEB DEVELOPMENT WITH RAILS, SECOND EDITION
===========================================================
http://www.pragmaticprogrammer.com/titles/rails2/
Rails has changed a lot since we announced the first edition of the
book a year ago. DHH says that the 1.1 release "boasts more than 500
fixes, tweaks, and features from more than 100 contributors." Who
are we to
2006 Apr 14
0
Masked Input Fields?
Fellow Rails Enthusiasts?
Does Ruby on Rails have a form helper function to create a masked text input
field? For example, a mask for entering a phone number might look like:
( ) -
Also, does RoR have a function to set the focus to the first form field on a
page? I usually use the following JavaScript function:
function FieldFocus() {
if (document.forms.length > 0) {