search for: etriever

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

2007 Dec 12
3
undefined method: controller_name
...ction_in_public(ActionController::RoutingError.new("this page does not exist")) response.should render_template("error/404") end end and it works. After updating to rspec revision 3136 and running script/generate rspec, I get the following error: kwigger:~/workspace/eTriever-spec-tmp alvin$ script/spec --backtrace spec/unit/controllers/application_controller_spec2.rb ./spec/unit/controllers/application_controller_spec2.rb:10: undefined method `controller_name'' for Spec::Rails::Example::RailsExampleGroup::Subclass_1:Class (NoMethodError) from /User...
2006 Apr 05
0
Providing limited CRUD access to arbitrary tables through a web interface.
Hi There I''m starting Rails a project for the first time (used to work with PHP). I have to provide administrator ("super-user") access to a large number of tables. The access should be available through a web interface (the tables rendered as HTML forms on the browser, probably through HTML tables inside the form). From the CRUD set mostly R(etrieve) and U(pdate) are