[Rails] Re: How can I force require a file in the console?

2010-07-26 Thread Lux
Well Application Controller is a class, so I think you would want to do require "ApplicationController" If that does not work you can always just paste the methods in and call them. Kind of hacky but it works. On Jul 25, 7:44 pm, Charles Wang wrote: > I use rails-3.0.0.beta3 and ruby-1.9.2-previ

[Rails] Re: Strategy for integrating a custom layer of web services?

2010-07-24 Thread Lux
Difficult to tell what your requirements are except for "integrate all these components with rails". On Jul 23, 7:26 am, Luc wrote: > Hi all, > > I have built a rails application with a custom layer of web and media > services with different features. > > First, there is a data retrieval service