Top "Helpers" questions

Additional functionality not defined in a class that the helper operates on.

Rails 3.1: Better way to expose an engine's helper within the client app

I have found a few articles addressing the issue of helpers within an engine not being accessible to the consuming (…

ruby-on-rails ruby-on-rails-3.1 rails-engines helpers view-helpers
How to use elasticsearch.helpers.streaming_bulk

Can someone advice how to use function elasticsearch.helpers.streaming_bulk instead elasticsearch.helpers.bulk for indexing data into elasticsearch. …

python elasticsearch helpers bulk
rails: methods from module included in controller not available in view

Strange thing – I have Authentication module in lib/ like this: module Authentication protected def current_user User.find(1) end end …

ruby-on-rails namespaces helpers
Rails article helper - "a" or "an"

Does anyone know of a Rails Helper which can automatically prepend the appropriate article to a given string? For instance, …

ruby-on-rails ruby ruby-on-rails-3 helpers
Using link_to in a class in a Rails helper

I have a rails helper using the structore below, but when I use it I get the message undefined method …

ruby-on-rails class helpers link-to