Re: [Rails] Re: Good queue manager?

2015-07-20 Thread Jeff Pickhardt
Thanks. What I'm looking for is an admin dashboard to manage your queues,
see how many jobs are in it, see what's failing, etc. Do you know of
anything like that?

--
Sent from my Android.
On Jul 20, 2015 12:32 PM, "Taras Matsyk"  wrote:

> Hi Jeff,
>
> I am not so advanced in web-dev but what you are looking like sounds
> like a rake task or delayed_job gem.
>
> @Guys, please correct me if I am wrong. I do not want to point this guy
> in to the wrong direction.
>
> --
> Posted via http://www.ruby-forum.com/.
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Ruby on Rails: Talk" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/rubyonrails-talk/-kk80_8L6TY/unsubscribe
> .
> To unsubscribe from this group and all its topics, send an email to
> rubyonrails-talk+unsubscr...@googlegroups.com.
> To post to this group, send email to rubyonrails-talk@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/rubyonrails-talk/c3e3a9ad8044892c5e42a0e9db9743d7%40ruby-forum.com
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/CA%2BRMjsXyHn6ciW2uay2pvF%2BH%3D9QR5mABAwSHYGTxcfqcLUwk_Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[Rails] Does the asset pipeline (RoR 3.1) waste cycles?

2011-07-03 Thread Jeff Pickhardt
With the Ruby on Rails asset pipeline in RoR 3.1, it's unclear if the
.coffee and the //= require files get processed only once or with each asset
request.

For example, I have a file that looks like this:

//= require source/main.js.coffee
//= require source/second.js.coffee
//= require source/third.js.coffee

Ideally, the server would compile these to js ONCE, then bundle them, then
create a static file.  Otherwise it's going to be wasting cycles repeating
effort.

Can someone clarify what happens?

Thanks,
Jeff

--
Jeff Pickhardt
(650) 530-0036
pickha...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.