Top "Helper" questions

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

What do helper and helper_method do?

helper_method is straightforward: it makes some or all of the controller's methods available to the view. What is helper? …

ruby-on-rails helper
How to add class to an image_tag rails helper

I have the following code: <%= image_tag iterator.image.url(:small), :class => "img_preview" %> But the rendered …

ruby-on-rails image helper lccs
"undefined method" when calling helper method from controller in Rails

Does anyone know why I get undefined method `my_method' for #<MyController:0x1043a7410> when I call my_…

ruby-on-rails helper helpers applicationcontroller
How does Url.Action work Asp.net MVC?

This is somewhat related to another question I've asked but I figure why not ask it seperately. If I were …

asp.net asp.net-mvc helper url.action
How to access URL helper from rails module

I have a module with a function. It resides in /lib/contact.rb: module Contact class << self def …

ruby-on-rails ruby url model helper
Wildfly 9 http to https

I want to redirect the request from HTTP to HTTPS. I am using wildfly 9. After a google search I found …

http https wildfly helper
Extension Method vs. Helper Class

Possible Duplicate: Extension Methods vs Static Utility Class I am building an API of general functions which perform actions based …

c# .net extension-methods helper
Rails f.check_box set checked/unchecked values

so I got a form helper in rails with a checkbox; I want that checkbox to have values as "thatvalue" …

ruby-on-rails forms checkbox helper
CSV Import Library for CodeIgniter

Need to implement csv or xls import into Application created using CodeIgniter. Is there any library for this? Any suggestion …

php csv codeigniter-2 helper xls
Lightweight JDBC helper library alternative to Apache Commons DbUtils

I've just developed my own tiny little JDBC helper library, and I've already realized what a maintenance nightmare it will …

java jdbc apache-commons helper