Forum: Ruby on Rails How to run controller methods using rails runner ?

Posted by fahim patel (fahim_patel)
on 2012-11-01 07:05
(Received via mailing list)
Hi all,

I have run my controller methods from console, but now i learn about 
rails
runner .

i execute model method successful , but i wish to run my controller 
method
using rails runner.

Q  Is this possible to run controller method from rails runner ?

Thanks

Regards
Fahim Babar Patel
Posted by fahim patel (fahim_patel)
on 2012-11-02 07:37
(Received via mailing list)
Q  Is this possible to run controller method from rails runner ?
Posted by Colin Law (Guest)
on 2012-11-02 09:08
(Received via mailing list)
On 1 November 2012 06:04, Fahim Patel <pafahim@gmail.com> wrote:
>
> Hi all,
>
> I have run my controller methods from console, but now i learn about rails
> runner .
>
> i execute model method successful , but i wish to run my controller method
> using rails runner.
>
> Q  Is this possible to run controller method from rails runner ?

I don't believe this is possible, and don't see any reason to want to
do it.  If you have methods there that you want to call from a runner
the methods should probably either be in the models or in separate
modules.  Extract those methods from the controller and then you can
call them either from the controller or from the runner.

Colin
Posted by fahim patel (fahim_patel)
on 2012-11-02 10:03
(Received via mailing list)
Thanks for reply.

Regards
Fahim Babar Patel
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.