Kiril Mitov
Kiril Mitov
Same appliese for this examples: Actually most of the code is broken after hydra introduction. scope :monthly_digest, -> { confirmed.where{(digest == "monthly")} } scope :weekly_digest, -> { confirmed.where{(digest == "weekly")}...
anyone found anything? Were you able to resolve this?
Found it. When there is a syntax error in on test non of the tests are run The error was ``` console.log(iterator.); ``` Am I understanding it right? If there...
exception_handler only.
Uff, it is toEquals and not toEqual. It is awful. Took me a lot of time to spot this s. Can I configure in any way for this to be...
I am kind of like in a similar situation. Running on a remote machine with 'bundle exec rake teaspoon' and the log is lost and it is useful for some...
But how do I get the url to be categories? Because currently ``` "1" ``` redirects to / and i would like to redirect to categories/episodes/otherobject. The text,target, attributes do...
I could, But I am using the will_paginate on all the controllers and this are episodes categories tags subtitles users and other. So hard-coding it would not do. How is...
Tried it. Didn't work. If I have an "episodes" controller with /episodes as url it works as expected. But if i have "categories" controller with /categories as url and I...
Yes. That's it. You understand it correctly But then when I use pagination for episodes I must do paginate @episodes, {:controller_accessed => params[:controller]} but when I am doing it for...