search for: declarit

Displaying 2 results from an estimated 2 matches for "declarit".

Did you mean: declarat
2006 Jul 20
2
Authentication & Authorisation - Whats the common approach?
Hi, Just wondering what the most popular approach is for authentication and authorisation in a rails application that is deployed and fronted by apache? Also when there are say a couple of rails apps being hosted. Authentication ============== [1] Options would seem to include: * Do it within rails/your app? Use of a "before_filter" per the Rails Recipes book * Use of Apache to
2006 May 25
13
.NET developer trying to understand some Rails basics
...h. However, the object-relational mapping (ActiveRecord) and simplicity of the Rails framework and Ruby in general really appeals to me. .NET currently doesn''t have something like Rails'' ORM - atleast not out-of-the-box. Here''s my question: In asp.net I am able to use declaritive syntax like the following to implement very complex UI elements. <asp:GridView ID="GridView1" AllowSorting="true" AllowPaging="true" Runat="server" DataSourceID="SqlDataSource1" AutoGenerateEditButton="true" DataKeyNames=...