search for: rhf1kidhbaeb8e1wflbjj6xock334eze

Displaying 4 results from an estimated 4 matches for "rhf1kidhbaeb8e1wflbjj6xock334eze".

2005 Aug 21
2
ActiveRecord::RecordNotFound
Is there a specific reason why AR doesn''t raise a RecordNotFound exception in any exception other than "find(id)"? It would seem to be more consistent with the unified find if all types of find would raise a RecordNotFound exception. jim jim-rhf1kIDhBaeB8E1WFlbJj6xOck334EZe@public.gmane.org
2005 Feb 02
5
Planet Ruby on Rails
I just setup a Planet aggregator site for Ruby on Rails blogs and the wiki. It''s at: http://www.planetrubyonrails.org/ jim
2005 Apr 18
3
RBAC?
hi all, I posted this earlier: are there any RBAC (role based access control) efforts in rails? code to support? external, open source project(s)? etc? any help much appreciated, if none exists we''ll build it and anyone who wants to help is welcome :) _alex -- alex black, founder the turing studio, inc. 510.666.0074 root-16h2cdTTKgpzNNFeSAH1EA@public.gmane.org
2005 Mar 08
15
Rails 0.10.1and WEBrick
Doesn''t appear to work with WEBrick. Works find with Apache/FastCGI. Something wrong in the way Rails is trying to process paths from the WEBrick server. If I try to send in http://localhost:3000/recipes/new, WEBrick is interpreting /new as my controller, instead of my action.