search for: roughbook

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

Did you mean: toughbook
2006 Feb 08
1
Question about interaction of external processes and a Rails app
...where I can integrate such external apps into my rails app? I mean, can I easily make the model and so on visible to some script outside of the actual web application? Any best practice guides or suggestions on this? Best regards, Oliver -- Oliver Andrich --- oliver.andrich@gmail.com --- http://roughbook.de/
2006 Feb 09
0
Single Table Inheritance
...mple Model: class Agency < ActiveRecord::Base end class FotoAgency < Agency end Why can''t create an instance of FotoAgency in script/console? It seems as the class hasn''t been loaded so far. Best regards, Oliver -- Oliver Andrich --- oliver.andrich@gmail.com --- http://roughbook.de/