search for: 0mbegin

Displaying 7 results from an estimated 7 matches for "0mbegin".

2007 Mar 24
0
Testing Single Table Inheritance
.... one: id: 1 type: Node name: Node1 .. etc, 2 fixtures for each class (8 in total) When i run the default test (check 2 records loaded from fixtures) it fails. It founds 8 nodes(Failed), 4 project(Failed), 2 task(OK) and 2 milestones(OK). From the rails test server: [4;35;1mSQL(0.000000)[0m[0mBEGIN[0m [4;36;1mNode Load(0.000000)[0m[0;1mSELECT * FROM nodes[0m [4;35;1mNode Columns(0.000000)[0m[0mSHOW FIELDS FROM nodes[0m [4;36;1mSQL (0.000000)[0m[0;1mROLLBACK[0m [4;35;1mSQL (0.000000)[0m[0mBEGIN[0m [4;36;1mProject Columns(0.000000)[0m[0;1mSHOW FIELDS FROM nodes[0m [4;35;1mProject Load(0.000000)...
2007 Oct 15
3
Spec::Rails::DSL::HelperEvalContextController: missing defau
Just created a new project and this is the error that I am getting when I try to run my rspec tests: Spec::Rails::DSL::HelperEvalContextController: missing default helper path spec/rails/dsl/helper_eval_context_helper Spec::Rails::DSL::ViewExampleController: missing default helper path spec/rails/dsl/view_example_helper [4;36;1mSQL (0.000138) [0;1mSET SQL_AUTO_IS_NULL=0 [4;35;1mSQL
2007 Apr 24
1
problem POSTing with curl and REST using scaffold_resource
...;<heartrate><hear tRate>102</heartRate><sessionID>1002</sessionID><timeStamp>15068</ timeStamp></he artrate>"=>""} ←[4;36;1mHeartrate Columns (0.031000)←[0m ←[0;1mSHOW FIELDS FROM heartrates← [0m ←[4;35;1mSQL (0.016000)←[0m ←[0mBEGIN←[0m ←[4;36;1mSQL (0.000000)←[0m ←[0;1mINSERT INTO heartrates (`timeStamp`, `hear tRate`, `sessionID`) VALUES(NULL, NULL, NULL)←[0m ←[4;35;1mSQL (0.031000)←[0m ←[0mCOMMIT←[0m Completed in 0.09300 (10 reqs/sec) | Rendering: 0.00000 (0%) | DB: 0.07800 (83%) | 201 Created [http://localhost/hea...
2009 Nov 11
6
HeLp oN my database
Using my application i can able to save a new record into my db but i cannot update a existing record into my db. using update query i can able to update my records. but using update_attributes it doesnot update my records. even i cant find any errors in logs or something. throughout my application i can able to save a new record but unable to update my existing records. actually i have changed
2007 May 04
5
Something wierd with .save method
...quot;description"=>"desc", "solution"=>"desc", "owner"=>"qqqq"}, "isselected"=>{"KSS2"=>"2", "KSS"=>"1"}} saving .... #<Issue:0x690a58c> [4;35;1mSQL (0.000000) [0m [0mBEGIN [0m [4;36;1mSQL (0.000000) [0m [0;1mINSERT INTO issues (`project_id`, `mod_id`, `number`, `date`, `description`, `solution`, `owner`, `state`) VALUES(1, 2, ''1013'', ''2007-05-04 07:49:46'', ''desc'', ''desc'', ''qqqq'...
2009 Feb 25
3
Saving rich text to the database
...uot;} [4;36;1mUser Columns (0.004000) [0m [0;1mSHOW FIELDS FROM `users` [0m [4;35;1mUser Load (0.000000) [0m [0mSELECT * FROM `users` WHERE (`users`.`id` = 4) [0m [4;36;1mInstruction Columns (0.003000) [0m [0;1mSHOW FIELDS FROM `instructions` [0m [4;35;1mSQL (0.000000) [0m [0mBEGIN [0m [4;36;1mInstruction Create (0.000000) [0m [0;1mINSERT INTO `instructions` (`start_day`, `title`, `description`, `appointment_id`, `frequency`) VALUES(NULL, NULL, ''first\nsecond\nthird'', NULL, NULL) [0m [4;35;1mSQL (0.063000) [0m [0mCOMMIT [0m NoMethodError (You...
2008 Sep 29
4
RJS is not loaded
Hello, I have here an issue which is really critical for me (it for my university work and I would like to not delete this feature). It based on a Rails 1.x tutorial which I use now under Rails 2.x. It contains the refreshment (adding content or records) of an div via RJS/JS. I access the RJS via (Controller): respond_to do |format| format.html { redirect_to :controller =>