search for: sthibaudeau

Displaying 3 results from an estimated 3 matches for "sthibaudeau".

2006 Jun 12
2
Migrations and primary id
I set up a migration yesterday for the first time and remembered that Rails will assign a primary id column on it''s own. No need to put it in to the SQL. The name of the column though is just "id", is there a way to over ride the default if I wanted ? TIA Stuart -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 May 22
1
Problems with ActiveRbac plugin
*Sorry for the first mail without subject* Hello, I try to use the active_rbac plugin (0.3.1) with Rails 1.1.2 but can''t succeed for the moment. Here is what I did : 1 - install Engines Plugin => OK. ''rake engines:info'' gives me "1.1.1" as the engines plugin version. 2 - install Active_rbac plugin => OK. Files are copied in vendor/plugins/active_rbac
2006 May 22
0
(no subject)
Hello, I try to use the active_rbac plugin (0.3.1) with Rails 1.1.2 but can''t succeed for the moment. Here is what I did : 1 - install Engines Plugin => OK. ''rake engines:info'' gives me "1.1.1" as the engines plugin version. 2 - install Active_rbac plugin => OK. Files are copied in vendor/plugins/active_rbac 3 - add the line ''Engines.start