Attaining Explicit and Predictable Ruby on Rails...
Posted
by Winston
on Stack Overflow
See other posts from Stack Overflow
or by Winston
Published on 2010-03-23T23:52:44Z
Indexed on
2010/03/24
1:03 UTC
Read the original article
Hit count: 320
I need help, how can I learn this framework?
Here's what I need to know.
- Routes, it's expected outcome, the prefix/suffix methods associated with every changes made with it.
- ActiveRecord, the dynamic generation of methods, the behind the scenes with prefix_ and _suffix methods.
- The View, how do I know what prefix/suffix methods can be used in the View.
Is there's a way to know all those behind-the-scenes actions in console.
© Stack Overflow or respective owner