Ruby on Rails Monday, May 31, 2010

On 31 May 2010 07:16, tonypm <tonypmartin@hotmail.com> wrote:
> I often wonder how many other useful little goodies I may be missing.

The have a page through the API docs... it's all in there!

There's interesting stuff in both the Ruby [1] and Rails [2] APIs.
You'll learn loads from looking through both resources' methods for
String, Integer, Array, Enumerable; and in Rails, the
ActionView::Helpers are great eye openers.


[1] http://ruby-doc.org/ - look at the "core api" link for your version
[2] http://api.rubyonrails.org/

--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment