search for: etrieve

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

Did you mean: retrieve
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 /Use...
2006 Apr 05
0
Providing limited CRUD access to arbitrary tables through a web interface.
...(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 relevant. However, sometimes the administrator would be allowed to delete rows, and at other times he won''t. Also, he can''t update all columns (for example, can''t change the auto-incrementing id primary key). Important to note that the application is sup...