Displaying 4 results from an estimated 4 matches for "rails_nut".
2006 Mar 01
2
Rails and Service Oriented Architecture (SOA)
I''ve been asked to look into Service Oriented Architecture (SOA) before
we embark on a major re-development (in Ruby on Rails).
Can anyone point me to any resources about SOA in combination with Rails
?
Concrete examples of how SOA was applied to a particular problem would
be very welcome.
My investigations so far lead me to believe that SOA is really about
gluing together
2006 Jan 20
6
HELP: acts_as_taggable problem with :clear => true
I''ve got the basics of acts_as_taggable going, but I now want to use
:clear => true on the tags method, because the tags I''m supplying as
parameters are the complete set of tags for the item, not additions to
existing tags.
Problem is, that gives me a nasty SQL error ...
Unknown column ''id'' in ''where clause'': UPDATE items_tags SET
2006 Jun 06
0
Tests broken after freeze and upgrade - undefined method
I have a problem where I can''t run tests on a rails app that was written
for rails 1.0.
Sequence of events was this:
Develop Application1 on Rails 1.0 / Ruby 1.8.2
Freeze rails into vendor folder on Application1
Develop Application2 on Rails 1.1 / Ruby 1.8.4
Return to Application1 and run tests, every test fails with the error
"undefined method
2006 Jun 08
0
undefined method `verify_active_connections!''
I''m getting this error for every test when I run rake
221) Error:
test_index(WatchlistsControllerTest):
NoMethodError: undefined method `verify_active_connections!'' for
ActiveRecord::Base:Class
D:/svn_dbi/config/../vendor/rails/activerecord/lib/active_record/base.rb:996:in
`method_missing''