Displaying 4 results from an estimated 4 matches for "djcp".
Did you mean:
dhcp
2007 Feb 06
1
Postgres, testing and maybe spurious database DROPpings?
...are loaded into template1.
The workaround is to just install procedural languages into template1
and grant CREATEDB rights to the test user, but it would feel cleaner to
leave database creation up to the postgres admin user to me. "Principle
of least privilege" and all that.
Thoughts?
-DJCP
Software Engineer
EndPoint.com
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/J...
2006 Oct 10
4
Prototype Tutorials?
Hi,
Can anyone please point me in the direction of a good prototype tutorial?
I''m not sure if one exists yet or not but I havn''t been able to find a
comprehensive one yet.
TIA
Daniel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send
2006 Nov 07
19
DrySQL
DrySQL is a plug-in that extends ActiveRecord to provide a complete DRY
solution for Object-Relational Mapping.
You''ve defined columns, constraints, relationships, and keys on your DB.
With DrySQL you don''t need to re-define any of these things in your Ruby
code.
If you have tables, keys, and columns that don''t follow the Rails naming
conventions, have a complex
2006 May 09
25
[OT] How do guys create round corner boxes? Which Graphic tool?
Hello,
Yes, I know it''s off-topic and nuby question, but I really don''t know
anything about graphic, I''m all a coder who lives in his text editor, so
sorry at first!
I need to create round corner box for my web app, I know how to form a box
using CSS, I just dunno how to create those rounded corners.
Is there an easy to use tool for creating them, out there?
Thank you