search for: mlartz

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

Did you mean: martz
2012 Mar 02
0
ConnectionNotEstablished when using connection on AR::Base abstract subclass
...mployer_id" = 1 WHERE "employees"."id" = 1 D, [2012-03-02T16:22:36.972066 #14148] DEBUG -- : (2.3ms) commit transaction D, [2012-03-02T16:22:36.973350 #14148] DEBUG -- : Employer Load (0.3ms) SELECT "employers".* FROM "employers" /Users/mlartz/.rvm/gems/ruby-1.9.3-p0@tmp/gems/activerecord-3.2.2/ lib/active_record/connection_adapters/abstract/connection_pool.rb: 374:in `retrieve_connection'': ActiveRecord::ConnectionNotEstablished (ActiveRecord::ConnectionNotEstablished) from /Users/mlartz/.rvm/gems/ruby-1.9.3-p0@tmp/gems/ ac...
2010 Mar 23
0
Namespaces that are controllers?
I''m checking out the new router in Rails 3, and was looking to create an ''/admin'' section of a website with several namespaced resources, however I''d like the top level ''/admin'' to also route to a controller. Here''s my current setup: match ''admin'' => ''admin#index'', :as =>