1

Where can I find a complete list of Rails helper functions (such as form_for)?

2 Answers 2

6

Most of them are under ActionView::Helpers in documentation.

There are more available, so downloading Rails source and looking under action_view/helpers is likely your best bet.

Sign up to request clarification or add additional context in comments.

2 Comments

Thanks, but I'm a brand new beginner to Rails, and don't exactly know how to download the Rails source and find that information.
You can download or browse the source of the current stable version of Rails (2.3.x) here: github.com/rails/rails/tree/2-3-stable
0

ApiDock is a pretty good source of documentation. Check out http://apidock.com/rails/browse under ActionView::Helpers.

Also Obie Fernandez's book "The Rails Way" has a comprehensive (I believe) chapter on them.

1 Comment

It looks like Chapter 11 covers helpers in detail. The full text of the book is on safaribooksonline.com, for those with subscriptions.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.