search for: mantilla

Displaying 3 results from an estimated 3 matches for "mantilla".

2007 Oct 11
3
Autotest and RSpect
I managed to have Autotest running on my windows box. Apparently all is working but every time I know there is an error a new line is generated, no error messages or anything is sent to the console. I am using pastie now (thanks to David), please go to: http://pastie.caboo.se/106155 Daniel -- Posted via http://www.ruby-forum.com/.
2007 Oct 05
9
I can''t make RSpec 1.0.8 run in Rails 1.2.3
I followed the directions on the site: ruby script/plugin install svn://rubyforge.org/var/svn/rspec/tags/CURRENT/rspec ruby script/plugin install svn://rubyforge.org/var/svn/rspec/tags/REL_1_0_8/rspec_on_rails ruby script/generate rspec And apparently everything was ok. But when I do a "rake spec" on the app folder none of the Rails models are visible. Here is the error: (in
2006 Aug 30
1
How can I make a property aware of changes on another?
I have a model that needs to update a property whenever another property changes, i.e. changing the model ''type'' property updates the ''description'' property with another value. I don''t know how to get access to the underlying fields handled by rails within a model class. Thanks, Daniel -- Posted via http://www.ruby-forum.com/.