Displaying 3 results from an estimated 3 matches for "essentialrails".
2007 Jul 12
0
Essential Rails registration now open
...d version, geared for anyone
getting started with Rails.
Friday, Sept 21 and Saturday, Sept 22, 2007
Chicago, IL
Hilton Garden Inn O''Hare (http://hiltongardeninn.hilton.com/en/gi/
hotels/index.jhtml?ctyhocn=ORDCHGI)
$495 includes breakfast, lunch, and snacks both days
More info here: www.essentialrails.com
At a Softies class, there are no dumb questions, and you don''t have to
know a whole lot before you show up.
So join us if:
* You''ve been reading about Ruby on Rails and want to really see how
to create websites with Rails
* and/or, you''ve found our recent article...
2007 Aug 22
2
Right for Ruby on Rails?
I have some web forms and a mysql database with matching fields. I am
trying to put them together.
What I want to do is user to enter info into forms, put info in db
tables, need a script to add metadata to various fields, before and
after entered text, and output an xml document.
Thanks for the help.
--
Posted via http://www.ruby-forum.com/.
2007 Sep 02
4
unit test failing
I have unit tests set up with "self.use_transactional_fixtures =
true", so each test should roll back.
Run individually, all my tests succeed. But running "rake
test:units", I get the below error in 5 test cases. I''m not sure how
to solve this since I''m not sure how to debug tasks run thru rake. Any
ideas are appreciated.
1) Error:
test_delete(OrderTest):